/*
Theme Name: Theme One
Version: 0.1
Author: Doug Sanderson
Author URI: http://dougsanderson.ca/
Tags: 

	Theme One v0.1
	 http://dougsanderson.ca/

	This theme was designed and built by Doug Sanderson,
	whose blog you will find at http://dougsanderson.ca/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/*Some Global Settings */
* {
	padding: 0;
	margin:0;
	color: #5B5B5B;
}

hr {
	display: none;
}



/* Structure */

#page {
	background-color: white;
	margin: 0px auto;	
	width: 960px;
	}

#header {
	/*background-color: #cce;*/
	width: 800px;
	margin: 15px auto 0px auto;
	background-image: url(images/DMS_070717_4853.jpg);
	background-repeat: no-repeat;*/
}

#headerimg {
	height: 200px;
}
#headerimg img{
	position:relative;
	top: 100px;
	border-style: none;
}

#navbar {
	/*background-color: #cec;*/
	position: relative;
	top: 10px;
	width: 800px;
	margin: 10px auto 30px auto;
	text-align: right;
	
	}
	
#navbar li {
	display: inline;
}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 600px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px auto;
	width: 800px;
	}

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 645px;
	width: 145px;
	}
		
#footer {
	width: 800px;
	margin: 0 auto;
	clear: both;
}



/* Begin Typography & Colors */
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#header h1{
	font-size: 2.5em;
	display: none;
	
}
#navbar  a{
	font-size: 0.85em;
	font-weight: normal;
	color: #565656;
	text-decoration: none;
	text-align: center;
	padding: 0px 14px;
	border-right: 1px solid #767676;
}
#navbar a:hover{
	text-decoration: underline;
}

#navbar li
{
	margin: 0px;
}



/*Posts Styles */

.post {
	margin-bottom: 3.2em;
	padding-left: 5px;
	font-size: 1.1em; 
}

.post p {
	font-size: 0.9em;	
	line-height: 1.4em;
	margin-bottom: 1em;
}
.post h2{
	font-size: 1.1em;
	font-weight: bold;
}
.post h3{
	margin-top: 10px;
}

.post h3 a {
/*	color: #41545E;*/
}

.post img {
	margin-top: 15px;
	padding: 15px;
	border: 1px solid #ccc;
}

/*Suggested code from Wordpress to support correct image alignment */

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;
	}
/* End of wordpress css suggestions */	
	
	
h2 {
	color: #565656;
	font-size: 1em;
	border-bottom: 1px dotted #7B7B7B;
}

h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #A32C18;
}

.entry {
	margin-top: 10px;
	margin-bottom: 15px;
}

p.postmetadata{
	margin-top: 12px;
	color: #808080;
	line-height: 1.1em;
	font-size: 0.75em;
}

a{
	color: #A32C18;
	text-decoration: none;
}

.wp-caption-text{
	text-align:center;
	font-weight: bold;
	padding-bottom: 10px;
}

blockquote {
	font-style: oblique;
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	padding: 0 20px;
}

#page h3{
	font-size: 1em;
	margin: 20px 0 5px 0;
}

h4{
	margin: 10px 0 5px 0;	
}

#page p{
	margin-top: 6px;
}

/* Sidebar Styles */


#sidebar ul {
	list-style: none;
	margin-bottom: 10px;
}

#sidebar ul ul{
	list-style: square;
	margin-left: 20px;
	line-height: 1.3em;
}

#sidebar ul h2{
	font-size: 1.1em;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 5px;
	padding-top: 10px;
}

#sidebar ul ul li{
	padding: 2px 0px;
	font-size: 0.9em;
}

#sidebar a{
	text-decoration: none;
}

#sidebar a:hover{
	font-weight: bold;
}

#searchform{
	text-align: center;
}

#searchform input{
	border: 1px solid black;
}

#searchform #s{
	width: 50%;
	background-color: white;
}

.hidden{
	display: none;
}

/*Footer */

#footer{
	border: 1px solid white;
}

#footerinfo{
	margin: 20px 0 0 0;
	padding: 3px;
	border-top: 1px solid #807966;
	text-align: right;
	font-size:0.8em;
}

#footercopyright{
	padding: 3px;
	font-size:0.8em;
}

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

/*Navigation links */
.navigation {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	font-size: 0.9em;
	}
.alignleft {
	float:left
}
.alignright {
	float:right;
}

/* comments */

ol.commentlist li p{
	margin: 5px 0;
}
#comments{
	color: #808080;
	margin-bottom: 5px;
	
}
commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
#respond {
	margin-top: 20px;
	font-size: 1.0em;
}

/* Theme colours 
#403D33
#807966
#ccc2A3
#8C0000
#590000
*/


/* More themes
#41545E
