/*  
Theme Name: El Creative Skin 2009
Author URI: http://elcreative.com
Version: 1
Author: Derek Weathersbee
Description: El Creative Skin is a pimpin' two column WordPress theme with plenty of white space ... and it's widget ready.
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

/* global styles */


/*colors:

dark blue: #2a3339
lite blue: #41494f
bodytype, sidebar headers: #d9dbdc
sidebar links: #8d9295
sidebar dashed stroke: #41494f
nav: #94999c
search box stroke: #808080
search box bg: #2a3339


*/


* { 
	margin: 0; padding: 0;
	}
	

body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #b3b6b9;
	/*color: #d9dbdc;
	color: #a0a4a7;*/
	background: #2a3339;
}

ul, li {
margin: 0px;
padding: 0px;
}

a {
	color: #f7ac40;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

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


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	color: #fff;
	border: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	line-height: 62px;
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
/*color: #d9dbdc;*/
color: #fff;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}




h3, h3 a {
	text-align: left;
	/*color: #666;*/
color: #b3b6b9;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-decoration: none;
	}
	
h3 a:hover {
	color: #007ac1;
	}

h4 {
	
	font-size: 11px;
	text-transform: uppercase;
	color: #666666;
	margin-bottom: 8px;
	margin-top: 0px;
}


h5, h5 a {
	size: 15px;
	color: #a94000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

/*
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	color: #336699;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
*/

h6 {
	text-align: left;
color: #47728E;
padding: 0px;
margin-top: -8px;
margin-bottom: 12px;
font-weight: normal;
font-size: 13px;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
}




#title {
width: 100%;
text-align: left;
background-color: #41494f;	
margin: 0;
	margin-bottom: 20px;
padding: 0;
padding-left: 56px;
height: 62px;
line-height: 62px;
	

}


span.cat_desc {
color: #999999;
margin-left: 4px;
}

/*
h1 span.def {
	color: #B4B4B4;
	font-style: normal;
}*/


.highlight {
	background-color: #1c242a;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
/* begin header styles */

#topHeader {
	background-image: url(images/Header-Background.gif);
	background-repeat: repeat-x;
	text-align: left;
	width: 100%;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #41494f;
	/* border-bottom-width: 9px;
	
	border-bottom-style: solid;
	
	border-bottom-color: #bfbfbf;*/
	height: 110px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#minWidth {
	position: absolute;
	margin:0px;
	padding: 0px 0px 0px 56px;
	display: block;
	overflow: visible;
	width: 834px;
	height: 110px;
}


.logo {
	width: 260px;
	text-align: left;
	overflow: visible;
	float: left;
	padding-left: 0px;
	display: block;
	margin-left: -22px;
}


/*///////////////////////////////// NAV ////////////////////////////////////*/

ul.nav {
	font-size: 13px;
	color: #94999c;
	line-height: 20px;
	position: absolute;
	bottom: 18px;
	right: 0px;
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
ul.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.nav a {
	/*color: #797979;*/
	color: #94999c;
	display: block;
	float: left;
	margin: 0px 0px 0px 6px;
	padding-right: 6px;
	line-height: 24px;
	height: 24px;
	border-top-style: none;
	font-family: "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, sans-serif;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-shadow: #000 1px 1px 1px; 
}

/* Highlight the current page ///////////////////////////////////////////////////////////////////*/
#current {
background: #1c242a;
border: 1px solid #41494f;
color: #FFFFFF;
text-decoration: none;
height: 22px;
-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: #000 1px 1px 2px;
	/*-moz-box-shadow: #000 1px 1px 2px;
-webkit-box-shadow: #000 1px 1px 2px;*/
	
}

ul.nav a:hover {

color: #FFFFFF;
text-decoration: none;
	
}

/*body.home a#home_nav {
	color: #F2F2F2;
}*/

/*///////////////////////////////// NAV ////////////////////////////////////*/


/*select {
	line-height: 20px;
	height: 20px;
	background-color: #DFDFDF;
	width: 160px;
margin: 0px;
	color: #333333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.homeTextField {
	background-color: #4d4d4d;
	height: 20px;
	width: 128px;
	border: 1px solid #666666;
	color: #999999;
	font-size: 10px;
	margin-bottom: 8px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

*/


#footerExt {
	width: 100%;
	margin-top: 35px;
	background-image: url(images/Footer-Gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 182px;
	text-align: left;
	clear: both;
	margin-left: 0px;
	margin-right: 0px;
	border-top: #41494f;
}

#footerInt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: left;
	width: 834px;
	margin-left: 56px;
	padding-top: 20px;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p.tagline {
font-size: 14px;
color: #7a8084;
text-transform: capitalize;
}

#footerInt p {
	margin-bottom: 14px;
}
#footerInt a {
	font-size: 10px;
	font-style: normal;
	text-transform: capitalize;
	color: #8d9295;
	text-decoration: none;
}
#footerInt a:hover {
	color: #fff;
	text-decoration: underline;
}

/* end footer styles */	


/* begin wordpress styles */	


#container { 
	width: 834px; 
	text-align: left; 
	margin-left: 56px;
	margin-top: 20px;
	overflow: hidden;
	background-image: url(images/Container-Background.gif);
	background-repeat: repeat-y;
	background-position: top left;
	}


	
	/* end horiz nav*/

/* /////////////////////////////// LEFT COLUMN STYLES //////////////////////////////////////////////////////////////////////////*/


#content, #store_content { 
	width: 584px; 
	float: left; 
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 0; 
	}
#content p, #store_content p {
	margin: 0px;
	padding: 0px 0px 12px 0px;
	}

#content img, #store_content img.store_home_img, #content object, #content embed   {
	border: 7px solid #41494f;
	margin-bottom: 10px;
}

#content img.white-border, #content object#white-border, #content span.home-flash object {
border: 7px solid #d9dbdc;
}

#content p.in_category {
margin-top: -6px;
margin-bottom: 17px;
font-size: 10px;
text-transform: uppercase;

}

/*.thumbnail_contain {
	width: 180px;
	margin-right: 12px;
	margin-bottom: 16px;
	float: left;
	display: block;
	border: 1px solid #333;
	
	background: none;
	border: none;
	border-bottom: 1px dotted #999;
	}
	
	.thumbnail_contain:hover {
	background: #ececec;
	
	}
	

.thumbnail_contain p img {
border: 4px solid #ececec;
margin: 0;
padding: 0;
}

#content .thumbnail_contain p {
margin: 0;
padding: 0;
	}*/


#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
#content ul li a {
	color: #ff9900;
	text-decoration: underline;
	}

#content ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}


blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #cccccc;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace {
	width: 584px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	}
.postspace2 {
	width: 584px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}

/* /////////////////////////////////////// sidebar ////////////////////////////////////////// *//* /////////////////////////////////////// sidebar ////////////////////////////////////////// */
/* /////////////////////////////////////// sidebar ////////////////////////////////////////// *//* /////////////////////////////////////// sidebar ////////////////////////////////////////// */
/* /////////////////////////////////////// sidebar ////////////////////////////////////////// *//* /////////////////////////////////////// sidebar ////////////////////////////////////////// */

#sidebar { 
	width: 200px; 
	float: right; 
	margin-bottom: 20px;
	padding: 0; 
	
	}

#sidebar p{
	margin: 0px;
	/*line-height: 18px;*/
	padding: 0px 0px 10px 0px;
	}
	
#sidebar p img{
	border: none;
	margin: 0;
	padding: 0;
	/*margin-right: 5px;*/
	}

/* #sidebar  h2, #sidebar h2 a      /////// had to be more specific */

#sidebar ul li h2, #sidebar ul li h2 a, #sidebar h2, #sidebar h2 a {
	color: #d9dbdc;
	font-size: 14px;
	line-height: 22px;
	font-family: Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
	text-align: left;
	list-style: none;
	text-indent: none;
	
	
	}
	

#sidebar h2 {
		border-bottom: 1px dotted #41494f;
		}

/* the list of widgets */
#sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 22px;
	}
	
/* wrap the individual widgets */
#sidebar ul li {
	list-style: none;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	}

#sidebar ul li.widget_text {
margin-bottom: 0;
}
	
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
	
#sidebar ul li a {
	/*color: #8d9295;*/
	text-decoration: none;
	font-weight: normal;
	display: block;
	
	color: #a0a4a7;
	}

#sidebar ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	#sidebar ul li img {
		border: 7px solid #41494f;
	margin-bottom: 10px;
	}

/*#sidebar ul li ul li {
	color: #000000;
	padding: 5px 0px 0px 15px;
}
#sidebar ul li ul li a {
	color: #ff9900;
} */

/*#footer { 
	background: #e8f7d3;
	border-top: 8px solid #99cc66;
	text-align: center;
	clear: both;
	padding: 15px; 
}*/




/* end wordpress styles */	


/* content layout styles */





/* begin form styles ////////////////////////////////////////////////////////////////////*/

#contactForm {
	margin-top: 16px;
	margin-bottom: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 22px;
	padding-left: 0px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}


input.txtInput, textarea.bodyText {
	line-height: 22px;
	color: #999999;
	width: 408px;
	margin-right: 16px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 2px;
}

textarea.bodyText {
	height: 140px;
	padding-top: 3px;
}

p.formLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #993300;
	font-style: normal;
	margin-bottom: 5px;
}

/* begin search form //////////////////////////////////////// *//* begin search form //////////////////////////////////////// */
/* begin search form //////////////////////////////////////// *//* begin search form //////////////////////////////////////// */

#searchform {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	width: 204px;
	text-align: left;
	height: 26px;
padding-top: 4px;
	background: url(images/Search-Background.gif) no-repeat right top;
	}


input.searchBtn {
	color: #FFFFFF;
	background-color: #a84d10;
	
	text-align: center;
	
	float: right;
	border: none;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	margin-right: 8px;
	width: 44px;
	font-size: 10px;
	font-family:"Lucida Sans", "Lucida Sans Unicode", Verdana;
	

}

.searchBox {
	background-color: #2a3339;
	height: 18px;
	width: 136px;
	border: 1px solid #808080;
	color: #CCCCCC;
	font-size: 10px;
	float:left;
	padding-left: 2px;
	line-height: 20px;
	margin-left: 8px;

}

.searchTextLink {
	color:#ccc;
	}

/* end search form */

div.post_nav {
display: block;
float: right;
text-align: right;
height: 20px;
margin: 0;
border-bottom: 1px solid #41494f;
border-top: 1px solid #41494f;

line-height: 20px;
font-size: 11px;
}

div.post_nav a {
padding-right: 4px;
padding-left: 4px;
display: block;
float: left;
height: 20px;
line-height: 20px;
text-decoration: none;
color: #8d9295;
}



div.post_nav a:hover {
background: #fff;
color: #2a3339;
}

span.postnav_homelink {
background: #41494f;
color: #fff;
padding-right: 6px;
padding-left: 6px;
display: block;
float: left;
height: 20px;
line-height: 20px;
}




input.txtInput {
	line-height: 22px;
	color: #999999;
	height: 22px;
	width: 408px;
	margin-right: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	margin-top: 0px;
	font-size: 11px;
	padding-left: 2px;
}

.work_desc, .work_desc p {
	font-size: 18px;

	line-height: 24px !important;
}

.work-title {
font-size: 18px;
color: #fabb40;
	line-height: 24px !important;
	margin-bottom: 10px;
}



#post_pages {
float: right;
width: 200px;
text-align: right;
}

img.alignright {
float: right;
margin-left: 10px;
margin-bottom: 10px;
}

img.alignleft {
float: left;
margin-right: 10px;
margin-bottom: 10px;
border: none !important;
}

/*/////////////////////////////////////  CAPTIONS  ////////////////////////////////////////////////////*/

#content div.wp-caption {
background: #41494f;
padding: 0px;
margin: 0px;
margin-bottom: 14px;
width: 584px !important;
}

#content div.wp-caption img {
margin-bottom: 0px !important;
}

#content p.wp-caption-text {
/*margin-bottom: -4px !important;
margin-top: -4px !important;*/
font-size: 11px;
text-align: center;
padding-left: 15px;
padding-bottom: 6px;
padding-right: 15px;
line-height: 15px;
}

.widgettitle {
margin-left: 0px !important;
padding-left: 0px !important;
text-align: left !important;
}



ul#portfolio-splash {
margin: 0 0 10px!important;
padding: 0 !important;
list-style: none !important;
}

ul#portfolio-splash li {
padding: 0;
margin: 0 13px 13px 0;
float: left;
list-style: none !important;
}

ul#portfolio-splash li img {
border: none !important;
margin: 0 !important;
}

/*/////////////////////////////////////  THUMBNAILS  ////////////////////////////////////////////////////*/

ul.thumbnails {
margin: 20px 0 10px 0 !important;
padding: 0 !important;
list-style: none;

}

ul.thumbnails li {
width: 120px;
height: 112px;
background: url(images/THUMB-BACK.gif) top left no-repeat;
float: left;
margin: 0 22px 22px 0 !important;
padding: 0 !important;
position: relative;
list-style: none !important;
}

ul.thumbnails li img {
margin: 5px;
border: none !important;
padding: 0 !important;
}

ul.thumbnails li a {
display: block;
visibility: hidden;
width: 120px;
height: 112px;
position: absolute;
top: 0px;
left: 0px;
z-index: 99;
text-align: center;
color: #fff !important;
font-size: 11px;
text-transform: uppercase;
text-decoration: none !important;
font-weight: bold;
/*background: url(images/THUMB-ROLLOVER.gif) top left no-repeat;*/
}

ul.thumbnails li:hover a {
visibility: visible;

/*position: absolute; top: 50%;  for explorer only
display: table-cell; vertical-align: middle;*/

}

span.thumb-title {
padding: 4px;
background: #333333;
margin: 4px;
display: block;

}










a#client-list {
background: url(images/client-bg-off.gif) top left no-repeat;
color: #fabb40;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
line-height: 29px;
height: 29px;
width: 190px;
display: block;
padding-left: 10px;
font-weight: bold;
}

a#client-list:hover {
background: url(images/client-bg-on.gif);
text-decoration: none;
}

#content ul#client-list {
width: 576px;
display: block;
background: url(images/client-list-bg.gif) top left repeat-y;
margin: 0;
padding: 0;
list-style: none;
border-top: 1px solid #5d6469;
border-bottom: 1px solid #5d6469;
overflow: hidden;
}

#content ul#client-list li {
width: 182px;
height: 30px;
line-height: 30px;
display: block;
float: left;
padding: 0 0 0 10px !important;
margin: 0 !important;

}