/*
Theme Name: Ross Dhu CUSTOM THEME
Theme URI: http://www.soulbat.com
Description: Custom Design Theme for Ross Dhu.
Version: 1.0
Author: Soulbat
Author URI: http://www.soulbat.com
*/


/* ///////////////////////STANDARD CSS ///////////////////////
/////////////////////////////////////////////////////////////////////
*/

@charset "UTF-8";
/* CSS Document */

/* RESET CSS ///////////////////////*/

* { margin:0; padding:0; }
html, body, ul, ol, li, p, td, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img { margin:0; padding:0; border:0; }
p, h1, h2, h3, h4, h5, h6 { margin-bottom:1em; }
a { outline:none; color:#111  }

/* BODY CSS ///////////////////////*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #212121;
	background:#F6F6F6;
	text-align:center;
}

/* headings */

h1 { line-height:120%; color:#3B4B19; font-size:1.7em;  margin:9px 0 1.5em 0; font-family:Georgia,"Times New Roman", Times, serif; letter-spacing:.13em; }
h2 {line-height:120%; font-family:Georgia,"Times New Roman", Times, serif; letter-spacing:.13em; color:#232323; font-size:1.4em; color:#3B4B19; }
h3 { color:#000; font-size:1.2em}
h4 { color:#000; font-size:1.0em}
h5 { color:#000; font-size:1.0em}
h6 { color:#000; font-size:1.0em}

/* CLEARS CSS ///////////////////////
ADD RELEVANT IDS AND CLASSES HERE*/

#main:after ,#subnav:after, .inner:after, .lpbx:after, #ftnav:after,#listform:after,#mp-container:after, #nav:after {
content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; visibility:hidden;
}

/* note: IE fix - careful or avoid further height declarations on these elements */
#main, #subnav, .inner, .lpbx, #listform,#mp-container,#nav {
height:1%;
}
/* legacy */
.clearfloat { clear:both; overflow:auto; font-size:1px; height:1px; visibility:hidden; }

/* IMAGE CSS ///////////////////////*/
p img { padding: 0;	max-width: 100%; }
img.centered {	display: block;	margin-left: auto;	margin-right: auto;	}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;	}
img.alignleft {	padding: 4px;margin: 0 7px 2px 0;display: inline;	}
.alignright {float: right;	} .alignleft {float: left	}


/* /////////////////////// END STANDARD CSS ///////////////////////
/////////////////////////////////////////////////////////////////////
*/


/* MAIN STRUCTURE  ///////////////////////*/

#wrapper {
min-width:890px;
max-width:980px;
margin:0 auto;
background:url(images/tpl/shade.jpg) repeat-y top center;
}
#wrapin {
margin-left:20px !important;
margin-right:20px !important;
width:auto;
background-color:#C3D9BA;
text-align:left;
}

#top {
}

#header {
background:#C3D9BA url(images/tpl/bg_top.jpg) no-repeat top left;
width:auto;
height:108px;
color:#AAA;
}
#main {
background:#C3D9BA url(images/tpl/bg_btm.jpg) no-repeat top left;
min-height:266px;
width:auto;
line-height:135%;
}
#footer {
width:auto;
margin:6px 0 12px 0;
padding:12px;
border-top:3px solid #D5E0F2;
color:#53768C;
font-size:.76em;
}
.ftR {
text-align:right;
margin-bottom:3px;
color:#7F99A8;
}

/* floated divs */

#colleft {
padding-left:10px;
float:left;
width:558px;
height:auto;
}

#colright {
padding-right:10px;
float:right;
margin:0 0 0 0;
width:264px;
height:auto;
}


/* essentials */


.pad3 {
padding:0 3px;
}

.pad6{
padding:6px;
}


/*///////// NAVIGATION /////////////////*/

#nav {
background:#C5DAB9 url(images/hm/hmbg_nav.jpg) no-repeat top left;
min-height:38px;
color:#FFF;
}
#nav div {
min-height:36px;
margin-top:4px;
background:url(images/tpl/navibg.jpg) repeat-x top left;
}

#nav ul { list-style-type: none; list-style-image: none; margin:0; padding:0 0 0 5px; } 
#nav li {  display:inline; } 
#nav li a {
	text-decoration:none;
	font-size:1.6em;
	font-weight:normal;
	font-family:Georgia,"Times New Roman", Times, serif;
	color:#FFFF33;
	padding:9px 9px;
	display:block;
	float:left;
	background: url(images/tpl/nsep.gif) no-repeat right 9px;
} 
#nav li.current_page_parent a,#nav li.current_page_item a,#nav li.current_page_ancestor a {
/*background-color:#FFFFFF;*/
color:#FFFF33;
}
#nav li a:hover {  
color:#FFF;
} 

/*///////// SUB NAVIGATION /////////////////*/

#subnav {
background-color:#708443;
border-bottom:1px solid #B9CC98;
}

#subnav ul { list-style-type: none; list-style-image: none; margin:0; padding:0 0 0 5px; } 
#subnav li {  float: left;list-style:none; } 
#subnav li a {  
font-size:1em; 
color:#F7F433;
padding:5px 7px;
display:block;
text-decoration:none;
font-weight:bold;
padding-left:16px;
background:url(images/arr.gif) no-repeat 0px 4px;
} 
#subnav li a:hover {  
color:#FFF;
} 

#subnav li.current_page_item a,#subnav li.current_page_parent a {
background:#BFCFA2 url(images/arr2.gif) no-repeat 0px 4px;
font-weight:bold;
color:#2E3A12;
}

/*///////// SUBNAV DROPDOWN NAVIGATION /////////////////*/

#subnav ul li ul { 
position: absolute;
left: -999em;
height: auto;
width: 302px;
border-bottom: 1px solid #a9a9a9;
}
#subnav li li {
width: 300px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
}
#subnav li li a {
font-weight:normal !important;
font-size:1em;
color:#000;
text-decoration:none;
background:#E7F8C9;
}
#subnav li li.current_page_item a,#subnav li li a:hover, #nav li li a:active {
color:#000 !important; background:#FFFF33;
}
#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
left: auto;
}


/* mini floats */

.inner {
width:auto;
}
.innerleft {
width:49.5%;
float:left;
}
.innerright {
width:49.5%;
float:right;
}

.hilitebox {
margin:20px 0;
color:#FFF;
width:auto;
background:#1C4968 url(images/tpl/grad224.png) repeat-x top left;
padding:6px;
height:auto;
font-size:.9em;
}
.hilitebox h1,.hilitebox h2,.hilitebox h3 {
color:#7F96A8;
margin-bottom:6px 0;
}


#ftnav {
width:auto;
margin:10px 0;
}
#ftnav ul {
margin:0 !important;
padding:0 !important;
list-style-type: none;
}
#ftnav li {
float:left;
list-style: none;
margin-right:6px;
}

#ftnav #ml {
text-align:right;
float:right;
width:180px;
}


/* misc */

#logo img { margin:42px 0 0 82px; }
#logoie6 { display:none; }

#contact {
float:right;
text-align:right;
margin:50px 24px 0 0;
width:300px;
height:50px;
font-size:1.2em;
color:#FFF;
}
#contact  div{
color:#779B5E;
}

/* def lists */

dl {
margin:0 0 9px 0;
}
dd {
background:url(images/arr.gif) no-repeat;
margin:.2em 0 .2em 0;padding:0 0 0 20px;
}

dd a {
text-decoration:none;
}
dd a:hover {
text-decoration:underline;
}

dl.grn dd { background:url(images/arr.gif) no-repeat; }
dl.snd dd {	background:url(images/arr.gif) no-repeat 0px -60px;}
dl.vio dd { background:url(images/arr.gif) no-repeat 0px -120px; }

dt { margin-bottom:.75em; }


/* book */
 div.book h3 {
 color:#1B4765;
 font-size:.9em;
 margin:0;
 }
 div.book p {
	color:#555;
	font-size:0.9em;
	font-style: italic;
 }



/* for search */
.pad20 { padding:20px; }

/* form */
#srch {
margin:20px 0;
color:#163551;
width:auto;
background:#C4D3B9 url(images/mlt/frm.gif) no-repeat 8px 6px;
padding:8px 7px; text-indent:2px;
min-height:18px;
}
#srch form {margin:0;padding:0;}
#srch label {display:none;}

#srch #s  {
margin:1px 0 0 7px !important;
padding:0 !important; 
border:0 !important;
width:193px; 
line-height:17px !important;
height:17px !important;
font-size:14px !important;
overflow:hidden;
background-color:#ECF8E7;
color:#3B4B19;
font-family:Georgia,"Times New Roman", Times, serif; 
}
#srch #rdsubmit {
float:right; margin-right:5px;
width:22px;height:19px !important; overflow:hidden;
}

.youtube {
background:#eee;
}

.additional {
margin:5px 0;
padding:5px 0;
border-top:1px solid #eee;
font-size:.9em;
line-height:1.1em;
color:#666666;
}

p.maglink {
clear:left;padding:9px 2px 2px 0;
}

#colleft ol,#colleft ul {
margin:0 0 1em 20px;
} 


div.archivelinks {
padding:9px;
}
div.archivelinks h2 {
 color:#3B4B19;
}
div.archivelinks ul {
margin:0 0 0 24px;
}
div.archivelinks li {
margin:9px 0;
}

/* response form */
#respond {
margin:9px 0;
padding:6px;
background-color:#AAB89E;
}

.postmetadata {
padding:9px 0;
clear:both; overflow:auto;
}
#respond h3 {
color:#3B4B19;
}
#respond p {
margin-bottom:.3em;
}
#respond input[type=text] {
background-color:#ECF8E7;
}

#comment {
background-color:#ECF8E7;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
width:500px;
}

.archivenav {
margin:10px 0;
}
.archivenav a {
font-weight:bold;
}

.thearchive {
padding:16px 0;
clear:both;
overflow:auto;
text-align:left;
margin:0 auto;
width:558px;
}
.thearchive h1 {
border-bottom:1px solid #3B4B19;
}
.thearchive h1 span {
font-size:.6em;
font-weight:normal;
float:right;
}
.thearchive h1 span a {
}

.cntctpage #colleft {
width:300px;
}
.cntctpage #colright {
margin-top:70px;
width:520px;
}

.equidobox {
margin-top:70px;
background-color: #DBE6D6;
padding:6px;
}

iframe {
border:1px solid #789356
}

#ie6msg {
position:absolute;
width:100%;
background-color:#000;
color:#FF9900;
padding:2px 0;
top:0; left:0;
display:none}
