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

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


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

/* ============== */
/* = typography = */
/* ============== */

/* also, see sIFR-screen.css to adjust sizes of flash-converted text */

a {
	color: #73301B;
}

h1 {
    width: 100%;
    font-size: 24px;
	font: "Georgia", Trajan, "Times New Roman", Times, serif; 
	color: #2b1813;
	font-variant: small-caps;
}


/*h1 {
	font: 24px "Trajan Pro", Trajan, "Times New Roman", Times, serif;
}*/
#content {
	font: 12px/20px Georgia, Palatino, "Palatino Linotype", Garamond, "Times New Roman", Times, serif; color: #2b1813;
	color: #452217;
	/* text-align: justify; this looks pretty good, actually */
}

#sidebar {
	font: 12px/20px Georgia, Palatino, "Palatino Linotype", Garamond, "Times New Roman", Times, serif; color: #452217;
	color: #452217;
	


	/* text-align: justify; this looks pretty good, actually */
}

#content img {

	margin: 0px 5px 5px 0px;
		border: 4px solid #a96a3b;
	}
	
#news {
	font: 10px/16px Georgia, Palatino, "Palatino Linotype", Garamond, "Times New Roman", Times, serif;
	color: #452217;
}
#news a {
	color: #452217;
	text-decoration: none;
	border-bottom: 1px solid #BE8773;
}
/* basically, anything that should be grey */
small, .nocomments, .postmetadata, blockquote, strike {
	color: #855643;
}


/* =================== */
/* = wordpress stuff = */
/* =================== */
.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

.aligncenter {
	text-align: center;
}

/* ========== */
/* = layout = */
/* ========== */
body {
	background-color: #2b1813;
}

#shadow {
	position: relative;
	width: 1024px;
	margin: 0 auto 0 auto;
	background: url('images/body_shadow.png') repeat-y;
}
* html #shadow {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/paradise/images/body_shadow.png', sizingMethod='scale');
}

#hr {
width: 600px;
float: left;
clear: both;
}

#entry {
clear: both;
}

#container {
	position: relative;
	left: 12px;
	width: 1000px;
	background: url('images/body_bg.jpg');
}
#bg_photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 618px;
	height: 701px;
}
#bg_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 382px;
	height: 701px;
}
#bg_footer {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 1000px;
	height: 99px;
}
#logo {
	display: block;
	position: absolute;
	top: 52px;
	left: 724px;
}

#news_label {
	position: absolute;
	top: 180px;
	left: 570px;
}
#news {
	position: absolute;
	top: 173px;
	left: 630px;
	z-index: 60;
	
}

/* horizontal rules */
.rule {
	position: absolute;
	height: 0px;
	border-bottom: 1px solid #986532;
}
#rule_logo {
	top: 120px;
	left: 410px;
	width: 370px;
}
#rule_nav_top {
	top: 250px;
	right: 0;
	width: 590px;
}
#rule_nav_bottom {
	display: none;
	top: 277px;
	right: 0;
	width: 624px;
}

/* nav */
#nav {
	position: absolute;
	top: 251px;
	right: 0;
	width: 610px;
	z-index: 50;
}
#nav div.nav_item {
	position: relative;
	float: right;
	height: 19px;

	border-bottom: 1px solid #986532;
	padding-top: 7px;
	padding-left: 3px;
	padding-right: 3px;
	overflow: hidden;
	
	xfont-family: "Trajan Pro", Trajan, "Times New Roman", Times, serif;
	font-size: 14px;
}
	#nav div.nav_item a {
		color: black;
		text-decoration: none;
	}
	#nav div.nav_item .tab {
		display: none;
	}
	
	#nav div.nav_item_active {
		padding-left: 13px;
		padding-right: 10px;
		border-bottom: 0;
	}
	#nav div.nav_item_active .tab_left {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	#nav span.iesux {
		display: block;
		position: absolute;
		height: 26px;
		width: 1px;
		visibility: hidden;
	}
	#nav div.nav_item_active .tab_right {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
	}
#nav .nav_buffer_left {
	width: 15px;
}
#nav .nav_buffer_right {
	width: 12px;
}

#subnav {
	position: absolute;
	top: 285px;
	right: 0;
	width: 530px;
	z-index: 55;
}
#subnav div.subnav_item {
	float: left;
	padding-right: 0px;
	
	color: #712316;
	font-size: 15px;
}

#name {
    height: 26px;
    width: 550px;
	position: absolute;
	top: 300px;
	left: 375px;
}

.has_subpages #name {
	top: 320px;
}

#sidebar {
	z-index: 4;
	float: left;
	position: relative;
	padding-top: 600px;
	left: 20px;
	width: 250px;
	}

#content {
	z-index: 5;
	position: relative;
	padding-top: 330px;
	right: 20px;
float: right;
	width: 605px;
	xheight: 370px;
	
	xpadding-right: 30px; /* to distance the body text from the scrollbar */
	
}

.has_subpages #content {
	padding-top: 350px;
	xheight: 350px;
}




