/* 
	Theme Name: AWinter Wonderland
	Theme URL: http://www.studiopress.com/themes/chrome
	Description: AWinter Wonderland is a 2-column Widget-ready theme created for WordPress, based on the Chrome theme by StudioPress.
	Author: Paul Blunden
	Author URI: http://www.affiliatewindow.com
	Version: 1.0
	Tags: two columns, fixed width, black, white, gray, blue, sidebar widgets
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v2.0 - 1/24/09
		Second Release of Chrome, to ensure compatibility with WordPress 2.7
*/

html {
	background: transparent url(images/bg_green.gif) repeat;
	}

body {
	background: transparent url(images/bg.gif) repeat;
	color: #384131;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#wrap {
	background: transparent url(images/bg_header.gif) repeat-x;
	color: #384131;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
/************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
a.arrow, a.arrow:visited {
    background: url(images/arrow_red_small.png) left no-repeat;
    padding: 0 0 0 16px;
    }

a.arrow:hover {
    background-position: 1px center;
    }

/************************************************
*	Header  									*
************************************************/

#header {
    position: relative;
	width: 960px;
	height: 142px;
	margin: 0px auto 0px;
	padding: 0px;
	}

#header img#santa {
    position: absolute;
    top: 37px;
    right: -37px;
	}

.headertop {
    height: 32px;
    overflow: hidden;
    }

.headertop p {
	color: #e9e4d5;
    float: right;
    font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	margin: 7px 0 0 0;
	padding: 0px;
	}
	
.headertop a, .headertop a:visited {
	color: #e9e4d5;
	text-decoration: none;
	}
	
.headertop a:hover {
	color: #e9e4d5;
    text-decoration: underline;
	}

.headertop a#rss {
    background: transparent url(images/feed.png) left no-repeat;
    padding: 0 0 0 24px;
    margin: 0 0 0 8px;
	}

.headertop a#twitter {
    background: transparent url(images/twitter.png) left no-repeat;
    padding: 0 0 0 24px;
    margin: 0 0 0 8px;
	}

.headertop span {
	color: #e9e4d5;
    float: left;
    font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	margin: 7px 0 0 0;
	padding: 0px;
	}

#header h1 {
	color: #e9e4d5;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-decoration: none;
	}
	
#header h1 a, #header h1 a:visited {
	color: #e9e4d5;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
#header h1 a:hover {
	color: #e9e4d5;
	text-decoration: none;
	}

.headerleft {
	width: 400px;
	float: left;
	margin: 8px 0 0 0;
	padding: 0px;
	overflow: hidden;
	}

.headerleft p {
	color: #e9e4d5;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
.headerright {
	float: right;
    width: 220px;
	margin: 0px;
	padding: 16px 240px 0px 0px;
	text-align: right;
	}

.headerright p {
	color: #e9e4d5;
    font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-size: 14px;
	margin: 0;
	padding: 0px;
	line-height: 20px;
	}

.headerright p.days {
    margin: 0 0 18px 0;
	font-size: 46px;
	}
	
/************************************************
*	Navbar      								*
************************************************/

#navbar {
	width: 960px;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	color: #e9e4d5;
	font-weight: bold;
	margin: 0px auto 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	background: transparent;
	color: #e9e4d5;
	display: block;
	font-weight: bold;
    margin: 1px 0 1px 0;
	padding: 12px 20px 11px 20px;
	text-decoration: none;
	}

#nav li a:hover, #nav li a:active {
	background: #384131;
	color: #fff;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #384131;
	width: 240px;
	color: #e9e4d5;
	float: none;
	margin: -1px 0 0 -1px;
	padding: 6px 10px 6px 10px;
    border: 1px solid #757D4A;
	}
	
#nav li li a:hover, #nav li li a:active {
    background: #4B542F url(images/arrow_white_small.png) 242px center no-repeat;
	color: #fff;
	padding: 6px 10px 6px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -30px 0 0 261px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
#nav .current_page_item a {
	background: #384131;
	color: #fff;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/

#subnavbar {
	width: 960px;
	height: 35px;
	color: #e9e4d5;
	margin: 1px auto 0px;
	padding: 0px;
    font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-weight: bold;
	}
	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #e9e4d5;
	display: block;
    margin: 0;
	padding: 8px 15px 7px 15px;
	text-decoration: none;
	}

#subnav li a:hover, #subnav li a:active {
	color: #fff;
    background: #8B9267;
	display: block;
    margin: 0;
	padding: 8px 15px 7px 15px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #4B542F;
	width: 200px;
	color: #E9E4D5;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border: 1px solid #757D4A;
	}
	
#subnav li li a:hover, #subnav li li a:active {
    background: #656D43 url(images/arrow_white_small.png) 202px center no-repeat;
	color: #fff;
	padding: 7px 10px 7px 10px;	
	}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 160px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -31px 0 0 221px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover1 ul ul, #subnav li.sfhover1 ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover1 ul, #subnav li li.sfhover1 ul, #subnav li li li.sfhover1 ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/

#homepage {
	float: left;
	width: 680px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 0px;
	}
	
#homepage a, #homepage a:visited  {
	color: #a32c27;
	text-decoration: none;
	}
	
#homepage a:hover {
	color: #384131;
	text-decoration: none;
	}
	
#homepage p {
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 {
	color: #a32c27;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
    font-style: italic;
	margin: 0px;
	padding: 0px;
	}
	
#homepage h1 a {
	color: #a32c27;
	text-decoration: none;
	}

#homepage h1 a:hover {
	color: #384131;
	text-decoration: none;
	}

#homepage .welcome {
    background: transparent url(images/bg_dark.gif) top left repeat;
	margin: 0 0 20px 0;
	padding: 15px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }

#homepage .welcome h1 {
    display: inline;
    margin: 0 10px 0 0;
    }

#homepage .welcome span {
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-style: italic;
    }

#homepage .welcome p {
	margin: 10px 0 0 0;
    }

#homepage h2 {
	color: #384131;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
#homepage h3 {
	background: transparent url(images/bg_home_header.gif) top left repeat-x;
    height: 34px;
	color: #e9e4d5;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0 0 12px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}

#homepage h4 {
	color: #a32c27;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0px;
	}

#homepage embed, #homepage object { /* for video on home page */
	width: 250px; 
	height: 205px;
	margin: 10px 0px 5px 0px; 
	padding: 0px;
	}
	
#homepage ul {
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 15px 0px;
	}
	
#homepage ul li {
	background: url(images/arrow.gif) no-repeat left;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.homepagecenter {
	width: 680px;
	padding: 0 0 10px 0;
    margin: 0 0 10px 0;
	}

.homepageleft {
	float: left;
	width: 386px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

.homepageright {
	float: right;
	width: 274px;
	margin: 0px;
	padding: 0px;
	}
	
.homebox {
	background: transparent url(images/bg_dark.gif) top left repeat;
	margin: 0px;
	padding: 6px 12px 10px 12px;
    -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
.homesnippet {
    border-bottom: 2px dotted #F1EEE5;
    padding: 0 0 10px 0;
    margin: 5px 0 10px 0;
    }

#homepage p.mb {
    margin-bottom: 10px;
    }

#homepage p.more {
    margin-top: 5px;
    }

#fcg { /* for jquery featured content */
	background: #F5F5F5;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	}
	
#fcg p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 20px 0px 0px 0px;
	line-height: 20px;
	}
	
#contentleft {
	float: left;
	width: 680px;
	margin: 0px 0px 20px 0px;
	padding: 20px 20px 0px 0px;
	}

#contentwide {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}
	
#contentwide a, #contentwide a:visited {
	color: #A32C27;
	text-decoration: none;
	}
	
#contentwide a:hover {
	color: #384131;
	text-decoration: none;
	}

#contentleft h1, #contentwide h1 {
	background: transparent url(images/present.png) left 3px no-repeat;
	color: #A32C27;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px 0px 5px -30px;
	padding: 0 0 0 30px;
	line-height: 24px;
	}
	
#contentleft h1 a, #contentwide h1 a  {
	color: #A32C27;
	text-decoration: none;
    border: none;
	}

#contentleft h1 a:hover, #contentwide h1 a:hover {
	color: #384131;
	text-decoration: none;
    border: none;
	}
	
#contentleft h2, #contentwide h2 {
	color: #384131;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	}
	
#contentleft h3, #contentwide h3 {
	color: #384131;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#contentleft h4, #contentwide h4 {
	color: #384131;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

.postarea p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea a, .postarea a:visited, .postcomments a, .postcomments a:visited {
	color: #A32C27;
	text-decoration: none;
	}
	
.postarea a:hover, .postcomments a:hover {
	color: #384131;
	text-decoration: none;
	}
	
.postarea hr {
	color: #fff;
    background-color: transparent;
    min-height: 1px;
    height: 1px;
    border: none;
    border-top: 1px dotted #878A63;
	}

.postarea ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul {
	list-style-type: none;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ul li {
	background: url(images/arrow_red_small.png) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
	
.postarea ul ul li {
	background: url(images/arrow_red_small.png) no-repeat left 6px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}

.postarea table {
    border-collapse: collapse;
    border: 1px dotted #878A63;
    margin: 0 0 10px 0;
    background-color: #F3F1E8;
	}

.postarea table th {
    border: 1px dotted #878A63;
    padding: 10px;
    background-color: #E9E4D5;
	}

.postarea table td {
    border: 1px dotted #878A63;
    padding: 10px;
	}

.postarea pre, code {
    display: block;
    border: 1px dotted #878A63;
    background-color: #F3F1E8;
    padding: 20px;
    word-wrap: break-word;
    overflow: auto;
    }

blockquote {
	font-style: italic;
	margin: 0px 20px 10px 20px;
	padding: 0px 20px 0px 10px;
	border-left: 2px solid #878A63;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
	
.postauthor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
    color: #7C8155;
	}
	
.postmeta {
    background: transparent url(images/bg_dark.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 8px 0px 40px 0px;
	padding: 10px 12px;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.archive {
	float: left;
	width: 315px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}

a.more, a.more:visited {
    padding: 0 12px 0 0;
	background: url(images/arrow_red_small.png) no-repeat right center;
    }

a.more:hover {
    padding: 0 13px 0 0;
	background: url(images/arrow_red_small.png) no-repeat right center;
    }

a.goto, a.goto:visited {
    float: left;
    background: transparent url(images/bg_red.gif) top left repeat;
    padding: 10px 14px 10px 13px;
    margin: 0 0 20px 0;
    font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-size: 14px;
    font-style: italic;
    color: #E9E4D5;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }

a.goto span {
    background: transparent url(images/arrow_white.png) center right no-repeat;
    padding: 0 25px 0 0;
    }

a.goto:hover {
    color: #fff;
    padding-right: 12px;
    }

a.goto:hover span {
    padding: 0 27px 0 0;
    }

a span.next {
    background: transparent url(images/arrow_red_small.png) center right no-repeat;
    padding: 0 13px 0 0;
    }

a span.previous {
    background: transparent url(images/arrow_red_small_left.png) center left no-repeat;
    padding: 0 0 0 12px;
    }

.postarea .social {
    float: right;
}

.postarea .social img {
    margin: 0 0 0 6px;
    padding: 0;
}

a.a4ulink, a.tweetlink {
    position: relative;
    display: inline-block;
}

a.a4ulink span, a.tweetlink span {
    display: none;
    position: absolute;
    width: 60px;
    text-align: center;
    left: 18px;
    top: -60px;
    background: transparent url(images/bg_dark.gif) top left repeat;
    font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-size: 12px;
    font-style: italic;
    color: #A32C27;
    border: 1px solid #DDBB9E;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 5px;
    margin: 0 0 0 -35px;
}

a.a4ulink:hover span, a.tweetlink:hover span {
    display: block;
}

/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	text-align: center;
    background: transparent url(images/bg_dark.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 0px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

.logo {
    float: left;
    position: relative;
    }

img.homelogo {
    text-align: center;
    background: transparent url(images/bg.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
    margin: 5px 10px 0 0;
    }

img.postlogo {
    text-align: center;
    background: transparent url(images/bg_dark.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
    margin: 0 10px 0 0;
    }

span.bow {
    background: transparent url(images/bow.png) top left no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -13px;
    }

img.topseller {
    float: left;
    width: 150px;
    height: 100px;
    overflow: hidden;
    text-align: center;
    background: transparent url(images/bg.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
    margin: 5px 10px 0 0;
}

img.challenge {
    text-align: center;
    background: transparent url(images/bg.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
    margin: 10px 0;
}

.postarea img.challenge {
    background: transparent url(images/bg_dark.gif) top left repeat;
}
	
/************************************************
*	Sidebar 	        			     	    * 
************************************************/
	
#sidebar {
	float: right;
	width: 260px;
	margin: 100px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	line-height: 20px;
	}
	
#sidebar a, #sidebar a:visited  {
	color: #A32C27;
	text-decoration: none;
	}
	
#sidebar a:hover {
	color: #384131;
	text-decoration: none;
	}
	
#sidebar h2 {
	background: transparent url(images/bg_sidebar_header.gif) top left repeat-x;
    height: 34px;
	color: #e9e4d5;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 6px 0 0 12px;
    -moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	}
	
#sidebar h2 img {
	float: right;
    margin: -12px 4px 0 0;
	}

#sidebar h3 {
	color: #e9e4d5;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}

#sidebar p {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	}
	
#sidebar .widget  {
	background: transparent url(images/bg_dark.gif) top left repeat;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
    -moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
#dates, #sales {
	background: transparent url(images/bg_dark.gif) top left repeat;
	margin: 0 0 20px 0;
	padding: 12px;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    }

#dates img, #sales img {
	float: right;
    }

#dates span, #sales span {
    display: block;
    margin: 0 0 6px 0;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    }

#dates h2, #sales h2 {
    height: auto;
    color: #384131;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	font-weight: bold;
    background: none;
    margin: 0 0 6px 0;
    padding: 0;
    }

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li ul {
	list-style-type: none;
	margin: 0px 12px 0 12px;
	padding: 0px;
	}	

#sidebar ul li ul li {
	background: url(images/arrow_red_small.png) left 6px no-repeat;
	padding: 0px 0px 4px 16px;
	margin: 0px;
	}

#sidebar ul li ul li:hover {
	background-position: 1px 6px;
	}

.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
.widget_tag_cloud {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	}
	
#sidebar ul li#quick-search {
    padding-bottom: 12px;
    }


/************************************************
*	Twitter Widget  							*
************************************************/

#twitter ul#twitter_update_list {
    padding: 0 12px;
    margin: 0 0 4px 0;
    }

#twitter ul#twitter_update_list li {
    padding: 0 0 6px 0;
    margin: 0;
    border-bottom: 2px dotted #F1EEE5;
    background-image: url(images/bg_dark.gif);
    word-wrap: break-word;
    }

#twitter ul#twitter_update_list li a {
    display: block;
    color: #7C8155;
    }

#twitter ul#twitter_update_list li span a, #twitter ul#twitter_update_list li span a:visited {
    display: inline;
	color: #a32c27;
	}
	
#twitter ul#twitter_update_list li span a:hover {
	color: #384131;
    }

#twitter p {
    padding: 0 12px;
    }

/************************************************
*	Top Rated Widget  							*
************************************************/

#rated-posts ul li {
    margin: 0 0 5px 0;
    }

#rated-posts span {
    display: block;
    color: #7C8155; 
    }

/************************************************
*	Flickr Badge    							*
************************************************/

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position.
*/

#flickr span {
    display: block;
    padding: 0 25px;
}

.flickr_badge_image {
    float: left;
    padding: 10px;
    }

.flickr_badge_image img {
    text-align: center;
    background: transparent url(images/bg.gif) top left repeat;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
    margin: 0;
    }

/************************************************
*	Challenges      							*
************************************************/

.limerick {
    margin: 20px 0;
    padding-bottom: 20px;
    background: #fff url(images/bg_limerick.gif) top center repeat-y;
    border: 1px solid #D3D5CC;
    border-right: 1px solid #9fa19b;
    border-bottom: 1px solid #9fa19b;
    -moz-box-shadow: 2px 2px 2px #bbb;
    -webkit-box-shadow: 2px 2px 2px #bbb;
    box-shadow: 2px 2px 2px #bbb;
}

.limerick blockquote {
    display: block;
    padding: 25px 20px;
    margin: 0;
    border: none;
    font-size: 12px;
    line-height: 21px;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    text-align: center;
    background: transparent url(images/limerick_footer.png) bottom center no-repeat;
}

.postarea .limerick {
    width: 500px;
    margin: 10px auto 20px;
}

.postarea .limerick blockquote {
    padding: 15px 20px;
}

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
    background: transparent url(images/bg_footer.gif) repeat-x;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 960px;
	height: 142px;
	color: #fff;
	margin: 0px auto 0px;
	padding: 0px;
    text-align: center;
	}

.footertop {
    position: relative;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	}

.footertop h3 {
	font-size: 24px;
    font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-weight: bold;
    font-style: italic;
	margin: 0px;
	padding: 0px 0px 18px 0px;
    border-bottom: 2px dotted #878a63;
	}

.footertop p {
    display: inline;
    position: absolute;
    left: 33%;
    right: 33%;
    background: transparent url(images/bg_green.gif) repeat-x;
	font-size: 18px;
    font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-style: italic;
    margin: -11px 0 0 0;
	padding: 0px;
	}
	
.footerbottom {
	font-size: 12px;
	color: #878a63;
    font-weight: normal;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	}
	
.footerbottom a {
	color: #fff;
	text-decoration: none;
	}

.footerbottom a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
/************************************************
*	Search Form									*
************************************************/

.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 0px 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#cat {
	background: #FFFFFF;
	color: #222222;
	margin: 5px 0px 0px 10px;
	}

#subscribe {
	margin: 0px;
	padding: 10px 0px 5px 0px;
	overflow: hidden;
	}

#subbox {
	background: #F5F5F5 !important;
	width: 185px;
	color: #222222;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333 url(images/homelink.png);
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px 0px 0px 5px;
	padding: 3px 5px 4px 5px;
	border: 1px solid #333333;
	}

#searchform {
	margin: 5px 0px 0px 10px;
	}
	
#searchformheader {
    float: right;
    padding: 8px 240px 0 0;
    margin: 0;
	}
	
#searchbox {
	background: #E9E4D5 !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 210px;
	color: #384131;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
	padding: 4px;
	margin: 0px 3px 0px 0px;
	border: 1px solid #E9E4D5;
	}
	
#searchbutton {
	background: #384131;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #E9E4D5;
	font-family: Georgia, Times New Roman, Trebuchet MS, Arial, Tahoma;
    font-weight: bold;
	padding: 3px;
	margin: 0px;
	border: 1px solid #384131;
    cursor: pointer;
	}

#searchbutton:hover {
	background: #404930;
    border: 1px solid #404930;
	}
	
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 3px 0px 0px;
	padding: 3px 0px 3px 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#searchsubmit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #AAAAAA;
	display: inline;
	}
	
#submit {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
#author, #email, #url {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
#comment {
	background: #EAEAEA !important;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: 1px solid #AAAAAA;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 98%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: #DDDDDD;
	color: #222222;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #AAAAAA;
	}
	
.reply a:hover {
	background: #3A87DD;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #3A87DD;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F5F5F5;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
