/** CSS for http://wwww.th3rmal.com 
Do not copy without permission :)
By Pedram Rajabifard **/

body {
	background-color: #acacac;
}

img {
	text-decoration: none;
	border: 0;
}

center {
	font-family: "Tahoma";
	font-style: bold;
	padding: 10px;
}

img a {
	text-decoration: none;
	border: 0;
}

/** Start header **/


#top {
	background-color: #acacac;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	height: 216px;
	width: 663px;
	padding: 20px;
}

/** End header **/

/** Start Nav bar **/

#nav_bar {
	background-image: url("./nav_bar.png");
	width: 100%;
	left: 0;
	right: 0;
}

#nav_links {
	width: 587px;
	height: 57px; 
	margin: auto;
}

/** End Nav Bar **/


#stuff {
	width: 85%;
	margin: auto;
	border: 2px solid #ffffff;
	border-top: none;
}

/** Start Content **/

#content {
	background-color: #527aa2;
}

.main_table {
	width: 100%;
}

#blog {
	width: 40%;
	padding: 20px;
}

#post {
	width: 225%;
	background-color: #cdcdcd;
	border: 2px solid #ffffff;
	margin-left: 20px;
	margin-top: 10px;
}

#post_header {
	font-family: "Impact";
	font-size: 26pt;
	color: #555555;
	padding: 5px;
	padding-left: 15px;
}

#post_time {
	font-family: "Tahoma";
	font-size: 11pt;
	color: #555555;
	padding: 5px;
}

#post_content {
	font-family: "Tahoma";
	font-size: 12pt;
	color: #555555;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
}

#blog_links {
	width: 250px;
	float: right;
	background-color: #cdcdcd;
	border: 2px solid #ffffff;
	margin: 20px;
	margin-top: 30px;
	top: 0;
}

#blog_links a {
	color: #555555;
	border-bottom: 1px dotted;
	text-decoration:none;
}

#blog_links a:hover {
	color: black;
	border-bottom: 1px dotted;
	text-decoration:none;
}

#links_title {
	font-family: "Impact";
	font-size: 22pt;
	color: #555555;
	padding: 5px;
	padding-left: 10px;
}

#links_blog {
	font-family: "Tahoma";
	font-size: 14pt;
	color: #555555;
	padding-left: 15px;
	padding-bottom: 10px;
}

#other_links {
	width: 250px;
	float: right;
	background-color: #cdcdcd;
	border: 2px solid #ffffff;
	margin: 20px;
}

#other_links a {
	color: #555555;
	border-bottom: 1px dotted;
	text-decoration:none;
}

#other_links a:hover {
	color: black;
	border-bottom: 1px dotted;
	text-decoration:none;
}

#other_title {
	font-family: "Impact";
	font-size: 20pt;
	color: #555555;
	padding: 5px;
	padding-left: 10px;
}

#links_other {
	font-family: "Tahoma";
	font-size: 14pt;
	color: #555555;
	padding-left: 15px;
	padding-bottom: 10px;
}

/* End Content */

/* Start Splash screen */

#splash_header {
	padding-top: 100px;
	margin: auto;
	width: 603px;
	height: 381px;
}

#enter {
	margin-top: 200px;
	margin: auto;
	width: 263px;
	height: 100px;
}
