/*  
Theme Name: Paradise Cay Arabians
Description: A WordPress theme designed by Apparel Studios, exclusively for use by Paradise Cay Arabians.
Author: Jason Parmer, Apparel Studios
Author URI: http://www.apparelstudios.com/

Note: The paths in sifr/js/sifr-config.js (line 2) will need to be adjusted when deployed.
*/


/* ================ */
/* = global reset = */
/* ================ */
* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}
h1,h2,h3 {
	margin-bottom: 0em;
}
p {
	margin-bottom: 1.5em;
}
li, blockquote {
	margin-left: 1em;
}
.clear {
	clear: both;
}

/* ============== */
/* = typography = */
/* ============== */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #3e270f;
}
h1 {
	font-size: 12px;
	font-family: 'Georgia', Times New Roman, Times, serif;
}



/* ========== */
/* = layout = */
/* ========== */
body {
	background: #a0d0c6 url('images/background_body.png') repeat-y;
	
}

#header {
	position: relative;
	background: url('images/background_top.jpg') no-repeat;
	height: 362px;
}
	#logo {
		position: absolute;
		left: 300px;
		top: 51px;
	}
	#header_photo {
		position: absolute;
		top: 0;
		left: 547px;
	}
	
#body {
	position: relative;
	background: url('images/background_bottom.jpg') no-repeat;
	min-height: 654px;
}
	* html #body {
		height: 654px;
	}
	#top_nav {
		height: 28px;
		width: 965px;
	}
		#top_nav .top_nav_div {
			float: right;
			xmargin-left: 20px;
			height: 16px;
			font-size: 24px;
		}
		
	#sub_nav {
		font-size: 11px;
		letter-spacing: 1px;
		height: 12px;
		width: 955px;
		text-align: right;
	}
		#sub_nav a {
			padding-left: 10px;
			padding-right: 10px;
			color: #3e270f;
			text-decoration: none;
		}
		
		#content a:hover { text-decoration: none; font-weight: bold; }
		
		
		 #content a {
			font-weight: bold;
	
			color: #3e270f;
			text-decoration: underline;
		}
		
	#content img {
		border: 5px solid #3e270f;
		margin: 0px 10px 10px 0px;

		}
		
		#sub_nav a:hover { text-decoration: underline; }
				
		
	
	#content {
		padding-top: 40px;
		margin-left: 380px;
		width: 440px;
		
	}