/*  
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! Download more <a href="http://blog-themes.kalinawebdesigns.com/" target="_blank">free wordpress themes</a>.
Version: 2.8.3
Author: Kalina Web Designs
Author URI: http://www.kalinawebdesigns.com/
Notes: This theme would not have been possible without the help of Paul Hirsch - http://www.paulhirsch.com/
Tags: blue, white, winter, snowman, snow, custom design, fixed width, two columns, widgets
[August 2009]
*/

/* 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: #000;
	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: #5130BD;
}
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;
}
#searchbutton {
	border: 1px solid #4fa8c9;
	background: #a3d7eb url(images/grad.gif);
	color: #2d85a6;
	font: bold 8pt/1.2 Tahoma, Arial, sans-serif;
	margin: 0 0 0 2px;
}
blockquote {
	margin: 6px 4px;
	padding: 10px;
	  border: 1px solid #ccc;
	  background: #fff url(images/bqbg.gif) right bottom no-repeat;
	font-size: 0.9em;
}
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: 300px;
	width: 100%;
	background: url(images/wintukheader2.jpg) no-repeat;
}

#header h1 {
	  margin: 0; 
	  padding: 150px 0 0 20px;
	  text-align: left;
	font-size: 0em;
}
#header h1 a {
	text-decoration: none;
	color: #dfc622;
}
#header h1 a:hover {
	  color: #f4dd4a;
}

#navbar ul {
    margin: 0;
  padding-top:90px;
padding-left:25px;
    list-style-type: none;
    text-align: center;
 
    }

#navbar ul li {  
    display: inline;
    }

#navbar ul li a {
    text-decoration: none;
    padding: .2em 1em;
    color: #6A3CDA;
    font-weight: bold;
    font-size : 14px;
    }

#navbar ul li a:hover {
    color: #000;
    background-color: #fff;
    } 


#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;

}
.postcontent {
	  clear:both;
	padding: 15px 0 0 0;
padding-left: 20px;
	  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;
        font-size:25px;
        text-align: center;
	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;
}
ol.commentlist {
	border:1px solid #c0e1f3;
}
.commentlist li {
	  background: #def2fc;
	  padding: 1px 10px;
	border-bottom: 1px solid #c0e1f3;
	border-top: 1px solid #fff;
	list-style: none;
}
.alt {
	background: #edf6fb !important;
}
.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%;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children { padding: 0; font-size:0.9em}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.screen-reader-text {
     position: absolute;
     left: -1000em;
}
hr, .hidden {
	display: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
}
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;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


.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 */
