/*  
Theme Name: corlin
Theme URI: http://lairdesign.com
Description: corlin
Version: 0.1
Author: lairdesign
Author URI: http://lairdesign.com
*/



/*-----------------------------------------------------------------------------------------------


* div  {
  background:#cfd0d2;
}


  Global Styles
-----------------------------------------------------------------------------------------------*/



* {
  padding:0;
  margin:0;
}

h1, h2, h3, h4, h5, h6, p, li {
  margin:0 0 1em 0;
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.clear_right{clear:right;}
a img{ border:none; }

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{   
  color:#fff;
  font-size:12px;
  line-height:1.5;
  font-family: Arial, Verdana, sans-serif;
  background-color:#000;
}

#container{   
  width:950px;
  margin:0px auto;
  background-color:#8e7d20;

}

/* This class sets the width and position for all rows */
.inside {
  width:900px;
  margin:0 auto;
  border-right:15px solid #000;
  border-left:15px solid #000;
  padding:0;
  background-color:#000;
}

a {
  color:#fff;
  text-decoration:underline;
  font-weight:bold; 
}

.post strong { 
 color:#8e7d20;
}

a:hover { 
  color:#8e7d20;
}

h1, h2, h3, h4{
  font-size:2em;
  color:#8e7d20;
  font-weight:normal;
  padding-top:10px;
  margin:0 0 20px 0;  
}

h2, h3{
  font-size:2em;
  margin:0 0 10px 0;  
}

h4 {
  font-size:1.7em;
  font-weight:bold;   
}

p{
  text-align:left;
}

ul li{
  list-style-type:square;
  margin:0em 0.5em 0.5em 2em;
}

blockquote{
  padding:1px 12px 1px 1em;
  border-left:2px solid #C00;
  color:#BBB;
  background-color:#333;
  font-size:1.1em
}

hr {
  background-color: #fff;
  color: #fff;
  height:1px;
  border:0;
  margin:0;
  padding:0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header .inside {
  margin-top:0px;
  border-top:15px solid #000;
}

#header a {
  color:#8e7d20;
}

#header a:hover { 
  color:#eae6cc;
}

#header h1{ 
  font-size:2.25em;
  margin:0;
  padding:0;
  float:left;
}

#header h1 a{ 
  text-decoration:none; 
  display:block;
  width:310px;
  height:105px;
  border:0;
  text-indent:-10000px;
  background: transparent url(img/corlin_logo_01.png) no-repeat left top;
}

#header h2{ 
  margin:20px 0 0 0;
  padding:0;
  float:right;
  font-size:2.5em;
  color:#fff;  
}

#search {
  float: right;
  padding: 30px 0 0 0;  
}

#contact_head {
  white-space: nowrap;
  float: right;
  clear:right;
  padding:10px;  
}

#tag .inside {
  background-color:#eae6cc; 
  border-bottom:5px solid #000; 
}

#tag2 .inside {
  background-color:#000; 
  border-bottom:5px solid #000; 
    width:900px;
}

#tag h3 {
  font-size:24px;
  color:#000;
  font-weight:bold;
  padding:5px 10px;
  margin:0;
  
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

ul#navigation{
  width:100%;
  padding:0 0 0 0;
  margin:0 ;
  float:left;
  clear:both;
}


#navigation li {
  float:left;
	margin:0 1px 0 0;
  padding:0;
  /* text-transform:uppercase; */
  list-style:none; 
}

#navigation a {
  display:block;
	color:#fff;  
	padding:3px 7px; 
  font-weight:bold;
  text-decoration:none;
}

ul#navigation li a:hover, ul#navigation li a.selected{
	color:#000;
	background-color:#8e7d20;
}

#navigation li.current_page_item, #navigation li.current_page_parent  {
  background-color:#eae6cc;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  color:#000;
}

#navigation li.current_page_item a:hover{
  color:#fff;
}


#breadcrumb {
  padding:5px 10px;
  clear:both;
}

#breadcrumb a {
  color:#eae6cc;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary {
  color:#fff;
}

#primary .home {
  width:900px;
  height:310px;  
  background: url(img/main_header_01.jpg) no-repeat left top;  
  border-bottom:3px solid #000;
}

#primary .post {
  padding:0px 40px;
  float:right;  
}

.post3 {
  width:170px;
  padding:0px 10px;
  float:left;  
}

.post3 a {
	text-decoration:none;
}

.post3 strong {

   color:#8e7d20;
}

.post_other strong {

   color:#8e7d20;
}

.post_other {
  padding:0 0 20px 0;
  float:left;  
}

#primary .page .post {
  width:660px;
  padding:0 0 20px 20px;
}

#primary1 .page1 .post1 {
  width:880px;
  padding:0 20px;
  float:left;  
}

#primary h2 {

}


.breadcrumb {
  padding:10px 0 0 0;
  font-size:110%;
}

/*-----------------------------------------------------------------------------------------------
  Sliding menu
-----------------------------------------------------------------------------------------------*/

#sm ul, #sm li {
  padding:0;
  margin:0;
}

.sm {
  list-style:none;
  width:990px;
  display:block;
  overflow:hidden
}

.sm li {
  float:left;
  display:inline;
  overflow:hidden
}

/* Single Post Styles */
  



/*-----------------------------------------------------------------------------------------------
  Secondary Items
-----------------------------------------------------------------------------------------------*/

#primary .secondary {
  float:left;
  width:220px;
  color:#000;
  background-color:#eae6cc;
  margin:0px 0 0 0;
  margin-bottom:6px;
  line-height:16px;
}

#wrapper {
  margin: 5px 0 0 0;
  border-bottom:5px solid #000;
  background: url(img/col1_bg.gif) repeat-y left top;
}


.secondary2 {
  float:left;
  width:217px;
  color:#000;
  background-color:#eae6cc;
  margin:5px 0 0 0;
  min-height:287px;
  margin-bottom:6px;
  line-height:20px;
}



#primary .secondary h3 {
  display:block;
  font-size:14px;
  padding:5px 10px;
  margin:0;
  text-transform:uppercase;  
  font-weight:bold;
  color:#000;
  background-color:#8e7d20;
}

.news h3 {
  margin:10px 0 0 0;
}

.news span {
  margin:0 0 10px 0;
  display:block;
  font-weight:bold;
}

.secondary ul {
  margin:5px 10px;
  padding:0;
}

.secondary ul li {
  margin:0 0 0 15px;
  padding:5px 0;
}

#primary .secondary a {
  color:#000; 
  text-decoration:none;
}

#primary .secondary a:hover {
  color:#8e7d20; 
}

#primary .secondary li.current_page_item a  {
  color:#fff; 
  background-color: #8e7d20;
  padding:3px;
}

.sidebar_module {
  width:240px;
  float: left;
  margin:10px 0 10px 10px;
  padding:0 0 10px 0;
}

.first {
  margin:10px 0 10px 0; 
}

.project_sec {
  margin:20px 0 10px 10px;  
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary {
  float:right;
  padding:5px 0 0 0;
}

#ancillary3 {
  width:580px;
  float:right;
  padding:5px 0 0 0;
}

#map {
  width:425px;
  float:left;
  padding:10px 0 0 0;
}

#contact_pics {
  width:145px;
  float:right;
    padding:10px 0 0 0;
}

#ancillary3 img {
margin-bottom:5px;
}

#ancillary img {
margin-bottom:5px;
}


#ancillary2{
  float:right;
  width:213px;
  color:#000;
  margin:5px 6px 0 0;
    min-height:287px;
}

#ancillary2 img {
margin-bottom:5px;
}


/*-----------------------------------------------------------------------------------------------
  Contact Form
-----------------------------------------------------------------------------------------------*/

.contactform {
  float:left;
  font-size:1.1em;
  width:400px;
}

label {

} 

.contacterror {
  border: 1px solid #ff0000;
}

.sub_error {
  background-color:#cc0000;
  color:#fff;
  padding:5px;
  margin:0 0 20px 0;
}

.sub_error p {
  padding:0px;
  margin:0px;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
  clear:both;
  color:#fff;
}

#footer .inside {
  padding:10px 0;
  border-top:1px solid #fff; 
}

#footer a {
  color:#fff;
  text-decoration:none;
  font-weight:bold;
}

#footer a:hover { 
  color:#ccc;
}

#footer p {
  margin:0;
  font-size:1.1em;
}

#footer p.attributes{ 
  float:right;
  padding:0 0 0 1em;
}

a.rss {
  padding:4px 0 5px 16px;
  margin:5px 0 0 0;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}

/*-----------------------------------------------------------------------------------------------
  SLIMBOX 
-----------------------------------------------------------------------------------------------*/

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.post_contact{
width:400px;
float:left;
}

.right_contact {
  width:500px;
  margin:0 0 20px 0;
  float:right;
}

.right_contact h3 {
padding-top:20px;
}

/*-----------------------------------------------------------------------------------------------
 home
-----------------------------------------------------------------------------------------------*/

#home_nav{
  background-color:#e2dcb8;
}

#home_nav img{
border-top:0px solid #000;
}

#home_nav p {
  color:#000;
  font-size:12px;
  margin:0;
  padding:10px 10px 9px 10px;
}



.lc {
margin-left:0;
}


#home_nav h3 {
  background:#e2dcb8 url(img/arrow2.png) no-repeat scroll 130px 13px;
  border-top:0px solid #FFFFFF;
  font-size:14px;
  margin:0;
  padding:10px 30px 5px 10px;
  color:#000;
  font-weight:bold;
}

.nav_block{
  float:left;
  margin:0px 3px 0 0px;
  width:165px;
  height:243px;
  background-color:#e2dcb8;
}

.nav_block h3 a {
  color:#000;
}

.nav_block_home{
float:left;
margin:0px 0 0 0px;
width:228px;
  background-color:#e2dcb8;
  height:243px;
}

.nav_block_home ul{
	padding-top:10px;
	color:#000;

}
.nav_block_home h2{
  background:#e2dcb8 url(img/arrow2.png) no-repeat scroll 160px 13px;
  border-top:0px solid #FFFFFF;
  font-size:14px;
  height:30px;
  margin:0;
  padding:10px 30px 5px 10px;
  color:#000;
  font-weight:bold;
  text-transform:uppercase
}

.nav_block a{
	  color:#000;
}
.nav_block a:hover{
	  color:#8e7d20;
}

.nav_block_home a{
	color:#000;
}
.nav_block_home a:hover{
	color:#8e7d20;
}


#home_nav h4 {
background:#fff;
border-bottom:3px solid #000;
font-size:14px;
margin:0;
padding:4px 10px 4px 0px;
  color:#000;
}

#home_nav h5 a{
  color:#fff;
}
#home_nav h5 a:hover{
  color:#fff;
   text-decoration:underline;
}
#home_nav h6 a{
  color:#fff;
  
}
#home_nav h6 a:hover{
  color:#fff;
  text-decoration:underline;
}

#home_nav h5 {
background:#ab9933;
border-bottom:3px solid #000;
font-size:14px;

margin:0;
padding:3px 10px 4px 0px;
  color:#000;
}

#home_nav h6 {
background:#ab9933;
border-bottom:0px solid #000;
font-size:14px;
margin:0;
padding:3px 10px 4px 0px;
  color:#000;
}

