/*Style position/layout*/
#container {
	width: 1000px;
	margin-left: auto;
	margin-right:auto;
	font-family: helvetica, sans-serif;
	font-size:12px;
}

#header {
	background-image: url('/images/logo.jpg');
	background-repeat: no-repeat;
	background-position:left top;   
	height: 140px; 
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#player {
	position: absolute;
	text-align: right;
	left: 1000px;
}

#nav {
	padding-top:100px;
	float:right;

	/*font-family: helvetica, sans-serif;*/
	cursor:default;
}

#content {
	/*padding:20px;*/
	margin-top: 50px;
}

#superArticles {
	float:left;
}

.articles {

	padding:20px;
	/*background-color:#001063;*/
	background-image: url('/images/lines.jpg');
	background-repeat: repeat;
	width: 600px;
	margin-bottom:50px;
}

#blahInternet {

	padding:20px;
	/*background-color:#001063;*/
	background-image: url('/images/lines.jpg');
	background-repeat: repeat;
	width: 600px;
	float:left;
}

.box {
	color: white;

	padding:20px;
	background-color: #001063;
	width: 600px;
	float:left;
	margin-bottom:40px;
}

.post {

	background-color:white;
	padding:1px 10px;
}


.side {
	margin-left:650px;
	background-color: #001063;
	color:white;
	width: 300px;

	padding:15px 15px;
	margin-bottom:30px;
}

#footer {
	margin-top:20px;
	text-align: center;
}

/*Format appearence*/
body {
	color: black;
	font-size:10pt;
}

a {
	color: #001063;
}

/*Header of articles in left*/
.post h2 {
}

/*date of post*/
.post date {
	
}

/*Style of p inside left (blogs)*/
.post p {
	
}

.schedNav {
	text-align: center;
}
	
/*NAV Bar Format*/
#nav ul, .schedNav ul {
	color: white;
	padding-left: 0;
	display: inline;
} 

#nav ul li, .schedNav ul li {
	margin-left: 5px;
	padding: 2px 12px 0;
	list-style: none;
	display: inline;

	background: #001063;

}

#nav ul li:hover, .schedNav ul li:hover {
	background-color: rgb(255,95,58);
}

#nav ul li.here, .schedNav ul li.here {
	background-color: rgb(255,95,58);
	/*this formats the current project tab*/
	}
	
#superArticles, #blahInternet h1, .articles h1, .box h1 {
	color:#001063;
	/*font-family: helvetica, sans-serif;*/
	margin-top:-40px;
}

.side h1 {
	color:#001063;
	/*font-family: helvetica, sans-serif;*/
	margin-top:-36px;
}

.box a {
	color:white;
}

.loading {
	margin-top:40px;
	background-position: center top;
	background-repeat: no-repeat;
	height:1000px;
}


#sexyBG { display: none; position: absolute; background: #000; opacity: 0.7; -moz-opacity: 0.7; -khtml-opacity: 0.7; filter: alpha(opacity=40); width: 100%; height: 100%; top: 0; left: 0; z-index: 99; }
#sexyBOX { display: none; position: absolute; background: #b9e77b; color: #333; font-size: 1.2em; text-align: center; border: 1px solid #111; top: 70px; z-index: 100; }
.sexyX { font-size: 12px; color: #ddd; padding: 4px 0; border-top: 1px solid #636D61; background: #778574; }