/*
Theme Name: Winter
Theme URI: http://www.orionsweb.net/
Description: Red/White theme
Version: 1.0
Author: Ron Boyd
Author URI: http://www.ronboyd.ca/

*/

/************************/
/*     Global Reset     */
/************************/

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: 120%;
	color: #00125C;
	background-color: #ffffff;
	background-image: url(/wp-content/themes/Winter/images/bg.png);
	background-repeat: repeat-x;
}
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: "" "";
}

/************************/
/*     Global Design    */
/************************/

a {
    text-decoration: underline;
    color: #0000cc;
}

a:hover {
    text-decoration: none;
}

body {
    background-color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 80%;
}

/************************/
/*     Layout Design    */
/************************/

#container {
    width: 875px;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 15px;
    background: #fff url(../Winter/images/top.png) no-repeat top;
}

#header {
	height: 150px;
	background: #ffffff url(../Winter/images/header_background.jpg) no-repeat;
	margin-bottom: 10px;
	border-top: 1px solid #226F25;
	border-bottom: 1px solid #226F25;
}

#content {
    float: right;
    width: 645px;
		min-height: 400px;
    padding: 5px;
    padding-right: 10px;
}

#sidebar {
    float: left;
    width: 200px;
    padding: 5px;
    padding-left: 10px;
}

#footer {
	clear: both;
	padding: 5px 10px 0px 10px;
	background: #fff;
	font-size: 80%;
	text-align: right;
	margin-top: 5px;
	border-top: 1px solid #226F25;
}

/************************/
/*     Header Design    */
/************************/

#sitename {
    padding-top: 10px;
    padding-left: 10px;
}

#sitename h1 {
    font-size: 130%;
    line-height: 34px;
}

#sitename .description {
    padding-left: 10px;
}

#searchbar {
    text-align: right;
    padding-right: 10px;
		padding-top: 10px;
}

#searchbar #s {
    width: 150px;
}
/************************/
/*    Sidebar Design    */
/************************/

#sidebar ul li {
	margin-bottom: 5px;
}

#sidebar a {
	color: #cc0000;
	text-decoration: none;
}

#sidebar ul li h2 {
    font: bold 110% Arial, sans-serif;
    color: #226F25;
}

#sidebar ul li li {
	text-indent: 5px;
	margin-bottom: 5px;
}

#sidebar ul li li li {
    text-indent: 10px;
}

/************************/
/*    Content Design    */
/************************/

#content .post {
    margin-bottom: 10px;
}

#content .post h2 {
	font-size: 120%;
	font-weight: normal;
	font-family: Tahoma;
	line-height: 22px;
	color: #00125C;
	font-variant: small-caps;
}

#content .post h3 {
	font-size: 110%;
	font-weight: bold;
	font-family: Tahoma;
	line-height: 22px;
	text-align: center;
	color: #226F25;
}

#content .post small {
    font-size: 90%;
}

#content .post em {
    font-style: italic;
}

#content .post p {
    margin-bottom: 5px;
}

#content .post strong {
    font-weight: bold;
}

#content .post .entry {
    margin: 5px 0;
}

#content .post .entry blockquote {
    background: url(../Winter/images/quote.png) no-repeat top left;
    margin: 10px;
    padding: 5px;
    font-style: italic;
}

#content .post .entry ul {
    list-style-type: square;
    margin-left: 20px;
}

#content .post .entry ol {
    list-style-type: decimal;
    margin-left: 25px;
}

#content .post .postmetadata {
    font-size: 90%;
}

#content .post .alt {
    padding: 3px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    background-color: #FFFAEF;
}

#content .post .postmetadata .comment {
    font-size: 80%;
    font-weight: bold;
}

#content h2.pagetitle {
    font-size: 120%;
    line-height: 22px;
}

/************************/
/*  Navigation Design   */
/************************/

.navigation {
    display: block;
    padding-bottom: 30px;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}


/************************/
/*    Comment Design    */
/************************/

#content h3#comments {
    font-weight: bold;
    font-size: 100%;
    margin-top: 20px;
}

#content ol.commentlist {
    margin-bottom: 15px;
}

#content ol.commentlist cite {
    color: #00125C;
    font-weight: bold;
}

#content ol.commentlist em {
    font-style: italic;
}

#content ol.commentlist p {
    margin-top: 10px;
}

#content ol.commentlist strong {
    font-weight: bold;
}

#content ol.commentlist .count {
    float: right;
    font-style: italic;
    font-size: 20px;
    color: #00125C;
}

#content ol.commentlist li {
    border: 1px solid #226F25;
    margin-top: 5px;
    padding: 10px;
}

#content ol.commentlist li.alt {
    background-color: #FFF6DF;
}

#content ol.commentlist li .commentmetadata {
    font-size: 80%;
}

#content h3#respond {
    font-size: 100%;
    font-weight: bold;
}

#content #commentform input {
    border: 1px solid #226F25;
    color: #00125C;
}

#content #commentform #submit {
    background-color: #fff;
}

#content #commentform textarea#comment {
    width: 400px;
    padding: 5px;
    border: 1px solid #226F25;
    color: #00125C;
    background-color: #FFFAEF;
}

/************************/
/*     Footer Design    */
/************************/

#footer p {
    text-align: center;
    padding: 10px;
}
