/*
Theme Name: Darryl Whitter
Theme URI: http://www.darrylwhitter.ca/
Description: Wordpress theme for Canadian writer Darryl Whitter.
Version: 1.0
Author: Morgan Rogers
Author URI: http://www.coandco.ca/
Tags: custom

	Darryl Whitter v1.0
	http://www.coandco.ca/

	This theme was designed and built by Morgan Rogers,
	whose site you will find at http://www.coandco.ca/
*/



/*
Reset Stylesheet by Eric Meyer
*/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end reset */





html {
	/*overflow: auto;*/
	height:100%;
}

body {
	/*overflow: auto;*/
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background:#DA9800;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
color:blue;
}

em {
font-style:italic;
}

strong {
font-weight: bold;
}

h3 {
/*	font-size:20px;*/
	font-size:auto;	
	color:#fff;
	margin:24px 0 12px 0;
}

h4 {
	color:#fff;
	margin-bottom:12px;
}

h5
{
	margin: 12px 0 6px 0;
}

a:hover {
text-decoration:none;
}

.container {
	position:relative;
	width:1070px;
	margin: 0 auto 0 auto;
}


/* NAVIGATION */

.navigation {
	margin:12px 0 24px 0;
	float:left;
	width:100%;
	text-align:center;	
	
}

.navigation li.pagenav h2 {
	display:none;
}

.navigation li {
	list-style:none;
	display: inline;
	padding:4px 11px 4px 12px;
}	

.navigation li.current {
background:#FFFF00;
}

.navigation li.current a:hover {
	color:#333;
	cursor:default;
}

.navigation a {
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color: #333333;
	letter-spacing:.1em;
}

.navigation a:hover {
	color:#fff;
}

.siteTitle {
	float:left;
	width:100%;
	text-align: center;
	clear:both;
	margin-bottom:24px;
}

/* MAIN CONTENT */

.main {
	padding: 0;
	margin: 0;
	float:left;
	clear:both;
	width:100%;

}

.mainContent {
	float:left;
	width:650px;
	padding: 0 24px;
}

.main h1 {
	font-size:24px;
	margin: 0 0 14px 0;
	color: #fff;
}

.main h2 {
	font-size:18px;
	margin: 0 0 14px 0;
	color: #333;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	display:none;
}

.main p {
	margin: 0;
	font-size:16px;
	line-height:20px;
	color: #fff;
}

.main a {
	color: #b81717;
}

/* SIDEBARS */

.sideBar {
	padding: 0;
	margin: 0;
	float:left;
	width: 175px;
}

#sideLeft img {
	float: right;
}

#sideRight img {
	float: left;
}

.sideBar img {
margin-bottom:12px;
}

/* FOOTER */

.footer {
	padding: 10px 0;
	text-align:center;
	font-size:12px;
	float:left;
	clear:both;
	width:100%;
	margin-top:24px;
		
}

.footer a {
	color:#333333;
}	


/* Blog styles *************************************************************/
#mainBlog
{
	margin:0 auto;
	float:none;
}
#mainBlog h2
{
	display:block;
	text-align: left;
	padding-bottom: 6px;
}
.main h1
{
	text-align: center;
	weight: normal;
}

.alignleft
{
	text-align:left;
	float: left;
}
.alignright
{
	text-align: right;
	float: right;
}

p.postmetadata
{
	margin-top: 12px;
	font-size: 12px;
}

textarea#comment
{
	width: 600px;
}
textarea,
#commentform input
{
	margin: 6px 0;
}
small.commentmetadata
{
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}

ol.commentlist li
{
	border-bottom: 1px #fff solid;
	margin-bottom: 12px;
	padding-bottom: 12px;	
}
/* ADMIN ITEMS */

p.editPost {
	text-align: center;
	margin: 14px 0;
	float:left;
	clear:both;
	width:100%;
}


/* Captions *************************************************************/

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

/* Image placement in blog posts *************************************************************/

img.centered, .aligncenter, div.aligncenter {
	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;
	}

.alignleft {
	float: left;
	}
