/*  
Theme Name: Christmas Spirit
Theme URI: http://www.christmasgifts.net/Christmasblog/
Description: A Christmas theme. Fixed width, 3 columns, seo-friendly. 
Version: 1.0
Author: ChristmasGifts.net
Author URI: http://www.christmasgifts.net/Christmasblog/

(c) All Rights Reserved.

*/

/* setting the layout: 3 columns, header, footer and menu bar below header... */

html, body {
	height: 100%;
	background: #32571e;
	color: #222222;
	}
body {
	text-align: center; /* IE5 auto margins workaround */
    font: 80%/165% 'bitstream vera sans'; 	
    font-family: Verdana, Arial, Sans-Serif;
    margin: 0;
    padding: 0;
	}
#wrap {
	position: relative; /* to keep the header inside */
	height: 100%; /* to fill the window */
	width: 970px;
	margin: 0 auto; /* auto centers the div */
	}
#middle {
	position: relative;
	height: auto; /* pushing the footer below content when longer then window */
	min-height: 100%; /* for modern browsers, to push the footer down to the bottom of the window */
	margin-bottom: -120px; /* height of footer */
    width: 930px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	background: url(images/ncols.png) repeat-y transparent top center;
}
#middle:after { /* this will keep the floats contained, for modern browsers */
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}
* html #wrap, * html #middle {
	height: 100%; /* for IE because it doesn't do min-height */
}

/*	Now we set the header, footer and columns...	 */

#header {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    height: 240px;
	z-index: 3; /* to show it on top */
    background: url(images/header_img.png) no-repeat top center;
	}

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	background: url(images/footer_bg.png) no-repeat bottom center;
	}

#content, #navbar, #sidebar { /* so that the content will not overlap with the header or footer */
	padding-top: 240px; /* height of header + a little extra */
    padding-bottom: 120px; /* height of footer + a little extra */
    text-align: left;
	}

#main {
	position: relative; /* IE float bug workaround */
	float: left;
	width: 745px; /* width of #content + #nav + shadow-margin */
	}

#content {
	position: relative;
	float: right;
	width: 560px;
	}

#navbar {
	position: relative;
	float: left;
	width: 175px;
	}

#sidebar {
	position: relative;
	float: right;
	width: 175px;
    }
#sidebar ul, #sidebar p, #navbar ul, #navbar p, #navbar h3, #sidebar h3 {
    padding-left: 10px;
    padding-right: 10px;
    }
* html #sidebar, * html #navbar, * html #content {
	overflow: hidden; /* this way IE doesn't mess with our sizes */
	}
#header h1 {
    margin-top: 65px;
    font-size: 2.3em;
    font-family: Times New Roman, Serif;
    text-transform: uppercase;
}
/* these styles add the menu bar below the header */
#menulinks {
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(images/menu_bg.png) top center no-repeat transparent;
    width: 970px;
    height: 60px;
    font-size: 0.9em;
}
#menulinks ul {
    margin-top: 1px;
    padding-left: 140px;
    list-style-type: none;
}
#menulinks li {
    float: left; /* makes all the <li> sit side by side */
    border: 1px solid #e2e897;
    height: 30px;
    margin-right: 12px;
    }
#menulinks a {
    display: block; /* allows us to make each <a> fill the <li> it sits within */
    float: left; /* to make them sit side by side */
    padding-top: 6px;
    height: 24px;
    background: url(images/menulink_bg.png) no-repeat top left transparent;
    padding-right: 12px;
    padding-left: 12px;
    text-decoration: none;
    font-weight:bold;
    }
#menulinks a:hover {
    background: url(images/menulink_hover.png) no-repeat top left transparent; 
    /* a rollover button effect */
    }

/* end of menu bar styles */

/* this are for the ads */

#christmas {
    text-align: center;
    position: absolute;
    left: 542px;
    top: 218px;
}

/* end of styles to set out the layout */

/* general styling for links and headings */

a {
color: #b72221;
}
a:visited {
    color: #811;
}
a:hover {
    color: #4a9424;
    text-decoration: none;
}
a:active {
    color: #ec2a29;
}
h2 {
    font-size: 1.8em;
    line-height: 1.1em;
    color: #32571e
}
h3 {
    font-size: 1.6em;
    line-height: 1.1em;
    color: #32571e
}
h1 a, h1 a:hover, h1 a:visited {
    color: #ffffff;
    text-decoration: none;
}
h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
}
h2.pagetitle {
    margin-bottom: 30px;
}
.post h3 {
    padding-top: 25px;
}

/* end headings and links styling */

/* start side bar and nav bar styling */

#sidebar ul, #navbar ul {
    margin-left: 0px;
    margin-bottom: 12px;
    list-style-type: none;
}
#sidebar ul h3, #navbar ul h3 {
    background: url(images/mini_gift.png) no-repeat center left transparent;
    position: relative; /* a fix to get IE to display the background and border */
    margin: 15px 0px 4px 0px;
	padding: 0px 0px 1px 20px;
    color: #32571e;
    font-size: 1.3em;
    font-weight: bold;
    border-bottom: 1px solid #32571e;
}
#sidebar form, #navbar form {
	margin: 0;
	}
#sidebar li ul li, #navbar li ul li {
	padding-top: 1px;
	padding-bottom: 2px;
	margin-left: 15px;
    list-style: url(images/dot_bullet.png) disc outside;
}

#sidebar ul p, #sidebar ul select, #navbar ul p, #navbar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol, #navbar ul ul, #navbar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #navbar ul ul ul {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li, #navbar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul ul li, #sidebar ul ol li, #navbar ul ul li, #navbar ul ol li {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	}
/*end of sidebar and nav bar styling */

/* form styles */

#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #textinput {
	width: 100px;
	padding: 2px;
	}

.searchbutton {
    background: url(images/search_button.png) no-repeat top left #86de68;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    border: 0px;
    width:35px;
    height: 24px;
	}

/* end form styling */

/* footer styles */

span.copyright {
    font-size: 1.3em;
}
#footer .holder {
	position: absolute; /* otherwise it gets pushed aside */
    top: 19px;
    font-size: 0.8em;
    line-height: 1.8em;
    left: 0;
	width: 860px;
	text-align: center;
	margin: 0 35px;
    }
#footerlinks li {
    list-style-type: none;
    display: inline;
    font-size: 1.2em;
    margin-right: 4px;
}
#footer p {
    padding: 0px;
    margin-top: 20px;
}
/* end footer styles */

/* start calendar styles */

#wp-calendar caption {
    margin: 15px 0px 4px 0px;
	padding: 0px 0px 1px 0px;
    color: #32571e;
    font-size: 1.3em;
    font-weight: bold;
}
#wp-calendar th {
    padding: 1px;
    background: #e1fdd7;
    border: 1px solid #c1c675;
    color: #56b338;
    font-weight: bold;
    text-align: center;
    font-size: 0.9em;
}
#wp-calendar td {
    padding: 1px;
    background: #ffffff;
    color: #d13837;
    border: 1px solid #b4d8ac;
    text-align: right;
    font-size: 0.9em;
    line-height: 1.4em;
}
#wp-calendar tfoot td#next {
    text-align: left;
}

/* end calendar styles */

/* start comments styling */

#comment {
    width: 530px;
    border-top: 2px solid #cccccc;
    border-left: 2px solid #999999;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #999999;
}
#commentinstructions {
    font-size: 0.9em;
    line-height: 1.3em;
    color: #32571e;
}
ol.commentlist li {
    list-style-type: none;
    padding: 10px;
    margin: 12px;
    background-color: #ffffff;
    border: 1px solid #b4d8ac;
    position: relative;
}
ol.commentlist {
    margin: 0px;
    padding: 0px;
}
.commentmetadata {
    display:block;
    text-align: right;
}
.commentmetadata a {
    color: #32571e;
    text-decoration: none;
}
.rssmeta a {
    display:block;
    text-align: right;
}
.commentlist cite {
    font-style: normal;
    font-size: 1.3em;
    font-weight: bold;
    color: #333333;
}
h3#comments {
    font-size: 1.5em;
}
.submitbutton {
    background: url(images/comment_button.png) no-repeat top left #86de68;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    border: 0px;
    width:125px;
    height: 26px;
}

/* end comment styles */

/* start post styles */

div.post {
    padding-bottom: 55px;
    background: url(images/post_bottom.png) bottom center no-repeat;
}
.navigation {
    position: relative; 
    padding-bottom: 15px;
}
.postmetadata {
    color: #32571e;
    text-align: right;
    clear: both;
}
.entry {
    padding: 0px 10px 0px 10px;
}

/* begin image styling */
p img {
	padding: 0;
	max-width: 100%;
	}
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
	}

img {
    border: none;
}
/* End Images */

a.directorylink {
	padding: 0px 10px 0px 10px;
	color: #000;
	font-family: Helvetica,sans-serif,Verdana,Arial; 
	font-size: 10pt;
	list-style-position: outside; 
}

