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

* { padding:0; margin:0; }

body {
	background:url(images/bg.jpg) top center no-repeat #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;
}

#recentcomments {
	list-style-image:url(images/write.gif);
}

.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:7px;
	
	-webkit-border-radius: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:7px;
	
	-webkit-border-radius: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;
}

h1 a, h1 a:visited {
	color:#FFF;
}

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

h2 a, h2 a:visited {
	color:#FFF;
}

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

h3 a, h3 a:visited {
	color:#FFF;
}

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

h4 a, h4 a:visited {
	color:#FFF;
}

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

h5 a, h5 a:visited {
	color:#FFF;
}

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

h6 a, h6 a:visited {
	color:#FFF;
}

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

#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;
	line-height:21px;
	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 {
	padding:5px 0 5px 0;
	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;
}

.date {
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-radius-topright:5px;
	-webkit-border-radius-bottomright:5px;
	background:#070a0e;
	width:110px;
	margin-left:-10px;
}

.date p {
	padding-left:15px;
}

.meta {
	text-align:right;
	border-top:solid 1px #151f2c;
	margin:15px 0;
	background:#324763;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-bottomleft:7px;
	-webkit-border-radius-bottomright:7px;
	-webkit-border-radius-bottomleft:7px;
	padding:5px 0 5px 0;
}

.comment {
	margin:5px;
}

.comment p {
}

.comment a, .comment a:visited {
	padding:10px;
	height:30px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
}

.comment a:hover {
	background:#3c5576;
	text-decoration:none;
}

.post_nav {
	width:667px;
	background:#3c5576;
	-moz-border-radius:7px;
	
	-webkit-border-radius:7px;
	padding:5px;
	margin:15px;
	text-align:center;
	font-weight:bold;
}

.comments-template {
	background:#3c5576;
	margin:15px;
	width:677px;
	-moz-border-radius:7px;
	
	-webkit-border-radius:7px;
	
	text-align:justify;
}

#comments {
	padding:10px 15px 5px 15px;
}

.commentlist {
	list-style-type:none !important;
	margin:10px -5px;
	padding-right:20px !important;
	float:left;
}

.commentlist li {
	float:left;
	margin:5px 0 10px 0;
}

.comment_content {
	background:#324763;
	padding:10px;
	margin-left:10px;
	float:right;
	width:517px;
	-moz-border-radius:7px;
	
	-webkit-border-radius:7px;
	
	text-shadow:#000 0px 1px 0px;
}

.comment_content p {
	padding:5px 0 5px 0;
}

.commentmetadata {
	height:auto;
	width:100px;
	float:left;
	background:#51739f;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	text-align:left;
	overflow:hidden;
	
	-moz-border-radius-topleft:0px !important;
	-webkit-border-radius-topleft:0px !important;
}

.comment_info_holder {
	padding:5px;
}

.gravatar {
	width:50px;
	height:50px;
}

#respond {
	margin:10px 20px 0px 20px;
	padding:5px 0 0 0px;
}

#commentform {
	margin:5px 20px 20px 20px;
}

.loggedin {
	padding:10px 0 5px 0;
}

.form_left {
	padding:5px 0 15px 0;
}

.form_left p {
	padding:5px 0 5px 0;
}

.form_right {
	padding:0 0 15px 0;
}

.submit_box {
	padding:15px 0 15px 0;
}

.logoutlink {
	font-size:11px;
	font-weight:100;
	color:#FFF;
	text-decoration:underline;
	float:right;
	width:180px;
}

.yarr {
	padding-top:25px;
	margin-top: 10px;
	border-top:1px solid #070a0e;
}

.wp-pagenavi {
	padding:10px;
}
