/*
Theme Name: Generic Design
Description: WordPress theme design for Generic Designer's blog
Author: Mike Joes
Author URI: http://genericdesigner.info
Tags: white, two-columns, fixed-width
Version: 1.0.1
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php

*/
html, body {

}
form, select, option, input, textarea, body, table, tr, td, a, pre {
	font-family: Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:11px;
	color:#000;
	text-decoration:none;

}
body {
	padding:0px;
	margin-top:10px;
	margin-bottom: 0px;
	border:0px;
	background:#558c5a;
	text-align:center;
	background: url(images/bg.gif) repeat #e9cd5c;
}
form {
	border:0px;
	padding:0px;
	margin:0px;
}
img {
	border:0px;
	padding:0px;
	margin:0px;
}
h1, h2, h3, h4, h5, h6, h7, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
	border:0px;
	font-size:24px;
	text-transform:none;
	text-decoration:none;
}
h2 {
	font-size:19px;
}
h3 {
	font-size:15px;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
#allContainer {
	background: #ebf6fe;
	width:1005px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	background:url('images/header/rotator.php') no-repeat top center #efefef;
	width:1005px;
	height:250px;
}
#header #headerContainer {
	display:block;
	height:220px;
	margin-left:10px;
}
#header #menuContainer {
	display:block;
	height:30px;
	margin-left:10px;
}
#header #headerContainer #headerLogo {
	display:none;
}
#header #headerContainer #titleContent {
	padding:0px 0px 0px 14px;
	display:none;
}
#header #headerContainer #titleContent h1, #header #headerContainer #titleContent h1 a {
	color:#fff;
	font-size:50px;
	text-transform:none;
	margin-bottom:-5px;
	display:none;
}
#header #headerContainer #titleContent #subHeader {
	color:#fff;
}
#menu {
	display:block;
	padding:0px;
	height:30px;
	overflow:hidden;
	margin-left:10px;

}
#menu ul {
	border:0px;
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:28px;
	height:30px;
	width:100%;
	overflow:hidden;
}
#menu li {
	display:inline;
	float:left;
	border:0px;
	padding:0px;
	margin:0px;
	height:30px;
	overflow:hidden;
}
#menu ul .current_page_item, #menu .current_page_item a:hover {
	background:url('') no-repeat bottom center;
}
#menu a, #menu a:link, #menu a:active, #menu a:focus, #menu a:visited, #menu a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	border:0px;
	height:30px;
	padding:15px 15px 15px 15px;
	/*_padding:0px 15px 0px 15px;  there are some thins IE just don't understand about padding */
	white-space:nowrap;
	font-family: "Myriad Pro",Arial,Helvetica,Geneva,sans-serif;

}
#menu .selected a:hover {
	background:url('');
}
#menu a:hover {
	color:#FF0000;
}
#menu #searchform .hidden {
	display:none;
}
#menu #menuSearch #searchform div {
	padding-right:35px;
}
#menu #menuSearch {
	float:right;
}
#header #menuSearch #s {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	color:#000;
}
#header #menuSearch #searchsubmit {

}
#contentContainer {
	background: #ebf6fe;
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#contentContainer #allContentWidth {
	background: #ebf6fe;
	width:1005px;
	margin-left:auto;
	margin-right:auto;

}
#contentContainer #menuUnder{
	background:url('images/menu_under.gif') repeat-x;
	height:31px;
	margin-right:2px;
	margin-left:2px;
}
#mainContent {
	width:722px;
	display:inline;
	float:left;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
	background: #ebf6fe;
}

.date {
	background:url('images/date.gif') no-repeat;
	width:75px;
	height:75px;
	display:inline;
	float:left;
	color:#000;	
}
.date span {
	/*display:inline;
	float:left;*/
}
.date .dateContainer {
	padding:30px 0px 0px 11px;
	width:50px;
	text-align:center;
}
.noDate {
	width:75px;
	height:1px;
	display:inline;
	float:left;
	color:#666;	
}
.post {
	display:inline;
	float:left;
	width:640px;
	overflow:hidden;
	background: #ebf6fe;
}
.post .postInnerPadding {
	padding:0px 20px 20px 20px;
	overflow:hidden;
}
.post h2, .post h2 a {
	padding-bottom:5px;
	margin-bottom:5px;
	text-decoration:none;
	overflow:hidden;
}
.post p {
	padding-top:0px;
	margin-top:0px;
	margin-bottom:11px;
	line-height: 18px;
}

p.comments{
	font-color:#ff0000;
}
.post a {
	text-decoration:underline;
}
.post .postFooter {
	clear:both;
	display:block;
	padding:5px;
	border: solid 1px #d87603;
	background-color: #c7e4f9;
	margin-top:10px;
}
.post p a {
	color: #007CCF;
	font-weight: bold;
}
.post p a:hover {
	color: #004C7F;
}
.post .postFooter a {
	color: #000;
	font-weight: normal;
}
.post .postFooter .comment a {
	font-weight:bold;
	padding-bottom: 3px;
	margin-bottom: 3px;
	text-transform: uppercase;
	color:#000000;
}

.post .postFooter .postedby {
	border-top: 1px solid #568c5a;
	border-bottom: 1px solid #568c5a;
	padding-bottom: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	margin-top: 6px;
}

.image .navigation {
	margin:0px 0px 20px 0px;
}
.image .navigation .alignleft, .image .navigation .alignright {
	float:left;
}
.imagelink, .alignleft {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.commentlist .alt {
	padding: 20px 10px 20px 10px;
	background: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
h3#comments, h3#respond {
	margin: 30px 0px;
}
.commentlist {
	padding: 0px;
}
.commentlist li {
	margin: 15px 0px 15px;
	padding: 5px 10px 5px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #999;
	padding: 2px;
	background: #fff;
}
.commentlist .fn {
	font-weight:bold;
}
.commentlist p {
	margin: 10px 5px 10px 0px;
	font-weight: normal;
	text-transform: none;
}
.commentlist cite, .commentlist cite a {
	font-style: normal;
	border: none;
}	
.commentlist li.author .avatar {
	border: 1px solid #669933;
}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.commentmetadata {
	margin: 0px;
	display: block;
}
#commentform #submit {
	float: right;
}
#commentform #comment {
	width:500px;
}
.archive ul {
	margin:0px;
	padding:0px 0px 20px 30px;
}
#sidebar {
	display:inline;
	float:left;
	background: #ebf6fe;
	width:240px;
	overflow:hidden;
	line-height: 20px;
}
#sidebar ul, #sidebar ul ol, #sidebar li {
	border:0px;	
	margin:0px;
	padding:0px;
	list-style-type: disc;
}
#sidebar h2 {
	background-color:#03528b;
	filter:alpha(opacity=80);
/*	-moz-opacity:.80;
	opacity:.80;*/
	text-transform: uppercase;
	color:#FFFFFF;
	width:230px;
	display:block;
	padding:4px 5px 4px 5px;
	font-size:15px;
	/*font-size:19px;*/
}
#sidebar li ul {
	background-color:#c7e4f9;
	width:225px;
	display:block;
	padding:5px;
	margin-bottom:20px;
	overflow:hidden;
	padding-left:22px;
}
#sidebar .archive a {
	text-transform:capitalize;
}
#sidebar .archive #archiveSelect {
	text-transform:capitalize;
	width:100%;
}
#sidebar .rss {
	background:url('images/rss.gif') no-repeat 5px 9px #c7e4f9;
	padding-left:25px;
	height:18px;
	line-height:18px;
	display:block;
	padding-bottom:7px;
	padding-top:7px;
}
#sidebar .link_icon {
	padding-left:19px;
	height:19px;
	line-height:19px;
	display:block;
}
#sidebar #wp-calendar {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	text-transform:capitalize;
}
#sidebar #wp-calendar a {
	text-decoration:underline;
}
#sidebar .categories .children {
	margin-top:0px;	
	margin-bottom:0px;
	padding-top:0px;
	padding-left:10px;
	padding-bottom:0px;
}
#sidebar #photoAlbum {
	display:block;
	margin:0px;
	padding:0px 0px 0px 5px;
}

.clearer {
	clear:both;
	height:0px;
	display:block;
}
.navigation {
	display:block;
	margin:0px 0px 20px 122px;
	padding:0px;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
	padding-right:20px;
}
#footer {
	background-color:#03528b;
	color:#fff;
	border: 2px solid #fff;
	padding:0 0 0 0;
	text-align:center;
	padding:20px;
}
#footer a {
	color:#fff;
	text-decoration:none;
}	