/*  
Theme Name: Autumn Concept
Theme URI: http://www.edmerritt.com/
Description: Autumn Concept 1.0<br /> A clean, modern theme whose colour scheme can be customised without altering any images. Simply edit colours in the CSS via the Wordpress interface.<br />Features: Widget support; colour schemes; collapsable layout; a choice of five banner images; drop down menus; accessible code... <br /><a href="http://edmerritt.com/wordpress/?page_id=49">Usage Instructions</a><br />You might also like my other theme <a href="http://themes.wordpress.net/columns/2-columns/1030/ocean-mist-10/">Ocean Mist</a>
Version: 1.0
Author: Ed Merritt
Author URI: http://www.edmerritt.com/
*/

/* COLOUR SCHEME 
____________________________________________________________________________
Edit these to alter the colour scheme of the theme.
*/
body {color: #3a4032; background-color: #dce7a2;}
#topbar {background-color: #4b7c44;}
#footer {background-color: #4b7c44;}
#logo a {color: #3a4032;}
#comment_block, #comment_block a, .phototags a {
	color: #dce7a2;
}

h2 {color: #3a4032;}
h3 {color: #3a4032;}
.date {background: #4b7c44;}
.dateDay {color: #fff;}
.dateMonth {color: #ebf0cf;}
.dateYear {color: #ebf0cf;}
#topbar p, #footer p {color: #92a781;}
/* links */
a {color: #18700a;}
#topbar a, #footer a {color: #ebf0cf;}
/* Nav */
.toptabs ul, .toptabs ul li { background-color: transparent; }
.toptabs ul li a {color: #3a4032; display: block; float: left; }
.toptabs ul li a:hover { color: #18700a; background: #dce7a2; }
#tagoptions a { color: #18700a; font-size: 0.7em; }
#content a:visited { color: #6b6c69; }
.bigthumbnails a:hover, a:hover .recentcomment, div.nextthumb a:hover img, div.prevthumb a:hover img { border-color: #EBF0CF; }


/* GENERAL STYLES
____________________________________________________________________________
Probably best not to edit these unless you know what you're doing
*/

/* layout */
body {font-size: 80%; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; padding: 0px; margin: 0px;}

#topbar {background-image: url(topbar.png); background-position: top; background-repeat: repeat-x; text-align: center; padding: 13px 0 6px 0px; overflow: hidden; position: relative;}
div.menu {background-image: url(header.png); background-position: top; background-repeat: repeat-x; text-align: center;}

#content {text-align: left; width: 900px; margin-left: auto; margin-right: auto;}ul { margin: 0px; padding: 0px; }
/* navigation */
.toptabs ul {
	overflow: hidden; 
	width: 900px; 
	list-style: none; 
	margin: 0px; 
	padding: 0 0 7px 0; 
	background: url(underline.png) bottom repeat-x;
}
div.toptabs {
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 0px auto 0px auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.toptabs ul li {float: left; position: relative; display: inline;}
.toptabs ul li a {float: left; position: relative; padding: 8px 10px;}
div.navigation {
	display: none;
}

/* typography */
#logo {margin-top: 20px; margin-left: auto; margin-bottom: 0px; margin-right: auto; width: 900px; text-align: left;}
#topbar #logo a {font-weight: bold; font-size: 28px; font-family: Arial, Helvetica, sans-serif; text-decoration: none; letter-spacing: -1px;}
h2 {font: bold 1.3em Arial, Helvetica, sans-serif; letter-spacing: -1px;}
h3 {font: bold 1.3em Arial, Helvetica, sans-serif; padding: 0 0 10px 0; margin: 24px 0 12px 0; background: url(images/underline.png) bottom repeat-x;}
h4 {font: 1.2em Arial, Helvetica, sans-serif; margin: 0 0 12px 0;}


/* links */
a {font-weight: bold; text-decoration: none;}





