/*  
Theme Name: Autumn Almanac
Theme URI: http://the-cloisters.net/themedemos/?SelectedTheme=Autumn+Almanac
Description: 3 Column, widget-ready fixed width theme in rustic autumn colors featuring an author box, author info page, gravatars and highlighted author comments in the comments section along with Custom Archives, Custom Intro Box, Sitemap and full width No Sidebars page templates.  Tested in Firefox, Opera, Safari, IE6 and IE7. Compatible up to WP 2.7.
Version: 1.1
Author: Mina
Author URI: http://www.the-cloisters.net/
Tags: 3 column, fixed width, gravatars, widgets, brown, green, gold, red, Autumn, Fall, rustic, author box, sitemap, archives, 2.7

*/

/***** TYPOGRAPHY AND LINKS *****/
* { font-family: "Trebuchet MS", sans-serif !important; }

body, address, dd, dl, hr, p, form
{
	/*font-family: Arial, sans-serif;*/
	font-family: "Trebuchet MS", sans-serif !important;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 120%;
	background-color: #e0e1d7;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0 0 20px 5px;
	color: #810c1c;
}

h1 { font-size: 1.5em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.1em; }

a:link, a:visited
{
	text-decoration: none;
	color: #810c1c;
}

a:hover
{
	text-decoration: underline;
	color: #810c1c;
}

p { padding: 10px; }

td
{
	line-height: normal;
	padding: 0px;
}

blockquote
{
	margin: 15px 40px 10px 30px;
	padding: 0 10px 10px 20px;
	border-left: 2px solid #a89166;
	border-right: 2px solid #b6c0af;
}

/***** MAIN CONTENT *****/
body
{
	margin: 0;
	font-size: 76.5%;
	text-align: center;
	vertical-align: top;
	color: #000;
	background-repeat: repeat;
}

#wrapper
{
	margin: 0 auto 0 auto;
	width: 1000px;
	text-align: left;
}

#main_content
{
	float: left;
	margin: 0 auto 0 auto;
	padding: 0;
	width: 1000px;
}

#container
{
	float: left;
	width: 570px;
	margin: 0 10px 0 10px;
	padding: 0 10px 10px 10px;
	/*border: #94927b 3px double;*/
	background: #ffffff;
	background-color: #ffffff;
}

#container_wide
{
	background: #ffffff;
	float: left;
	width: 900px;
	margin: 0 0 0 35px;
	padding: 5px 5px 0 7px;
	/*border: #94927b 2px solid;*/
}

#container h2 { padding: 10px 0px 5px 5px; }

.post
{
	padding: 5px 0 40px 0;
	background: #ffffff;
	background-color: #ffffff;
	border-bottom: 3px #e0e1d7 solid;
}

.entry
{

	/*border-bottom: #8c8e6b 1px solid;*/
	line-height: normal;
	background: #ffffff !important;
	background-color: #ffffff !important;
}

.entry li
{
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.post h3
{
	padding: 0px;
	margin: 5px 0 0px 10px;
	color: #000000;
	font-size: 1.12em;
	font-weight: bold;
}

.post h2, .entry h2
{
	font-size: 1.3em !important;
	margin: 5px 0 0px 5px;
	font-weight: bold;
	padding: 0;
}

.post h2 a, .entry h2 a { color: #810c1c; }
.post h2 a:hover , .entry h2 a:hover { text-decoration: underline; }

.entry p
{
	background: #ffffff !important;
	background-color: #ffffff !important;
}

.postmetadata
{
	margin: 5px 0 0 0;
	font-size: 9px;
	background: #ffffff;
	background-color: #ffffff;
}

.date
{
	font-size: 9px;
	margin-top: 0px;
	font-style: italic;
	background: #ffffff;
	background-color: #ffffff;
}

#author-box
{
	width: 90%;
	min-height: 115px;
	margin: 10px 10px 20px 10px;
	padding: 0 10px 10px 10px;
	background: #cc9933;
	border: 1px solid #94927b;
}

#author-box .avatar
{
	float: left;
	width: 80px;
	height: 80px;
}

#author-box h2
{
	padding: 0;
	margin: 5px 0 5px 0;
}

/***** HEADER *****/
#header
{
	float: left;
	width: 1000px;
	height: 309px;
	padding: 0;
	margin: 0 auto 10px auto;
	background-color: #E0E1D7;
	background-image: url(images/header5.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", sans-serif;
}

#header h1
{
	padding: 0;
	margin: 210px 15px 20px 10px;
	font-size: 2.9em;
	text-align: right;
	color: #810c1c;
	font-variant: small-caps;
}

#header h1 a
{
	text-decoration: none;
	color: #810c1c;
}

#header h1 a:hover
{
	text-decoration: none;
	color: #810c1c;
}

#header .description
{
	margin: 10px 15px 0 0px;
	padding: 0 0 30px 0;
	font-size: 1.6em;
	font-weight: bold;
	color: #810c1c;
	text-align: right;
	text-transform: lowercase;
}

/***** HORIZONTAL MENU *****/
.menu
{
	float: left;
	width: 1000px;
	height: 30px;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline;
	background: #999967 url(images/menu-bg.gif) repeat-x;
	border-top: #cc9933 2px solid;
	border-bottom: #cc9933 2px solid;
}

.menu ul
{
	width: 100%;
	margin: 0;
	padding: 8px 0;
	list-style: none;
}

.menu ul li
{
	display: inline;
	margin: 0;
}

.menu ul li a
{
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #660000;
	font-weight: normal;
	font-size: 1.1em;
}

.menu ul li a:hover
{
	color: #cc9933;
	text-decoration: underline;
}

/***** IMAGES *****/
p img
{
	padding: 0;
	max-width: 100%;
}

a img
{
	/*border: #b0aa96 1px solid;*/
	padding: 0px;
	background: none;
	border: 0px none;
}

img.avatar
{
	float: left;
	margin: 3px;
	border: #afb997 1px solid;
}

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 3px;
	margin: 0 0 0 7px;
	display: inline;
}

img.alignleft
{
	padding: 3px;
	margin: 0 7px 0 0;
	display: inline;
}

.alignright { float: right; }
.alignleft { float: left; }

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

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-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;
}

#flickrrss img
{
	border: 1px solid #61574a;
	float: left;
	margin: 0 0 3px 3px;
}

.thumbnail
{
	width: 60px;
	height: 60px;
	float: left;
	margin: 3px;
	border: #3f464f 1px solid;
}

.medium
{
	width: 250px;
	height: 150px;
	float: left;
	margin: 3px;
	border: #3f464f 1px solid;
}

/***** NAVIGATION *****/
.navigation
{
	padding: 5px 0 5px 10px;
	font-size: 9px;
	font-weight: bold;
	line-height: 18px;
}

/***** SUBSCRIPTION *****/
.subscribe
{
	background: url(images/feed-icon.jpg) no-repeat 2% center;
	width: 25px;
	margin: 5px 0 0 10px;
	padding: 6px 0 6px 20px;
	text-decoration: none;
}

.subscribe a:hover { text-decoration: none; }

/***** SIDEBAR *****/
#left_sidebar
{
	/*background: #e0dcc5 url(images/sidebar-bg.gif) repeat;*/
	width: 200px;
	float: left;
	margin: -10px 0 20px 10px;
	padding: 0;
}

#right_sidebar
{
	width: 180px;
	float: left;
	margin: 0 0 20px 0;
	padding: 0px;
	/*background-color: #FFF;*/
	text-align: left;
	list-style-type: none;
}

#left_sidebar ul, #left_sidebar ul li
{
	display: block;
	list-style-type: square !important;
	list-style-position: outside !important;
	margin: 0 0 5px 0px;
	
}

#left_sidebar ul li	{
background-color: #fafbf0;

}

#sidenav li	{
background-color: #fafbf0;
padding: 2px;

}

#left_sidebar ul li a:hover, #right_sidebar ul li a:hover { color: #810c1c; }

#left_sidebar a.title, #right_sidebar a.title
{
	color: #810c1c;
	padding: 0px;
	margin: 0px;
}

#left_sidebar ul li a, #right_sidebar ul li a
{
	color: #000;
	font-weight: bold;
	font-variant: normal;
	
}

#left_sidebar ul li ul, #left_sidebar ul li ul li
{
	display: block;
	list-style-type: disc !important;
	list-style-position: outside !important;
}

#left_sidebar ul li ul li a, #right_sidebar ul li ul li a
{
	display: block;
	color: #810c1c;
	margin: 0 0 1px 5px;
	font-weight: normal;
	font-variant: normal;
}

#left_sidebar li.current_page_item a, #left_sidebar .current_page_item a { color: #810c1c !important; }
#left_sidebar ul li ul li a:hover, #right_sidebar ul li ul li a:hover { color: #000; }
#left_sidebar ul li, #right_sidebar ul li { display: block; }

#left_sidebar ul ul, #right_sidebar ul ul
{
	margin: 0 0 0 10px;
	color: #810c1c;
}

#left_sidebar ul ul ul, #right_sidebar ul ul ul { margin: 0 0 0 10px; }

#left_sidebar ul, #right_sidebar ul
{
	margin: 0 0 5px 0;
	padding: 0px 0 10px 0;
}

#left_sidebar ul
{
	margin: 0 0 15px 0px;
	padding: 10px 0 10px 0;
}

#left_sidebar ul { }

#left_sidebar h2, #right_sidebar h2, #commentblock h2
{
	width: 80%;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: normal;
	margin: 5px auto 5px 0px;
	padding: 3px;
	text-align: left;
	background: transparent;
	color: #810c1c !important;
	/*border-bottom: #94927b 1px solid;*/
}

#left_sidebar p
{
	margin: 5px 10px 5px 0px;
	padding: 3px;
	background-color: #fafbf0;
}

#right_sidebar h2
{
	border: 0px;
	color: #ffffff;
}

#right_sidebar img
{
	padding: 0px;
	padding-bottom: 10px;
}

/***** INTRO BOX *****/
#intro
{
	width: 515px;
	margin: 14px 0 20px 0;
	float: left;
	padding: 0;
	text-align: left;
	background: transparent url(images/dot.gif) repeat-x scroll 0pt 100%;
}

#intro p
{
	font-size: 1em;
	font-style: italic;
	line-height: 1.42em;
}

#intro h2
{
	font-size: 1.077em;
	text-transform: uppercase;
	width: 90%;
	background: none;
	margin: 0 auto 0 auto;
	padding: 3px;
	text-align: left;
	border-bottom: #94927b 2px solid;
}

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

#sidebar #searchform #s
{
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit { padding: 1px; }

/***** Calendar *****/
#wp-calendar
{
	text-align: center;
	background: #cc9933;
	margin: 0 0 10px 20px;
	padding: 0;
	width: 80%;
	border: #993300 2px solid;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
}

#wp-calendar td
{
	line-height: 10px;
	font-size: 10px;
	color: #600000;
	font-variant: small-caps;
}

#wp-calendar td a
{
	display: block;
	color: #600000;
	text-decoration: none;
	line-height: 10px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 10px;
}

#wp-calendar #prev a
{
	width: 30px;
	font-variant: small-caps;
}

#wp-calendar #next a
{
	width: 30px;
	margin: 0 0 0 30px;
	font-variant: small-caps;
}

#wp-calendar #today
{
	background: #600000;
	color: #e6ddbc;
	font-variant: small-caps;
}

#wp-calendar #today a
{
	color: #463e35;
	font-weight: 700;
	font-variant: small-caps;
}

#wp-calendar caption
{
	color: #600000;
	text-align: center;
	width: 80%;
	margin: 5px 0 5px 20px;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/***** COMMENTS *****/
.comments-template
{
	margin: 0 10px;
	border-top: 1px solid #dcd7bc;
	padding: 0 10px;
		background: #ffffff;
	background-color: #ffffff;
}

.comment-body, comment-meta, commentmetadata,.comment, .commentlist	{

	background: #ffffff !important;
	background-color: #ffffff !important;

}
.comments-template ol
{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
	background: #ffffff !important;
	background-color: #ffffff !important;}

.comments-template ol li
{
	margin: 0;
	line-height: 14px;
	padding: 10px 0 10px 5px;
	background: #ffffff !important;
	background-color: #ffffff !important;	list-style: none;
}

.comments-template h2, .comments-template h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0 0 0;
	background: #ffffff !important;
	background-color: #ffffff !important;}

.commentmetadata { font-size: 9px; 		background: #ffffff !important;
	background-color: #ffffff !important; }
.comments-template p.nocomments { padding: 0; 		background: #ffffff !important;
	background-color: #ffffff !important;}

.comments-template textarea
{
	width: 95%;
	max-width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #efeadc;
	background: #ffffff !important;
	background-color: #ffffff !important;}

.authorcomment { 		background: #ffffff !important;
	background-color: #ffffff !important;}

/***** FOOTER *****/
#footer
{
	clear: both;
	float: left;
	width: 100%;
	margin-top: 15px;
	padding: 0;
}

#footer p
{
	font-size: .9em;
	width: 900px;
	float: right;
	line-height: 18px;
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #000;
}

#footer a { color: #810c1c; }

/***** IE HACKS *****/
*html #left_sidebar { margin: 0 0 20px 5px; }
*html .search { margin: 10px 10px 0 0; }

