/*   
Theme Name: DudeAmI.com Green Theme
Theme URI: http://www.dudeami.com/
Description: DudeAmI.com default theme
Author: Kris Keyes
Author URI: http://www.dudeami.com/
Version: 1.0
*/
* { font-family: Tahoma; }
body,html {
	margin: 0;
	padding: 0;
	background: url(./img/mainbg.png) top left repeat-x #000;
}
.center {
	margin: auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 900px;
	background: #fff 130px 130px repeat-x url(./img/contentbg.png);
}
.header {
	display: block;
	height: 130px;
	background: url(./img/bg.png) bottom left;
	border-bottom: 1px solid #333;
	color: #fff;
}
.header .logo {
	padding-right: 10px;
	padding-top: 96px;
	height: 34px;
	background: 16px 42px url(./img/logo.png) no-repeat;
}
.header .logo ul {
	float: right;
	display: block;
	height: 30px;
	padding: 2px;
	padding-top: 4px;
	padding-bottom: 0px;
	margin: 0;
	background-color: #8b9e30;
	border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
}

.header .logo ul li {
	display: block;
	float: right;
	height: 15px;
	margin: 0 2px 0 2px;
	padding: 6px 8px 9px 8px;
	font-size: 16px;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.header .logo ul li.selected {
	background-color: #7c9018;
}

.header .logo ul li a {
	color: black;
	text-decoration: none;
}

.content {
	margin: 8px;
	width: 669px;
	float: left;
}

.sidebar {
	margin: 8px 0 8px 0;
	padding: 0 8px 0 8px;
	width: 198px;
	float: right;
	border-left: 1px solid #ccc;
}

.sidebar h2 {
	background-color: #ccc;
	font-size: 16px;
	margin: 0 0 0 -13px;
	text-align: right;
	padding: 6px;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	position: relative;
	border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
.sidebar ul, .sidebar p, .sidebar li {
	padding: 0;
	margin: 5px;
	margin-bottom: 15px;
	list-style: none;
	font-size: 12px;
}
.sidebar li {
	margin: 0;
	margin-bottom: 2px;
}
.news {
	background: url(./img/newsbg.png) repeat-x top left #1f7be5;
}
.post {
	background:  repeat-x top left #ddd;
}
.news, .post, .page{
	padding: 10px;
	border-radius: 5px;
	padding-bottom: 16px;
	margin-bottom: 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.basicpost p, .basicpost div, .basicpost h2, .basicpost li {
	display: block;
	margin: 9px 0 0 15px;
	font-size: 12px;
}
.basicpost ul {
	margin: 7px;
	padding: 0 0 0 15px;
	list-style-type: square;
}
.basicpost li {
	margin: 0;
	padding: 3px;
	list-style-type: square;
}
.news h2, .post h2 {
	font-size: 16px;
	color: #333;
	padding: 0;
	margin: 0;
	
}
.page h2 {
	font-size: 22px;
	color: #333;
	padding: 0;
	margin: 0;
}
h2.search {
	background: url("./newsbg.png") repeat-x scroll left top #1F7BE5;
	border-bottom: 0;
	border-radius:  0 6px 6px 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius:  0 6px 6px 0;
}
input.search {
	border: none;
	background: none;
	font-size: 16px;
	width: 100%;
}
a {
	color: inherit;
	text-decoration: inherit;
	font-size: inherit;
}
a:hover {
	text-decoration: underline;
}
input.unfocused {
	font-style: italic;
	color: #444;
}
.search_content {
	display: none;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.aligncenter {
	float: center;
}
/* Post classes */
.header_one {
	font-size: 24px;
	font-weight: bold;
}
.header_two {
	font-size: 18px;
	font-weight: bold;
}
.header_three {
	font-size: 14px;
	font-weight: bold;
}