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

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

body {
background: #3d3c41;
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: 169px;
background: url(img/header.jpg) no-repeat;
} h1 a { display: block; height: 118px; } h1 span { display: none; }

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

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

.content {
width: 480px;
background: url(img/ContentBackground.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: #ffffff;
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: #6d6d6d;
}
h2 span {
color: #c5c5c5;
font-size: 14px;
}
