/*
Theme Name: All Heroes Die
Theme URI: http://allheroesdie.com/
Description: The "revolutionized" new face of bbPress, re-skinned for Macguffin Games
Version: 1.0
Author: <a href="http://www.kadamwhite.com">K.Adam White</a> after an original by <a href="http://avalonstar.com">Bryan Veloso</a> with updates by <a href="http://unlettered.org">Sam Bauers</a>
Author URI:
*/


@import url('kakumei.css');

a { color: #32689b; text-decoration: none; }
a:hover { color: #001364; }
/*
#header { background-image: url('images/page_header_mglogo.png'); }
#wrapper { background: #fff url('images/page_header_mgtile.png') repeat-x 0px -15px;}
*/
#header div.search input.submit:hover { color: #001364; }
#header div.search input.submit:active { border-color: #001364; }
form.login input.submit:hover { color: #001364; }
form.login input.submit:active { border-color: #001364; }
input#tagformsub:hover { color: #001364; }
input#tagformsub:active { border-color: #001364; }
.sticky { background: #adb9e1; }
#thread li.pingback { background-color: #d8dcf2; border-color: #d8dcf2; }
#thread li.pingback .threadpost { background-color: #d8dcf2; }
#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #d8dcf2; }
#profile-menu li a:hover { background: #d8dcf2; }
a.prev.page-numbers:hover, a.next.page-numbers:hover { color: #001364; }
p.submit input:hover { color: #001364; }
p.submit input:active { border-color: #001364; }


#topic-move, #topic-move div, .admin * { display:inline; }
span.page-numbers.current { color: #000 !important; }

#profile-menu {
	margin-top:2px;
	right: 20px;
}

body {
	background: url(images/bg-tile-x.jpg) top center repeat-x black;
		min-width: 900px;
}
form.login, p.login {
	text-align: right;
	line-height: 18px;
	bottom: 5px;
	color: #FDCD50;
}
form.login a, p.login a {
	color: #FDCD50;
	font-weight:bold;
}
form.login a:hover, p.login a:hover {
	color: #FDCD50;
	text-decoration:underline;
}
form.login label {
	line-height: 18px;
	text-align: left;
}
form.login input.submit {
	float:right;
	margin-left: 10px;
	margin-top: 17px;
}
#header { margin-bottom: 0; }
#header h1, #header p.description {
	left: 0;
}
#wrapper {

}


/*** ROUNDED CORNERS  ***/

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('images/corners2000x30.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;
	}
	
/*** Navlist UL ***/
ul#navlist {
	border-top: 1px solid #FDCD50;
	margin: 0 50px 10px 50px;
	list-style-type: none;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Serif;
	}
ul#navlist li {
	display: inline;
	padding-right: 10px;
	}
ul#navlist li a {
	font-size: 150%;
	color: #FDCD50;
	margin-right: 10px;
	line-height: 165%;
	padding-bottom: 5px;
	}
ul#navlist li a.current {
	text-decoration: underline;
	}
ul#navlist li a:hover {
	text-decoration: underline;
	}



/*** Search Box ***/
#header div.search {
	background-color: #CCCCCC;
}


/*** AHD Background Images ***/
#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;
}

#wrapper, #main-content { background: transparent; }

#header h1 a {
/*	background: url(images/ahd-small.png) transparent top left no-repeat;*/
color: #FDCD50;
}
#header h1 span { display:none; }
#header a img { border:none; }
