/*  
Theme Name: Winter Wonderland
Theme URI: http://blog-themes.kalinawebdesigns.com/themes/index.php?wptheme=Winter-Wonderland
Description: A winter theme to chase away the winter blues. Happy Holidays!
Version: 2.3.1
Author: Colleen C
Author URI: http://blog-themes.kalinawebdesigns.com/
Notes: This theme would not have been possible without the help of Paul Hirsch - http://www.paulhirsch.com/
*/


/* Basics and Typography */
html, body { height:100%; overflow:hidden; }
body {
        margin:0; 
        padding:0;
	background: #c0e1f3 url(images/wwbodybg.gif) repeat fixed;
	font: 75%/1.2 Tahoma, Verdana, Arial, sans-serif;
	color: #444;
	text-align: center;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
	line-height: 1.5em;
}
ol, ul {
	font-size: 1.1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: .9em 0;
	color: #3e3f5f; 
}
h1, h2 {
	font-size: 1.3em;
}
h3 {
 	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
a {
	text-decoration: none;
}
a:link {
	color: #4892b0;
}
a:visited {
	color: #32688b;
}
a:hover, a:active {
	color: #dfc622;
}
input, textarea, select {
	border: 1px solid #4fa8c9;
	background: #fff;
	color: #333;
	font: 8pt/1.2 Tahoma, Arial, sans-serif;
}
.button {
	border: 1px solid #4fa8c9;
	background: #a3d7eb url(images/grad.gif);
	color: #2d85a6;
	font: bold 8pt/1.2 Tahoma, Arial, sans-serif;
}
blockquote {
	margin: 6px 4px;
	padding: 10px;
        border: 1px solid #ccc;
        background: #fff url(images/bqbg.gif) right bottom no-repeat;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}

/* Layout */

#wwsnow {
	background: url(images/wwsnowbg.gif) left bottom repeat-x;
	position: fixed; left: 0px; bottom: 0px; 
        z-index:2;
        width: 100%;
        height: 44px;
}
#wwsnow p {
        position:absolute;
        bottom:0; right:0;
	margin: 0;
	padding: 0 3px 0 0;
	font-size: 0.8em;
	text-align: right;
}

#outer { height:100% ; overflow:scroll }
#wrapper {
        margin:0 auto;
        padding: 0;
	width: 774px;
	background: #fff url(images/wwwrap.gif) center top repeat-y;
	text-align: left;
}
#header {
	padding: 0;
	margin: 0;
	height: 285px;
	width: 100%;
	background: url(images/wwheader.jpg) no-repeat;
}

#header h1 {
        margin: 0; 
        padding: 150px 0 0 20px;
        text-align: left;
	font-size: 1.9em;
}
#header h1 a {
	text-decoration: none;
	color: #dfc622;
}
#header h1 a:hover {
        color: #f4dd4a;
}
#description {
        font-weight: bold;
	font-size: 1.0em;
        text-align: left;
        padding: 4px 0 0 20px;
        color: #4f93b7;
}

#headerimg {
	padding: 0;
	margin: 0;
	width: 600px;
	}

#fancy {
	margin: 0 0 0 -12px;
        padding: 1px 0 0 0;
	width: 100%;
}
#content {
	float:left;
	width: 520px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 480px;
} 
#contentInner {
        margin: 0 20px 80px 20px;
	padding: 0;
}
html>body #content {
	width: 480px;
}

* html #contentInner, * html #sidebarInner {
	overflow: hidden; /* For IE */
}


/* Blog */

.post {
        margin:0 0 20px 0;
        padding:0;
        border-bottom: 1px #ccc dashed;
}
.postdate {
	float: left;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	margin: 0 8px 0 0;
	padding: 6px 4px;
	width: 50px;
	background: #68aac5;
        border:1px solid #4892b0;
	line-height:1.2em;
}
.postcontent {
        clear:both;
	padding: 10px 0 0 0;
        margin: 1px 0 29px 0;
}
.postinfo {
	float: left;
        vertical-align:top;
	font-size:0.9em;
	margin: 0;
	padding: 0;
	color:#555;
}
.postinfo a {
	color:#4892b0;
}
.postinfo a:hover {
	color:#dfc622;
}

h2.posttitle {
        margin:0; padding:0;
}
.posttitle a:link, .posttitle a:visited {
	text-decoration:none;
	color:#ccb623;
}
.posttitle a:hover, .posttitle a:active {
        color: #68aac5;
}
	
/* Begin Sidebar */
#sidebar {
	float:right;
	width: 285px;
	font-size: 0.9em;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width:  245px;
}
#sidebarInner {
	margin: 0 0 106px -5px;
	padding: 0;
} 
html>body #sidebar {
	width: 245px;
}

#sidebar ul li, #themeswitcher ul li {
	background: url(images/bullet.gif) no-repeat 4px 6px;
	padding: 0 10px 2px 16px;
	list-style: none;
}
#sidebar ul ul li, #sidebar ul ul ul li {
background: url(images/bullet2.gif) no-repeat left 6px;
padding: 0 10px 0 22px;
	font-size: 0.9em !important;
	}

#sidebar ul, #themeswitcher ul {
	margin: 0 0 0 8px;
	padding: 0;
}
#sidebar ul ul {
	padding: 0 !important;
	margin: 1px 0 0 0 !important;
	}

#sidebar ul ul ul {
	padding: 0 !important;
	margin: 0 0 -4px 0 !important;
	}
.sidemain {
 background: url(images/sidebg.gif) repeat-y;
 margin: 0 0 16px 0;
padding: 0;
width: 231px;
}
.side2 {
width: 231px;
background: url(images/sidemainbg.gif) no-repeat left bottom; 
vertical-align:bottom;
margin: 0;
padding: 0;
}
.side2 img {
vertical-align:bottom;	
}
.resource {
font-weight:bold;
color: #1976D4;
text-align:center;
padding: 0 0 6px 0;
margin:0;
}
.linkcat h2 {
	margin: 0;
	padding: 0;
	font-size: 10pt;
}
/* End Sidebar */

/* Comments */

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}
ol#commentlist {
border:1px solid #c0e1f3;
}
#commentlist li {
        background: #def2fc;
        padding: 1px 10px;
	border-bottom: 1px solid #c0e1f3;
	border-top: 1px solid #fff;
}
.alt {
	background: #edf6fb !important;
}
.commenttitle {
        background: url(images/bullet.gif) 0 .6em no-repeat;
        padding: 1px 0 0 12px;
	margin-bottom: 0;
	font-size: 1.0em;
}
.commentmeta {
        background: url(images/bullet2.gif) 0 .6em no-repeat;
        padding: 1px 0 0 22px;
	margin-top: 0;
	font-size: 0.9em;
	color: #4892b0;
}
#comment {
	width: 98%;
}



.clearfix:after { content:"." ; display:block ; height:0 ; clear:both ; visibility:hidden }
.clearfix { display:inline-table }
/* Hides from IE-mac \*/
* html .clearfix { height:1% }
.clearfix {display:block }
/* End hide from IE-mac */