/* Epyks.net Style Sheet. Version ..... I lost count. */

* { padding:0; margin:0; }

body {
	background:url(images/bg.jpg) no-repeat top center #364d6d;
	font-family:Calibri;
	font-size:15px;
	color:#FFF;
}

#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	width:283px;
	height:161px;
	background:url(images/headersnip.png) no-repeat;
	float:left;
}

#header a, #header a:visited, #header a:hover {
	width:283px;
	height:60px;
	display:block;
	margin-top:90px;
	outline:none;
}

#nav {
	width:717px;
	height:161px;
	background:url(images/navsnip.png) no-repeat;
	float:right;
}

#nav ul {
	margin-left:140px;
}

#nav li {
	list-style-type:none;
}

#nav a, #nav a:visited {
	float:left;
	padding:100px 25px 9px 25px;
	color:#070a0e;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	outline:none;
}

#nav a:hover {
	background:#070a0e;
	color:#dcdcdc;	
	outline:none;
}

#content_holder {
	background:#070a0e;
	width:1000px;
	float:left;
}

#left {
	width:700px;
	float:left;
}

.post {
	margin:15px 7.5px 15px 15px;
	background:#3c5576;
	text-align:justify;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:10px;
}

.post p {
	padding:5px;
	line-height:25px;
}

#right {
	width:300px;
	float:right;
}

.sidebar_post {
	margin:15px 15px 15px 7.5px;
	background:#293b52;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	padding:10px;
}

.sidebar_post p {
	padding:5px;
}

#footer {
	/* -moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-webkit-border-radius-bottomleft:7px;
	-webkit-border-radius-bottomright:7px; */ /* For if I ever want rounded corners. Lazy ftw :D */
	width:1000px;
	float:left;
	background:#070a0e;
	text-align:center;
	padding-bottom:20px;
	font-size:12px;
}

#footer_break {
	width:970px;
	height:1px;
	margin:auto;
	border-top:solid 1px #151f2c;
}

#footer_box {
	float:left;
	width:477px;
	text-align:justify;
	font-size:12px;
	line-height:17px;
	background:#151f2c;
	margin:15px 8px 15px 15px;
	text-shadow:#000 0px 2px 1px;
	
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	
	-webkit-border-radius-bottomleft:7px;
	-webkit-border-radius-bottomright:7px;
	-webkit-border-radius-topleft:7px;
	-webkit-border-radius-topright:7px;
}

#footer_box2 {
	float:right;
	width:477px;
	text-align:justify;
	font-size:12px;
	line-height:17px;
	background:#151f2c;
	margin:15px 15px 15px 8px;
	text-shadow:#000 0px 2px 1px;
	
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	
	-webkit-border-radius-bottomleft:7px;
	-webkit-border-radius-bottomright:7px;
	-webkit-border-radius-topleft:7px;
	-webkit-border-radius-topright:7px;
}

#footer a, #footer a:visited {
	color:#3d587c;
}

#footer a:hover {
	text-decoration:none;
	color:#4e72a1;
}

#footer p {
	padding:10px;
}

a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#070a0e;
}

a:hover {
	color:#1a2433;
	text-decoration:underline;
}

blockquote {
	margin:5px;
	font-size:12px;
	background:#314764;
	padding:10px;
}

h1, h2, h3, h4, h5, h6 {
	padding:5px;
	text-shadow:#000 0px 2px 1px;
}

#left ul {
	padding:5px 5px 5px 20px;
}

#left li {
	padding:5px 0 5px 0;
}

#left ol {
	list-style-type:decimal;
	padding:5px 5px 5px 20px;
}

#right ul {
	padding:5px 5px 5px 20px;
	color:#FFF;
}

#right li {
	padding:5px 0 5px 0;
}

#right ol {
	list-style-type:decimal;
	padding:5px 5px 5px 20px;
}

#right ul a, #right ul a:visited {
	display:block;
	padding:5px;
	width:210px;
}

#right ul a:hover {
	background:#243449;
}

.center {
	text-align:center;
}

.block {
	display:block;
	padding:5px;
}

.checklist {
	list-style-image:url(images/list1.gif);
	margin-left:10px;
}

.checklist2 {
	list-style-image:url(images/list2.gif);
	margin-left:10px;
}

img {
	outline:none;
	border:none;
}