/*
Theme Name: Brian Kurtz
Theme URI: http://www.brianskurtz.com
Author: Steve Kurtz
Author URI: http://www.SewellInternet.com/
Description: Custom theme for Brian Kurtz
Version: 1.0
License: All rights reserved
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	color: #DDDDDD;
	font-size: 12pt;
	background-color: #000;
	background-image:url(graphics/starfield.jpg);
	background-repeat:repeat;
	}
a {
	color: #fff;
	}
a:hover {
	color: #ccc;
	}
a:visited {
	color: #aaa;
	}
	
h1 {
	display: block;
	font-size: 1.4em;
	color: #DDD;
	text-align: center;
	margin-top: 0px;
	padding-top: 10px;
	}
h1 a {
	text-decoration: none;
	color: #DDD;
	}
h1 a:hover {
	color: #ddd;
	}
	
h2 {
	color: #AAA !important;
	margin-left: 10px;
	}
h2 a {
	color: #AAA !important;
	}
	
h3 { 
	color: #000
	font-size: 1.1em; 
	text-decoration: none;
	}
a:hover h3 { color: #fff; text-decoration: underline; }

#Clear {
	clear: both;
	}
	
.BlogDescription {
	font-family: "Dancing Script",cursive;
	font-style: italic;
	font-size: 1.2em;
	}
	
picture img {
	border: #888 solid 1px !important;
	
	}
/*************/
/* PreHeader */	
/*************/	


#PreHeader {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}

#PreHeader img {
	max-width: 100%;
	height: auto;
	}
#PreHeaderCenter {
	margin-left: auto;
	margin-right: auto;
	font-size: 1.5em;
	text-align: center;
	}

/**********/
/* Header */	
/**********/	

#HeaderWrapper {
	width: 95%;
	z-index: 999;
	margin-left:auto;
	margin-right:auto;
	}
#Header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	}

/***********/
/* Content */	
/***********/

#TopImage img {
	
	border: #888 solid 1px;
	}

#AnnouncementRight { display: none; }

#Content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	color: #DDDDDD;
	/* padding-bottom: 20px; */
	/* background-color: #fff; */
	background: #000;
	position: relative;
	
}
#ContentColumnRight {
	float: left;
	width: 25%;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #AAA;
	}
#ContentColumnLeft {
	float: left;
	width: 65%;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #888;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}

/* Post Formatting */
#ContentColumnLeft h1 {
	text-align: left;
	margin-bottom: 0px;
	}	

#ContentColumnLeft p {
	margin-left: 0px;
	margin-right: 0px;
	}
	
.DatePosted {
	font-style:italic;
	font-size: 0.8em;
	color: #444;
	}
.post-date {
	display: block;
	font-style:italic;
	font-size: 0.8em;
	margin-left: 15px;
	color: #444;
	}
img.alignright {
	float: right;
	margin-left: 20px;
	}
img.alignleft {
	float: left;
	margin-right: 20px;
	}
img.aligncenter {
	margin-left: auto
	margin-right: auto;
	}
#ContentColumnRight {
	font-size: 0.9em;
	}
#ContentColumnRight h3 {
	font-size: 0.9em;
	border-bottom: #888 solid 2px;
	color: #AAA;
	}
#ContentColumnRight li {
	margin-bottom: 5px;
	}
	
#ContentColumnRight ul {
	list-style:none;
	margin: 0;
    padding: 0;
	}
#ContentColumnRight ul a {
	text-decoration: none;
	}
#ContentColumnRight ul a:hover {
	color: #eee;  
	}
	
#ContentColumnRight li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

#ContentColumnRight li:before {
    content: "• ";
    color: #666; /* or whatever color you prefer */
}	
	
#ContentColumnWide {
	width: 100%;
	}
		
#ProductArea {
	width: 100%;
	padding-bottom: 5px;
	}
#ProductArea p {
	margin-left: 20px;
	margin-right: 20px;
	}
table {
	margin-left: 20px;
	margin-right: 20px;
	}
/***************/
/* Left Column */
/***************/

#AnnouncementLeft, #BoxLeft, #AnnouncementRight, #TopImage, #ProductArea {
	width: 100%;
	}
	
#NavWrapper {
	position: relative;
	background-color: #444;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	font-color: #DDD;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	z-index: 9999;
	}

#NavWrap {
	width: 100%;
	text-align: center;
	}

#primary_nav_wrap
{
	margin-top: 0px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;

}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin:0;
	padding:0;
}

#primary_nav_wrap ul a
{
	display:block;
	color:#DDD;
	text-decoration:none;
	font-weight:700;
	font-size:1.0em;
	line-height:32px;
	padding:5px 15px;
	font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	/* background:#777 */
}

#primary_nav_wrap ul li:hover
{
	background:#333;
	
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#333;
	padding:0
}

#primary_nav_wrap ul ul li
{
	float:none;
	text-align: left;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

	
#BoxLeft {
	font-size: 1.3em;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	}
	
/************************/
/* NextGen Gallery ******/
/************************/

#fancybox-title-inside {
	font-size: 1.5em;
	}
div.image_container {
	background-color: #000 !important;
	}
a.caption_link {
	font-size: 1.1em !important;
	color: #ddd !important;
	text-decoration: none !important;
	}
.caption_link a {
	color: #666 !important;
}
	
/***************/
/* Footer ******/
/***************/

#Footer {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
#FooterBox {
	float: left;
	font-size: .8em;
	color: #DDD;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 10px;
	width: 22%;
	}
#FooterBox h3 {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
	}
#FooterCopyright {
	color: #888;
	font-size: .8em;
	text-align: center;
	padding: 10px 0px 10px 0px;
	}
#Footer ul {
	list-style:none;
	margin: 0;
    padding: 0;
	}
#Footer ul a {
	text-decoration: none;
	color: #444;
	}
#Footer ul a:hover {
	color: #eee;  
	}
	
#Footer li { 
    padding-left: 1em; 
    text-indent: -.7em;
}

#Footer li:before {
    content: "• ";
    color: #666; /* or whatever color you prefer */
}

/**********************/
/* Responsive *********/
/**********************/

@media screen and (max-width: 1000px) {
	
#PreHeader, #Header, #Content, #Footer, #TopImage, #NavWrapper {
	width: 100%;
	}
	
#ContentColumnRight, #ContentColumnLeft, #ContentColumnWide {
	margin: 0;
	width: 100%;
	}
#PreHeaderCenter img {
	max-width: 100%;
	height: auto;
	}
	#primary_nav_wrap ul a{
	padding:0 7px;
	font-size:0.8em
}
.BlogDescription {font-size:0.8em}
	
}

@media screen and (max-width: 780px) {
	
#ContentColumnRight {
	width: 100%;
	}
	
#ContentColumnRight img {
	max-width: 100%;
	height: auto;
	}
	#primary_nav_wrap ul a{
	font-size:0.7em
	padding:0 5px;
	
}
	
}