/*
Theme Name: Gray Overload
Theme URI: http://fuelfordesign.com/
Description: A Neutral Colored Web 2.0 WordPress Theme.
Version: 1.0
Author: Gino Orlandi
Author URI: http://ginoorlandi.com/

*/

* { 
	padding: 0; 
	margin: 0; 
}

body {
	font: 13px Verdana;
	text-align: center;
	background: #2c3233 url(images/bg.gif) no-repeat center top;
}

img {
	border-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

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

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





/* @group Header */
#header {
	width: 900px;
	padding: 19px 0 0;
	height: 85px;
	margin: 0 0 0 -1px;
	color: #ccc;
	font-size: 14px;
}

#header h1 {
	color: #fff;
	font: 30px Arial;
	margin-top: 18px;
}

#header h2 {
	font: normal normal 13px Arial;
	color: #d5d5d5;
}

#navigation {
	margin: 0;
	width: 900px;
	height: 36px;
	background: url(images/navbg.gif) repeat-x 0 bottom;
	padding: 11px 0 0;
}

#navigation ul.tabs {
	float: right;
	height: 33px;
	width: 618px;
}

#navigation ul.tabs li {
	overflow: hidden;
	list-style-type: none;
	width: 101px;
	height: 25px;
	float: left;
	margin-right: 2px;
	background: url(images/tab.gif) no-repeat;
	font-size: 14px;
	padding-top: 8px;
}

#navigation ul.tabs li.last {
	margin: 0;
}

#navigation ul.tabs li a {
	width: 101px;
	height: 33px;
	list-style-type: none;
	text-align: center;
	text-transform: uppercase;
	float: left;
	color: #333;
}

#info {
	height: 194px;
	width: 900px;
	background-color: #efeeed;
}

#info .color {
	float: left;
	width: 260px;
	height: 194px;
	background: url(images/color.png) no-repeat;
}

#info .color a {
	width: 260px;
	height: 194px;
	float: left;
	text-indent: -2000px;
	overflow: hidden;
}

#info .infof {
	float: right;
	width: 620px;
	padding-top: 35px;
}

#info .infof h1 {
	font: 26px Georgia;
	color: #333;
}

#info .infof h2 {
	color: #666666;
	font: normal 14px Verdana;
	margin-right: 20px;
}

#info .search {
	margin-top: 30px;
	width: 468px;
	height: 24px;
}

input.maininput {
	width: 310px;
	border: 1px solid #333;
	background-color: #fff;
	margin: 0;
	padding: 4px 0 4px 4px;
}

input.ttse {
	background: url(images/gob.gif) no-repeat;
	width: 131px;
	height: 24px;
	border-style: none;
}

#topads {
	width: 900px;
	text-align: center;
	background-color: #ccc;
	height: 22px;
	padding-top: 7px;
}

.erss {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.erss p {
	text-decoration: none;
	margin-bottom: 100px;
	font-weight: normal;
	font-style: normal;
}

.erss p.btn {
	margin: 0;
	padding: 0;
}

.erss form {
	margin-bottom: 10px;
}

/* End of Header ================ */
/* @end */






/* @group Content, Posts, Comments */
#content {
	overflow: auto; /* IE FIX */
	width: 845px;
	margin: 0;
	padding: 20px 25px 25px 30px;
	background-color: #fff;
}

#mainc { 
	float: left;
	margin: 0 25px 0 0;
	width: 555px;
	display: inline;
	position: relative;
	padding: 0;
	font-size: 12px;
	color: #666666;
}

.thumb {
	float: left;
	margin: 2px 15px 2px 0;
}

#mainc a {
	text-decoration: none;
}

#mainc a:hover {
	text-decoration: underline;
}

#mainc .post {
	margin-bottom: 0px;
	width: 845px;
}

#mainc .frontpost {
	margin-bottom: 18px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

#mainc .entry {
	width: 845px;
	margin-bottom: 0px;
	margin-top: 10px;
	overflow: hidden;
}

#mainc .entry .alignleft {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

#mainc .entry .alignright {
	float: right;
	margin-bottom: 0px;
	margin-left: 5px;
}

#mainc h2 {
	font-weight: normal;
	font-style: normal;
	color: #333;
	font-size: 16px;
	margin-bottom: 5px;
}

#mainc h2 a {
	text-decoration: none;
}

#mainc .entry h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #666;
	margin-top: 20px;
}

#mainc a.more-link {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}

#mainc a.more-link:hover {
	text-decoration: underline;
}

#mainc p {
	margin-bottom: 10px;
}

#mainc h3 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#mainc ul {
	width: 555px;
	margin-bottom: 15px;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}

#mainc ul li {
	width: 540px;
	background: url(images/arrow.gif) no-repeat 0 3px;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	border-bottom: 1px dashed #ccc;
}

#mainc ul li a {
	color: #666;
	text-decoration: none;
}

#mainc ul li a:hover {
	color: #666;
	text-decoration: none;
}

#mainc .related {
	margin-bottom: 15px;
}

#mainc .combox {
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 15px;
}

#mainc blockquote {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 5px solid #c8c8c8;
}

.maincommentform {
	padding: 15px 10px;
	margin-top: 15px;
	background-color: #eeeeee;
	color: #666666;
}

h3#respond {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 25px;
	padding: 0;
	text-transform: none;
}

textarea#comment {
	height: 150px;
	padding: 2px 5px;
	width: 500px;
}

input#submit.postb {
	background-color: #666666;
	border-style: none;
	padding: 6px 8px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

.maincommentform input {
	padding: 2px 5px;
}

.maincommentform p {
	margin-bottom: 13px;
}

ol.commentlist {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}

ol.commentlist li {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

ol.commentlist p.tt {
	text-transform: uppercase;
	font-size: 11px;
}

.nav {
	width: 555px;
}

.nav .left {
	float: left;
	width: 200px;
}

.nav .right {
	float: right;
	width: 200px;
	text-align: right;
}

p.cont {
}

p.cont a {
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	margin: 0;
	padding: 0;
}

p.cont a:hover {
	text-decoration: underline;
}

/* End of Content, Comments, Posts */
/* @end */





/* @group Sidebar */
#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 258px;
	float: right;
}

#pdm-outer {
	float: left;
	margin-top: 10px;
	text-align: center;
}

#sidebar select {
	width: 230px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #e1e1e1;
}


#sidebar .blockads {
	margin-bottom: 11px;
	width: 260px;
	height: 381px;
	float: left;
	padding: 0;
}

#sidebar .blockads a img {
	margin: 0 4px 4px 0;
	width: 125px;
	height: 125px;
	float: left;
	display: block;
	background: #333;
	padding: 0;
}

#sidebar .adb {
	float: left;
	width: 125px;
	height: 125px;
	display: inline;
	position: relative;
}

#sidebar .adb2 {
	float: right;
	width: 125px;
	height: 125px;
	display: inline;
}

#sidebar a {
	text-decoration: none;
	color: #fff;
}

#sidebar .sidemain {
	width: 253px;
	margin-bottom: 10px;
	background: #999999 url(images/sidebtop.gif) no-repeat;
	float: left;
}

#sidebar .sideb {
	background: url(images/sidebbuttom.gif) no-repeat;
	height: 18px;
	width: 253px;
	padding: 0;
	margin: 0;
}

#sidebar .sidec {
	width: 233px;
	padding: 10px 10px 0;
}

#sidebar .com {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
}

#sidebar p {
	font-size: 11px;
	font-style: italic;
	color: #fff;
	margin-bottom: 10px;
}

#sidebar p.by {
	color: #4c4c4c;
	font-weight: normal;
	font-style: normal;
}

#sidebar .sidec h3 {
	font: 18px Georgia;
	color: #4c4c4c;
	margin-bottom: 15px;
}

#sidebar .sidec h3.rss {
	font: 18px Georgia;
	color: #4c4c4c;
	margin-bottom: 15px;
	background: url(images/rss.gif) no-repeat;
	padding-left: 26px;
}

#sidebar .sidec h3.rss a {
	color: #4c4c4c;
}

#sidebar ul.dashed {
	list-style-type: none;
	overflow: hidden;
	margin-top: 10px;
	margin-left: 1px;
	font-size: 11px;
}

#sidebar ul.dashed li {
	margin-bottom: 4px;
	padding-bottom: 4px;
	width: 233px;
	border-bottom: 1px dashed #ccc;
}

.sidesearch {
	width: 231px;
	height: 30px;
}

.sidesearch .ins {
	float: left;
	margin-right: 5px;
}

.sidesearch .ins .sser {
	width: 155px;
	border: 1px solid #555;
	padding: 2px;
}

.sociable {
}

.sociable ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: none 0 0;
}

/* End of Sidebar ============== */
/* @end */





/* @group Footer */

#footer { 
	width: 900px;
	clear: both;
	background: #2c3233;
	margin: 0 0 45px;
	padding: 20px 0 0;
	text-align: center;
	color: #999999;
	font: 11px "Lucida Grande";
}

#footer a {
	text-decoration: none;
	color: #fff;
}

.clear { 
	clear: both; 
	background: none; 
}

/* End of Footer ========= */
/* @end */