/*   
Theme Name: REO Theme
Theme URI: http://www.reomontana.com
Description: A template to use for building the REO Montana site
Author: Tempest Technologies
Author URI: http://tempesttech.com
Version: 1.0
.
REO Template
.
*/

p,dl,hr,h1,h2,h3,h4,h5,h6,pre,table,address,fieldset{margin-bottom:20px}

/* Elements */
html, body {
	background: #fff url(/wp-content/themes/reo/images/background-new.jpg) repeat-x top;
	font: Arial, sans-serif;
}

a {
	color: #709129;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

hr {
	border: none 0;
	border-top: 1px solid #99B2CC;
	width: 100%;
	height: 1px;
	margin: 16px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, sans-serif;
	color: #709129;
}

h2 a {
	color: #709129;
}

h1 {font-size: 18px; margin-bottom: 10px;}
h2 {font-size: 16px; margin: 18px 0 9px 0;}
h3 {font-size: 13px; margin: 18px 0 9px 0;}
h4 {font-size: 1.6em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}

h2 a:link, a:visited {color: #709129; text-decoration: none; margin: 18px 0 9px 0;}
h2 a:hover {color: #000; text-decoration: none; margin: 18px 0 9px 0;}

p {
	margin: 4px 0px 8px 0;
	font-size: 12px;
	line-height: 15px;
}

ul {
	font: Arial, sans-serif;
	font-size: 12px;
	margin: 5px 0px 15px 30px;	
}

ul li {
	list-style: disc;
	margin: 5px 0px;
}

ol {
	font: Arial, sans-serif;
	font-size: 12px;
	margin: 5px 0px 5px 30px;	
}

ol li {
	list-style: decimal;
	margin: 5px 0px;
}

/* Page sections */
#pagewrapper {
	margin: 0 auto;
	width: 980px;
	background: transparent;
	border-left: 0px solid #333;
	border-right: 0px solid #333;
	border-bottom: 0px solid #333;
}

#headerwrapper {
	height: 120px;
	/*background-color: transparent;*/
	background-color: #709129;
	color: #ccc;
}

#header {
	/* padding: 24px 50px; */
	width: 902px;
	margin: 20px 0 0 50px;
}

.header-title a {
	margin-bottom: 5px;
	color: #fff;
	text-decoration: none;
	font-family: Arial, serif;
	font-style: normal;
}

.header-title a:hover {text-decoration: underline;}

.header-logo { width: 530px; margin: 0; padding: 0; float: left; }

.header-links { width: 200px; height: 20px; float: right; text-align: right; }

#home-slideshow { float: right; }

.facebook-logos { width: 120px; float: right; }

#leftsidebar {
	float: left;
	width: 200px;
}

#leftsidebar div.widget {
	width: 200px;
}

#contentwrapper {
	float: left;
	width: 980px;
}

#content {
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, sans-serif;
	padding: 24px 50px 18px 50px;
}

#content a:hover {
	color: #222;
	text-decoration: none;
}

.fourcolumn {
	width: 220px;
	float: left;
}

div.printpage {
	float: right;
}

#fs-main {
	float: right;
	border: 0;
}

div.green-box-wrap {
	width: 370px;
	background: #E5EBD8;
	margin-bottom: 18px;
}

.green-box {
	padding: 10px 20px 2px 20px;
}

.green-box-top-corners {
	height: 5px;
	background: url(/wp-content/themes/reo/images/green-box-top-corners.jpg) no-repeat;
}

.green-box-bottom-corners {
	height: 5px;
	background: url(/wp-content/themes/reo/images/green-box-bottom-corners.jpg) no-repeat;
}

.green-box-wrap ul {
	font-weight: bold;
	margin-left: 16px;
	margin-bottom: 10px;
	padding: 0;
}

.green-box-wrap li {
	list-style-image: url(/wp-content/themes/reo/images/bullet-arrow.png);
	font-weight: bold;
}

#slideshow {
	width: 480px;
	float: right;
}

#searchresults {
	margin: 10px 0px;
}

#searchform {
	margin: 10px 0px;
}

#rightsidebar {
	float: left;
	width: 200px;
}

#rightsidebar div.widget {
	width: 200px;
}

.clear {
	clear: both;
}

.horizontalnavbar {
	width: 980px;
	height: 49px;
	background: transparent url(/wp-content/themes/reo/images/nav-background-piece.jpg) no-repeat;
	border-top: 0px dashed #000;
	border-bottom: 0px dashed #000;
	/* margin-top: 28px; */
}

/*** ESSENTIAL STYLES ***/
#horizontalnav ul, #horizontalnav ul * {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:			0;
	padding:		0;
	list-style:		none;
}
#horizontalnav ul {
	line-height:	1.0;
	padding-left: 250px;
}
#horizontalnav ul ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#horizontalnav ul ul li {
	width:			100%;
}
#horizontalnav ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#horizontalnav ul li {
	float:			left;
	position:		relative;
}
#horizontalnav ul a {
	display:		block;
	position:		relative;
}
#horizontalnav ul li:hover ul,
#horizontalnav ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#horizontalnav ul li:hover li ul,
ul#horizontalnav ul li.sfHover li ul {
	top:			-999em;
}
ul#horizontalnav ul li li:hover ul,
ul#horizontalnav ul li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#horizontalnav ul li li:hover li ul,
ul#horizontalnav ul li li.sfHover li ul {
	top:			-999em;
}
ul#horizontalnav ul li li li:hover ul,
ul#horizontalnav ul li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
#horizontalnav ul {
	float:			left;
	margin-bottom:	1em;
}
#horizontalnav ul a {
	border-right:	0px solid #fff;
	padding: 		12px 24px 0 0;
	text-decoration:none;
	white-space: nowrap;
}
#horizontalnav ul a, #horizontalnav ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000000;
}
#horizontalnav ul li {
	background:		transparent;
}
#horizontalnav ul li li {
	background:		transparent;
}
#horizontalnav ul li li li {
	background:		transparent;
}
#horizontalnav ul li:hover, #horizontalnav ul li.sfHover,
#horizontalnav ul a:focus, #horizontalnav ul a:hover, #horizontalnav ul a:active {
	color: #709129;
	background:		transparent;
	outline:		0;
}

/*** arrows **/
#horizontalnav ul a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#horizontalnav ul ul .sf-sub-indicator { background-position:  -10px 0; }
#horizontalnav ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#horizontalnav ul ul a:focus > .sf-sub-indicator,
#horizontalnav ul ul a:hover > .sf-sub-indicator,
#horizontalnav ul ul a:active > .sf-sub-indicator,
#horizontalnav ul ul li:hover > a > .sf-sub-indicator,
#horizontalnav ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* WP Table Reloaded CSS */

.tableborder {
	border: 1px solid #999;
	margin-bottom: 20px;
}

.wp-table-reloaded {
  	margin: 0;
}
Ê
/* Change Background Color of Table Head */
.wp-table-reloaded-id-1 th, .wp-table-reloaded-id-1 .sorting {
  	background-color: #D4DEBE;
	text-align: center;
}
Ê
.wp-table-reloaded-id-1 .sorting_asc, .wp-table-reloaded-id-1 .sorting_desc {
 	 background-color: #ffffff;
}

/* Change Background Color of Alternating Rows */
.wp-table-reloaded-id-1 .odd td {
 	 background-color: #DCE5ED;
}
Ê
.wp-table-reloaded-id-1 .even td {
 	 background-color: #ffffff;
}

/* Change Font, Size, Style of Table */
.wp-table-reloaded-id-1 th {
	color: #000;
	font-size: 12px;
	text-align: center;
}

.wp-table-reloaded-id-1 td {
	color: #000;
	font-size: 12px;
	text-align: center;
}

/* Set Width of Columns */
.wp-table-reloaded-id-1 .column-1 {
 	width: 33%;
}

.wp-table-reloaded-id-1 .column-2 {
  	width: 33%;
}

.wp-table-reloaded-id-1 .column-3 {
  	width: 33%;
}

/* Remove Border from Table */
.wp-table-reloaded-id-1, .wp-table-reloaded-id-1 td, .wp-table-reloaded-id-1 th {
  border: none!important;
  border-collapse: collapse!important;
  border-spacing: 0px!important;
}

/* Default Wordpress CSS */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#footer {
	font-family: Arial, sans-serif;
	text-align: left;
	margin: 0 auto;
	min-height: 120px;
	background: transparent url(/wp-content/themes/reo/images/footer-background.jpg) repeat-x;
	padding: 20px 0;
}

#footernav, #footernav ul {
	width: 880px;
	margin: 0 auto;
	color: #333;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}

#footernav img {
}

.footer-logo-wrap {
	font-size: 21px;
	font-weight: bold;
	color: #369;
	width: 640px;
	height: 80px
	float: left;
	padding-bottom: 16px;
}

.footer-logo {
	width: 104px;
	float: left;
	margin-right: 10px;
}

.montana-shares {
	width: 98px;
	float: right;
	padding-top: 20px;
}

#footer-links {
	width: 280px;
	float: left;
	padding-top: 25px;
}

#footer-links a { float: left; margin: 0 0 0 10px; }

.footer-links-wrap {
	width: 230px;
	float: right;
	padding-top: 20px;
}

.footer-links-wrap a { float: right; padding: 0; }

.phonenumber {
	float: left;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	padding-top: 17px;
	line-height: 20px;
	padding-top: 20px;
	width: 166px;
}

#footernav a {
	font-size: 14px;
	color: #369;
	text-decoration: none;
	padding: 0 5px;
}

#footernav a:hover {
	font-size: 14px;
	color: #000;
}

#copyright {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333;
	width: 370px;
	float: left;
	padding-top: 16px;
}

#copyright a {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333;
}

#copyright a:hover {
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}

/* WPML Styles */
.print {
    background: url(/wp-content/themes/reo/images/printer_famfamfam.gif) no-repeat transparent;
    display: inline-block;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 0 20px;
    float: right;
}

.icl_lang_sel_current
{
    padding-right: 20px;
}

#lang_sel
{
    float: right;
}

.topnav
{
    clear: both;
    margin-top: 50px;
}

.topnav a
{
    font-size: 16px;
    font-weight: bold;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

.topnav a:visited
{
    color: white;
}
