/*
Theme Name: Wonder Christmas
Theme URI: http://wonderchristmas.com
Description: Clone Theme From WonderChristmas.com
Version: 1.0
Author: Thanh Luu
Author URI: http://darkkiller.info/
Tags: blue, custom header, fixed width, two columns, widgets

	Wonder Christmas v1.0
	http://wonderchristmas.com

	This theme was cloned by Thanh Luu,
	whose blog you will find at http://darkkiller.info/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@charset "utf-8";
/* CSS Document */

body {
	background: #073025;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
a {
	color: #440505;
	text-decoration: none;
	}
a:hover {
	color: #05440E;
	}
textarea {
	background: #fff;
	border: 1px solid #fde29f;
	}
#page {
	width: 968px;
	margin: 0 auto;
	background:url(images/page-bg.gif) repeat-y left;
	}

#head {
	background:url(images/head-bg.gif) repeat-x top;
	height: 110px;
	margin: 0 18px;
	}
	#head h1 {
		width: 178px;
		float: left;
		padding: 25px 0 24px 7px;
		}
	#head h1 a{
		display: block;
		text-indent: -9999px;
		height: 61px;
		background:url(images/logo.gif) no-repeat top left;
		}
	#head .ads-head {
		float: left;
		margin: 10px 0 0 10px;
		}
#menu-top {
	background:url(images/menu-bg.gif) repeat-x top;
	height: 42px;
	margin: 0 18px;
	}
	#menu-top ul {
		padding: 6px 0 6px 40px;
		} 
	#menu-top li {
		font-weight:bold;
		float: left;
		padding: 9px 25px 10px;
		border-right: 1px solid #c69766;
		}
	#menu-top li.first {
		border-left: 1px solid #c69766;
		}
#wrap {
	background:url(images/wrap-bg.gif) repeat-x top;
	margin: 0 18px;
	padding: 20px 9px 10px;
	}
	#side-left {
	float: left;
	width: 150px;
	}
	#container {
		float: left;
		margin-left: 10px;
		width: 753px;
		}
		#content {
			float: left;
			width: 567px;
			background:url(images/content-bg.gif) repeat-y left;
			}
		#side-right {
			float: left;
			width: 176px;
			margin-left: 10px;
			}
#footer {
	background:url(images/footer-bg.gif) repeat-y left;
	width: 968px;
	margin: 0px auto;
	text-align:center;
	}
.clear {
	clear: both;
	}
.wrap-top {
	background:url(images/wrap-t.gif) no-repeat bottom left;
	height: 16px;
	}
.wrap-bottom {
	background:url(images/wrap-b.gif) no-repeat bottom left;
	height: 16px;
	}
.content-b {
	background: url(images/content-b.gif) no-repeat bottom left;
	padding: 30px 0 60px;
	}
.widget h2 {
	font-size: 12px;
	text-transform:uppercase;
	height: 23px;
	padding: 12px 0 0 25px;
	}
	.widget ul, .textwidget {
		padding: 10px 5px 40px;
		}
	.widget ul li {
		
		padding: 3px 0 6px 12px;
		}
		#side-left .widget {
			background:url(images/wid-left-bg.gif) repeat-y left;
			}
		#side-left .widget h2 {
			background:url(images/wid-left-t.gif) no-repeat top left;
			}
		#side-left ul, #side-right .textwidget {
			background:url(images/wid-left-b.gif) no-repeat bottom left;
			}
		#side-left .widget li {
			background:url(images/wid-right-li-bg.gif) no-repeat bottom left;
			}  
		
		#side-right .widget {
			background:url(images/wid-right-bg.gif) repeat-y left;
			}
		#side-right .widget h2 {
			background:url(images/wid-right-t.gif) no-repeat top left;
			}
		#side-right ul, #side-right .textwidget {
			background:url(images/wid-right-b.gif) no-repeat bottom left;
			}
		#side-right .widget li {
			background:url(images/wid-right-li-bg.gif) no-repeat bottom left;
			}  
.breadcrumb {
	background:url(images/content-t.gif) no-repeat top left;
	height: 14px;
	color: #fff;
	padding: 11px 0 10px 15px;
	}
	.breadcrumb a {
		color: #fff;
		font-weight: bold;
		}
.hentry {
	width: 189px;
	float: left;
	text-align:center;
	}
	.single .hentry {
		width: 560px;
		}
	.hentry img {
		padding: 2px;
		border: 1px solid #fde29f;
	}
	.hentry h2 {
		margin: 10px 0;
		}
.navigation {
	text-align:center;
	margin-top: 20px;
	color: #fff;
	}