@charset "utf-8";
/* 
Coding by: Josh Craddock - Edited by Daniel Bennifer
Website: Theme ~ ViewTheBigBangTheory
 */

* {
	margin: 0px;
	padding: 0px;
}

body {
background: #333333;
font: 11px Arial, Helvetica, sans-serif;
padding: 20px 0px 20px 0px;
}

.container {
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.container2 {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


h1 {
width: 500px;
height: 154px;
background: url(img/header.jpg) no-repeat;
} h1 a { display: block; height: 118px; } h1 span { display: none; }

h2 {
width: 800px;
height: 154px;
background: url(img/header.jpg) no-repeat center;
} h1 a { display: block; height: 118px; } h1 span { display: none; }

#navigation {
	width: auto;
	height: 16px;
	background: url(img/navigation.jpg) repeat;
	color: #999999;
	padding: 5px 0px 5px 10px;
}

#navigation a { 
color: #999999;
text-decoration: none;
padding: 0px 5px;
} #navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content {
width: 480px;
background: url(img/contentback.jpg) repeat;
padding: 10px;
}

.left {
	width: 550px;
	color: #6d6d6d;
}

.right {
float: right;
}

#contentbox {
width: 501px;
height: 25px;
background: url(img/contentbox.jpg) no-repeat;
color: #999999;
text-align: right;
padding: 12px 10px 0px 0px;
} #contentboxcontent { width: 151px; border-style: solid; border-color: #ebebeb; border-width: 0px 1px 1px 1px; padding: 3px; }

#contentboxcontent a { color: #727272; text-decoration: underline; }
#contentboxcontent a:hover { color: #ee9700; text-decoration: none; }

h2 {
font-size: 24px;
color: #999999;
}
h2 span {
color: #999999;
font-size: 14px;
}
