/*
Main colors used:
#464543 
 - 

/*=== Setup ===*/

#header{
	padding-top: 0px;
	height: 130px;
	
}	

#header h1 a{
	height: auto;
}		

body{
	background: url(custom/background.gif) repeat-x;
	background-color: #FEF4EA;
	color: #6C655B;
	font: .8em "skolar-1","skolar-2", Helvetica, Arial, san-serif;
	line-height: 20px;

	
}


a{
	color: #F73339;
}
input,select,textarea{
	border: #ccc 1px solid;
}
h2{
	color: #6e5c4f;
	font-size: 30px;
	letter-spacing: 0px;
	margin: 0 0 1em;
	padding-bottom: 10px;
	border-bottom:1px dashed #ccc;
	font-family: "adelle-1","adelle-2", Helvetica, Arial, san-serif;


}

h2 a{
	color: #6e5c4f;
}
h3{
	color: #6e5c4f;
}
h4{
	color: #6e5c4f;
	font-size: 1.2em;
	margin: 0 0 1em;
	
}

div.textwidget input, div.textwidget textarea{
	width: 235px;
}

.nav2 li, .widget li{
	background: url(custom/ico-next.gif) no-repeat left 10px;
}

.post ul li{
	background: url(custom/ico-bullet.gif) no-repeat left top;
}	

/*=== Intro ===*/
p.intro a {
	color:#FFFFFF;
}

.intro {
   font: 22px "skolar-1","skolar-2", Georgia, Helvetica, Arial, "Trebuchet MS", sans-serif;
   font-style: italic;

}

p.intro a:hover {
	color:#222222;
}

/*=== Buttons ===*/

.btn-rounded a{
	background: url(grey/btn-rounded.gif) no-repeat left;
	color: #ffffff;
}
.btn-rounded a span{
	background: url(grey/btn-rounded.gif) no-repeat right;
}
.btn {
	background: none;
	border:none;
 	color:#b5e2e8;
	font-family: Helvetica, Arial, san-serif;
	text-transform:uppercase;
	padding-top: 14px;
	
	
}

/*=== Navigation ===*/
/*- Nav1 -*/
#nav1 {
	letter-spacing: 0px;
	margin-top: 72px;
}


#nav1 li a{
	color: #3f3f3f;
}
#nav1 li a:hover,
#nav1 li.active a, #nav1 li.current_page_item a{
	background: url(custom/btn-rounded.gif) no-repeat left;
	color: #3f3f3f;
	background-attachment: scroll;
	background-color: transparent;
}
#nav1 li.active a span,
#nav1 li.current_page_item a span,
#nav1 li a:hover span{
	background: url(custom/btn-rounded.gif) no-repeat right
}

/*- Nav2 -*/
.nav2 li a, .widget li a{
	color: #555555;
}
.nav2 li a:hover, .widget li a:hover{
	color: #464543;
}

/* #columnsKCpost{
	height: 10px;
	overflow: hidden
	padding: 0 0 10px
	background: url(grey/box5-top.gif) no-repeat top;
	
	background: url(grey/box5-top.gif) no-repeat bottom;
	clear: both;
	height: 10px;
	padding: 20px 0 0 0;
}*/

#columnsKC{
	height: 1%;
	padding: 20px 0px 10px 0px;
}

#columnsKC .top {
	background: url(grey/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}
#columnsKC .bot{
	background: url(grey/box5-bot.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden;
}

#columnsKC .spacer{
	background: url(grey/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 0 0 20px;
}

/*=== Center Column ===*/
#centercol{
	float: left;
	width: 600px;
	padding-right: 10px;
}
/*=== Right Column ===*/
#rightcol{
	float: right;
	margin: 00px 0 0;
	width: 290px;
}


/*=== Right Column ===*/
#rightcol h3, #rightcol h3 a{
	color: #ffffff;
}
#rightcol h3 span{
	background: none;
	font-size:10px;
	color: #F73339;
	border-bottom:1px dashed #ccc;
	font-weight:normal;
	text-transform:uppercase;
}	

#rightcol .widget ul, #rightcol .textwidget 
{
	background: none;
}

/*=== Sub Columns ===*/
.col1 a{
	color: #555555;
}
.col3 h2{
	color: #464646;
}

.col4 a{
	color: #F73339;
}


.col4 h2{
	padding: 10px 0 10px 0;
	line-height: 26px;
}

.col5 img{
	border: 10px solid #f6f5ed;
	float: right
}

/*=== Styling Boxes ===*/
/*- Box1 -*/
.box .top,.box .bot{
	background: url(grey/box-top.gif) no-repeat top;
}
.box .bot{
	background: url(grey/box-bot.gif) no-repeat top
}
.box .spacer{
	background: #ffffff;
}
/*- Alternate Box1-called boxpostKC -*/
.boxpostKC{
	margin: 0 0 1em;
	width: 620px;
	padding-top:20px;
}
.boxpostKC .top,.box .bot{
	background: url(custom/box-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}
.boxpostKC .bot{
	background: url(grey/box-bot.gif) no-repeat top;
}
.boxpostKC .spacer{
	background: url(grey/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 20px
}	


/*- Box2 -*/

.box2{
	margin: 0px 0 1em;
	width: 290px;
	
}

.box2 .top,.box2 .bot{
	background: none;
}
.box2 .bot{
	background: none;
}

.box2 .spacer{
	background: none;
}


/*-.box2 .top,.box2 .bot{
	background: url(custom/box2-top.gif) no-repeat top;
}
.box2 .bot{
	background: url(grey/box2-bot.gif) no-repeat top
}

.box2 .spacer{
	background: #ffffff;
}
*/



/*- Box3 -*/
.box3 .top,.box3 .bot{
	background: url(grey/box3-top.gif) no-repeat top;
}
.box3 .bot{
	background: url(grey/box3-bot.gif) no-repeat top
}
.box3 .spcr{
	background: #efefed;
}
/*- Box4 -*/
.box4{
	color: #FFFFFF;
}
.box4 .top,.box4 .bot{
	background: url(custom/box4-top.gif) no-repeat top;
	height: 36px;

}
.box4 .bot{
	background: url(custom/box4-bot.gif) no-repeat top;
	height: 18px;
}
.box4 .spacer{
	background: #b5e2e8;
}

/*- Box5- alternate called boxKC -*/
.boxKC{
	margin: 0 0 30px;
	width: 940px;
	padding-top:20px;
	
}

.boxKC .top,.boxKC .bot{
	background: url(grey/box5-top.gif) no-repeat top;
	clear: both;
	height: 10px;
	overflow: hidden
}

.boxKC .top,.boxKC .bot{
	background: url(grey/box5-top.gif) no-repeat top;
}
.boxKC .bot{
	background: url(grey/box5-bot.gif) no-repeat top
}
.boxKC .spacer{
	background: url(grey/box5-bgr.gif) repeat-y top;
	height: 1%;
	padding: 15px 20px;
}



.boxKC .post img {
	border:0;
}




/*=== portfolio ===*/
.portfolio-entry {
	width: 240px;
	padding: 0 20px 0 30px;
	}
	
.quote-box  {
	height: 79px;
	background: url(custom/porttitle-bg.png) no-repeat;
	padding: 10px 0 20px 30px;
	
	}
	
.quote-box h2 {
	border-bottom: none;
}	

.quote-box h2 a{
	font-size: 24px;
	letter-spacing: 0px;
	margin: 0 0 1em;
	padding-bottom: 10px;
	border-bottom:0px dashed #ccc;
	vertical-align:middle;
	color:#FFFFFF;
	}	
	
.portfolio-img {
	float:left;
	width: 600px;
	padding-right: 10px;
	
	}	
	
.portfolio-projectype {
	border-bottom:1px dashed #ccc;
	padding: .5em 0 .5em 0;
	}	
	
.portfolio-details {
	border-bottom:1px dashed #ccc;
	padding: .5em .0em .5em 0;
	}	
	
.portfolio-testimonial {
	padding: .5em .0em .5em 0;
	}	
	
.small-type {
	font-size:10px;
	color: #F73339;
}	

.portmain-title a {
	font-size:12px;
	font-weight: bold;
	padding: 0px 0em;
	margin: 0px;
	}
	
.thumb-entry {
	display:inline-block;
	padding: 0px 23px 0 0;

	
}		


/*- Box5 -*/
.box5 .top,.box5 .bot{
	background: url(grey/box5-top.gif) no-repeat top;
}
.box5 .bot{
	background: url(grey/box5-bot.gif) no-repeat top
}
.box5 .spacer{
	background: url(grey/box5-bgr.gif) repeat-y top;
}
/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(grey/box6-top-GONE.gif) no-repeat top;
}
.box6 .bot{
	background: url(grey/box6-bot-GONE.gif) no-repeat top;
}
.box6 .spacer{
	background: #FEF4EA;
}

#footer .box6 .spacer{
	padding: 0px;
	
}



/*- Date -*/
.date{
	color: #898989;
}

/*=== Styling Forms ===*/
/*- Search
#search{
	height: 32px;
	margin: 0px;
	padding: 0 0 40px 0px;

}

#search input.keyword{
	background: #d0d0cd;
	border-bottom: 1px solid #fcfcfa;
	border-top: 1px solid #c4c2b5;
	border-left: 1px solid #c4c2b5;
} -*/

#search{
	background: url(custom/shape-search.png) no-repeat left top;
	height: 79px;
	margin: 0px;
	padding: 0 10px 20px 0px;

}

#search input.keyword{
	background: none;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	border-left: none;
	margin: 10px;
	width: 250px;
}




/*- Form1 Setup -*/
.btn-general{
	background: #464543;
	color: #ffffff;	
}
.btn-general a { 
	color: #ffffff;
}
.btn-arr a{
	background: #d0d0cd;
	color: #ffffff;
}

/*=== Footer ===*/
#footer a{
	color: #949387;
}

/*=== Posts ===*/
.post img {	
	border:8px solid #f6f5ed;
}
.post li a:hover{
	color: #464543;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif; color:#777777;
	background:#f9faf4 url(custom/ico-quote-grey.gif) no-repeat 10px 10px;
	border-top:1px solid #e4e4e0;
	border-bottom:1px solid #e4e4e0;	
}


/*=== Widget styling ===*/
.widget #recentcomments li a{
	color: #464543;
}
.widget #recentcomments li a:hover{
	color: #464543;
}
.widget #searchform, .widget #calendar_wrap{
	background: #efefed;
}
.widget #wp-calendar caption {
	color:#333333;
}
.widget #wp-calendar thead th {
	color:#333333;
}
.widget #wp-calendar tfoot td a {
	color:#333333;	
}
.quote {
	background:url(custom/ico-quote.gif) no-repeat top left;
	padding-top: 0px;
	margin-top:0px;
}
