@charset "utf-8";
/*
Theme Name: Carl E. Smith Wordpress
Theme URI: N/A
Description: Custom theme created for Carl E. Smith
Version: 1.0
Author: Bryan Markham

WordPress Theme by Bryan Markham || http://BryanMarkham.com
Sponsored by Electric Visual || http://www.ElectricVisual.com
*/

/* Standard Css Reset */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End CSS Reset */

/* Global */
html {
	height:95%;
}
body {
	width:1000px;
	margin:20px auto;
	padding:0 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	font-weight:bold;
	position:relative;
	height:100%;
}
a:hover, #sitemap a:hover, #socialNav a:hover {
	color:#727469;
	font-weight:bold;
}
a{
	text-decoration:none;
	color:#000;
}
#subNav a.selected{
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
#subNav a:hover {
	text-decoration:underline;
}
/* End Global */

/* Header */
header {
	float:right;
}
.infoBar {
	/* background-color:#b0b19f; */
	color:#000;
	display:block;
	width:863px;
	margin:20px 0 30px 0;
	font-size:12px;
}
	.iLeft, .iMid, .iRight {
		width:277px;
		line-height:16px;
	}
	.iLeft {
		text-align:left;
		/* padding-left:10px; */
	}
	.iMid {
		text-align:center;
	}
	.iRight {
		text-align:right;
		padding-right:10px;
		font-size:9.5px;
		font-weight:lighter;
	}
#contextNav {
	margin:0 0 0 148px;
}
/* End Header */

/* Navigation */
#Logo {
	float:left;
	margin:0 0 10px 0;
}
aside {
	width:127px;
	float:left;
	margin:0 10px 10px 0;
	position:absolute;
	height:100%;
}
nav{
	width:60px;
}
nav li, #socialNav li{
	margin:0 0 13px 0;
}
nav a, #socialNav a{
	font-size:11px;
	font-weight:normal;
	color:#727469;
}
#navDivide {margin:20px 10px 20px 0; color:#727469; height:1px;}
#socialNav {
	width:100px;
}
#socialNav a img {width:18px; height:18px; margin-right:3px;}
#Home a.Home, #Art a.Art, #Blog a.Blog, #About a.About, #Links a.Links, #Contact a.Contact {font-weight:bold; color:#000;}
/* End Navigation */

#subNav {
	width:842px;
	padding:0 22px 10px;
	vertical-align:top;
	float:right;
	position:relative;
	font-size:11px;
}

#subNav a {color:#727469; font-weight:normal;}
body#Contact #subNav a {color:#000;}

#subNav ul {
	margin:0;
}

#subNav li {
	float:left;
	margin:0 10px 0 0;
}

#subNav q {
	margin-left:30px;
	color:#000;
}

#subNav p {
	margin:10px 0 0 0;
	font-size:12px;
	line-height:14px;
	font-weight:600;
}

#content p#formIntro {
	margin:0 12px;
	font-size:12px;
}

/* Content */
#content {
	width:842px;
	float:left;
	margin:0 0 10px 137px;
	padding-bottom:15px;
}

#postContent {
	width:525px;
	float:left;
	margin:0 0 10px 137px;
	font-size:11px;
	font-weight:normal;
	line-height:24px;
}

#postContent p {
	margin: 10px 0 10px 0;
	color:#727469;
}

#content p {
	color:#000;
	font-size:10px;
	font-weight:normal;
	line-height:20px;
	margin:10px 0 10px 0;
	width:565px;
}

cite:before 
{
content:" - ";
}

#content ul{
	float:left;
}

#content ul li{
	float:left;
	margin:0 6px 20px 0;
}

.thumbTitle{
	display:block;
	width:134;
	float:left;
}

.workTitle {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:0;
	margin:10px 0 -10px 0;
}

.workDate {
	color:#000;
}

#postTitle {
	width:516px;
	float:left;
	display:block;
	background-color:#000; /* was 8E9082 */
	line-height:18px;
	/* padding-left:10px; */
	margin:0 10px 10px 137px;
	font-size:13px;
	text-indent:3px;
}

#postTitle a { color:#FFF; }
#postTitle a:hover { color:#727469; }

#blogHead {
	width:525px;
	float:left;
	display:none;
	height:199px;
	margin:0 10px 10px 137px;
	background-image:url('http://www.carlesmithart.com/wp-content/themes/CES%20Art/images/BlogHead.jpg');
	background-position:right top;
	background-repeat:no-repeat;
}

.blogMeta {
	float:none;
	position:relative;
	margin:-13px 0 4px 0;
	font-size:10px;
	font-weight:normal;
	display:block;
	width:525px;
	color:#727469;
	text-indent:3px;
}

.blogMeta a:hover {color:#727469; font-weight:normal;}

/* End Content */

/* Contact Form */

#contact-area {
	margin:0 0 0 -25px;
	padding-top:40px;
	width:600px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.4em;
}

body#Contact #content {display:none;} /* Hide contact form */
body#Contact #subNav {margin-bottom:300px;} /* Push footer to placehold for contact form */

/* End Contact Form */

/* Side Bar */

#sideBar {
	width:314px;
	float:right;
	position:relative;
	margin-right:13px;
}

.sideTitle {
	line-height:18px;
	width:100%;
	display:block;
	/* padding-left:13px; */
	color:#727469;
	font-weight:bold;
	margin:10px 20px;
	font-size:12px;
}

#recent { display:none; }

#recent ul li {
	margin:3px 20px;
	border-bottom:1px solid 0A0203;
	width:50%;
}

#cates ul li {
	list-style-type:circle;
	margin:5px 40px;
}

#archives ul li {
	margin:5px 30px;
}

#recent span {
	background-color:#000;
}

#archives span {
	/* background-color:#b0b19f; */
}

#connect span {
	/* background-color:#e74e31; */
}

#newWork span {
	/* background-color:#9ec9cd; */
	margin:40px 0 0 20px;
}

#cates span {
	/* background-color:#fccf29; */
}

#connect {display:none;}

#connect ul li {
	/* font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif; */
	font-weight:bold;
	font-stretch:expanded;
	font-size:10px;
	font-style:italic;
	line-height:22px;
	/* letter-spacing:1px; */
	margin:3px 20px;
}

#connect ul li img {
	float:left;
	display:inline-block;
	margin:0 10px 0 0;
}

ul#theNewWork {
	display:block;
	height:95px;
	width:328px;
	/* margin:0 0 0 30px; */
}

ul#theNewWork li {margin:5px 30px;}
#newWork {height:80px;}
.newWork {height:68px; width:68px; overflow:hidden; float:left; position:relative; margin:8px 10px 8px 0;}
#LastWork {margin:8px 0;}

/* End Side Bar */

/* Footer */
footer {
	clear:both;
	bottom:0;
	display:block;
	width:863px;
	padding:30px 0;
	float:right;
	position:relative;
	font-weight:normal;
}
.socialBottom {
	width:100px;
	float:left;
}
#sitemap {
	float:right;
	display:table;
	width:863px;
	border-top:1px solid #727469;
	color:#727469;
	line-height:14px;
}
a.thisSite { font-size:10px; font-weight:bold; }
#sitemap td.sitemapCopy { text-align:center; padding:0; display:none; }
#sitemap td.sitemapRight { padding-right:10px; text-align:right; display:none; }
#sitemap td { width:33%; text-align:left; padding:10px 0 0 0; }
#sitemap td p {line-height:14px; margin:10px 0 0 0;}
#sitemap a{
	color:#727469;
	text-decoration:none;
	margin:0 5px 0 0;
}
/* End Footer */