/***************************************************************
* Screen stylesheet for Planet Manda (http://www.planetmanda.com)
* Created by Question Park (http://www.questionpark.com)
* Contact: stuart@questionpark.com
* Created: 16th February 2008
* Last Updated: 16th February 2008
***************************************************************/

/*******
* Body *
********/

body {
	background: #1E1E1E;
	color: #32332C;
	font-family: Helvetica, Verdana,sans-serif;
	font-size: small;
}

html>body { /* be nice to Opera */
	font-size: small;
}

body img {
	border:0px;
}

/************
* Typography *
************/

strong {
	font-weight: bold;
}

h1 {
	font-size: 230%;
	font-family: Helvetica, Arial, Verdana;
	line-height: 1em;
	margin-top:2px;
	padding-top:2px;
	padding-bottom:2px;
	color:#E72841;
}

h2 {
	font-size: 150%;
	font-family: Helvetica, Arial, Verdana;
	line-height: 2em;
	color:#5E5E5E;
}

h3 {
	font-size: 150%;
	font-family: Helvetica, Arial, Verdana;
	line-height: 2em;
	color:#5E5E5E;
}

h4 {
		font-size: 120%;
}

p {
	line-height: 1.5em;
	padding:0px 16px 20px 0px;
}



/********
* Links *
*********/

a {
	color:#EEF9FF;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#comments a{
	color:#156E96;
}

.pagination a {
	color:#000;
}

#header a {
	color: #5E5E5E;
}

#header h2 a {
	color: #EEF9FF !important;
}

h2 a:hover, h2 a:visited {
		color: #EEF9FF;
	}

#sidebar h2 a {
	color:#5E5E5E;
}

#content a {
	color:#2D2D2D;
}

#content h2 a {
	color:#2D2D2D !important;
}

h4 a, #catbox a, #tagbox a, #justbox a, .news-submitted a, .news-body-text a{
	color:#156e96;
}

/************
* Structure *
************/

/** Header **/

#headband {
	height: 120px;
	background: #000;
	background: url(/img_site/background-squares.gif);
}

#headbox {
	margin: 0px auto 0 auto;
	width: 900px;
}

#headbox #logo {
	position: absolute;
	top: 15px;
	width: 414px;
	height: 75px;
	float: left;
	background: url("/img_site/planet-manda-trans.png") no-repeat;
}

#headbox .searchy {
	margin-top: 45px;
	width: 230px;
	float: right;
}

#headbox #mag-glass {
	position: absolute;
	top: 40px;
}

.entry {
	margin-top:4px;
}

#headbox #blog_id{
	height: 20px;
	width: 200px;
	font-size: 120%;
}

#headband-hem {
	height:54px;
	background: #2D2D2D;
	background: url(/img_site/header-hem.gif) repeat-x;
}

#headband-hem a{
	color:#E72841;
}

#headband-hem-menu {
	height:43px;
	width:780px;
	float:left;
	background:#2D2D2D;
	color:#FFF;
	font-family:Helvetica, Arial;
	font-size: 180%;
	text-align:center;
	border: 1px solid #04A0EE;
	border-width: 0px 0px 0px 0px;
}

a.news {
 	float:left;
    width: 120px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-news.gif');
}

a.news-off {
	float:left;
    width: 120px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-news.gif");
    background-position: 0 -43px;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;
}

a.news-off:hover {
    background-position: 0 0px;
}


a.blog {
	float:left;
    width: 100px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-blog.gif");

}

a.blog-off {
	float:left;
    width: 100px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-blog.gif");
    background-position: 0 -43px;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;
}

a.blog-off:hover {
    background-position: 0 0px;
}

a.bio {
  	float:left;
    width: 90px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-bio.gif');
}

a.bio-off {
	float:left;
    width: 90px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-bio.gif");
    background-position: 0 -43px;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;
}

a.bio-off:hover {
    background-position: 0 0px;
}

a.shop {
  	float:left;
    width: 100px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-shop.gif');
    background-position: 0 -43px;
}

a.shop-off {
	float:left;
    width: 100px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-shop.gif");
    background-position: 0 0px;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;
}

a.shop-off:hover {
    background-position: 0 -43px;
}

a.lyrics {
 	float:left;
    width: 110px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-lyrics.gif');
    background-position: 0 -43px;
}

a.lyrics-off {
	float:left;
    width: 110px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-lyrics.gif");
	border-color: #1e1e1e;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;

}

a.lyrics-off:hover {
    background-position: 0 -43px;
}

a.live {
 	float:left;
    width:110px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-live.gif');
    background-position: 0 0px;
}

a.live-off {
	float:left;
    width: 110px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-live.gif");
	border-color: #1e1e1e;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 2px;
    background-position: 0 -43px;

}

a.live-off:hover {
    background-position: 0 0px;
}

a.contact {
  	float: left;
    width: 110px;
    height: 43px;
    text-decoration: none;
    background: url('/img_site/button-contact.gif');
}

a.contact-off {
	float:left;
    width: 110px;
    height: 43px;
    text-decoration: none;
    background: url("/img_site/button-contact.gif");
    background-position: 0 -43px;
	border: 1px solid #1e1e1e;
	border-width: 0px 2px 0px 2px;
}

a.contact-off:hover {
    background-position: 0 0px;
}

li#search {
	margin-left:4px;
}

#headband-hem-menu-off {
	height:34px;
	padding:0 10px 0 10px;
	float:left;
	background: #2D2D2D;
	background: url(/img_site/button-flickr.gif) no-repeat;
	padding-top:9px;
	border: 1px solid #1e1e1e;
	border-width: 0px 0px 0px 1px;
	text-align:center;
}

#headband-hem-menu-off-last {
	height:34px;
	width:106px;
	padding:0 10px 0 10px;
	float:left;
	background: #2D2D2D;
	padding-top:9px;
	border: 1px solid #1e1e1e;
	border-width: 0px 1px 0px 1px;
	text-align:center;
}

#topbar {
	position:relative;
	left:-8px;
}

#bottombar {
	position:relative;
	left:-8px;
}

#twitterbubble li {
	padding:8px;
	margin-right:30px;
}

#twitter_update_list {
	line-height: 1.1em;
	width:295px;
}


a:hover #headband-hem-menu-off {
	background: #1E1E1E;
	text-decoration:none;
	border-color: #2D2D2D;
	border-width: 0px 0px 0px 1px;
}

a #headband-hem-menu-off {
	text-decoration:none;
}

a:hover #headband-hem-menu-off-last {
	background: #1E1E1E;
	text-decoration:none;
	border-color: #2D2D2D;
	border-width: 0px 0px 0px 1px;
}

a #headband-hem-menu-off-last {
	text-decoration:none;
}

#hembox {
	margin: 0px auto 0 auto;
	width: 900px;
}

.justabox {
	background:#FFFFFF;
	border: 1px solid #AFAFB2;
	padding: 8px;
	float:left;
	width:670px;
}

.justabox form label{
	font-weight:bold;
}

dd {
	padding:10px 0px;
}

#category li {
	display:inline;
}

.text-input {
	font-size:140%;
	width:530px;
}

/** Bodyer **/

#container {
	margin: 5px auto 0 auto;
	width: 900px;
}

#tabs {
	float:right;
	margin-top:20px;
}

#content {
	width:635px;
	float:left;
	padding-left:8px;
	background:#FFF;
	margin-bottom:8px;
}

#menu-box-right {
	float:right;
	width:400px;
	margin-top:18px;
}

#twitterbubble {
	width:300px;
	height:100px;
	background: url(/img_site/bubble.gif) no-repeat;
	float:left;
}

#twitter-link {
	margin-left:147px;
	font-size:80%;
	position:absolute;
	top:100px;
}

#manga-manda {
	margin-right:10px;
	width:90px;
	float:right;
}

/** Sidebar **/

#sidebar {
	width:255px;
	margin-top:0px;
	float:right;
}

#sidebar a, #sidebar a:visited, .justabox a, .justabox a:visited {
	color: #F90B33;
}
.sidebar-box {
	background:#FFFFFF;
	border: 1px solid #AFAFB2;
	padding: 8px;
	line-height:1.3em;
}

#sidebar h2, #sidebar a h2{
	color:#F90B33 !important;
	font-size:170%;
}

a {
	color:#F90B33 !important;
}

#category-list {
	font-size:150%;
}

li {
	padding:5px;
}

#sidebar img {
	border: 4px solid #2D2D2D;
	margin: 2px 4px 2px 4px;
}

#sidebar h2 {
	line-height:1.5em;
	margin-left:8px;
}

#sidebar h2 img{
	border-width:0px;
}

.noborder {
	border:0px !important;
}

.buttons {
	margin-left:4px;
}

.buttons img {
	border-width:0px !important;

}

.navigation {
	height: 12px;
}

.alignleft {
	float: left;
	margin-bottom: 6px;
}

.alignright {
	float: right;
	margin-right: 8px;
	margin-bottom: 6px;
}

.post {
	clear: both;	
}