/*
Theme Name: Painterly
Theme URI: www.stephenspringerdavis.com
Description: A simple design for my blog.
Version: 1.0
Author: Stephen Springer Davis
Author URI: www.stephenspringerdavis.com
ý 2010 Stephen Springer Davis
*/

/* Reset */

@import "style/css/reset.css";
@import "style/css/typography.css";

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
br.dirtyLittleTrick { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
div { position:relative } /* This will save you having to declare each div's position as 'relative' and allows you to absolutely position elements inside them */


html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
        font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset */

.clear {
clear:both;
}


body {
	background: url(images/big_bg3.jpg) center top no-repeat;
	color: #fff;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #909ace;
	
	}


h2 {
 	color: #cdcc8b;
 	font-size: 20px;
 	padding-bottom: 5px;
}

h3 {
	color: #cdcc8b;
	font-size: 17px;
 	padding-bottom: 5px;
}

p {
 font-size: 14px;
 color: #000;
}

a {
 text-decoration: none;
 color: #efefd5;
 font-size: 16px;
}

a:hover {
 text-decoration: underline;
}

input.submit {
 background: url(images/searchIcon) no-repeat;
 border: 1px solid white;
 color: #fff;
 margin-top: 15px;
 padding: 3px;
 height: 20px;
 font-size: 14px;
}

input:focus, input:hover {
 	background: #ededed;
 	color: #4e4e4e;
}

input.button {
	background-color: #7883b8;
	border: 1px solid white;
	font-size: 14px;
	height: 40px;
	padding: 5px;
	cursor: pointer;
}


#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: transparent;
    margin-top: 30px;
    width: 960px;
}

#header h1 {
    display: block;	
    width: 547px;
	margin: 20px 0 35px 0;
	background: url(images/logo.png) no-repeat;
	padding-bottom: 170px;
	text-indent: -9999px; 
	
}

#header h1 a {
    display: block;
    width: 547px;
	
}


/* Navigation */

#header ul {
 	overflow: hidden;
 	margin-top: 30px;
}

#header ul li {
 	float: left;
  	margin-right: 40px;
 
}

#header ul li a { 
 	color: #efefd5;
 	font-size: 21px;
 	position: relative;
 	margin-right: 22px;
 	padding: 40px 10px 40px 0px;
 	}

#header ul li a:hover {
 	color: yellow;
 	background-color: #7883b8;
 	width: 45px;
}

.current_page_item { 
   color: #f4ea76;
   background: url(images/menu_swoosh.png) no-repeat right;
   height: 45px;
  
   }
 
/* Search Box */


#s {
	color: #fff;
	float: right;
	height: 30px;
	margin: 0 0 10px 0;
	background-color: transparent;
	font-size: 14px;
	width: 150px;
}


/* rss*/

#header li#rss {
 	float: right;
 	margin: 0; padding: 0;
}

li#rss img {
 	width: 32px;
 	padding-right: 40px;
 
}

/* MAIN CONTENT */

/* Calendar styling */
.date_cal {
	font-family: "Adobe Caslon Pro", Baskerville, Georgia, Palatino, "Times New Roman", Times, serif;
	float:left;
	display:block;
	width: 79px;
	height: 80px;
	margin:10px 10px 0 0;
	background: url(images/Purple.png) no-repeat top left;
	text-align: center;
	}


.date_cal .date {
	color: #333;
	font-family: "Adobe Caslon Pro", Baskerville, Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 40px;
	font-weight: bold; 
	margin: 0px 0 0 0px;
	text-align: center;
	}

.date_cal .month {
	color: #fff;
	font-family: "Adobe Caslon Pro", Baskerville, Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 3px 0 0 0px;
	text-align: center;
	text-transform: uppercase;
	}

.date_cal .year {
	color: #333;
	font-size: 16px;
	margin: 0 0 0 6px;
	text-align: center;
	}


#main {
 	clear: both;
 	overflow: hidden;
 	padding:0px 0 10px 0;
}

/*-- PRIMARY --*/

#main #primary {
 	float: left;
 	width: 640px;
 	
}

#main #primary .post-item {
	 background: transparent;
	 margin-bottom: 28px;
	 overflow: hidden;
	 padding: 0px 40px 10px 20px;
	 text-align: left;	 
}

.post-item img {
	 border: none;
	 float: left;
	 background-color: transparent;
	 margin: 0;
	 padding: 0 0 10px 0;
	 }

.aligncenter {
	background-color: transparent;
	border: none;
	padding: 20px 0;
	margin: 0;
	width: 500px;
}

#attachment_17 {
	border: none;
	float: left;
	background-color: transparent;
	padding: 0 0 25px 0;
	}

.prevNextPost{

}


.post-item h2 {
	 font-size: 54px;
	 padding-top: 0px;
}

.post-item h2 a {
	 font-size: 24px;
	 padding: 0;
}


.post-item p.meta {
	 background: transparent;
	 color: #000;
	 font-size: 12px;
	 font-style: normal;
	 padding: 0px;
	 margin-left: 250px;
	 margin-bottom: 14px;
	 width: 100px;
	 min-width: 100px;
	 text-align: center;
	 border-bottom: 1px solid white;
}

.post-item p {
	 color: #000;
	 font-style: normal;
	 padding-top: 15px;
	 }

/* ---SECONDARY --*/

#main #secondary {
	 float: right;
	 width: 270px;
	 background: transparent;
	 margin-bottom: 28px;
	 overflow: hidden;
	 }

#main #secondary img{
 	float: left;
 	padding-bottom: 10px;
 }

#main #secondary p{
	 color: #000;
	 float: left;
	 font-size: 14px;
	 text-align: justify; 
	 padding-top: 10px;
	 padding-bottom: 25px;
	 width: 270px;
 
 }

#main #secondary h3, h2{
	 color: #515eac;
	 }


/***** Widgets *****/
#main #secondary ul li.widget {
  color: #000;
  float: left;
  font-size: 16px;
  width: 270px;
  text-align: left;
  text-align: justify;
  
  padding-top: 10px;
  }

#main #secondary ul li.widget h2 {
	margin-bottom: 10px;
}

#main #secondary li.widget ul li {
  font-size: 14px;
  margin: 0;
  padding-bottom: 5px;
  width: 270px;
  list-style: none;
}
.backToTop {
color: #cdcc8b; 

}

/*--PAGES --*/
/*--ABOUT --*/
#aboutMain {
	width: 800px;
	float:left;
}

#aboutPicture {
	float: left;
	width: 408px;
}

#aboutText {
	color: #000;
	float: right;
	margin: 39px 0 0 40px;
	width: 340px;
}

/* --GALLERY --*/
#gallery {
background-color: transparent;
margin: 0 auto;
width: 800px;

}

#gallery h2{
color: #efefd5;
margin: 0 auto;
width: 800px;

}
/*-- CONTACT --*/

#contactForm {
	width: 600px;
	padding: 10px;
	background-color: #5162b2;
	margin-left: 150px;
}

#footer {
	background: url(images/footer_bg.jpg) no-repeat top left;
	float: left;
	height: 120px;
	margin-top: 15px;
	padding: 10px 0 10px 20px;
	text-align: center;
	width: 930px;

}