/*
Theme Name: christmasjoy
Theme URI: http://www.NiceWebMaster.com
Description: ChristmasJoy wordPress theme to decorate your blog in this Christmas
Version: 1.0
Author: <a href="http://www.NiceWebMaster.com">Nice WebMaster</a>
*/



body {
	background: #fecb4b;
	border: 2px solid #565;
	border-bottom: 1px solid #565;
	border-top: 3px solid #565;
	color: #000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
	margin: 0;
	padding: 0;
}

#rap{
	margin: 0 auto;
	width: 900px;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
}

#topdiv{
	float: left;
	width: 900px;
	height: 168px;
        background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}



#content{
	float: left;
	width: 600px;
	background-color: #ffffff;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 5px;

}

.storycontent{
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	float:left;
	width:580px;
	background-color: #ffffff;
}


#menu{
	float: right;
	width: 250px;
	background-color: transparent;
	padding-left:5px;
	padding-right:15px;
	padding-top:0px;
}




p {
	FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	COLOR: #1c1c1c;; 
}


.storycontent img {
	margin-right:10px;
}


.post{
	border-bottom:2px dotted;
	border-color: #ddaa00;
}

.postHeading{
	
}

.postHeadingLeft {
	float:left;
	width:600px;
	position:relative;
	font-weight: bold;
}
.postHeadingRight {
	display: block;
	margin:0px;
	padding:0px;
}

.siteTitle {
	color:#6E4624;
	font-size:28px;
    	font-weight:bold;
	padding: 60px 0 0 275px;
}



.siteTitle a{
	color:#6E4624;
	text-decoration:none;
	border-bottom:none;
}

.siteTitle a:hover{
	color:#9C6232;
	text-decoration:none;
	border-bottom:none;
}

.siteDescription {
	font-size: 12px;
      	font-style:italic;
      	font-weight: normal;
      	color:#9C6232;
      	padding: 0px 0 0 360px;
      	text-align:left;
}


a {
	color: #9C6232;
}


a img {
	border: none;
}

a:visited {
	color: #D79445;
}

a:hover {
	color: #D79445;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}


h2{
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0.2em;
	margin: 15px 0 0px 2px;
	padding-bottom: 2px;
	font-size:15px;
}


h2 a, h2 a:visited {
	text-decoration: none;
	color: #9C6232;
}


h2 a:hover, h2 a:visited:hover { 
	text-decoration: none;
	color: #D28E43;
}


#respond{
	color: #9C6232;
	font-size:13px;
	font-weight:bold;
}


#comments{
	color: #9C6232;
	font-size:12px;
	font-weight:bold;
}


ol#comments li p {
	font-size: 100%;
}


p, li, .feedback {
	letter-spacing: -1px;
}



/* classes used by the_meta() */



ul.post-meta {
	list-style: none;
}


ul.post-meta span.post-meta-key {
	font-weight: bold;
}


.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
	float:left;
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta a {
	color: #9C6232;
}


.meta a:visited {
	color: #E6B360;
}

.meta a:hover {
	color: #D79445;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #ffffff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}


#commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}


#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}


#menu h3{
	background-image: url(images/nav.jpg);
	color:#F0EEE3;
	padding-left:12px;
	letter-spacing: 0.2em;
	margin: 0px;
	border-bottom: none;
	font-size:20px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}


#menu ul {
	color: #fecb4b;
	list-style-type: none;
	margin: 0;
	padding-left:0px;
	padding-bottom:15px;
}


#menu ul li {
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	list-style-type: none;
	border-color:#fecb4b;
	border-bottom: 2px dashed;
}


#menu ul li a {
	display:block;
	color: #1c1c1c;	
	text-decoration: none;
	background-color:#F5F6CE;
	height:20px;
	padding-left:25px;
	font-size:14px;	
	padding-top:2px;
}

#menu ul li a:hover {
	background-color:#F0E0A2;
}



/* Captions & aligment */



.aligncenter,div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #bee7f9;
	text-align: center;
	background-color: #c4dee3;
	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;
}



/* End captions & aligment */





.searchArea{
	height:35;
	width:160;
	background-color: transparent;
	float:right;
	padding-right:16px;
	padding-top: 41px;
	margin-top: 0px;
}


.searchbox{
	margin: 16px 0px 0px 0px;
	font-size: 14px;
	width: 170px;
	font-weight: bold;
	color: #111111;
	border: 0px;
	padding: 0px;
}



.adBox{
	display:block;
	margin-bottom:15px;
}



#footer{
	clear: both;
	width: 900px;
	background-image: url(images/footer.jpg);
	vertical-align: top;
	text-align: center;
	border-top:groove #E5CA87;
	padding-top: 2px;
	padding-bottom: 2px;
}


#footer p{
	color: #fecb4b;
}

#footer a{
	color:#9C6232;
	text-decoration:none;
}

#footer a:hover{
	color:#9C6232;
	text-decoration:none;
}