/*
Theme Name: Eastwood Arts
Theme URI: http://eastwoodarts.com/
Description: Theme created for Eastwood Arts
Author: Eastwood Arts
Author URI: http://eastwoodarts.com/
version: 2.0
Tags: 
*/




/* basics */

body {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	color:#eaeaea;
	background:#000 url(images/bg-pattern.gif) repeat top left;
	height:100%;
	}
	
html {
	height:100%;
}
	
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #49a7ff;
	font-size:16pt;
	font-weight:bold;
	margin-bottom:6px;
	letter-spacing:-0.8px;
}

.archive h1, .archive h1 a, .archive .content h1, .archive h2.pagetitle {
	font-size:12pt;
	color:#eaeaea;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	color:#49a7ff;
	font-size:16pt;
	font-weight:bold;
	letter-spacing:-0.8px;
	text-decoration: none;
	background-color:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:0;
}

.archive h2, .archive h2 a, .archive .content h2 {
	margin-bottom:0;
}

h3, h3 a, h3 a:hover, h3 a:visited {
	color:#49a7ff;
	font-size:10pt;
	font-weight:normal;
	text-decoration: none;
	background-color:transparent;
}

h4, h4 a, h4 a:hover, h4 a:visited {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
	
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

small, .postmetadata {
	font-size: 0.85em;
	}
	
hr {
	color:#000;
	border-width:0px;
	border-bottom:1px dashed #555;
	margin:20px 0;
	display:block;
	}

.clear {
	clear: both;
}


/* links */
	
a {
	color:#ff7400;
}

a:active,a:focus {
	color:#ffa153;
}

a:visited {
	color:#ff7400;
}

a:hover {
	color:#fff;
	background-color:#dd6500;
	padding:0 4px 2px 4px;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	text-shadow:1px 1px 1px #444;
}

a.img:hover, .img a:hover {
	background-color:transparent;
	padding:0;
}

a:hover img {
	border-color:#555;
}

a img {
	border: none;
	}
	
a.rsslink , a:hover.rsslink{
	background:transparent url(images/rss-icon.png) no-repeat scroll left bottom;
	padding:0 0 0 16px;
}

/* lists */

/*	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: disc;
	padding-left: 20px;
	text-indent: -1px;
	}

html>body .entry li {
	margin: 3px 0 4px 10px;
	}

#content ul {
	padding: 0 0 0 35px;
	margin: 0;
	list-style:disc;
	}

#content ul li {
	margin: 0;
	padding: 0;
	list-style:disc;
	margin-bottom:5px;
	}

#content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

#content ol li {
	margin: 0;
	padding: 0;
	margin-bottom:5px;
	}

/* container */

#wrapper {
	position:relative;
	min-height:100%;
	background:url(images/bg-header.png) repeat-x top left;
}

#container {
	margin:0 auto;
}
	
/* header */

#header {
	
}
	
#logo {
	float:left;
	width:340px;
	height:70px;
}

/* main menu */

#menu {
	font-size:13pt;
	letter-spacing:-0.8px;
	margin:15px 0 0 70px;
}

#menu a:link {
	color:#ffce49;
	text-decoration:none;
}

#menu a:active,a:focus {
	color:#ffa153;
	text-decoration:none;
}

#menu a:visited {
	color:#ffce49;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
	color:#fff;
	background-color:#dd6500;
	padding:0 4px 2px 4px;
	-webkit-border-radius:.5em;
	-moz-border-radius:.5em;
	border-radius:.5em;
	text-shadow:1px 1px 1px #444;
}

#menu .current-menu-item a {
	color:#999;
	text-decoration:none;
	background-color:transparent;
	padding:0;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	padding-right:35px;
}

#menu ul li a {
	padding:0 4px;
	display:block;
}

#menu ul li a:hover {
	
}



/* content */


#content {
	margin:0 auto;
	width:700px;
	padding-bottom:191px;
	background:url(images/header-logo.gif) no-repeat left 18px;
	line-height: 1.5em;
}

#content_text {
	padding:30px 20px 20px 20px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 0 0;
	margin:0;
	width: 430px;
	}

.widecolumn {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	/*width: 700px;*/
	}
	
.widecolumn .post {
	margin: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post ul {}

.post li {}

.content p{margin:12px 0;}

.content h1, .content h2, .content h3, .content h4 {margin:12px 0;}

.entry-metadata {
	clear: both;
	color:#aaa;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}

.post-edit-link {
	-moz-border-radius:0 0 4px 4px;
	background:#333 url(images/edit.png) no-repeat 5px 2px;
	color:#eaeaea;
	padding:5px 8px 5px 26px;
	position:absolute;
	right:20px;
	top:0;
	font-weight:bold;
	font-size:8pt;
	z-index:9000;
}

p.breadcumb {
	font-size:0.85em;
}

p.breadcumb .divider {
	color:#999;
}


/* sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	float:left;
	margin-left:40px;
	width: 190px;
	}
	
.home #sidebar {
	padding-top:0;
}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

.home .categories h3 {
	margin-top:0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 0px 12px 0px; font-size:8pt;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}
	
.home #sidebar ul:first-child {
	margin-top:0;
}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	margin-top:0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	
	margin:0;
	padding:0;
	}
	
#commentform p{
	}
	
#commentform a{text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: bold;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-left:10px;
	margin-bottom:20px;
	}

.alignleft {
	float: left;
	margin-right:10px;
	margin-bottom:20px;
	}
	
.alignright img {
	border:1px solid #333;
	padding:1px;
}

.alignleft img {
	border:1px solid #333;
	padding:1px;
}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Forms */
input, select, textarea {
	background-color: #c1c1c1;
	border-color:#777;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}

input:hover, select:hover, textarea:hover {
	background-color: #eaeaea;
}

input, textarea {
	padding:3px;
}

textarea:focus, input:focus {
	background-color: #eaeaea;
}

.submitbutton, input:focus.submitbutton, #submit {
	
	padding: .3em .5em;
	background-color: #eaeaea;
	cursor:pointer;
}

.wpcf7-not-valid-tip {
	background:#ccc none repeat scroll 0 0;
	border:1px solid #FF0000;
	font-size:9pt;
	color:#333;
}


/* footer */
	
#footer {
	background:url(images/bg-footer.png) repeat-x top left;
	height:191px;
	width:100%;
	position:absolute;
	bottom:0;
	font-size:8pt;
	color: #c1c1c1;
}

#footer_content {
	margin:0 auto;
	width:660px;
	padding:25px 50px 20px 50px;
}

#footer_links {
	float:right;
	width:250px;
}

#footer_links p {
	margin:0;
	padding:0;
}
	
#footer p {
	padding:12px 0;
	margin: 0; 
	color: #eee;
	line-height:1.4em;
	letter-spacing:-0.35px;
}
#footer ul {
	padding:14px 0 14px 15px;margin: 0; color: #777;
}
#footer ul li {
	list-style:disc;
	margin-left:14px;	
	padding:2px 0;
}
#footer a{}
#footer a:hover{}

#footer .pipe-seperator {
	padding:0 5px;
	color:#444;
}

#footer_content img {
	vertical-align:bottom;
}


/*  Homepage posts list */
.post-preview  {
	margin-bottom:15px;
	line-height:1.6em;
	font-size:9pt;
}

.post-preview  h2 {
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:3px;
	padding-bottom:2px;
	border-bottom:1px dashed #333;
}

.post-preview  h2 a {
	font-size:12pt;
	font-weight:bold;
}

.post-preview h2 a:hover {
	text-decoration:underline;
}

.post-preview p {
	padding-top:0;
	margin-top:0;
}


/* Web Work */
.web-work-entry h4{
	margin:0;
	padding:20px 0 5px 0;
	border-bottom:1px dashed #222;
	width:300px;
}

.web-work-entry p{
	margin-top:5px;
}

.web-work-preview  {
	margin-bottom:15px;
	padding-bottom:15px;
	width:300px;
	float:left;
}

.web-work-preview.right {
	margin-left:60px;
}

.web-work-preview  h2, .web-work-preview  h2 a {
	margin:0;
	padding:0;
	font-size:12pt;
	font-weight:bold;
}

.web-work-preview h2 a:hover {
	text-decoration:underline;
}

.web-work-preview img {
	border:1px solid #333;
}

.web-work-preview p {
	padding-top:0;
	margin-top:0;
}

a.web-work-link {
	display:block;
	padding:4px 0px;
	background-color:#222;
	border:1px solid #333;
	width:100%;
	text-indent:10px;
	text-decoration:none;
	margin-bottom:10px;
}

a.web-work-link:hover {
	background-color:#333;
	border:1px solid #444;
}

/* columns framework */
.columns:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .columns {height: 1%;}
.columns{ display:inline-block; }
.columns{ display:block; }

.columns .column{
	float:left;
	overflow:hidden;
	display:inline;
}
.columns .last{ float:right; }

.col2 .first{ width:430px; }
.col2 .last{ width:200px; }

.col3 .first{ width:200px; }
.col3 .second{ width:200px; margin-left:30px; }
.col3 .last{ width:200px; }



