/*
Theme Name: MadGods
Theme URI: http://madgods.com/
Description: Theme matching the madgods.com website
Version: 1.0
Author: MadGods
Author URI: http://madgods.com/
*/

body{
	background: #FFF;
}


blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:0 0 1em 0;
	color: #ccc;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:1em;
}
ol {
	margin-left:0;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
	margin: 6px 30px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style-type: square;
	margin: 6px 10px;
}

a, a:visited {
	text-decoration: none;
	color: #f60;
}

a:hover {
	text-decoration: underline;
}

h2{
	font-size: 1.2em;
	font-weight: normal;
}

h2 a, h2 a:visited {
	text-decoration: none;
	color: #f60;

}

h2 a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #444;

}

#sidebar li a:link, #sidebar li a:visited {
	color: #fff;
}

#sidebar li a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: none;
}

p.postmetadata a:link, p.postmetadata a:visited {
	color: #fff;
}

p.postmetadata a:hover {
	color: #f60;
	background-color: transparent;
	text-decoration: none;
}


small {
	font-size: .7em;
	line-height: 1.5em;
}

/* @group Structure */

#wrapper {
	width: 800px;
	margin: 0 auto;
	color: #fff;
}

#mainbox {
	float: left;
	margin-bottom: 3px;
	padding-bottom: 20px;
}

#mainbox h1 {
	width: 520px;
	text-align: left;
}

.narrowcolumn {
	float: left;
	margin: 0px 0 0;
	width: 500px;
	}
.widecolumn{
	width: 800px;
}

.narrowcolumn p, .widecolumn p {
	font-size: .8em;
	color: #ccc;
	margin-bottom: 10px;
	line-height: 150%;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	font-size: .75em;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	width: 800px;
	padding: 10px;
	border: 1px solid #FFF;
	margin: 10px auto;
}

#footer p {
	text-align: right;
}

p#copyright {
	width: 100%;
}

.more-link{
	font-size: 1em;
	margin-top: 10px;
	color: #f60 ;
}

.sidebar-sections h2{
	font-weight: normal;
	font-size: 18px;
	margin-top: 15px;
}

.sidebar-sections li a{
	font-size: 12px;
}

li.offset-with-top-border{
	margin-top:20px; 
	padding-top: 20px; 
	border-top: 1px solid #FFFFFF
}

div.entry p{
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.pagetitle{
	margin-bottom: 10px;
	font-size: 20px;
}

/* @end */

/* @group Images */

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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

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

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

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* @end */

/* @group Form Elements */

#searchform {
	margin: 0;
	padding: 10px 0px;
	text-align: left;
	}

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

#sidebar #searchsubmit {
	padding: 1px;
	margin-left: 3px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* @end */

/* @group Sidebar */

#sidebar
{
	padding: 0 0 5px 0;
	margin: 0;
	margin-top: 0px;
	margin-left: 20px;
	width: 240px;
	float: left;
	text-align: left;
	}
html>body #sidebar {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 40px; 
}


#sidebar form {
	margin: 0;
	}

#sidebar ul{
	margin-bottom: 20px;
}	

#sidebar ul li {
	list-style-type: none;
	font-size: 1em;
	margin: 0 0 5px 0; 
}

#sidebar li.snbadges a:link, #sidebar li.snbadges a:visited {
	background: transparent;
}

#sidebar li.snbadges a img {
	margin-bottom: 10px;
}

.widgettitle{
	text-transform: uppercase;
	font-size: 18px;
}

/* @end */

/* @group Misc */

/* @group Captions */

.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;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignleft {
	margin: 6px 10px 10px 0;
}

.wp-caption.alignright {
	margin: 6px 0px 10px 5px;
}

.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;
	text-align: left;
	color: #333;
}

/* @end */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	}
	
.contact-emails a{
	color: #f60;
}



/* @end */

/* @group Overrides */

div.twtr-widget{
	margin-bottom: 25px;
}

div.sociable{
	clear: both;
}
  
div.sociable_tagline{
	margin-bottom: 5px;
	font-size: 12px;
	color: #acacac;
}

div.sociable ul li{
	margin: 0;
	list-style-type: none;
	display: inline;
}
  
div.sociable ul{
	margin: 0;
	padding: 5px;	
}

/* @end */





