/*   
Theme Name: Chasupi.net
Theme URI: http://chasupi.net
Description: The main theme for Chasupi.net
Author: Agent Spork
Author URI: http://spork-chan.net
Template: 
Version: 1.0
.
General comments/License Statement if any.
.
*/


html { height: 100%; }

body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #424242;
	background-color: #c5c5c5;
	background-image: url("img/content_background.png");
	background-position: top center;
	background-repeat: repeat-y;
}

img { border: 0; }

/*==General Alignment Definitions===*/

.left { float: left; }
.right { float: right; }
.center { text-align: center; }

/*==================================*/
/*Main container
/*==================================*/

#mainContainer {
	width: 896px;
	margin: 0 auto;
}

/*==================================*/
/*Header
/*==================================*/

#header {
	height: 160px;
	background-image: url("img/header_middle.png");
	background-repeat: repeat-x;
}

#header_left {
	float: left;
	width: 289px;
	height: 160px;
	background-image: url("img/header_left.png");
	background-repeat: no-repeat;
	background-position: top left;
}

#header_right {
	height: 160px;
	background-image: url("img/header_right.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#header .logo {
	float: left;
	margin-left: 120px;
	margin-top: 20px;
}

/*==================================*/
/*Navigation
/*==================================*/

#navigation {
	float: left;
	width: 192px;
}

#navigation .top {
        float: left;
	width: 160px;
	height: 24px;
	background-image: url("img/navigation_links.png");
	background-position: 0 0;
	padding-top: 8px;
	padding-left: 32px;
        font-size: 14px;
	font-weight: bold;
        color: #780030;
}

#navigation a {
	width: 152px;
	height: 20px;
	float: left;
	background-image: url("img/navigation_links.png");
        background-position: 0 -32px;
        padding-top: 4px; padding-left: 40px;
        color: #196400;
        font-weight: bold;
        text-decoration: none;
}

#navigation a:hover {  background-position: -192px -32px; color: #308a12; }
#navigation a.bottom:hover { background-position: -192px -80px; color: #308a12; }
#navigation a.bottom { background-position: 0 -80px; margin-bottom: 16px; }

/*==================================*/
/*Content
/*==================================*/

#content .ghettoSpacer { margin-top: 12px; }

#content {
	margin-left: 208px;
	margin-top: 16px;
	margin-right: 48px;
}

* html #content { margin-right: 45px; }

#content .heading {
	width: 640px;
	height: 32px;
	background-image: url("img/content_heading.png");
	
}

#content .heading a { color: #ffb2d1; }
#content .heading a:hover { color: #ffd5e6; }

#content .heading h1 {
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #780030;
	padding-top: 8px;
	padding-left: 8px;
	margin: 0;
}
	

#content .heading h2 {
	float: right;
	height: 24px;
	background-image: url("img/content_headingSeparator.png");
	backgroundposition: top left;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
	font-weight: normal;
	color: #ffb2d1;
	text-align: right;
}

#content p { line-height: 18px; }
#contentEnd { clear: both; }

#content .commentArea {
	height: 24px;
	margin-bottom: 16px;
}


#content .smallHeader2 {
        width: 128px;
        float: left;
        height: 24px;
        background-image: url("img/content_smallHeaderMiddle.png");
}

#content .smallHeader {
        width: 128px;
        float: left;
        height: 24px;
        background-image: url("img/content_smallHeaderMiddle.png");
        margin-bottom: 12px;

}

#content .smallHeaderLeft {
        width: 8px;
        height: 24px;
        float: left;
        background-image: url("img/content_smallHeaderLeft.png");
        background-position: top left;
        background-repeat: no-repeat;
}

#content .smallHeaderMiddle {
        padding-top: 4px;
        color: #1d6f01;
	font-weight: bold;
        text-align: center;
}

#content .smallHeaderRight {
        width: 8px;
        height: 24px;
        float: right;
        background-image: url("img/content_smallHeaderRight.png");
        background-position: top right;
        background-repeat: no-repeat;
}

#content .commentBox {
	width: 128px;
	height: 24px;
	float: right;
	background-image: url("img/content_commentBox.png");
	background-position: 0 24px;
	text-align: center;
	font-weight: bold;
	color: #465f6c;
}

#content .commentBox a {
	display: block;
	width: 128px;
	height: 20px;
	background-image: url("img/content_commentBox.png");
	background-position: 0 0;
	text-align: center;
	color: #1d6f01;
	font-weight: bold;
	text-decoration: none;
	padding-top: 4px;
}

#content span { margin: 0; padding: 0;  }

#content .commentBox a:hover {
	background-image: none;
	color: #2ba104;
}

#content a { color: #a00040; text-decoration: none; }
#content a:hover { color: #c42a67; }

#content .commentlist { font-weight: bold; }
#content .commentlist li { padding-bottom: 8px; margin-bottom: 16px; border-bottom: 1px dotted #999999; }
#content .commentlist .text { font-weight: normal; }

#content .cosplayThingy {
    float: right;
    margin-top: 16px;
    margin-left: 16px;
    padding: 2px;
    width: 90px;
    height: 205px;
    background-color: #424242;
}
    

/*==================================*/
/*Footer
/*==================================*/

#footer {
	margin: 0 auto;
	width: 816px;
	height: 64px;
	border-top: 1px dotted #9d9d9d;
	padding-top: 16px;
	margin-top: 16px;
	text-align: center;
	color: #6d6d6d;
}

#footer a { color: #878787; text-decoration: none; font-weight: normal; border-bottom: 1px dotted #878787; }
#footer a:hover { color: #878787; }