/*
Theme Name: 3K Ranch Theme
Theme URI: http://www.3kranch.com/
Description: Specialized Theme for 3K Ranch
Version: 1.0
Author: SparkWeb Interactive
Author URI: http://www.sparkweb.net/
*/

/* Reset Stuff */
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,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul {
	list-style: none;
}


/* Basic Setup */

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	background-color: #E0D3CE;
}
p {
	margin-bottom: 1.2em;
	line-height: 145%;
}
h1 {
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 1px solid #DCA35F;
	padding-bottom: 0px;
	margin-bottom: 22px;
}

h2 {
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #DCA35F;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

h3, h4 {
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px solid #DCA35F;
	padding-bottom: 4px;
	margin-bottom: 14px;
}

a {
	color: #1D6AAE;
	text-decoration: none;
}
a:hover {
	color: #1D6AAE;
	text-decoration: underline;
}
.noMargin {
	margin: 0px;
}
.pad5 {
	padding: 5px;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.noviz {
	width: 5px;
	visibility: hidden;
	display: inline;
}
.clr {
	clear: both;
}




/* Design and Menu */

#wrapper {
	width: 990px;
	margin: 0 auto;
}

#logo {
	width: 352px;
	height: 272px;
	display: inline;
	float: left;
	background: url('img/top-pic1.jpg') no-repeat;
}

#pic-right {
	width: 638px;
	height: 272px;
	display: inline;
	float: right;
	background: url('img/back-top.jpg') no-repeat;
}



#nav {
	display: inline;
	float: right;
	height: 43px;
	margin-top: -61px;
}

#nav li {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#nav li a {
	display: block;
	float: left;
	padding: 11px 20px;
	background: url('img/nav-off.jpg') repeat-x;
	border-left: solid 1px #DCA35F;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#nav li.first_item a {
	border: 0;
}

#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_ancestor a {
	color: #DCA35F;
	text-decoration: none;
	background: url('img/nav-on.jpg') repeat-x;
}


#content {
	background: #E6DDD9 url('img/mainback.jpg') repeat-x;
	overflow: auto;
	padding: 50px 25px 40px 50px;
	clear: both;
}


#maincontent {
	width: 658px;
	display: inline;
	background-color: #E6DDD9;
	float: left;
}

#sidebar-right {
	float: right;
	width: 217px;
	padding: 10px;
	background-color: #70533C;
	min-height: 500px;
	margin-left: 20px;
}

#sidebar-right p, .ec3_events, .textwidget {
	color: #B4B0B0;
}
.ec3_events {
	margin-bottom: 16px;
}

#sidebar-right a {
	color: #B4B0B0;
	font-weight: bold;
}


#footer {
	background-color: #70533C;
	padding: 10px 30px 15px 10px;
	clear: both;
}




#nav-footer {
	display: inline;
	float: right;
}

#nav-footer li {
	float: left;
	margin-top: 5px;
	padding-bottom: 5px;
}

#nav-footer li a {
	display: block;
	float: left;
	margin-left: 20px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

#text-footer {
	text-align: right;
}

.imgleft {
	clear: left;
	border: 2px #FFFFFF solid;
	float: left;
	margin-right: 8px;
}

.imgright {
	clear: right;
	border: 2px #FFFFFF solid;
	float: right;
	margin-left: 8px;
}


/* ----------  CONTACT FORM  ------------ */
label {
	clear: both;
	float: left;
	width: 160px;
	margin-bottom: 5px;
	text-align: right;
	padding-right: 5px;
}
input[type=text], select, textarea {
	float: left;
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 12px;
}
input[type=submit] {
	clear: both;
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 165px;
}
.required {
	margin-left: 3px;
	font-weight: bold;
	color: red;
}





/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* 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: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }




