/*  
Theme Name: Rod Rhodes Theme
Theme URI: http://rodrhodes.com/
Description: Theme for the RAW web site.
Version: 1.0
Author: Alex Kondys and Bobby Sciacchitano
Author URI: http://www.eps.com.au/

*/


/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */

/* @group General */

body {
	padding-top: 120px;
	background: #efefef url(images/background-header.jpg) 50% 20px no-repeat;
	font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-size: 81%;
	color: #505050;
	line-height: 1.53em;
}
a {
	color: #53afe5;
	text-decoration: none;
}
a:hover {
	color: #43a134;
}
p {
	margin-bottom: 1.53em;
}
#copy p img {
	
	border: 5px solid #fff;
	margin: 0 0 1.53em 1.53em;
}
p#quote br {
	display: none;		/* fixes the bug where the styles below only indent the first line of text */
}
p#quote {
	text-indent: -9999px;
	background: transparent url(images/homepage-quote.gif) no-repeat 50% 50%;
	display: block;
	width: 700px;
	height: 77px;
}

#copy li {
background: url(images/menu-sub-arrow.gif) 0 6px no-repeat;
font-style:italic;
padding:0 0 0 20px;
}


#footer a {
	color: #fff;
}

/* @end */

/* @group Layout */

#page {
	margin: auto;
	width: 960px;
	position: relative;
}
#copy {
	display: block;
	width: 700px;
	float: right;
}
#menu {
	display: block;
	width: 240px;
	float: left;
}
#associates {
	padding-top: 1.54em;
padding-bottom:1.54em;
	text-align: center;
}
#associates img {
	padding: 0 .5em 0 .5em
}
#footer {
	margin: auto;
	clear: both;
	width: 940px;
	background: transparent url(images/background-footer.jpg) no-repeat;
	display: block;
	height: 28px;
	padding: 12px 0 0 20px;
	color: #fff;
	font-size: 0.85em;
}
#bth {
	display: block;
	height: 80px;
	width: 240px;
	position: absolute;
	top: -100px;
}
#bth a {
	display: block;
	height: 80px;
	width: 240px;
	text-indent: -9999px;
}
label {
	float:left;
	width:150px;
}


/* @end */

/* @group Headings */

h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #2c68d5;
	font-size: 1.78em;
	font-weight: 100;
	margin-bottom: 0.72em;
}
h2 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #c00;
	font-size: 1.54em;
	font-weight: 100;
	margin-bottom: 0.72em;
}

/* @end */

/* @group Menu */

#menu ul {
	display: block;
	width: 240px;
	border-bottom: 1px solid #ccc;
}
#menu ul li a {
	color: #555;
	padding: 6px 0 6px 20px;
	width: 220px;
	display: block;
	border-top: 1px solid #ccc;
}
#menu ul li a:hover,
#menu ul li.active {
	background: #fff url(images/menu-arrow.gif) 225px 12px no-repeat;
}
#menu ul li.active ul {
display:block;
}
#menu ul li ul {
	margin-top: -5px;
	border: 0;
display:none;
}
#menu ul li ul li a {
	color: #53afe5;
	font-style: italic;
	border: 0;
	width: 195px;
	padding: 3px 0 3px 35px;
	background: #fff url(images/menu-sub-arrow.gif) 25px 9px no-repeat;
}
#menu ul li ul li a:hover {
	background: #fff url(images/menu-sub-arrow.gif) 25px 9px no-repeat;
}

/* @end */

/* @group Tables */

table {
	padding: 0;
	border: 1px solid #f0a117;
	border-left: 0;
	clear: both;
	margin-bottom: 1.54em;
	width: 100%;
}
tr.alt {
	background-color: #dae1eb;
}
th, td {
	border: 1px solid #f0a117;
	border-right: 0;
	border-bottom: 0;
	border-top: 0;
	padding: 1px 3px 0 3px;
}
th {
	color: #fff;
	text-align: left;
	background: #f0a117 url(images/background-th.gif) repeat-x;
}

/* @end */