/*
Theme Name: Wooden Camera
Theme URI: http://designbydawson.com
Description: Minimalist design with hardwood background
Version: 1.0
Author: Dawson
Author URI: http://designbydawson.com/
Tags: three columns, minimalist

*/

/* Eric Meyer's CSS Reset */
/* v1.0 | 20080212 */

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;
}

/* #Eric Meyer's CSS Reset */

/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#page {
}

#header {

}

#headerimg 	{
}

#post-menu li a {
	font-size: 12px;
}


#content {
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
}
/*
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
*/
h1 {
	font-size: 28px;
	}

#headerimg .description {
    font-size: 11px;
}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #aaa;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
}

.commentlist li, #commentform input, #commentform textarea {
}
.commentlist li ul li {
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
}

.commentlist cite, .commentlist cite a {
}

.commentlist p {
}

#commentform p {
}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	border-bottom: 1px dotted;
	color: #aaaaaa;
	text-decoration: none;
}

a:hover, h2 a:hover, h3 a:hover {
    border-bottom: 1px solid #aaaaaa;
    text-decoration: none;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
}

#wp-calendar caption {
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	background: transparent url('images/bg_1280x1024.jpg') scroll 0 0;
}

#page {
	margin: 15px auto;
	width: 960px;
}

#header {
	float: left;
	padding-right: 10px;
	width: 220px;
}

#headerimg {
}

#content {
    float:right;
	padding-left:10px;
	width:480px;
}

#sidebar {
	float: left;
	min-height: 650px;
	padding: 0 10px;
	width: 210px;
}
#post-menu {
    margin-top: 100px;
}
#post-menu li {
    margin-bottom: 15px;
}

.post {
    margin-top: 50px;
}


.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
    margin-top: 100px;
}

#footer p {
	font-size: 10px;
}
/* End Structure */



/*	Begin Headers */
#header h1 a {
	border: none;
	font-size: 40px;
	fone-weight: bold;
}

h1 {
	margin-top: 300px;
}

h2 {
}

h2.pagetitle {
}

#sidebar h2 {
}

h3 {
}

h3.comments {
}
/* End Headers */

/* Content */
.slideshowlink {
	display: none;
}

/* #Content */


/* Begin Images */
p img {
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
}

img.alignright {
}

img.alignleft {
}

.alignright {
}

.alignleft {
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


/* End Entry Lists */



/* Begin Form Elements */
#searchform {
}

#sidebar #searchform #s {
}

#sidebar #searchsubmit {
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
}

select {
}

#commentform input {
}

#commentform {
}
#commentform textarea {
}
#respond:after {
}
#commentform #submit {
}
/* End Form Elements */



/* Begin Comments*/
.alt {
}

.commentlist {
}

.commentlist li {
}
.commentlist li ul li { 
}

.commentlist p {
}
.children {
}

#commentform p {
}

.nocomments {
}

.commentmetadata {
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
}

#sidebar form {
}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
}

acronym, abbr {
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* Misc */
#TB_closeWindowButton, #TB_prev a, #TB_next a {
	border: none;
}
/* #Misc */
