/*
Theme Name: Gorman
Description: A theme from <a href="http://perfectcirclemedia.com">Perfect Circle Media</a>
Author: Scarlett Coley
Author URI: http://perfectcirclemedia.com
*/


body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
	margin: 0; padding: 0; border: 0;
}

body {
	background: #000;
	font-family: 'Fontin-Regular',georgia, serif;
}

#outer-wrap {
	width: 1066px; 
	margin: 0 auto;
}

/* @font-face font definitions */
				
@font-face{
font-family: 'Fontin-Regular'; 
src: url('http://jessicagorman.com/PCM/wp-content/themes/gorman/font/Fontin-Regular.otf') format('opentype');
}
	


/* ------------------------------ Header ---------------------------- */

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

#header {
	font-family: 'Fontin-Regular',georgia, serif;
	height: 94px;
	margin: 0 auto;
	padding:0;	
}

#header h1 a:link, #header h1 a:visited {
	float:right;
	font-family: 'Fontin-Regular',georgia, serif;
	font-weight:normal;
	font-size:.9em;
	margin: 0;
	padding: 29px 48px 29px 48px;
	text-decoration:none;
	color: #505050;
	outline:none;
	}
	
	#header h1 a:hover { color:#6a6a6a; outline:none;}
	
	#header ul#nav {
		float: left; list-style: none; margin: 0; padding:0; 
	}
	
		#header ul#nav li {
			float: left; margin: 0; 
		}
		
		#header ul#nav li.current_page_item a { 
			color:#909090;
			outline:none;
			background-color:#0e0e0e;
		}

			#header ul#nav .page_item a {
				color: #505050;
				text-decoration: none;
				text-transform: lowercase;
				font-size: 1.1em;
				float: left; 
				padding: 39px 48px 35px 48px;
				outline:none;
			}
			
				#header ul#nav .page_item a:hover {
					color:#6a6a6a;
					outline:none;
				}


/* ------------------------------ Featured ---------------------------- */

#featured {
	height: 501px; margin: 0 auto; overflow: hidden; text-align: center;
}
	#featured-pics { width: 970px; height: 501px; margin: 0 auto; }
	#featured-pics img { width: 970px; height: 501px; margin: 0; }
	
	#featured .featured-nav {
		width: 244px; margin: 0 auto; position: relative;
	}
		#featured .featured-nav p a {
			position: absolute; top:411px; display: block; width: 484px; height: 46px; 
			text-indent: -9999px; z-index: 20; display: none; outline:none;
			
		}
			#featured .featured-nav p a.prev {
				background: url(http://www.jessicagorman.com/PCM/wp-content/themes/gorman/images/up.png) 0 0; left:-362px; 
			}
			#featured .featured-nav p a.next {
				background: url(http://www.jessicagorman.com/PCM/wp-content/themes/gorman/images/up.png) 0 0; right:-362px;
			}
				#featured .featured-nav p a.prev:hover {
					background: url(http://www.jessicagorman.com/PCM/wp-content/themes/gorman/images/down.png) 0 0; left:-362px; 
				}
				#featured .featured-nav p a.next:hover {
					background: url(http://www.jessicagorman.com/PCM/wp-content/themes/gorman/images/down.png) 0 0; right:-362px;
				}


/* ------------------------------ Content ---------------------------- */


#content {
	position:relative;
	width: 970px; 
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	border: 48px solid #0e0e0e;
}

#gallery {
	position:absolute;
	top:12px;
	left:344px;
	color: #505050;
}

#contact {
	font-family: 'Fontin-Regular',georgia, serif;
	font-weight:normal;
	line-height:1.3;
	color: #505050;
	position:absolute;
	width:402px;
	height:434px;
	top:0;
	left:516px;
	padding:20px;
}

#contact a:link, #contact a:visited {
	color:#6a6a6a;
	text-decoration: none;
	outline:none;
}

#contact a:hover {
	color: #909090;
	text-decoration: none;
	outline:none;
}

/* ------------------------------ Footer ---------------------------- */				

#footer {
	clear:both;
	width: 970px; 
	height:40px;
	margin: 0 auto;
	font-size: .75em;
	color: #333;
	text-align:right;
	padding-top:20px;
}

#footer a:link, #footer a:visited{
	color: #333;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	color:#6a6a6a;
	text-decoration:none;
}


