/*

Theme Name:Christmas
Theme URI: http://www.nichesinabox.com 
Description: A WordPress theme by Niches in a Box.
Version: 2.0
Author: Nichesinabox.com
Author URI: http://www.nichesinabox.com 

*/


/* Begin Typography & Colors */
body
{
	font-size: 62%;
	color: #757575;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #ffffff;
	text-align: center;
}

#page
{
	background-color: #FFFFFF;
	text-align: left;
}

#header
{
	background-color: #FFFFFF;
}

#content
{
	line-height: 1.4em;
	font-size: 1.15em;
}

.alt
{
	text-align: justify;
        border-top: 1px solid #C1CD8C;
}

#footer
{
	background-color: #FFFFFF;
}

small
{
	font-family:Verdana, Arial, Sans-Serif;
	font-size: 0.87em;
}

h1, h2, h3, h2.pagetitle,#sidebar h2
{
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight: lighter;
	letter-spacing: -1px;
	}

h1
{
	font-size: 3.0em;
}

.description
{
	font-size: 1.15em;
	margin:0px;
        padding-right: 270px;
	text-align: right;
}

h2, h2.pagetitle
{
	font-size: 1.8em;
}

h3,#sidebar h2
{
	font-size: 1.4em;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
	text-decoration: none;
	color: #F50504;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited,cite
{
	color: #466C25;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea
{
	font: 1.0em Verdana, Arial, Sans-Serif;
}

.commentlist li
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p
{
	font-family:Verdana, Arial, Sans-Serif;
}

.commentmetadata
{
	font-weight: normal;
}

#sidebar
{
	font: 1.1em Verdana, Arial, Sans-Serif;
}

#sidebar, #sidebar ul, blockquote,.nocomments,strike, small
{
	color: #466C25;
}

code
{
	font: 1.1em 'Courier New' , Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover
{
	color: #9E3B22;
	text-decoration: none;
}

a:hover
{
	color: #466C25;
	text-decoration: underline;
}

#footer a
{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

/* End Typography & Colors */


/* Begin Structure */
body
{
    	background-image: url(images/BODY.jpg);
    	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#page
{
	background-image: url(images/PAGE.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
}

#header
{
	margin: 0px auto;
	padding: 0px;
	height: 270px;
	width: 100%;
}

#headerimg
{
	background-image: url(images/HEADER.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 270px;
	width: 100%;
}

.narrowcolumn
{
	margin: -70px 0 0 0;
        padding: 0 0 20px 20px;
	width: 460px;
        float: left;
	text-align: left;
}

.post
{
	margin: 0;
	padding-bottom: 10px;
	text-align: justify;
}
.narrowcolumn .postdata
{
	padding: 5px 23px 0 0;
	text-align: right;
	background-image: url(images/COMM.gif);
	background-repeat: no-repeat;
        background-position: bottom right;
}

.postmetadata
{
	padding: 5px;
	text-align: right;
        border-top: 1px dashed #C1CD8C;
}


#footer
{
	background-image: url(images/FOOTER.jpg);
	background-repeat: no-repeat;
        margin: 0px auto;
	width: 100%;
	clear: both;
	text-align: right;
	color: #F50504;
}

#footer p
{
        margin: 0px auto;
	padding: 15px 270px 55px 0;
}

.more
{
        width: 75px;
	font-size: 1.1em;
	background-image: url(images/MORE.gif);
	background-repeat: no-repeat;
	padding:10px 15px 25px 8px;
        margin: 5px 0px 15px 0px;
	text-align: center;
}

/* End Structure */



/*	Begin Headers */
h1
{
	margin: 0px;
	padding: 55px 450px 5px 0;
	text-align:right;
}

h2
{
	margin: 15px 0px 5px 0px;
}

h2.pagetitle
{
	background-image: url(images/TIL.gif);
	background-repeat: no-repeat;
        background-position: center left;
	padding: 10px 0 5px 20px;
}
#sidebar h2
{ 
	color: #466C25;
	margin: 10px 0 0 0;
	padding: 5px 0 5px 0;
	text-align: left;
}

h3
{
	padding: 0;
	margin: 25px 0 0;
}
h3.comments
{
	padding: 0;
	margin: 20px 0 20px 0;
}

/* End Headers */



/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
} 

html>body .entry li 
{
	margin: 7px 0 8px 10px;
}

.entry ul li:before, #sidebar ul ul li:before 
{
	content: "\00BB \0020";
}

.entry ol 
{
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

.entry ol li 
{
	margin: 0px;
	padding: 0px;
}

.postmetadata ul, .postmetadata li 
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol
{
	margin: 0px;
	padding: 0px;
}

#sidebar ul li 
{
	list-style-type: none;
	list-style-position:outside;
	margin:0px;
	padding: 2px 0px 2px 0px;
}

#sidebar ul p, #sidebar ul select 
{
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul, #sidebar ul ol
{
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul ul, #sidebar ul ol, #sidebar ul ul ul, #sidebar ul ol,#sidebar ul ul ul, #sidebar ul ol 
{
	margin: 0px;
	padding: 0px;
}

ol li, #sidebar ul ol li 
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 0px;
	padding:2px 0px 2px 0px;
}
/* End Entry Lists */



/* Begin Form Elements */

#searchform
{
	margin: 10px;
	padding: 5px 3px;
}

#searchform #s
{
	width: 125px;
	padding: 3px;
	background-color:#FFFFFF;
        border: 1px solid #9E3B22;
	color: #9E3B22;
}
#searchform #searchsubmit {
	padding: 2px;
	background-color:#9E3B22;
        border: 1px solid #577401;
	color: #FFFFFF;
	}
.entry form
{
	/* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

#commentform input
{
	width: 184px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background-color:#FFFFFF;
        border: 1px solid #9E3B22;
	color: #666F78;
}

#commentform textarea
{
	width: 450px;
	padding: 2px;
	background-color:#FFFFFF;
        border: 1px solid #9E3B22;
	color: #666F78;
}

#commentform #submit
{
	float: left;
	background-color:#9E3B22;
        border: 1px solid #577401;
	color: #FFFFFF;
        padding: 5px 0px 5px 0px;
}

/* End Form Elements */



/* Begin Comments*/
.alt
{
	margin-top: 10px;
	padding: 10px;
	text-align: justify;
}

.commentlist
{
	margin: 0px;
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 0 10px 0 90px;
	padding: 10px 10px 3px 0;
	list-style-type: none;
	list-style-image: url(images/COMMLIST.gif);

}

.commentlist p
{
	margin: 10px 5px 10px 0;
}

#commentform p
{
	margin: 10px 0px 0 0px;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0 10px 0 0px;
	display: block;
}

#h3
{
	padding: 0;
	margin: 0 10px 0 0px;
}
/* End Comments */


/* Begin Sidebar */

#sidebar
{
        float: right;
	width: 200px;
	text-align: left;
	margin: -20px 0 0 0;
        padding: 0px 30px 0px 0;
}

#sidebar p
{
	text-align: justify;
	margin: 0;
        padding: 10px 10px 0 0 ;
}


#sidebar form
{
	margin: 20px 0;
	text-align:left;
}
/* End Sidebar */


/* Begin Various Tags & Classes */

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #AAB0B6;
}

blockquote
{
	margin: 10px 25px 10px 25px;
	padding: 0 0 0 10px;
	border-left: solid 5px #C1CD8C;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center
{
	text-align: center;
}

hr
{
	display: none;
}
img
{
	padding: 4px;
	margin: 10px;
}

a img
{
	border: 1px solid #9E3B22;
	padding: 4px;
	margin: 10px;
}

.navigation
{
	display: block;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
/* End Various Tags & Classes*/

