/*
Theme Name: Jason Ross Williams Photography Blog TEST THEME
Theme URI: http://www.WPThemerKit.com
Description: 1 Column, No Sidebar
Version: 1.2
Author: Jason Ross Williams
Author URI: http://jasonrosswilliams.com
*/

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
files are available at http://www.wpthemerkit.com

License info can be found at http://www.wpthemerkit.com/license.php
=================================================================== */
/*------------------------------------------------------------------
[Table of contents]
1. Main Containers - body, #wrapper, #main, #header, #content, #footer, etc.
2. General Classes - .entry-meta, .post, .description, .underpost, etc.
3. General Links - #content a:link, #footer a:link, etc.
4. Menu - #menu, #menu ul, #menu ul li, #menu ul li a:link, etc.
5. Sidebar - No Sidebar
6. Headings - #header h1, #content h1, .post h2, .post h3, etc.
7. Date - .entry-date, .entry-month, .entry-day
8. Comments - #commentform, #respond p, etc.
9. Blockquotes - blockquote, blockquote p:first-letter, etc.
10. Align - .alignleft, .alignright, img.alignleft, img.alignright, etc.
11. Misc. and Preventative - Styles to prevent image hover strangeness etc.
-------------------------------------------------------------------*/

/*===START SECTION 1 - the main containers===*/
html {
	height: 100%;
}
body {
	height: 92%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 85%;
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: #262626;
	background: #000000 url(images/background-black-plaster.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrapper {
	width: 950px;
	margin: 30px auto 20px auto;
	padding: 0;
	color: #000000;	
	background: transparent; 
/*	background: url(images/wrapper-background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;*/
}
#header {
	width: 950px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
#masthead {
	height: 70px;
	width: 950px;
	margin: 0;
	padding: 0 10px 0 10px;
    display: table-cell;
    vertical-align: middle;
	background-color: #000000;
}
#title {
	float: left;
}
#searchbox {
	float: right;
	margin-top: 15px;
}
#searchtext {
	border: 1px solid #ffffff;
	background: #666666;
	height: 16px;
	vertical-align: middle;
}
#searchsubmit {
	border: 1px solid #ffffff;
	background: #999999;
	color: #333333;
	padding: 0 5px 0 5px;
	height: 20px;
	vertical-align: middle;
}
#menu{
	padding: 3px 0 3px 0;
	white-space: nowrap;
	margin: 0;
	width: 950px;
	text-align: right;
	background-color: #666666;
}
#main {
	width: 950px;
	padding: 20px;
}
#content {
	width: 950px;
	padding: 0;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.3em;
}
.contentwhitebackground {
	margin: 0;
	padding: 15px;
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}
#footer {
	height: 42px;
	clear: both;
	text-align: center;
	font-size: 0.8em;
	padding: 13px 0 0 0;
	color: #999999;
}
/*===END SECTION 1===*/

/*===START SECTION 2 - general classes===*/
.description {
	clear: left;
	padding: 5px 0 5px 35px;
}
.post {
	padding: 15px;
	margin: 0;
	width: 900px;
	background-color: #ffffff;
	font-size: .9em;
	border-style: solid;
	border-width: 10px;
	border-color: #999999;
}
.entry-content, .entry-excerpt {
	clear: left;
	margin: 0;
}
.postspacer {
	height: 50px;
}
.postmore {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	margin-right: 25px;
}
.photo {
	text-align: center;
	margin: 0;
}
.photo img {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
.photocaption {
	font-size: .5em;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.navigation {
  clear: both;
  color: #999999;
  margin: 5px 0 5px 0;
}
.navigation a:link, .navigation a:visited {
	color: #999999;
}
#content .navigation a:link, #content .navigation a:visited {
	color: #999999;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
#content .underpost a {
	text-decoration: underline;
}
.widget {
	margin: 10px;
	padding: 0 10px 10px 10px;
	color: #000000;
	border: 2px solid #000000;
	background-color: #666666;
}
input {
	padding: 1px;
	margin: 3px;
}
/*===END SECTION 2===*/

/*START SECTION 3 - style content and footer links*/
#content a:link, #content a:visited {
	text-decoration: underline;
	padding: 2px;
	color: #000000;
}
#content a:hover {
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #666666;
}
#footer a:hover {
	text-decoration: none;
}
/*===END SECTION 3===*/

/*===START SECTION 4 - style for menu, page links in the header===*/
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0 10px 0 0;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	padding: 3px;
	color: #ffffff;
}
#menu li a:hover {
	text-decoration: underline;
}
#menu a:link, #menu a:visited {
	text-decoration: none;
	padding: 3px;
	color: #ffffff;
}
#menu a:hover {
	text-decoration: underline;
}
/*===END SECTION 4===*/

/*===START SECTION 5 - No Sidebar===*/
/*===END SECTION 5===*/

/*===START SECTION 6 - style the headings===*/
#header h1 a:link, #header h1 a:visited {
	font-size: 1em;
	font-weight: 500;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	width: 600px;
	padding: 1px 0 0 25px;
	clear: both;
}
#header h1 a:hover {
	text-decoration: underline;
	font-weight: 500;
}
#content h1 {
	font-size: 1.5em;
	font-weight: 500;
}
.post h2 {
	font-family: Helvetica,Verdana,sans-serif;
	font-size: 14pt;
	font-weight: normal;
	padding: 0;
}
.post p {
	margin: 0 100px 30px 100px;
	text-align: justify;
	font-family: helvetica,verdana,sans-serif;
}
#content .post h2 a:link, #content .post h2 a:visited {
	text-decoration: none;
	color: #333333;
}
#content .post h2 a:hover {
	text-decoration: underline;
	color: #333333;
}
.post h3 {
	font-size: 1.8em;
	font-weight: 500;
	margin: 10px 0 0 0;
	padding: 0;
}
.postheader {
	color: #808080;
/*	background: #333333 url(images/post-background-plaster.jpg);*/
	margin: 0 0 30px 100px;
	padding: 0;
	text-align: left;
}
#content .postheader a:link, #content .postheader a:visited {
	text-decoration: none;
	color: #808080;
}
#content .postheader a:hover {
	text-decoration: underline;
	color: #808080;
}
.post .entry-meta {
}
/*===END SECTION 6===*/

/*===START SECTION 7 - style the post date===*/
.entry-date {
	font-size: 10pt;
}
/*.entry-date {
	height: 89px;
	width: 71px;
	display: inline;
	float: left;
	margin: 0 10px 0 0;
	border: 2px solid #000000;
	color: #000000;
	background-color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry-month {
	font-size: 19px;
	width: 71px;
	text-align: center;
	height: 28px;
	margin: 7px 0 0 0;
	font-weight: bold;
	padding: 0 0 2px 0;
}
.entry-day {
	font-size: 28px;
	text-align: center;
	height: 30px;
	width: 71px;
	margin: 4px 0 0 0;
	font-weight: bold;
	line-height: 30px;
}*/
/*===END SECTION 7===*/

/*===START SECTION 8 - comment form and comments===*/
#comments {
	background-color: #ffffff;
	margin: 50px 0 0 0;
	padding: 15px;
	border-style: solid;
	border-width: 10px;
	border-color: #999999;
}
#respond {
	background-color: #ffffff;
	margin: 50px 0 0 0;
	padding: 15px;
	border-style: solid;
	border-width: 10px;
	border-color: #999999;
}
#respond p {
	font-size: .9em;
}
#commentform input {
	
}
#commentform textarea {
	
}
#commentform {	
	padding: 10px;
}
ol.commentlist {
	list-style-type: none;
	background-color: #ffffff;
	margin: 0;
	padding: 15px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: #999999;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
#content ol.commentlist li a {
	text-decoration: underline;
}
li.author {
	padding: 5px;
}
/*===END SECTION 8===*/

/*START SECTION 9 - oh you're so fancy with those blockquotes....*/
blockquote {
  font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif;
  width: 350px;
  background: url(images/blockquote1.png) no-repeat right bottom;
  background-color: #ffffff;
  padding: 0 10px 0 30px;
  text-indent: -30px;
}
blockquote p:first-letter {
  background: url(images/blockquote2.png) no-repeat left center;
  padding: 0 0 0 30px;
  font: italic 1.7em Georgia, "Times New Roman", Times, serif;
}
/*===END SECTION 9===*/

/*START SECTION 10 - images when inserted into a post.*/
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
.wp-caption-text {
  font-size: .7em;
  line-height: 1.1em;
  margin: 0;
}
/*===END SECTION 10===*/

/*===START SECTION 11 - Misc. and Preventatives===*/
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}
a img {
	border: none;
}
/*===END SECTION 11===*/
