/*
Theme Name: Simple Monster
Theme URI: http://politicalmonster.org/
Description: Monsterificaly simple?
Version: Omega Version, or beta, or alpha, you choose!
Author: Nick
Author URI: http://politicalmonster.org/
*/

* { font-weight: normal; }

html { font-size: 62.5%; }

body {
	font-size: 1.2em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
	margin: 0;
	color: #444444;
	line-height: 1.6em;
	background: url(images/wallpaper_leaves.jpg) #323232 fixed;
}

/*Basics*/
a { text-decoration: underline; color: #444444; }
h3 a { text-decoration: none;}

a:hover { color: #000000; }

img { padding: 2px; border: 1px solid #ccc; }
a:hover img { padding: 1px; border: 2px solid #000 !important;}

strong, b { font-weight: bold; }

blockquote { border-left: 3px solid #CCCCCC; padding-left: 5px; margin-left: 5px; }

h1, h1 a { margin-bottom: 0px; text-align: right; color: #444444; }
* html h1,* html h1 a { font-size: 1.4em; margin: 0; padding: 5px 0 0 0; text-align: right; color: #444444; }

h2 { margin-top: 5px; margin-left: 195px; text-align: right; margin-right: 5px; }
* html h2 { font-size: 1.2em; margin-top: 5px; margin-left: 195px; text-align: right; margin-right: 5px; }

h3 { font-size: 1.4em; margin-bottom: -10px; margin-top: 30px; border-bottom: 2px solid #9e9d9d; }
h3 a{ color: #000;}

ul { margin: 20px 0 15px 0; padding: 0; }
ul li { list-style: none; }
ul li a { list-style: none; padding-left: 10px; margin-left: 10px; border-left: 3px solid #CCCCCC; }
ul li a:hover { border-left: 10px solid #BBBBBB; }

ul li ul { display: none; }

/*Layout*/
p.date {color: #7a7a7a;}

#header {height: 75px; background: url(images/headerreandomizer/rotate.php) no-repeat;}
#header a {text-decoration: none}

* html #header {height: 75px; padding: 0px;}


#nav { position: fixed; margin-left: 320px; }
* html #nav { position: absolute; margin-left: 321px; }

#nav li {margin-bottom: 10px;}
#nav li a span { visibility: hidden; }
#nav li:hover a span { visibility: visible; }
#nav li a { text-decoration: none; border-left: 5px solid #DDDDDD; background: #929090; padding: 5px;}
#nav li a:hover { border-left: 10px solid #DDDDDD; }

#logo { margin: 0 auto; width: 300px; text-align: right; margin-top: 20px; }
#logo img { border: none; padding: 0; }
#colors { float: left; width: 100%; text-align: center; margin:10px 0 25px 0; }
* html #colors { float: left; width: 305px; text-align: center; margin: 10px 0 0px 0;}

#main { margin: 0 auto; width: 305px; margin-top: 50px; margin-bottom: 50px; padding: 30px; background: #DDDDDD; }

/*Comments*/
ol.commentlist {padding: 0 0 0 20px;}
ol.commentlist p {color: #000; font-size: 1.1em; margin: 0 0 4px 0;}
ol.commentlist li {background: #ededed; margin-bottom: 5px; padding: 7px;}
div .commentlink a{clear: both; padding: 0 0 0 17px; background: url(images/comment.gif) no-repeat center left;}
input, textarea {float: left; width: 100%; background: #FFFFFF; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif; border: 1px solid #CCCCCC; }
* html input,* html textarea {float: left; width: 300px; background: #FFFFFF; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif; border: 1px solid #CCCCCC; }

input[type=submit] { width: 302px; }

.comment { float: left; width: 100%; border-bottom: 3px solid #4D4840; }
.author { background: #CCCCCC; padding: 5px; width: 290px; }
.author img { border: 1px solid #BBBBBB; }
.comment_text { }
.comment_meta { float: left; width: 100%; border-top: 1px solid #CCCCCC; }
.author .comment_meta { border-top: 1px solid #BBBBBB; }
.comment_meta p { float: left; }
.comment_meta img { float: right; }