/*   
Theme Name: BlogDC
Theme URI: http://blog.davidcurrie.org
Description: Theme for Dave Currie's Blog
Author: David Currie
Author URI: http://blog.davidcurrie.org
Version: 0.1
.
General comments/License Statement if any.
.
*/

body {
	font-size: 12px;
	font-family:sans-serif;
	height:auto;
	margin: 0px 0px 0px 0px;
}

form {
	text-align:right;
	margin-left:10px;
	width:154px;
}

#page {
	height:auto;
	float:left;
	width:855px;
	margin-left:0px;
}

#sidebar {
	width:223px;
/*	background-color:#2e4455; */
	padding-top: 215px;
	overflow:auto;
	height:100%;
	float:left;
padding-right:14px;
}

#sidebar p {
  color:#ffffff;
  margin: 0px 0px 0px 10px;
  padding: 0px 10px 0px 0px;
}

#sidebarlist {
	color:#fda61e;
	list-style:none;
	margin-left:5px;   /* For IE */
        padding-left:5px;  /* For Firefox */
}

#sidebarlist a {
	color:#ffffff;
}

#sidebarlist ul {
	color:#ffffff;
	list-style:none;
	margin-left:5px;   /* For IE */
        padding-left:5px;  /* For Firefox */
}

#sidebarlist ul li {
	padding-bottom:6px;
}

#sidebarlist h2 {
	font-size:14px;
  font-weight: bold;
  margin-top:20px;
}

#header {
	height:70px;
	padding: 0px 15px 15px 15px;
	margin-right:20px;
	width:530px;
	text-align:right;
float:right;
}

#content {
	padding: 15px 35px 15px 5px;
	width:530px;
	text-align:justify;
float:right;
}

.description {
	font-size: 14px;
	font-style: italic;
	color:#000000;
	text-align:right;
	width:530px;
	float:right;
	padding: 07px 35px 0px 15px;
}

.black {
	color:#000000;
	font-size: 72px;
}

.blue {
/* 	color:#dda61e; */
/* 	color:#618fb3; */
	color:#336677;
	font-size: 72px;
}

.post {
	padding-bottom:25px;
}

h2, h2 a:link, h2 a:hover, h2 a:visited {
	color:#fda61e;
	text-decoration:none;
	padding-bottom:0px;
}

h3 a:link, h3 a:hover, h3 a:visited {
	color:#fda61e;
	text-decoration:none;
	padding-bottom:0px;
}

a:link, a:hover, a:visited {
/*	color:#fda61e; */
	color:#618fb3;
}

#rightside {
	float:right;
	width:530px;
margin-left:5px;
padding:0px 5px 0px 5px;
}

h4 {
	padding-left:10px;
	color:#666666;
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
	padding-top:0px;
}

.postmetadata {
	padding-top:15px;
	font-style: italic;
}

input {
   border: solid 1px #2e4455;
}

/* Copied styles */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	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 Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
