/* -------------------------------------------------------------------------------
	Theme Name: Snow!

   ------------------------------------------------------------------------------- */
/* general */

body {
	padding:0px;
	margin:0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-smooth: always;
	color: #303D46;
	filter:alpha(opacity=100); 
	opacity: 1.0; 
	background-color: white; /*corrects IE's ugly display of bold text*/ 
	background:#002b60 url(images/snowback.jpg) repeat-x;
		}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color: #145078; text-decoration: underline;}

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

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:14px; font-weight:bold}
h5 {font-size:9.8px; font-weight:normal;}
h6 {font-size:12px; color:#002b60;}

p {margin: 0px 0px 10px 0px;}

li {
margin: 0px 0px 10px 0px;

}

p + p { margin-top:1.2em; } 

hr {height:1px;border:none;border-top:1px dashed #145078; width:90%;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	background: url(images/quote.gif) no-repeat top left;
}
input {
	margin-bottom:5px;
	vertical-align: middle;
}

select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
   padding: 4px;
}

img.alignleft {
	padding: 8px;
	margin: 0 10px 2px 0;
	display: inline;
	float: left;
}

img.alignright {
	padding: 8px;
	margin: 0 0 2px 10px;
	display: inline;
	float: right;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear {clear:both;}
.spacer {height:20px;}

em.b {
   color:#0592C9;
   font-style:normal;
   font-weight:bold;
}

em.s {
   font-size:90%;
   color:#003300;
}

em.smallblue {
   font-size:90%;
   color:#003300;
}

em.blueitalic{
   color:#0592C9;
   font-style:italic;
}

em.bluebold{
   color:#0592C9;
   font-style:normal;
   font-weight:bold;
}

em.bluebolditalic{
   color:#0592C9;
   font-style:italic;
   font-weight:bold;
}

span.b {
   color:#0592C9;
   font-style:normal;
   font-weight:bold;
}

span.s {
   font-size:90%;
   color:#003300;
}

span.smallblue {
   font-size:90%;
   color:#003300;
}

span.blueitalic{
   color:#0592C9;
   font-style:italic;
}

span.bluebold{
   color:#0592C9;
   font-style:normal;
   font-weight:bold;
}

span.bluebolditalic{
   color:#0592C9;
   font-style:italic;
   font-weight:bold;
}


/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;	

}

#base{
	margin:0 auto;
	padding:0;
	width:894px;
	border-left: 4px #ffffff solid;
	border-right: 3px #ffffff solid;
}

/****************************HEADER PHOTO*********************/
#header{
	position:relative;	
	width: 100%;
	height: 495px;
	background:#fff url('images/headers/header-cottage2.jpg') no-repeat bottom;
}

/***HEADER originally background:#fff url('images/headers/header_bg.jpg') no-repeat bottom;  ***/
/***header new year background:#fff url('images/headers/header-newyear.jpg') no-repeat bottom;  ***/
/*** can be gift, giftbag, heart, superbowl... ***/
/***height is often 495***/



#menu{
	position:relative;
	width: 100%;
	height: 42px;
	background:url('images/menu_bg.jpg') no-repeat left;


}
#container{
	position:relative;
	overflow:hidden;
	width:894px;
	background:#fff url('images/container_repeat.jpg') repeat-y top center;

}
#sidebar{
	float:left;
	width:220px;
	overflow:hidden;
	color:#00001C;
	padding:20px 0 70px 0px;
}

#sidebar2{
	float:right;
	width:50px;
	overflow:hidden;
	color:#00001C;
	padding:0px 0px 0px 0px;
}

#content{
	position:relative;
	float:right;
	display:inline; 
	width:605px;
	overflow:hidden; 
	padding: 0 15px 0 10px;
	font-smooth: always;
	
}

#footer{
	clear:both;
	position:relative;
	background:#000;
	height:85px;
	color:#B7D3E8;
	font-size:10px;
	text-align:right;
	padding: 80px 20px 10px 30px;
	background:url('images/footer_bg.jpg') repeat-x;

}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}


/*######### header ############*/

/*********************************TITLE POSITION****************************/
#blogtitle {
	position:absolute; 
	top:410px;
	left:490px; 
	width:650px;
	font-family: Times, Verdana; 
	font-size:50px; 
	font-weight:bold;
	text-align:left;
	font-style:italic;
	color:#ffffff;
	overflow:hidden;
	
}

/***left 490 is a good place for right justification, 45 is good for left, top 30 ***/



#blogtitle a, #blogtitle a:hover {
	font-family: Times, Verdana; 
	font-weight:bold;
	color:#ffffff; 
	text-decoration:none;
}
	
#subtitle {
	position:absolute;
	overflow:hidden; 
	font-family: Verdana, Arial; 
	width:450px; 
	height:45px;
	left:90px; 
	top:125px; 
	text-align:left; 
	font-size:16px;
	letter-spacing: 2px;
	color:#ffffff; 
	font-style:italic;
	line-height:1.1em;
}
#menu ul {
	position:absolute;
	top: 0px;
	left: 5px;
	height: 34px;
	width: 800px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	
	
}
#menu ul li {
	display: inline;
	font-weight: bold;
	
}
#menu ul li.separator {
	display: block;
	float: left;
	width: 3px;
	height: 34px;
	background:url(images/menu_separate.jpg) no-repeat center;
}

#menu ul li a {
	display: block;
	float: left;
	line-height: 34px;
	padding: 0px 6px 0px 6px;
	margin:0px 0 0 0 ;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li.current_page_item a {
	color:#2813A8;
}
#footer img.rss{
	position: absolute;
	right: 52px;
	top: 29px;
	height:26px;
	width:26px;
}

/***** sidebar *****/
#sidebar a{color:#145078;text-decoration:underline;}
#sidebar a:hover {color:#2813A8;text-decoration:underline;}
#sidebar ul {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#sidebar li {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	
}
#sidebar ul ul li{
	position: relative;
	line-height: 1.9em;
	
	margin: 0px 0px 0px 6px;
	padding:0px 5px 0px 22px;
	background: url('images/tinyflake.gif') no-repeat 0px 4px;
}

#sidebar ul ul ul li {
	position: relative;

	border:0px; 
	margin: 0px 0px 0px 0px; 
	line-height: 1.7em; 
	background: url('images/tinyflake.gif') no-repeat 0px 4px;
	padding: 0px 0px 0px 12px;
}

#sidebar h1 {
	color: #00001C;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: .9px;
	margin: 15px 0px 0px 0px;
	padding: 16px 0px 0px 45px;
	height: 50px;
	font-family: Verdana, Arial;
	background:url('images/sidebar-title.gif') no-repeat left;
	}
#sidebar select{
	margin:5px 0px 2px 5px;
	font-size:12px;
	width:200px;
	overflow:hidden;
}

/***** content *****/

.archivetitle {
	height:20px;
	font-size: 11px;
	padding: 10px 0px 10px 5px;
	margin: 0px 0px 0px 0px;
}
.post{
	width:608px;
	margin:0 0 10px 0;
}	

.post_top{
	position: relative;
	height: 85px;
	float:left;
	width:100%;
	padding-bottom:10px;
	background:url(images/snowtitle.jpg) no-repeat;
	}

/*  was height: 80px  */

	
.post_bottom{
	height:47px;
	width: 450px;
	background:url(images/line-snowflake.jpg);
}	
.posttitle{
	position:absolute;
	bottom:41px;
	left:80px;
	margin-left:10px;
	font-size:17px;
	font-weight: bold;
	font-smooth: always;
	color:#0F3C64;
	border:0px solid;
	width: 470px;

}

/*  was font-size:17px  width: 400px top:33px; */



.posttitle a{
	color:#0F3C64;
	text-decoration:none;
	
}




.posttitle a:hover{
	text-decoration:underline;
	color:#145078;
}



.date {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	top:0px;
	right: 20px;
	font-size: 11px;

	padding: 0px 0px 0px 0px;
}
.author{
	position:absolute;
	font-size:90%;
	top:0px;
	left:5px;
	padding-left: 90px;
}

.author a{
	text-decoration:none;}
.author a:hover{
		text-decoration:underline;}
.info {
	line-height: 2em;
	font-size: 9px;
	padding:10px 10px 5px 10px;
	color:#000000;
}
.category{
	padding:2px 0 2px 20px;
	background:url(images/category.jpg) no-repeat top left;
}
.bubble{
	padding:2px 0 2px 20px;
	background:url(images/bubble.jpg) no-repeat left top;
}
.tags{
	padding:2px 0 2px 20px;
	background:url(images/tags.jpg) no-repeat left top;
}

.entry {
	
	line-height: 1.6em;
	text-align: left;
	padding: 5px 15px 15px 15px;
}

.entry ul {
	padding-left:1px;
}	

.entry p {
	margin-bottom:9px;
}

.navigation {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
}


.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #CC6633;
	background:#ffffff;
}

/*** comment ***/
#postmetadata {
	font-size: 11px;

	margin: 10px 0px 20px 0px;
	padding: 5px 5px 5px 5px;
}
#comments{
	padding:0 20px 0 20px;
	line-height:1.5em;
}


.nocomments {background: none; color: #000000;}

.commenttitle {
	color: #000000;
	font-size: 100%;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px dashed #145078;

}

.commentlist {list-style: none;margin:0px;padding:0px;}

.commentbody {
	height:100%;
	margin: 0px 0px 10px 0px;
	padding: 10px 15px 11px 15px;
	border: 0px solid #145078;
	font-smooth: always;
	background:#E2EDF6;
	background:url(images/bk_flakefest-pink.jpg) repeat;
}

.commenthead {
	height:40px;
	color: #000000;
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dashed #145078;
	
}


.adminbody {
	height:100%;

	margin: 0px 0px 10px 0px;
	padding: 10px 15px 11px 15px;
	border: 0px solid #145078;
	background:url(images/bk_flakefest2.jpg) repeat;

}
.adminhead {
	height:40px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	border-bottom: 1px dashed #145078;

}
.trackhead {
	height:34px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 10px 40px;
	border-bottom: 1px dashed #145078;
	background: #E2EDF6 url(images/track.gif) no-repeat center left;
}
.trackbody {
	height:100%;
	color: #000000;

	margin: 0px 0px 10px 0px;
	padding: 0px 5px 1px 5px;
	border: 0px dashed #145078;
	background:#E2EDF6;
}

.avatar {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #444444;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 100%;
 font-weight: bold;line-height:1.5em;}
.authorlink a {color: #000000; font-size: 100%;
 font-weight: bold;line-height:1.5em;}
.commentlink {font-size: 9px;
 color: #000000; padding-top: 2px;}

.trackbody p a {color: #000000;}

#moderate {
	width: 500px;
	color: #000000;
	font-size: 100%;
	border: 1px solid #145078;
	padding: 2px 2px 2px 2px;
}

#commentform {
	margin:0;
	padding:20px 0 0 0;
}

#email, #author, #url {
	color: #000000;
	background: #ffffff;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #145078;
}
#comment {
	width: 500px;
	color: #000000;
	border: 1px solid #145078;
	padding: 2px 2px 2px 2px;
}

#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 12px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #145078
}


/***Lists***/

#list { line-height: 140% }




/***** widget *****/
#wp-calendar td {font-size:11px;color:#145078;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 210px;
	text-align: center;
	font-size:11px;
	color:#145078;
}
.wp-caption { /*images caption*/
	text-align: center;
	color:#302E8A;
	font-size: 85%;
	font-weight:bolder;
	line-height: 1.4em;
	margin-bottom: 6px;
	padding: 4px;
}

.textwidget { /*text box*/
	margin:5px 0px 5px 5px;
}

#akismetwrap{
	margin:2px 0 2px 45px;
}
.rsswidget img {
	margin-top:2px;
	margin-left:-15px;
	padding:0px;
	background:#ff0 fixed;
}

#sidebar h1 a.rsswidget{
	margin-left:-3px;
	color: #00001C;
	text-decoration:none;
}

/***/

.floatleft {
	float: left;
	border: 2px solid #333;
	margin-right: 12px;
}

.floatright {
	float: right;
	border: 2px solid #333;
	margin-left: 12px;
}