@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

/* General Style */
body {
	margin-top: 40px;
/*	background: #FFFFFF; */
	text-align: left;
    letter-spacing: .1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
	
	background-image:url("images/Snowman2.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	min-height:1500px;
}

/* Wrapper */
#wrapper {
}

/* Header Style and logo - From Gallery*/

#header {
	margin: 0px;
	padding: 0px;
}
#header-wrapper {
	width: 880px;
	height: 210px;
	margin: 20px auto;
	padding: 10px 40px;
	background: url(images/logo.jpg) no-repeat 40px 10px; 
}


#header img.output {
	float: left;
	width: 512px;
	height: 202px;
	border: solid 4px #D9170E;
	background: #D9170E;
}

#header .caption-box {		/* Header tagline*/
	height: 84px;
	background: #D9170E;
}

#header span.caption {
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight: bold;
	font-size: 30px;
	text-transform:capitalize;
	font-weight: normal;
	
	letter-spacing: -1px;
}
#header span.caption2 {
	margin: 5px 0 0 0;
	display: block;
	text-align: center;
	color:#FFF;
	text-transform:lowercase;
	
}


#h_thumbs {					/* Header Thumbnails*/
	float: right;
	width: 360px;
	height: 210px;
}
#header ul.thumbs {
	margin: 0;
	list-style: none;
	float: right;
}
#header ul.thumbs li{
	width: 102px;
	height: 92px;
	margin: 0 0 0 10px;
	padding: 0;
	float: right;
	overflow:hidden;
	position: relative;
	border: solid 4px #D9170E;
	text-align: center;
}

#header ul.thumbs li img {
	position: absolute;
	
	border: solid 4px #D9170E;
	cursor: pointer;
}

/**************************************************************************************
End of Header */

/* Start of Page Content **************************************************************/

#page {
	width: 892px;
	margin: 0 auto;
}

/* Weblog (blog) Content */

#content {
	float: left;
	width: 600px;
}
.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 13px 0px;
	color: #232F01;
	
}

.post .title a {
	padding: 4px 35px 4px 15px;
	background: #D9170E;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}
.post img.extraimage {
	padding: 4px;
	background: white;
	border: 1px solid #AAA;
	float:left;
	margin: 0 20px 0 0;
	position:relative;
	z-index:1;
}

.post .entry {
}

.post img {
	float: left;
	padding: 15px 0px;
}

.post .meta {
	text-align: right;
	padding-top: 20px;
	border-bottom: 1px solid #E5E5E5;
	font-weight: bold;
	color: #202020;
}

.post .byline {
	float: right;
	margin-top: -30px;
	font-size: 12px;
	color: #5E5E5E;
}

/**********************************************************************8
 END OF...  Weblog (blog) Content */
						
						
/* Sidebar & Right Side Menu */

#sidebar {
	position:inherit;
	float: right;
	width: 208px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
}

#sidebar li li {
	margin: 0;
	padding: 4px 0px;
	border: none;
}

#sidebar h2 {
	margin: 0px;
	padding: 10px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	background-image:url(images/red%20reindeer.png);
	color: #454E55;
}
#sidebar .Santa {
	margin: 0px;
	padding: 10px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	background-image:url(images/red%20santa.png);
	color: #454E55;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color: #757E82;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #363636;
}
					
/* Search */
#search {
	height: 45px;
	padding: 0px 0px 40px 0px;
}
#search form {
	margin: 0;
	padding: 12px 0px 0 0;
}
#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
#search-text {
	width: 120px;
	height: 18px;
	padding: 3px 0 0 5px;
	border: 1px solid #000000;
	color: #000000;
}
#search-submit {
	height: 21px;
	margin-left: 10px;
	padding: 0px 2px;
	border: none;
	background: #E71810;
	color: #FFFFFF;
}
/* End Search */

/*******************************************************************************
 END OF.. Sidebar & Right Side Menu */
 
 
 /* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #E5E5E5;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
}
/* End Footer 
****************************************************/

