/*
Theme Name: A Winter's Day
Theme URI: http://www.awintersday.com/
Description: Theme for A Winter's Day (awintersday.com)
Version: 1.0
Author: Marc
Author URI: http://www.awintersday.com/
*/



/* ---------- global settings ---------- */

body {
	font-size: 90%;
	font-family: Arial, sans-serif;
	color: #1d2466;
	background: #ffffff url("images/main-bg.jpg") no-repeat scroll center top;

}

p {
	margin-bottom: 16px;
}

a {
	text-decoration:none;
	color: #4c3df2;
}

a:hover {
	text-decoration:none;
	color: #b8178d;
}

h1{font-size: 160%;}
h2{font-size: 140%;}
h3{font-size: 120%;}
h4{font-size: 110%;}
h5{font-size: 90%;}
h6{font-size: 70%;}

blockquote {
	margin: 10px 30px;
	color: #444444;
	border-left: 1px solid #999999;
	padding-left: 15px;
}



/* ---------- lists ---------- */

ul {margin:0;padding:0;}
ul li {margin-left:5px;padding:0;}
li {list-style-type:none;}
.disc {list-style-type:disc}

/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:30px; list-style:disc;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:30px; list-style: decimal;}
.entry-content ol li li {margin-left:5px;}



/* ---------- titles & headings ---------- */

h1.entry-title {
	margin: 0 0 2px 0;
	padding-top: 0;
	line-height: 26px;
	color: #ffffff;
}

h1.entry-title a{
	margin: 0 0 2px 0;
	padding-top: 0;
	line-height: 26px;
	color: #fffeec;
}

h1.entry-title a:hover{
	color: #b8178d;
	text-decoration: none;
}

h1.page-title {
	font-size: 160%;
	margin: 0 0 16px 0;
	padding: 0 0 10px 0;
	color: #fffeec;
}

h1.search-results {
	font-size: 160%;
	margin: 16px 0 16px 22px;
	padding: 22px 0 10px 0;
	color: #5d55b1;
}

h1.no-search-results {
	font-size: 160%;
	margin: 16px 0 16px 22px;
	padding: 0;
	color: #5d55b1;
}

h1.archive-title {
	font-size: 160%;
	margin: -5px 0 22px 0;
	padding: 0;
	color: #5d55b1;
}

h2.archive-entry-title a{
	color: #ffffff;
}

h2.archive-entry-title a:hover{
	color: #b8178d;
	text-decoration: none;
}

h2#comments{
	margin:20px auto 10px;
	font-size:140%;
}

/* headings inside posts */
.entry-content h2 {font-size:140%;}

.entry-content h3 {
	font-size:130%;
	padding: 10px 0 10px 0;
}
.entry-content h4 {
	font-size:110%;
	line-height: 25px;
}

.entry-content h5 {font-size:90%;}

.entry-content h6 {
	font-size: 70%;
	line-height: 14px;
}



/* ---------- main wrapper ---------- */

#wrapper {
	float: none;
	clear: left;
	margin: 0 auto;
	width: 960px;
}



/* ---------- header ---------- */

#header-wrapper {
	height: 145px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0;
	background: url("images/header-bg.png") repeat-x scroll center top;
}
#header {
	height: 120px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}

#header-title{
	margin: 0;
	padding: 20px 0 0 10px;
	width: 100px;
	white-space:nowrap;
}

#header-title h1 a{
	color: #ffffff;
	font-size: 130%;
	
}

#header-title h1 a:hover{
	color: #ffffff;
	text-decoration: none;
}

#header-subtitle{
	color: #ffffff;
	font-size: 90%;
	margin: 0;
	padding: 10px 0 0 30px;
	width: 100px;
	white-space: nowrap;

}



/* ---------- header menu ---------- */

#menu {
	height: 25px;
	margin: 0 auto;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width: 960px;
	overflow: hidden;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding: 7px 10px;
	margin: 0;
	color: #ffffff;
	display:block;
}

#menu ul li a:hover {
	background: #f6f7f8;
	color:#000000;
	text-decoration: none;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
}

#logo{
	position: relative;
	float: left;
	top: 15px;
	left: 15px;
	width: 325px;
	height: 0px;
}



/* ---------- posts ---------- */

.posts-wrap {
	float: left;
	clear: none;
	width: 548px;
	padding: 8px 5px 5px 5px;
	line-height: 20px;
	border-left: 1px dotted #6081cf;
	border-right: 1px dotted #6081cf;
}

.post-index {
	margin: 0;
}

#post-single {
	margin: 0 0 10px 0;
}

.post {
	padding: 20px 22px 10px 22px;
	margin: 0 0 10px 0;
	background: url("images/post-index-bg.png") no-repeat scroll center top;
}

#similar-posts {
	margin: 0 20px 10px 20px;
	padding: 10px;
	border: 1px solid #b1c5f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}

#similar-posts h3{
	margin: -5px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #6081cf;
	
}

#sim-posts ul li {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: disc;
}



/* ---------- references HR ---------- */
hr.reftop {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #ff0000;
	border-style: none none dotted;
	height: 0;
	border-bottom: 1px dotted #a30f7b;
	margin: 20px 0 -2px 0;
}

/*
hr.refbottom {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #ff0000;
	border-style: none none dotted;
	height: 0;
	border-bottom: 1px dotted #a30f7b;
	padding-top: 10px;
	margin-bottom: -13px;
}
*/

.sharebutton {
	margin-top: 17px;
}

.glossary-back {
	text-align: right;
	font-size: 70%;
	font-weight: bold;
	margin-bottom: -18px;
	margin-top: -11px;
}

.glossary-back-arrow {
	font-size: 110%;
}

a:hover.glossary-link {
	color: #4fc280;
}


/* ---------- meta ---------- */

.top-meta {
	font-size: 80%;
	margin: 8px 0 16px 0;
	padding: 2px 0 2px 1px;
	border-top: 1px solid #fffeec;
	border-bottom: 1px solid #fffeec;
}

.entry-meta {
	font-size: 80%;
	margin: 12px 0 0 0;
	padding: 5px;
	border-top: 1px dotted #a30f7b;
}





/* ---------- archives ---------- */

.archive {
	padding: 32px 22px 6px 22px;
}



/* ---------- sidebars ----------*/

#sidebar-wrapper{
	margin:0 auto;
	overflow:hidden;
	float:right;
	clear:none;
	width:400px;
}

.menu-headings {
	display: block;
	background: #a30f7b;
	color: #ffffff;
	margin: 10px 5px 5px 5px;
	padding: 4px;
	border: 1px solid #1a3e91;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ----- left sidebar ----- */

#sidebar-left {
	float:left;
	width: 189px;
	padding: 20px 5px 10px 5px;
	border-right: 1px dotted #6081cf;
}

#sidebar-left ul li {
	margin: 0 5px 0 5px;
	padding: 0;
	line-height: 14pt;
}

#sidebar-left ul li a{
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #5d55b1;
}

#sidebar-left ul li a:hover{
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #ffffff;
	background: #6f90de;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.amazon-sidebar-widget {
	margin: 15px 0 0 15px;
}


/* ----- right sidebar ----- */

#sidebar-right {
	float:right;
	width: 189px;
	padding: 20px 5px 10px 5px;
	border-right: 1px dotted #6081cf;
}


#sidebar-right ul li {
	margin: 0 5px 0 5px;
	padding: 0;
	line-height: 14pt;
}

#sidebar-right ul li a{
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #5d55b1;
}

#sidebar-right ul li a:hover{
	display: block;
	padding: 1px 5px 1px 5px;
	text-decoration: none;
	color: #ffffff;
	background: #6f90de;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#search-form{
	padding: 7px 0 6px 0;
	margin: 0 5px 0px 17px;
}

#search-form input#s{
	margin:0;
	border:1px solid #f6c0e7;
	padding:2px;
	background: #ffffff;
}

#subscription{
	font-size: 80%;
	line-height: 35px;
	border-bottom: 1px dotted #a30f7b;
	margin: 0 10px 10px 10px;
	padding-bottom: 3px;
	
}

#why-sub{
	margin: -10px 0 0 0;
	font-weight: bold;
}

.sidebar-ad{
	width: 170px;
	padding: 8px 0 2px 0;
	margin: 0 auto;
	font-size: 90%;
	text-align: center;
	line-height: 24px;
}

.sidebar-ad a{
	color: #000000;
}

.paypal-donations{
	padding: 15px;
	margin: 10px auto 5px auto;
	font-size: 80%;
	text-align: center;
	color: #6863a4;
	line-height: 16px;
	border-top: 1px dotted #a30f7b;
	border-bottom: 1px dotted #a30f7b;
}



/* ---------- comments ---------- */

/* --- style for 'x comments for y' test --- */
#commentsnumber {
	margin:0;
	padding:10px 0 0px 22px;
}

/* ---------- styles for wp_list_comments output ---------- */




.bypostauthor {
    background-color: #b6caf8 !important;
}

.avatar{
	float: left;
	margin: 0 5px 3px 0;
}

.comment-meta{
	float: right;
	font-size: 70%;
	font-style:	italic;
}

.reply{
	text-align: right;
	font-size: 80%;
}

.comment-author{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 110%;
	border-bottom: 1px dotted #a30f7b;
}



/* --- style for overall comments block --- */
.commentlist{
	list-style-type: none;
	margin:20px;
	padding:0;
}

.even, .alt {
	border: 1px solid #dddddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	margin: 15px 0;
	padding: 12px;
}

.thread-even {
	background: #ffffff;
 }
.thread-alt {
	background: #f4f3fc;
 }
 
.depth-1 {
	/* Depth 1 is already formatted using the even & odd classes */
 }
.depth-2 {
	background: #eeeeff;
	width: 94%;
	margin: 10px auto;
 }
.depth-3 {
	background: #dfdffb;
	width: 94%;
	margin: 10px auto;
 }

#respond {
	border: 1px solid #eeeeee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin: 21px;
}

#author, #email, #url, #comment {
	background: #FEFEFE !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
}

#commentformtitle {
	font-size: 120%;
	color: #000000;
	margin: 10px 0 25px 0;
	line-height: 5px;
}



/* ---------- image alignments ----------*/

img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}



/* ---------- inter-post navigation ----------*/

div.navigation {
	width: 100%;
	height: 10px;
	float:left;
	clear:both;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 80%;
}

.navigation-index {}

.nav-next {
	float: right;
	clear: none;
	width: 48%;
	text-align: right;
	padding-right: 5px;
}

.nav-prev {
	float: left;
	clear: none;
	width: 48%;
	text-align: left;
	padding-left: 5px;
}



/* ---------- footer ---------- */



#footer-wrapper {
	height: 250px;
	margin: 0 auto;
	clear: both;
	padding: 0;
	background: #1a3e91 url("images/footer-bg.jpg") repeat-x scroll center top;
}

#footer-inner-wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 22px 0 0 0;
}

#footer-left{
	float: left;
	width: 548px;
	padding: 0 10px 0 0;
	color: #ffffff;
	line-height: 22px;
	font-size: 90%;
}

#footer-left a{
	color: #ffffff;
}

#footer-left a:hover{
	color: #e1a2ff;
}

#footer-left-top{
	padding: 10px;
	text-align: center;
	border: 1px solid #6f90de;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#footer-left-bottom-left {
	float: left;
	width: 190px;
	padding: 10px;
	margin: 10px 0 0 0;
	padding: 32px 10px 39px 10px;
	text-align: center;
	font-size: 90%;
	border: 1px solid #6f90de;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#footer-left-bottom-right {
	float: left;
	width: 304px;
	padding: 10px;
	margin: 10px 0 0 10px;
	border: 1px solid #6f90de;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#footer-left-bottom-right ul li {
	margin: 0 0 0 24px;
	padding: 0;
	line-height: 14pt;
	list-style-type: disc;
}

#footer-left-bottom-right h3{
	margin: -5px 0 7px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #eeeeee;
	font-size: 100%;
}

#footer-right{
	float: left;
	width: 360px;
	padding: 20px 20px 10px 20px;
	font-size: 80%;
	color: #ffffff;
	line-height: 16px;
	border: 1px solid #6f90de;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#footer-right p{
	margin-bottom: 10px;
}

#footer-right h3{
	margin-bottom: 10px;
}

#footer-right a{
	color: #ffffff;
}

#footer-bottom{
	clear: both;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 80%;
	text-align: center;
	color: #eff3fd;
	border-top: 1px solid #6f90de;
	background: #5f0848;
}

#footer-bottom a{
	color: #c9d7f7;
}

#footer-meta ul li{
	height: 0px;
	font-size: 80%;
	position: relative;
	list-style-type: none;
	float: right;
	bottom: 19px;
	margin: 0;
	padding: 10px 10px 0 0;
}


/* advertising */

#ad-header-banner{
	z-index:1;
	position:relative;
	top: 30px;
	left: 488px;
	width: 468px;
	height: 60px;
	background: #3c5a9f;
}

#ad-left-sidebar{
	width:160px;
	height:600px;
	padding: 0 0 5px 14px;
}

.ad-125x125{
	width:125px;
	height:125px;
	padding: 13px 0 16px 0;
	margin: 0 auto;
}

.ad-180x90-adsense-text{
	width:180px;
	height:90px;
	padding: 16px 0 16px 0;
	margin: 0 0 0 -5px;
}

.ad-store-widget{
	width:125px;
	height:125px;
	padding: 15px 0 0 0;
	margin: 0 0 -50px 5px;
}

.ad-180x150{
	width:180px;
	height:150px;
	padding: 0 0 9px 0;
	margin: 0 auto;
}

.ad-468x60-bottom{
	width:468px;
	height:60px;
	padding: 0px 0 20px 0;
	margin: 0 auto;
}

.ad-468x60-page-bottom{
	width:468px;
	height:60px;
	padding: 10px 0 20px 0;
	margin: 0 auto;
}

#ad-single-block{
	position:relative;
	float: left;
	margin: 0 20px 5px 0;
	width:200px;
	height:200px;
	margin-bottom: 5px;
	background: #eeeeee;
}

#ad-amazon-widget{
	margin-top: 12px;
	padding: 0px 15px 15px 0px;
	border-top: 1px dotted #a30f7b;
}
