/*  
Theme Name: Test Tutorial
Description: Test Theme.
Version: 1.0
Author: Dylan
*/
body h1 h2 h3 h4 h5 h6 p dd dl hr form {
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	vertical-align:top;
	color:#000000;
	background:#157aac url(wrapperbg.jpg) repeat-y center;
    min-height: 100%;
	height: 100%;
}

html { height: 100%; }

blockquote{
         margin:20px;
         background-color:#90D2EA;
         font-family: Georgia, Times, serif;
         font-size:14px;
         color:#005771;
         font-weight:bold;
}

blockquote em{
         font-family: Georgia, Times, serif;
         font-size:12px;
         color:#ffffff;
         font-weight:600;
         font-style:normal;
         text-align:left;

}

h1 {
        font-family:Century Gothic, "Arial", sans-serif;
		font-size:32pt;
        padding: 0 0 10px 0;
}
a.title:link{
        text-decoration:none;
		color:#ffffff;
}
a.title:visited{
        text-decoration:none;
		color:#ffffff;
}
a.title:active{
        text-decoration:none;
		color:#ffffff;
}
a.title:hover{
        text-decoration:none;
		color:#f3a817;
}
a img {
       border: none; 
      }
a:link{
        text-decoration:none;
		color:#008fd5;
}
a:active{
        text-decoration:none;
	color:#008fd5;
}
a:visited{
        text-decoration:none;
		color:#217db1;
        font-weight:bold;
}
a:hover{
        text-decoration:none;
		color:#18597f;
}
p {
	padding:10px 0 0 0;
}
#content{
	margin: 0 auto;
	width:970px;
	text-align:left;
        background:#cadbe3;
}

#header{
		width:970px;
        height:170px;
		float:left;
        background: url(headerbg.jpg);
}
#logo{
        width:205px;
        float:left;      
}
.title{
        letter-spacing:0.1em;
        float:left;
        padding-top:25px;
}
#description{
        font-family:Century Gothic, "Arial", sans-serif;
	font-size:10pt;
        color:#ffffff;
        float:left;
        width:600px;
        margin: 5px 0 0 0;
}
#container{
	float:left;
	width:670px;
}

.post{
	padding: 20px 20px 10px 20px;
        background: #ffffff;
}

.post h2{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:24px;
        color:#008fd5;
        letter-spacing:0.1em;
        padding-bottom:5px;
        border-bottom: solid 2px #aec9d7;
}
a.sub:link{
        text-decoration:none;
	color:#008fd5;
}
a.sub:visited{
        text-decoration:none;
	color:#008fd5;
}
a.sub:active{
        text-decoration:none;
	color:#008fd5;
}
a.sub:hover{
        text-decoration:none;
	color:#f3a817;
}

.post-date{
        width:68px;
        height:68px;
        float:left;
        display:inline;
        margin:10px 10px 0 0;
        background:url(date.png) no-repeat;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='date.png',sizingMethod='scale');
}
.month {
       font-family:Geogria, serif;
       font-size:18px;
       color:#ffffff;
       letter-spacing:0.1em;
       text-align:center;
       padding-top:5px;
}

.day{
       font-family:Georgia, serif;
       font-size:24px;
       color:#ffffff;
       letter-spacing:0.1em;
       text-align:center;
       font-weight:bold;
}

.entry{
	line-height:18px;
}
p.postmetadata{
	border-top: 1px solid #ccc;
	margin-top:10px;
        padding-bottom:10px;
        padding-left:10px;
        background:#cedee6;
}
.navigation{
	font-size:14px;
	font-weight:bold;
	line-height:18px;
        background:#ffffff;
        height:50px;
        padding-bottom:10px;
        padding-top:10px;
}
.alignleft{
        float:left;
        width:325px;
        background:#ffffff;
        padding-left:10px;
}
.alignright{
        float:right;
        width:325px;
        text-align:right;
        background:#ffffff;
        padding-right:10px;
}

.sidebar{
	width:290px;
	float:left;
	background:#dfecf3;
	margin: 0 0 0 10px;
	display:inline;/*Fixes IE bug for adding px*/
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-family: Verdana,serif;
        color:#008fd5;
        font-weight:bold;
	font-size: 14px;
        background:#c0d5df;
        padding: 5px 0 5px 10px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{/*Utilises the table id and allows the table to be the width of the sidebar*/
	width: 100%;
}
#s{
       width:260px;
       margin-bottom:10px;
}

#searchsubmit{
       background:#008fd5;
       font-family: Verdana,serif;
       font-weight:bold;
       color:#ffffff;
       padding:5px;       
}
#feeds{
       width:270px;
}
.rss{
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='rss.png',sizingMethod='scale');
       margin-right:20px;
}
.atom{
       filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='atom.png',sizingMethod='scale');
}

#footer{
	clear:both; /*Makes sure nothing connects this div above and below*/
	float:left;
	width:960px;
	padding-left: 10px;
    background: #025780;
    font-family: Verdana, Sans-serif;
	font-size: 12px;
    font-weight:bold;
    color:#ffffff;
}
#footer p{
	line-height: 18px;
}

a.footerLink:link{
        text-decoration:none;
	color:#ffffff;
        font-weight:bold;
}
a.footerLink:active{
        text-decoration:none;
	color:#ffffff;
        font-weight:bold;
}
a.footerLink:visited{
        text-decoration:none;
	color:#ffffff;
        font-weight:bold;
}
a.footerLink:hover{
        text-decoration:none;
	color:#ffffff;
        font-weight:bold;
}

.commentmetadata{
        background: #c0d5df;
        padding:10px;
        font-family: Verdana, Sans-serif;
	font-size: 12px;
}

.commentmetadata b {
       font-size: 18px;
       font-weight:bold;
       padding: 0 0 10px 0;
       margin:0px;
}
a.commentLink:link{
        text-decoration:none;
	color:#008fd5;
        font-weight:bold;
}
a.commentLink:active{
        text-decoration:none;
	color:#008fd5;
        font-weight:bold;
}
a.commentLink:visited{
        text-decoration:none;
	color:#025780;
        font-weight:bold;
}
a.commentLink:hover{
        text-decoration:none;
	color:#025780;
        font-weight:bold;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Sans-serif;
	font-size: 16px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}