/* ======================================================================
(c) 2010 E. Smith Productions
http://www.esmithproductions.com
Site Update 4/2010
======================================================================== */

@import url("reset.css");

* { padding: 0; margin: 0; }


/*   Basic styles
====================================================================*/
body {
	background:		url(http://www.esmithproductions.com/img/background.jpg) repeat ;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 		14px;
	line-height: 0;
	border:			0;
	margin:			0;
	overflow-x: hidden;
}

img { border: none;
margin:0 0 0 0;}

p {
	font: normal 14px Georgia, Palatino, Palatino Linotype, serif;
	max-width: 750px;
	color: #333;
	letter-spacing: 0.03em;
	line-height: 20px;
	padding:0 20px 1em 0;
	margin-left: 20px;
}

p a:link {color:#90a093; text-decoration:none; }      
p a:visited {color:#90a093; text-decoration:none; }  
p a:hover {color:#b5ad96; border-bottom: 1px dashed #b5ad96;  }  
p a:active {color:#90a093; text-decoration:none; }

a:link, a:visited { -webkit-transition: color .2s linear; text-decoration:none; }
a:hover { color: #90a093; }

.important { color:#F30;}

h2 {
	font-size:30px;
	margin:0 0 0 0;
	padding: 5px 5px 0 0;
}

h2.blast {
	text-align:center;
	border: none;
	margin: 0 0 0 0;
}

h3 {
	font-size: 20px;
	color:#4E4E4E;
	margin: 20px 0 10px 0;
}
h3.blast { text-align:center; }
h3.date { margin: 0 0 0 0;}

h4 { margin: 5px 0 0 0; color:#414338;}
h4.cat {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/img/folder.png) center left no-repeat;
}

ol, ul { list-style: none; }

ul.list { 
	list-style: inherit;
	font: normal 14px Georgia, Palatino, Palatino Linotype, serif;
	padding-left:20px;
	color: #333;
	letter-spacing: 0.03em;
	line-height: 20px;
	padding:0 20px 1em 0;
	margin-left:60px;
}

:focus { outline: 0; }

blockquote { padding: 0px 30px 0px 30px; }

blockquote p { font-size: 12px; line-height: 22px; }

hr { border: 2px solid #5a635c; }

hr.end {border: 1px solid #CCC; width:40%; text-align:center; display: block; margin-left: auto; margin-right: auto}

table {
	width: 				400px;
	font-size: 			13px;
	line-height: 		22px;
	border-collapse:    collapse;
	margin-left:        20px;
}

table tr { border-bottom: 2px solid #5a635c;}

.group:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/*File icons*/

a[href$='.pdf'] {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/img/pdf.png) center left no-repeat;
}

a[href$='.rtf'], a[href$='.txt']  {
	display:inline-block;
	padding-left:20px;
	line-height:18px;
	background:transparent url(/img/page_white_text.png) center left no-repeat;
}

.furthermore {
	text-decoration:none;
	color:#90a093;
	line-height: 5px;
	margin: 5px 0 15px 20px;
}


/*   Pages Layout
====================================================================*/
#top {
	width: 			100%;
	height:			35px; 
	margin:			0px 0 0 0;
	border-bottom: 1px solid #FFFBF0;
} 

#core {
	width: 				940px;
	margin: 			0 auto 0 auto;
}

#masthead {
	margin:				10px 0 0px 0;
}

#index #masthead {
	margin:				10px 0 11px 0;
}

#content {
	width:				920px;
	background-color:	#eee;
	padding:			15px 10px 0 10px; 
	margin: 0;
	box-shadow: 2px 2px 4px #808080;
	-webkit-box-shadow: 2px 2px 4px #808080;
	-moz-box-shadow: 2px 2px 4px #808080;
}

#hed-box {
	text-align:right;
	margin: 0px 0px 1.5em 0;
	padding: 5px;
	width: auto;
	font: normal 14px Georgia, Palatino, Palatino Linotype, serif;
}

#hed-box a {
	color:#90a093;
	text-decoration:none;
}

#hed-box a:hover { color:#b5ad96; border-bottom: 1px dashed #b5ad96; }  
	
.wrapper { margin-bottom:50px; }

#blast {
	margin: 5px 0 10px 0;
}

.col-five { 
	float:				left;
	width:				435px;
	padding:			0 10px 0 10px;
	margin:				0;
}

.col-six {
	float:				left;
	width:				540px;
	padding:			0 10px 0 10px;
	margin:				0 10px 0 10px;
}

.col-two {
	float:				left;
	width:				150px;
	padding:			0 10px 0 10px;
	clear:both;
}

#left-col {
	float:left;
	width:440px;
	margin-bottom:30px;
	padding: 5px;
}

#right-col {
	float:right;
	width:440px;
	padding: 5px;
	margin-bottom:30px;
	
}

div.client_detail {
	margin: 10px 0px 1.5em 0;
	padding: 5px;
	width: auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #90a093;
	font: normal 12px Verdana, Geneva, sans-serif;
}

div.client_detail h3 {
	margin: 0; padding 3px;
	font-size:14px;
	border-bottom: 1px solid #CCC;
}

div.client_detail p {
	padding-bottom:0;
}

p.vitals {
	margin: 0 0 10px 0;
	color:#5a635c;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

img.blog {
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 10px 0 10px 0;
}

div.pic {
	float: right;
	margin: .4em 0 10px 10px;
	padding: 5px;
	/*background: #5a635c ;*/
	border:2px solid #90a093; 
	}
div.pic-alt {
	float: left;
	margin: .4em 20px 10px 20px;
	padding: 3px;
	}


/* inline content footer */
#footer {
	color:				#666;
	font-family: 		Verdana, Geneva, sans-serif;
	font-size:			10px;
	line-height: 		22px !important;
	text-transform: 	uppercase;
	margin:				5px;
	padding:			5px 10px 0px 10px;
	clear: 				both;
	border-top: 		1px solid #FFFBF0;
	}

#footer a { color: #414338; font-weight: bold; }
#footer a:hover { color: #90a093; }


ol.specials {
	margin: 1em 0 0 0;
	}
ol.specials li {
	width: 31%;
	float: left;
	font-size: 1.1em;
	margin: 0 3.5% 1.5em 0;
	}
ol.specials li.third {
	margin-right: 0;
	}
ol.specials li div.special {
	position: relative;
	overflow: hidden;
	border: 15px solid #c1cac2;
	background: #e2e1d4;
	text-decoration:none;
	}
ol.specials li div.special a span {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	font-family: Georgia, serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3em;
	color: #ccc;
	background-color: #333;
	text-decoration:none;
	}
ol.specials li div.special a span strong {
	display: block;
	padding: 10px 10px 0 10px;
	font-weight: normal;
	font-style: italic;
	color: #fff;
	text-decoration:none;
	}
ol.specials li div.special a span em {
	display: block;
	padding: 0 10px 10px 10px;
	font-style: normal;
	color: #e3c887;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	}
ol.specials li div.special-img img {
	max-width: 100%;
	}

/*client detail list*/
ul.detail li {
	line-height:1.2em;
}
ul.detail li a {
	display: block;
	padding: 7px;
	border-bottom: 1px solid #f3f2e8;
	overflow: hidden;
	}
ul.detail li.last a {
	border: none;
	}

ul.detail li em {
	float: right;
	margin: 0 0 0 5px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #9c836e;
	}


/*articles list*/

ul.articles li a {
	display: block;
	padding: 7px;
	border-bottom: 1px solid #f3f2e8;
	overflow: hidden;
	color:#5a635c;
	text-decoration:none;
	font-family:Georgia, Palatino, Palatino Linotype, serif;
	}
ul.articles li.last a {
	border: none;
	}
ul.articles a:hover {
	background: #dfe3e0;
	}
ul.articles li em {
	float: right;
	margin: 0 0 0 5px;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #9c836e;
	}


#copyright { color: #888; font-family: Verdana, Geneva, sans-serif; font-size: 24px; text-transform: uppercase; padding: 0px 10px 0px 10px; margin: 10px 0 20px 0; }

.copyright { font-family: Verdana, Geneva, sans-serif; padding-left: 20px; }

#content .services { font-size: 12px; line-height: 22px; }
#content .services a { font-family: "Helvetica Neue", "Helvetica", Arial; }
#content .credits { font-size: 13px; line-height: 22px; }


/*Repository Page
============================================*/
ul.repository {
	line-height:20px;
	list-style-type:none; 
	margin:0;
	padding:0;
}

#repository {
	margin-bottom:20px;
	font-family: Georgia, Palatino, Palatino Linotype, serif;
}

div#repository ul { list-style-type:none; margin:0; padding:0; }
div#repository ul li, div#repository ol li { width:100%; padding:2px 0 2px 0px; border-bottom:1px dashed #e7d7ca; font-size:12px; line-height:20px; }
div#repository ul li:first-child { border-top:1px dashed #e7d7ca; }
div#repository ul li span, div#repository ol li span { display:inline; font-size:12px; color:#414338; }
div#repository p { font-size:15px; color:#333; }
div#repository p a:link { text-decoration:underline; color:#90a093; -webkit-transition: color .2s linear; text-decoration:none; font-size:15px; }
div#repository ul li a:link, div#repository ol li a:link { text-decoration:none; color:#90a093; -webkit-transition: color .2s linear; text-decoration:none; font-size:15px; }
div#repository p a:visited { text-decoration:underline; color:#90a093; }
div#repository ul li a:visited, div#repository ol li a:visited { text-decoration:none; color:#90a093; font-size:15px; }
div#repository p a:hover, div#repository ul li a:hover, div#repository ol li a:hover { color:#b5ad96; border-bottom: 1px dashed #b5ad96; }


/*Work Page*/

.portfolio-item h4 { 
font-weight: normal;
font-size: 13px;
padding: 5px 10px 10px 10px;
margin-bottom: 0px;
border-bottom:none;
}

a.portfolio-item {
float: left;
width: 306px;
text-align: center;
padding: 10px 0 0 0;
text-decoration:none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: background-color .3s linear;
}

a.portfolio-item img { border: 3px solid transparent;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-webkit-transition: background-color .3s linear;
box-shadow: 2px 2px 4px #808080;
-webkit-box-shadow: 2px 2px 4px #808080;
-moz-box-shadow: 2px 2px 4px #808080;
}
a:hover.portfolio-item img {  border: 3px solid #808080; }

img.portfolio {
display: block;
margin-left: auto;
margin-right: auto;
vertical-align:middle;
padding-bottom: 20px;
}

#search { text-align:right;}

input.search { color: #90a093; width: 110px; font: 11px Helvetica; border: 0; border-bottom: 1px dashed #888; margin: 0 5px 0 0; background-color:#eee; margin-bottom: 15px; }


.more-btn {
	padding: 3px 2px;
	color: #414338;
	border-radius: 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	}
.more-btn:hover {
	border-color: #414338;
	background-color: #90a093;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	}




/*Misc.
 ------------------------------------------------------------------------ */

.pad-right { margin-right: 10px; }



/*   Navigation
====================================================================*/
#nav {
	position: relative;
	width: 80%;
	max-width: 940px;
	min-width: 940px;
	margin: 0 auto;
	font-size: 8px;
	}
#nav ul {
	margin: 0 auto;
	border-bottom: 3px solid #FFFBF0;
	}
#nav ul li {
	float: left;
	width: 20%;
	margin: 0 0 0 0;
	}

.chosen {
	background-color:#F00;
}

#nav ul li.last {
	margin-right: 0;
	}
#nav ul li a {
	display: block;
	float: left;
	width: 100%;
	font-size: 13px;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing: 2px;
	color: #000;
	border-left: 1px solid #b5ad96;
	}

#nav ul li a:hover { border-bottom: none; }
#nav ul li a strong {
	display: block;
	padding: .8em 15px;
	}
#nav ul li a em {
	display: block;
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #e7d7ca;
	}

/* nav toggle
--------------------------------------------- */

#nav li a {
	-webkit-transition: background-color .4s linear;
	-moz-transition: background-color .4s linear;
	background-color:#5a635c;
	}
#nav li a:hover {
	color: #90a093;
	background-color:#414338;
	}
#nav li.chosen a {
	background-color:#90a093;
	}
#nav li.chosen a:hover {
	color:#000;
}

/* cities list 
--------------------------------------------- */

ol.specials li div.special a span {
	background-color: rgba(102,0,0,.5);
	}

/* Articles Archive
--------------------------------------------- */

ol.specials li div.special {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 2px 2px 4px #bdbcb0;
	-webkit-box-shadow: 2px 2px 4px #bdbcb0;
	-moz-box-shadow: 2px 2px 4px #bdbcb0;
	}

div.archive,
 li div.articles {
	margin-bottom:10px;
	padding: 5px;
	width: 50em;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 2px 2px 4px #bdbcb0;
	-webkit-box-shadow: 2px 2px 4px #bdbcb0;
	-moz-box-shadow: 2px 2px 4px #bdbcb0;
	background-color:#fff;
	}

.noteable {
	font-size:16px;
	color:#fff;
	padding:0;
	margin:0;
}

/*Comments Section
===================================================*/

#comments {
margin: 10px 0px 10px; 0;
padding: 5px;
width: auto;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #90a093;
font: normal 12px Verdana, Geneva, sans-serif;
}

#comments h6, #comment-form h6 {
	font-family:"Lucida Grande", lucida, Arial, sans-serif;
	text-transform:uppercase;
	border-bottom:1px solid #aaa;
	font-size:11px;
	font-weight:normal;
	letter-spacing:1px;
	padding-bottom:5px;
	margin:25px 0 0 0;
}

#comments dl {
	padding:0;
	margin:0;
}            

#comments dl dt  {
	font-family:"Lucida Grande", lucida, Arial, sans-serif;
	font-size:10px;
	text-transform:uppercase;   
}

#comments .comment-date {
	float:right;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:11px;
}

#comments .posted-by {
	text-transform:none;
	font: normal 14px Georgia, Palatino, Palatino Linotype, serif;
	font-weight:bold;
	color:#414338;
}

#comments .posted-by a {
	color:#90a093;
	text-decoration:none;
}

#comments .posted-by a:hover{
	color:#b5ad96; border-bottom: 1px dashed #b5ad96; 
}

#comments dl dd {
	margin:15px 0 0 0;
	font-size:14px;
	line-height:18px;
}

#comments .comment-content {
	margin-bottom:15px;
	max-width: 750px;
	padding:15px;
}

#comments .even {
	background-color:#d3d9d4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#comments .me {
	background-color:#e7d7ca;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#comment-form {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #90a093;
	font: normal 12px Verdana, Geneva, sans-serif;	
	margin: 10px 0px 1.5em 0;
	padding: 5px;
}           

fieldset#comment-form-field {
	background-color:#eee;
	margin:25px 0 25px 0;
	padding:10px 0 10px 25px;
}

fieldset#comment-form-field label {
	font-size:12px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color:#111;
}

form#comment-form-form {
	float:left;
	width:50%;
	clear:left;
}

#disclaimer {
	float:right;
	width:45%;
/*	clear:left;
*/	margin:50px 55px 0 0;
	
}

#disclaimer p {
	font: normal: 14px Georgia, Palatino, Palatino Linotype, serif;
}

/*ERROR PAGES
======================================*/

.important { 
	color:#F30;
	padding-left:10px;
	padding-bottom:20px;
}

#confirm {
	margin-top:20px;
	padding: 1em 1.5em;
	color: #fff;
	border: 3px solid #5a635c;
	background: #90a093;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	line-height:20px;
	font-family: Georgia, Palatino, Palatino Linotype, serif;
	}

#confirm strong {
	font-size:18px;
}

#confirm ul {
	font-size:16px;
	list-style:none;
}
		