/**
 * Rancho LLC Site theme
 *
 * @author	Ivan Zhekov <http://joneff.info>
 * @version	1.0
 */




/*--------------------------------------------------------------------------*/




/**
 * @region 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1.5;
}
/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Elements
 */




/** Root elements */
html {
	height: 100%;
	min-height: 100%;
	background-color: #eeeeee;
}
body {
	_height: 100%;
	min-height: 100%;
	color: #6c6c6c;
	background: url("/images/body-tile.gif") center top repeat-y;
	font: 12px Arial, sans-serif;
}
#site-wrap {
	margin: auto;
	width: 960px;
	_height: 100%;
	min-height: 100%;
	position: relative;
}




/** Block Elements */
div {}
p {
	margin: 1em 0;
}


address {
	font-style: italic;
}


pre {
	font-family: monospace;
	white-space: pre;
}




/** Headings */
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
h1 {
	margin: 0.67em 0;
	font-size: 2em;
	font-weight: bold;
}
h2 {
	margin: 0.83em 0;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	margin: 1em 0;
	font-size: 1.17em;
	font-weight: bold;
}
h4 {
	margin: 1.33em 0;
	font-weight: bold;
}
h5 {
	margin: 1.33em 0;
	font-weight: normal;
}
h6 {
	margin: 1.33em 0;
	font-weight: normal;
}




/** Tables */
table {}
caption {}
thead, tbody ,tfoot {}
th, td {}




/** Lists */
ol, ul {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
ol ol, ol ul,
ul ul, ul ol {
	margin-top: 0;
	margin-bottom: 0;
}


dl {
	margin: 1em 0;
}
dt {}
dd {
	margin: 0 0 0 40px;
}




/** Quotes */
blockquote {
	margin: 1em 40px;
	padding: 1px 1px 1px 20px;
	border-left: 5px solid #000000;
	quotes: "";
	quotes: none;
}
cite {
	font-style: italic;
}
q {
	quotes: "“" "”" "‘" "’";
}




/** Links */
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:focus {
	outline: 1px dotted;
}




/** Phrase elements */
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
small {
	font-size: smaller;
}
big {
	font-size: bigger;
}
sub {
	font-size: smaller;
	line-height: normal;
	vertical-align: sub;
}
sup {
	font-size: smaller;
	line-height: normal;
	vertical-align: super;
}


tt, code, kbd, samp {
	font-family: monospace;
}




/** Images */
img, a img {
	border: none;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Form elements
 */
form {}


input, textarea, button, option, select {
	margin: 0;
	padding: 0;
}




/** Fieldsets */
fieldset {}
fieldset legend {}




/** Textboxes */
.text,
textarea {
	padding: 5px;
	color: #898989;
	background: #ffffff;
	border-top: 1px solid #abadb3;
	border-right: 1px solid #dbdfe6;
	border-bottom: 1px solid #e3e9ef;
	border-left: 1px solid #e2e3ea;
	font: 11px Arial, sans-serif;
}
input[type=text],
input[type=password] {}


.inline-field[type=text],
.inline-field[type=password] {}




/** Single / Multiple choise */
input[type=checkbox],
input[type=radio] {
	margin-right: 5px;
	vertical-align: middle;
}




/** Dropdowns */
select {}
option {}




/** Buttons */
button,
.button {
	border: 1px solid #707070;
	background: #cfcfcf url("/images/button-tile.gif") left top repeat-x;
	font: 11px Arial, sans-serif;
}
input[type=button],
input[type=submit] {}


input[type=image] {
	vertical-align: middle;
}
.inline-button[type=image] {
	margin: -8px 0;
	vertical-align: middle;
}




/** Buttons holder */
.buttons {
	margin: 1em 0 0 0;
	text-align: center;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	Utility classes
 */




/** Text alignment */
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
.text-justify {
	text-align: justify !important;
}




/** Positioning classes */
.float-left {
	float: left !important;
}
.float-right {
	float: right !important;
}




/** Sizing classes */
.one-quarter {
	width: 25% !important;
}
.one-third {
	width: 33.3% !important;
}
.half-width {
	width: 50% !important;
}
.two-thirds {
	width: 66.3% !important;
}
.three-quarters {
	width: 75% !important;
}
.full-width {
	width: 100% !important;
	*width: 99% !important;
}




/** Icon classes */
.image-icon {}
.image-button {}




/**  Hide  show */
.skip {
	display: none !important;
}
.hide {
	display: none !important;
}


.show-text span {
	display: inline !important;
}
.hide-text span {
	display: none !important;
}


.show-details .details {
	display: block !important;
}
.hide-details .details {
	display: none !important;
}




/** Visual clear */
.clear {
	clear: both;
}
.empty  {
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}


.clear-fix {
	clear: both;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}


.clear-after {
	min-height: 0;
	_zoom: 1;
}
.clear-after:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}





/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	UI boxes
 */
/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region	UI Text
 */
/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Top navigation
 */
#top-bar {
	margin: 0;
	padding: 5px 2px;
	font-size: 10px;
	text-align: right;
}




/** Top bar links */
#top-bar a {}
#top-bar a:hover {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Header
 */
#header {
	padding: 0 0 0 211px;
	width: 749px;
	height: 177px;
	background: #dededd;
	min-height: 0;
	_zoom: 1;
}
#header:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}




/** Header logo */
#header-logo {
	margin: 0 0 0 -211px;
	width: 210px;
	height: 177px;
	border-right: 1px solid #cecccf;
	float: left;
	position: relative;
	display: inline;
}
#header-logo a {
	width: 210px;
	height: 177px;
	display: block;
}
#header-logo img {
	margin: -24px 0 0 -85px;
	width: 170px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
}




/** Header animation */
#header-animation {
	width: 749px;
	overflow: hidden;
	_float: right;
}
#header-animation img {
	width: 749px;
	display: block;
}




/** Header navigation */
#header-nav {
	margin: 0;
	padding: 0;
	width: 749px;
	height: 22px;
	color: #ffffff;
	background: #1b1814;
	border-top: 1px solid #25221d;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	list-style: none;
	_clear: right;
	_float: right;
	min-height: 0;
	_zoom: 1;
}
#header-nav:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}
#header-nav li {
	padding: 0 15px;
	height: 22px;
	
	float: left;
	display: inline;
}


#header-nav a {
	color: #aeadad;
}
#header-nav a:hover {
	color: #ffffff;
}


#header-nav .selected a {
	color: #ffffff;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Middle
 */
#middle {
	min-height: 0;
	_zoom: 1;
}
#middle:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


.main,
.sidebar {
	position: relative;
	overflow: hidden;
}
.main .col-wrap,
.sidebar .col-wrap {}




/** Middle layouts */
.layout-sc {}
.layout-sc #content {
	margin: 0 0 0 210px;
	width: 750px;
	float: left;
	display: inline;
}
.layout-sc #sb-1 {
	margin: 0 0 0 -960px;
	width: 210px;
	float: left;
	display: inline;
}
.layout-sc #sb-2 {
	display: none;
}


.layout-scs {}
.layout-scs #content {
	margin: 0 0 0 210px;
	width: 584px;
	float: left;
	display: inline;
}
.layout-scs #sb-1 {
	margin: 0 0 0 -794px;
	width: 210px;
	float: left;
	display: inline;
}
.layout-scs #sb-2 {
	width: 166px;
	float: right;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Footer
 */
#footer {
	padding: 5px 0 5px 230px;
	font-size: 10px;
	min-height: 0;
	_zoom: 1;
}
#footer:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


#footer p {
	margin: 0;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Main content
 */
.main {
	min-height: 0;
	_zoom: 1;
}
.main:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


.main .col-wrap {
	padding: 20px 20px 10px 20px;
}




/** Main titles */
.main h2.title {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	color: #ffffff;
	background: #3267b3;
	font: 20px "Times New Roman", Georgia, serif;
}




/** Main section */
.main .section {
	padding: 0 0 10px 0;
	background: url("/images/main-sect-bg.gif") left bottom no-repeat;
	position: relative;
	min-height: 0;
	_zoom: 1;
}
.main .section:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}

.main .section_large {
	background: url("/images/main-sect-bg-2.gif") left bottom no-repeat;
}

.main .section_large ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

.main .section_large li {
	padding-left: 10px;
	background: url("/images/sb-nav-sub-item-bg.gif") left center no-repeat;
}

.main .section_large a {
  font-size: 14px;
}

/** Main content */
.main .content {}




/** Main other content */
.main p {}
.main ul {}
.main li {}
.main blockquote {}


.main .more {
	margin: 0;
	padding: 0 40px 0 10px;
	background: #f5f5f5;
	font-size: 9px;
	float: right;
	position: relative;
	bottom: -10px;
}
.main .more a {
	
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Sidebar
 */
.sidebar {
	font-size: 11px;
	min-height: 0;
	_zoom: 1;
}
.sidebar:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


#sb-1 {
	background: url("/images/sb-1-bg.jpg") right bottom no-repeat;
}
#sb-1 .col-wrap {
	padding: 15px 15px 120px 15px;
}


#sb-2 {}
#sb-2 .col-wrap {
	padding: 20px 0 0 0;
}




/** Sidebar titles */
.sidebar h2.title {
	margin: 0 0 20px 0;
	padding: 5px 10px;
	color: #ffffff;
	background: #cccbca;
	font: 20px "Times New Roman", Georgia, serif;
}


#sb-1 h2.title {
	display: none;
}
#sb-2 h2.title {
	text-indent: -9999em;
}




/** Sidebar section */
.sidebar .section {
	margin: 0 0 10px 0;
}




/** Sidebar content */
.sidebar .content {}




/** Sidebar other content */
.sidebar p {}
.sidebar ul {}
.sidebar li {}
.sidebar blockquote {}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Main modules
 */
.main .section {}




/** Node list */
.main .node-list {}




/** Thumb */
.main .thumb {
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #ffffff;
	border: 1px solid #d3d2d2;
	float: left;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Sidebar modules
 */




/** GCL Certified */
.sidebar .glc-certified {
	margin: 0;
	width: 180px;
	position: absolute;
	bottom: 0;
}
.sidebar .glc-certified .content {
	text-align: center;
}




/** Navigation */
.sidebar .nav {}


.sidebar .nav ul {
	border-top: 1px solid #dbdad9;
	margin: 0;
	padding: 0;
	font-weight: bold;
	list-style: none;
	_zoom: 1;
}
.sidebar .nav li {
	border-bottom: 1px solid #dbdad9;
}
.sidebar .nav a {
	padding: 10px;
	color: #45413b;
	display: block;
}
.sidebar .nav a:hover {
	color: #45413b;
	background: #f0f0f0;
	text-decoration: none;
}


.sidebar .nav .selected a {
	background: #f0f0f0;
}
.sidebar .nav .selected a:hover {
	background: #f0f0f0;
}


.sidebar .nav li ul {
	padding: 10px;
	font-weight: normal;
}
.sidebar .nav li li {
	margin: 5px 0;
	padding: 0 0 0 10px;
	border: none;
	background: url("/images/sb-nav-sub-item-bg.gif") left center no-repeat;
}
.sidebar .nav li li a,
.sidebar .nav .selected li a {
	padding: 0;
	display: inline;
	color: #bf0908;
	background: none;
	text-decoration: underline;
}
.sidebar .nav li li a:hover,
.sidebar .nav .selected li a:hover {
	color: #bf0908;
	background: none;
	text-decoration: underline;
}




/** Portfolio */
.sidebar .portfolio {}


.sidebar .portfolio .content {
	padding: 0 20px;
	text-align: center;
}


.sidebar .portfolio ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar .portfolio li {
	margin: 0 0 20px 0;
}


.sidebar .portfolio a {
	color: #1b1814;
	font-weight: bold;
}
.sidebar .portfolio a:hover {
	color: #bf0908;
}
.sidebar .portfolio a span {
	padding: 2px;
	background: url("/images/sb-portfolio-link-tile.gif") left top repeat-x;
	border-bottom: 1px dotted #b9b9b9;
	text-transform: uppercase;
	display: block;
}




/** Search */
.sidebar .search {}


.sidebar .search .button {
	width: 27px;
	height: 22px;
	padding: 0;
	background: url("/images/sb-search-button-bg.gif") left top no-repeat;
	border: none;
	text-indent: -9999em;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Node base
 */
.node {
	margin: 0 0 20px 0;
	padding: 0 10px 0 140px;
	clear: both;
	min-height: 0;
	_zoom: 1;
}
.node:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
}


.node.last-child {
	margin-bottom: 0;
}


.node .node-title {
	margin-top: 0;
	color: #db2925;
	font-size: 12px;
}




/** Node thumb */
.node .thumb {
	margin-left: -130px;
}




/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Node types
 */




/***/
.node.featured {
	padding-bottom: 10px;
	background: url("/images/main-sect-bg.gif") left bottom no-repeat;
}
.node.featured .node-title {
	display: none;
}




/** @endregion */




/*--------------------------------------------------------------------------*/

 


/**
 * @region System pages
 */
/** @endregion */




/*--------------------------------------------------------------------------*/

 


/**
 * @region Custom pages
 */
/** @endregion */




/*--------------------------------------------------------------------------*/

 


/**
 * @region Custom main modules
 */
/** @endregion */




/*--------------------------------------------------------------------------*/

 


/**
 * @region Custom sidebar modules
 */
/** @endregion */




/*--------------------------------------------------------------------------*/




/**
 * @region Fixes
 */
/** @endregion */

#login label {
  width: 4em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

#login input {
  margin-bottom: 5px;
}

#login input.submit {
  margin-left: 55px;
}

#register label {
  width: 150px;
  float: left;
  text-align: right;
  display: block;
}

#register input {
  margin-bottom: 7px;
}

#register input.submit {
  margin-left: 150px;
}

#register div.error {
  color: #c00000;
  margin-left: 150px;
  margin-bottom: 10px;
}

#register span.error {
  color: #c00000;
}

#announcement {
  margin: -10px 0 10px 0;
  text-align: center;
}

#announcement h1 {
  line-height: 12px;
  color: #c00000;
  font-size: 18px;
}

#announcement p {
  color: #000000;
  padding: 0;
  margin: 0;
}

#announcement a {
  color: #000000;
  font-size: 10px;
}