/*
Theme Name: All Heroes Die (Macguffin III)
Theme URI: http://macguffingames.com
Description: A sub-theme for All Heroes Die, by Macguffin Games
Version: 1.0
Author: K. Adam White, adapted from work by lauren a. mier
Author URI: www.kadamwhite.com
*/

/*  RESET  */

*			{ margin: 0; padding: 0; }
html			{ overflow-y: scroll; }
html, body	{ height: 100%; }
body		{font-size: medium;
			font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
		    color: black;
			background: url(style/images/macguffin_slice_II.jpg) top center repeat-x black; }
h1, h2, h3	{ font-family:Georgia,Verdana,Arial,Sans-Serif; font-weight: normal; }
ol			{ list-style: decimal inside; }
a			{ outline: none; text-decoration: none;}
a img		{ border: none; background: none; }
img			{ vertical-align: middle; }
table		{ border-collapse: collapse; }

/*  STRUCTURE  */

#page-wrap, #plimus	{
	text-align: left;
	padding: 0 0 0 50px;
	border: 0;
	width: 1000px;
	margin: 0px auto;
	}

#header {
	/*background: url(style/images/mgheader.jpg) top center no-repeat;*/
	margin: 10px 0 15px 0;
	height: 211px;
	}

#left-sidebar   {
	padding-left: 35px;
	float: left;
	width: 180px;
	}

#right-sidebar   {
	float: right;
	width: 180px;
	}

#main-content  {
	width: 660px;
	float: left;
	margin-top: -65px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	}

#footer {
   font-size: 10px;
   color: #000;
   clear: both;
   background-color: #fff;
   text-align: center;
/*   margin-top: -25px;
   padding-right: 20px;*/
   border-left: 2px solid #000;
   border-right: 2px solid #000;
   }

ul#navlist {
	margin-left: 30px;
	padding-left: 190px;
	margin-top: 20px;
	list-style-type: none;
	}

ul#navlist li {
	display: inline;
	padding-right: 10px;
	}

/*** SIDEBAR STYLES ***/

#left-sidebar ul li, #right-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	}

#left-sidebar ul ul, #left-sidebar ul ol, #right-sidebar ul ul, #right-sidebar ul ol {
	margin: 5px 0 20px 15px;
	font-size: 65%;
	}

#right-sidebar ul ul li{
	list-style-image: url(style/images/bullet.png);
        }

/*** TYPOGRAPHY ***/

ul#navlist li a {
	font-size: 150%;
	color: #FDCD50;
	margin-right: 10px;
        line-height: 165%;
        padding-bottom: 5px;
	}

#header h1 {
	margin-left: 30px;
	padding-left: 190px;
	padding-top: 50px;
	font-size: 250%;
	}

#header a {
	color: #000;
	}

#navlist {
	font-family: Georgia,Verdana,Arial,Sans-Serif;
	}

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

a, h2 a:hover, h3 a:hover {
	color:#0066CC;
	text-decoration:none;
	}

small {
	font-family:Arial,Helvetica,Sans-Serif;
	color: #777777;
	line-height: 200%;
	}

#main-content small {
	margin-bottom: 10px;
	}

#main-content .post p {
	font-size: 75%;
	margin-bottom: 15px;
	}

#main-content .post ul {
        margin-left: 15px;
        font-size: 75%;
        margin-bottom: 15px;
        }

#main-content .post ul ul {
       font-size: 100%;
       margin-bottom: 5px;
       }

.post {
	text-align: justify;
	color: #333333;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	}

#left-sidebar, #right-sidebar {
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	}

#left-sidebar a, #right-sidebar a {
	color: #fff;
	}

#left-sidebar h2, #right-sidebar h2 {
	font-family:Georgia,Verdana,Arial,Sans-Serif;
	color:#FDCD50;
	margin:5px 0 0;
	padding:0;
	font-size: 125%;
	text-decoration: underline;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333333;
	text-decoration: underline;
	font-size: 115%;
	}

.postmetadata {
	text-align: center;
	color: #777;
	padding-top: 5px;
	}

.postmetadata alt {
	margin-bottom:25px;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
ol#commentlist li {
	margin: 10px 0 0 0;
	padding: 10px;
}
ol#commentlist li p,
.alt p {
       font-size: 75%;
       margin-bottom: 10px;
	line-height: 1.5em;
	margin-top: 10px;
       }

#respond {
	font-size: 95%;
	}

#commentform input {
	margin:5px 5px 1px 0;
	padding:2px;
	width:170px;
	font-size: 65%;
	}
textarea#comment {
	width: 574px;
}

/*** ROUNDED CORNERS  ***/

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('style/images/corners920x30.png');
	height: 15px;
	font-size: 2px;    /* correction IE for height of the <div>'s */
	}

.top-left, .bottom-left {
	margin-right: 15px;
	}

.top-right, .bottom-right {
	margin-left: 15px;
	margin-top: -15px;
	}

.top-right {
	background-position: 100% 0;
	}

.bottom-left  {
	background-position: 0 -15px;
	}

.bottom-right {
	background-position: 100% -15px;
	}

.inside {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background: #ffffff;
	color: #000000;
	padding-left: 40px;
	padding-right:40px;
	padding-top: 20px;
	padding-bottom: 10px;
	min-height: 500px;
	}

/*** Wacky Current Menu Item Stuff ***/

body#default ul#navlist li.home-menu a, body#blog ul#navlist li.blog-menu a, body#games ul#navlist li.games-menu a, body#contact ul#navlist li.contact-menu a, body#about ul#navlist li.about-menu a {
     text-decoration: underline;
     background: url(style/images/current.png) center bottom no-repeat;
     }

/*** WIDGETS ***/

#searchform div input {
    display: none;
    }

#searchform div input#s {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 185px;
    padding: 3px;
    margin-top:3px;
    }

#twitter_div {
   background-image: url(style/images/twitter_sidebar.png);
   margin-bottom: 15px;
   margin-left: 5px;
   margin-right: 6px;
   height: 185px;
   }

#twitter_div ul {
   position: absolute;
   width: 130px;
   padding: 35px 5px 5px 5px;
   font-size: 110%;
   list-style-type: none;
   }

#twitter_div li span {
   color: white;
   }

#twitter_div a {
   color: #33ccff;
   }




/* CUSTOMIZATIONS */

#oldernewer {
	list-style-type: none;
	padding: 5px 10px;
	margin: 10px 0 10px 0;
/*	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;*/
	font-size: 12px;
	width: 564px;
	}
ul#oldernewer li.newer {
	width: 250px;
	float: right;
	text-align: right;
	}
ul#oldernewer li.older {
	width: 250px;
	float: left;
	}
#search {
	float: right;
	padding: 4px;
	background-color: #666;
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	width: 250px;
	margin-right: 125px;
	margin-top:-10px;
	height: 30px;
}
#search p a {
	color: #222222;
	font-size:.7em;
}
#search p {
	float:left;
	padding: 8px 4px 0 4px;
	margin: 0;
}
h3#comments {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	}
.subscribe-to-comments {
	font-size: 12px;
	}
#respond {
	margin-top: 10px;
	}
#sharethis_0 {
	margin-bottom:4px;
	}
#searchresults h2 {
	padding-bottom: 20px;
	}
#searchresults h3 {
	padding-bottom:10px;
	}
#searchresults h3, #searchresults h3 a {
	text-decoration: none;
	}
#searchresults p.metadata {
	padding-left: 5px;
	}





/** ================================== **/
/** All Heroes Die template Custom CSS **/
/** ================================== **/

#background {
	background: url(images/bg-topleft.jpg) transparent top left no-repeat;
	width: 580px;
	height: 700px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

body {
	background: url(images/bg-tile-x.jpg) #000000 top left repeat-x;
}

#page-wrap {
	z-index:1;
}
#header {
	background: url(images/ahd-small.png) transparent top left no-repeat;
	height: 170px;
}
#header h1 {
	visibility: hidden;
}
#main-content {
	margin-top:-20px;
}
ul#navlist {
	margin-top: 30px;
}
#search {
	background-color: #cccccc;
}



/** ================================== **/
/**         Plimus Custom CSS          **/
/** ================================== **/

#plimus {
	width: 660px;
}
#plimus #main-content {
	margin-top:0;
}
