/*
THEME NAME: MadMup.com
THEME URI: http://www.madmup.com
DESCRIPTION: A custom theme for MadMup.com
VERSION: 1.0
AUTHOR: <a href="http://www.randomthink.net/">Brian Arnold</a>
AUTHOR URI:
TAGS: madmup
*/

/* Major tags */
body {
	background: #001100 url(images/grunge_paper_green.jpg) no-repeat scroll 0 0;
	line-height: 1.4em;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: "Graublau Sans Web", "Lucida Grande", Helvetica, Arial, sans-serif;*/
}

h1 { font-size: 2.0em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.0em; }

/* Sections */
#header, #content, #sidebar, #footer {
	width: 940px;
	margin-left: 20px;
	padding: 0px 10px;
}

/* Header */
#header {
	position: relative;
}

#header h1 {
	/* Old hotness
	font-size: 6em;
	text-align: center;
	padding-bottom: 0.5em;
	color: #999;
	text-shadow: 2px 2px 2px #C8FFCA; */
}

#header h1 a {
	display: block;
	width: 700px;
	height: 150px;
	margin-left: 150px;
	text-indent: -9999px;
	background-image: url(images/header.png);
	background-color: #FFF;
	background-color: rgba(120,255,120,0.5);
}

#header h2 {
	display: none;
	/* Old hotness
	font-size: 1em;
	color: #333;
	text-shadow: 1px 1px 1px #C8FFCA;
	position: absolute;
	right: 75px;
	bottom: 1px; */
}

/* Top Navigation */
#topnav {
	background-color: #000;
	margin: 1em 0px;
	color: #d3e811;
}

#topnav ul {
	margin-left: 170px;
	overflow: hidden;
}

#topnav ul li {
	float: left;
	width: 235px;
	text-align: center;
}

#topnav ul li a {
	color: #d3e811;
	text-decoration: none;
	font-weight: bold;
}

/* Content */
#content {
	/*background-color: rgba(255,255,255,0.25);*/
}

/* Posts */
#posts {
	display: inline-block;
	width: 694px;
	margin-left: 150px;
	background-color: #d3e811;
	background-color: rgba(211,232,17,0.6);
	border: 3px solid #0b340a;
}

#posts .post {
	padding-bottom: 3em;
}

#posts .blogtime {
	/*font-family: "Graublau Sans Web", "Lucida Grande", Helvetica, Arial, sans-serif;*/
	border-bottom: 1px dashed #000;
	margin: 0px 10px;
}

#posts h3 {
	font-size: 2em;
	line-height: 1.2em;
	margin-left: 70px;
	text-shadow: 2px 2px 1px #94a715;
}

#posts p {
	padding: 0.5em 0px;
}

/*
#posts a:link
#posts a:visited
#posts a:hover
#posts a:focus
#posts a:active
*/
#posts a:link {
	color: rgb(0,100,0);
}

#posts a:visited {
	color: rgb(119,107,75);
}

#posts blockquote {
	/* padding: 0.5em 0px; */
	margin-left: 20px;
}

#posts .postbody,
#posts .comments
{
	width: 540px;
	margin-left: 70px;
}

#posts ul {
	padding: 0.5em 0px 0.5em 20px;
}

#posts ul li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
}



/* Comments */
.comments h4 {
	padding: 1em 0px;
}

.comments .respond {
	margin-top: 1em;
}

.comments .commentlist li {
	position: relative;
	overflow: hidden;
}

/* Navigation */
.navigation {
	overflow: hidden;
	margin: 1em 20px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
	text-align: right;
}

/* Sidebar */
#sidebarwrapper {
	background: #000000;
	color: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 1em 0px 3em;
}

#sidebar {
	width: 910px;
	margin-left: 50px;
}

#sidebar > div {
	display: inline-block;
	vertical-align: top;
	width: 168px;
	padding: 5px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:link {
	color: #FFFFFF;
}

#sidebar a:visited {
	color: #d3e811;
}
/*
#sidebar a:hover
#sidebar a:focus
#sidebar a:active
*/

#sidebar .widgettitle {
	padding-bottom: 0.5em;
	text-decoration: underline;
}

/* Footer */
#footer {
	background: #000000;
	color: #FFFFFF;
}
