/*  
Theme Name: Nancy Van Photo
Theme URI: http://convandesign.com/
Description: The default Nancy VanLandingham Photography Theme
Version: 1.0
Author: Conrad VanLandingham
Author URI: http://convandesign.com
*/

/* Nancy VanLandingham Photography *\
|*        Temporary Styles         *|
\*     (c)2006 Convan Design       */

/***\
| 1 | Main Styles
\***/

	body {
		margin: 35px 0 0 0;
		background: #000 url(images/body_bg.gif) no-repeat center top;
		font-family: "Trebuchet MS", Tahoma, Arial;
		font-size: small;
		}
	
/***\
| 2 | Header Styles
\***/

	#header {
		width: 790px;
		margin: 0px auto;
		text-align: right;
		}
		
/***\
| 3 | Content
\***/

	#container {
		width: 790px;
		margin: 10px auto;
		overflow: hidden;
		}
		
	#content {
		float:right;
		width: 620px;
		background: #14110C;
		border: 10px solid #fff;
		padding: 0;
		color: #EBCC78;
		z-index: 1;
		}
		

	#content p { margin: 0; padding: 0; margin: 5px; }
	#content h1 { margin-left: 5px; margin-bottom: -5px; color: #533E23; }
	#content h2 { }
	#content h3 { color: #996633; }
	
	a { color: #EBCC78; text-decoration: none; 	}
	a:hover { color: #fff; }
	
	#footer { width: 790px; text-align: center; padding-top: 40px; color: #999; font-size: .85em; clear: both; }
	#footer a { color: #666; text-decoration: none; }
	#footer a:hover { color: #fff; }
		


/***\
| 4 | Nav
\***/

	#nav {
		width: 150px;
		float: left;
		overflow: hidden;
		text-align: right;
		margin-top: 50px;
		}
	
	#nav ul, #nav li { list-style: none; display: block; width: 100%; margin: 0; padding: 0; }
	#nav li { width: 100%; }
		
	#nav .nav li a {
		display: block;
		padding: 0px 12px 0 0;
		color: #EBCC78;
		font: 1.3em Arial; /* 17 */ 
		line-height: 3.5em; /* 63 */
		text-decoration: none;
		text-transform: lowercase;
		
		
		}
	#nav .nav li a:hover { color: #fff; }
	#nav .nav li.current_page_item a { background:url(images/bg.menu.active.gif) no-repeat; color: #fff; }
	
	#nav .login li a {
		display: block;
		margin-bottom: 0;
		padding: 0px 12px 0 0;
		color: #777;
		font: 1.1em Arial; /* 17 */ 
		line-height: 3.5em; /* 63 */
		text-decoration: none;
		text-transform: lowercase;
		}
	#nav .login li a:hover { color: #fff; }
	
	#nav li ul {
		  display: none;
		  position: static;
		  font-size: 80%;
		  margin-top: -20px;
		  }
	#nav li ul li { margin: 0; line-height: normal;  padding: 0; }
	#nav li ul a { background: none !important; }
	#nav .nav li ul li.current_page_item a { background: none !important; }
	/*#nav li > #nav ul {
		top: auto;
		left: auto;
		}*/
		
	#nav li:hover ul { display: block; }
/***\
| 5 | Image Load
\***/
		p#preload{
				background:#000;
				position: absolute;
				top: 128px;
				z-index: 1;
				color:#999;
				width: 620px; height: 563px;
				padding:0;
				margin:0;
				margin-top: -10px;
				text-align: center;
			}
		#preload img{
			position:relative;
			top:48%;
		}
	
/***\
| 6 | Page Styles
\***/
	/* { Home } */
		body#home #content { 
			background: #14110C url(http://nancyvanphoto.com/wp-content/themes/nancyvan/images/rotate.php) no-repeat; width: 620px; height: 563px; }
		
		body#home #content .caption div {
			background: #000;
			color: #fff;
			width: 98%;
			position: relative;
			
			padding: 1%;
			}

	/* { Gallery } */
		p.gallery { margin: 0 0 0 0 !important; padding: 0 0 0 0 !important; }
		
	/* { OnlineViewing } */
		
		#onlineviewingcontain{
				
				position: fixed;
				top:0;
				left:0;
				width:100%;
				height:100%;
				z-index:5000;
				background-color:#000;
				
			}

		#onlineviewing {
				position: absolute;
				top:0;
				left:50%;
				z-index:9999;
				width:640px;
				height: 600px;
				margin:0 0 -220px -200px;
				border:10px solid #fff;
				background:#ccc;
				text-align:left;
			}
			
		html>body #onlineviewing { height:95%; }
		
		#onlineviewing a { color: #FF6600; }
		
		#onlineviewing span  {
			display: block;
			margin: 200px 0px 0px 125px;
			}
			
		#onlineviewing #ovfame {
			
			margin: 0;
			border: none;
			}
			
		#ovExit {
			border: none;
			background: none;
			position: absolute;
			margin: -5px 0 0 -15px;
			}
			
		table { display: block; height: auto; position: inherit; width: 100%; }
		
		
		
			



/*
	In the following section, many of the values must be changed in reference to another.
	Items labeled as 'subjective' are not dependent and may be easily changed as you see fit.
*/
form.awesome label { 
	width: 200px; /* label width *//* label margin = (input left margin) - (label width) */
	margin-right: 10px; /* label margin */
}
form.awesome label.long, form.awesome p.label {
	margin-left: 120px; /* subjective */
	width: 390px; /* (textarea width) + (label width) + (label margin) - (left margin) */
}
form.awesome label span {
	color: #900; /* color of required asterisk */
}
form.awesome input, form.awesome textarea, form.awesome select {
	margin-left: 210px; /* (label width) + (label margin) */
	width: 200px; /* subjective */
}
form.awesome textarea { 
	width: 200px; /* subjective, recommend: (3/2)(input width) */
}
form.awesome p.desc {
	margin-left: 210px; /* (label width) + (label margin) */
}
form.awesome .checks label {
	margin-left: 220px; /* (label width) + 2(label margin) */
}
form.awesome .checks input {
	margin-left: 210px; /* (label width) + (label margin) */
}

/*
	The following makes Internet Explorer 6.x play nicely. 
	These fix the double float margin bug.
*/
* html form.awesome .checks input { 
	margin-left: 105px;  /* (1/2)((label width) + (label margin)) */
}
* html form.awesome .checks label { 
	margin-left: 210px; /* (label width) + (label margin) */
	height: 1em; 
}


/*********************************************************************************
	DO NOT EDIT BELOW THIS LINE
*********************************************************************************/


form.awesome {
	margin: 0 0 1em;
}

form.awesome label {
	/* 
		A label must precede the form element in the HTML
		You must keep the top padding for some browsers to keep the label and the form element looking on the same line
	*/
	float: left;
	text-align: right;
	padding-top: 0.2em;
	font-weight: bold;
	font-size: 1em;
}

form.awesome label:after { 
	/* 
		Creates a ":" after LABELs. This only works in some browsers 
	*/
	content: ":"; 
}

form.awesome label.long {
	/*
		If your label text does not fit in the left-hand side, consider this class
	*/
	float: none;
	display: block;
	text-align: left;
}

form.awesome label.long:after {
	content: "";
}

form.awesome input, form.awesome textarea, form.awesome select {
	/*
		These items must immediately follow the LABEL item associated with it and followed by a BR (see below).
		The following width must be 10pixels wider than the width of the LABEL.
	*/
	display: block;
	margin-bottom: -0.5em;
}
form.awesome select[multiple="multiple"] {
	/*
		Mozilla has some weird concept of how to display multiple select boxes.
		For some reason, display: block; does not affect it.
		For more information, see https://bugzilla.mozilla.org/show_bug.cgi?id=342531
		This fixes that problem. DON'T FORGET YOUR BR TAG AFTER SELECT!
	*/
	margin-left: 0px;
}
form.awesome br { 
	/* 
		Always include a BR tag at the end of a line of items -- generally immediately following one of an INPUT, SELECT or TEXTAREA.
		Within div.checks, include the BR after the LABEL
	*/
	clear: left;
} 

form.awesome input[type="radio"], form.awesome input[type="checkbox"], 
form.awesome input[type="hidden"] { 
	/* 
		Keeps Mozilla browsers (and others) from making the RADIO and CHECKBOXES too wide and/or tall.
		Also removes unnecessary borders from these browsers (They don't respond as expected) 
	*/
	width: auto; 
	height: 0.8em; 
	border: 0;
}

form.awesome input[type="hidden"] {
	/*
		Firefox doesn't want to make them actually hidden, so I'll force it.
	*/
	display: none;
}

form.awesome p.desc {
	/*
		Use this immediately following an item that needs a longer description than can be handled by the LABEL.
		The left margin should be the same as INPUT, TEXTAREA and SELECT objects.
	*/
	display: block;
	margin-top: -0.4em;
	margin-bottom: 1em;
	font-style: italic;
	font-size: 0.9em;
}


/* 
	The following section is for reversing the display of CHECKBOX and RADIO INPUTs.
	Surround the section of items with <fieldset class="checks"></fieldset> or <div class="checks"></div>.
	It is highly recommended to use FIELDSET over DIV when there are multiple items.
	In the section, the INPUT precedes the LABEL and the BR comes last (after the label).
*/
form.awesome .checks label {
	/*
		Overrides for previously defined stuff and changes.
		Left margin must be 10pixels more than "form.awesome input, form.awesome select" etc.
	*/
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	height: 2em;
	padding-top: 0;
	margin-bottom: -1em;
}

form.awesome .checks label:after { 
	/* 
		Makes the ":" not generated after the LABEL. 
	*/
	content: ""; 
} 

form.awesome .checks input {
	/*
		Left margin is the same value as "form.awesome input, form.awesome select" etc.
	*/
	float: left;
	text-align: right;
	margin-bottom: 0.5em;
	width: auto;
}

/* 
	End reverse checks/radios section
*/


/*
	I found my own IE CSS display bug. I call it the "IE sucks, so it redraws the top border all over the fieldset like a jerk bug."
*/
* html form.awesome input, * html form.awesome textarea, * html form.awesome select,
* html form.awesome .checks input, * html form.awesome .checks label {
	margin-top: 0;
	margin-bottom: 0;
}
* html form.awesome p.desc { margin-top: -1em; }
* html form.awesome fieldset br {
	/*
		Hooray! We have a fix!
		For some crazy reason, IE lets me style its BR tag.
	*/
	line-height: 0.5em;
	font-size: 0.5em;
}