/* 
	Title:		Default browser styles
	Site: 		www.rachelhulbert.com
	Author: 	work@pixeljuicer.com
*/

body {
	background: rgb(183,188,195) url(/img/body_bg.gif) repeat-x;
	color: rgb(102,102,102);
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	text-rendering: optimizeLegibility;
}

a:link, a:visited { color: #069; text-decoration: none; }
a:hover, a:visited:hover { text-decoration: underline; }

#Masthead {
	height: 100px;
	margin: 25px auto;
	width: 62.5em;
}

	#home h1, #blog h1, #portraits h1, #commercial h1, #personal h1, #contact h1, #about h1 {
		background: transparent url(/img/rachelhulbert-logo.gif) no-repeat;
		height: 38px;
		margin: 50px auto 25px;
		text-indent: -99999px;
		width: 455px;
	}
	
		#portraits h1 {
			background: transparent url(/img/rachelhulbert-portraits.gif) no-repeat;
			width: 384px;
		}
		
		#commercial h1 {
			background: transparent url(/img/rachelhulbert-commercial.gif) no-repeat;
			width: 437px;
		}
		
		#personal h1 {
			background: transparent url(/img/rachelhulbert-personal.gif) no-repeat;
			width: 382px;
		}
		
		#contact h1 {
			background: transparent url(/img/rachelhulbert-contact.gif) no-repeat;
			width: 375px;
		}
		
		#about h1 {
			background: transparent url(/img/rachelhulbert-about.gif) no-repeat;
			width: 348px;
		}
		
		#blog h1 {
			background: transparent url(/img/rachelhulbert-blog.gif) no-repeat;
			width: 319px;
		}


#Masthead ul {
	list-style: none;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	margin: 2em auto;
	text-align: center;
	width: 100%;
}

	#Masthead li {
		display: inline;
		font-size: 0.9em;
		list-style: none;
		margin-right: 3.5em;
	}
	
	#Masthead li.last {
		margin-right: 0;
	}
	
	#Masthead li.active {
		font-weight: bold;
	}
	
		#Masthead li a {
			color: rgb(153,153,153);
		}
		
		#Masthead li a:hover, #Masthead li.active a {
			color: rgb(0,0,0);
		}



/*
#Masthead ul {
	list-style: none;
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
	margin: 1em auto;
	text-align: center;
	width: 525px;
}

	#Masthead li {
		float: left;
		font-size: 0.75em;
		list-style: none;
		margin-right: 40px;
	}
	
	#Masthead li.last {
		margin-right: 0;
	}
	
#Masthead li.active {
	font-weight: bold;
}

#Masthead li a {
	color: #999;
}

#Masthead li.active a {
	color: rgb(0,0,0);
}

#Masthead p {
	clear: both;
	margin: 2.5em auto 0;
}
*/

#content { 
	background: #dedede url(/photos/home/Jordan_065.jpg); 
	border: 5px solid #ccc;
	height: 403px; 
	position: relative;
	margin: 0 auto;
	width: 600px; 
}

#contact #content, #about #content { 
	background-image: none; 
	padding-top: 125px;
	height: 203px; 
}

div#content p { 
	font-size: 0.75em;
	margin: 0 auto 1.5em;
	width: 450px;
}

#site-info {
	clear: both;
	font-size: 0.6875em;
	padding: 30px 0;
	width: 100%;
}


#OuterContainer {
	padding: 0;
	margin: 0 auto;
}

#Container {
	position: relative;
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background-color: #dedede;
	border: 5px solid #ccc;
	font-size: 0;
}

#Photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

#Loading {
	height: 25%;
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0%;
	text-align: center;
	z-index: 0;
	line-height: 0;
}

#LinkContainer {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	/* filter:alpha(opacity:80); /* Specify opacity for IE */
}

#PrevLink, #NextLink {
	cursor: pointer;
	width: 48%;
	height: 100%;
	background: transparent url(../img/c.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}

#PrevLink span, #NextLink span { display: none; }

#PrevLink { left: 0; float: left; }
#NextLink { right: 0; float: right; }

/* background image for IE */
#PrevLink:hover, #PrevLink:visited:hover { background: url(../img/prev_minus.gif) 20% 50% no-repeat; }
#NextLink:hover, #NextLink:visited:hover { background: url(../img/next_plus.gif) 80% 50% no-repeat; }

/* background image for compliant browsers */
#LinkContainer>#PrevLink:hover, #LinkContainer>#PrevLink:visited:hover { background: url(../img/prev_chevron.png) 20% 50% no-repeat; }
#LinkContainer>#NextLink:hover, #LinkContainer>#NextLink:visited:hover { background: url(../img/next_chevron.png) 80% 50% no-repeat; }

#CaptionContainer {
	margin: 0 auto;
	width: 200px;
	text-align: left;
	background-color: #ccc;
	}

#home #CaptionContainer, 
#contact #CaptionContainer, 
#about #CaptionContainer {
	width: 610px;
	text-indent: -999999px;
}

#home #CaptionContainer {
	text-indent: 0;
}

#CaptionContainer p {
	font-size: 0.6875em;
	margin: 0;
	padding: 5px 10px 10px 10px;
}

#Counter {
	font-weight: bold;
	color: #999;
	padding-right: 5px;
}

/*
#About p {
	margin: 0 20px;
	padding: 5px 0;
	font-size: 0.6875em;
	font-weight: bold;
}

#About {
	width: 100%;
	text-align: left;
	background-color: #efefef;
	border-bottom: 1px solid #dedede;
}

#AboutBody {
	margin-top: 15px;
}

#AboutBody p {
	font-weight: normal;
	font-size: 0.6875em;
	line-height: 1.4em;
	margin: 0 20px 10px 20px;
	padding: 0;
}
*/

