/* 
Theme Name: my winter cap
Description: the theme for my winter cap's blog
Author: Gabe Boning
Author URI: http://brianpurkiss.com
Version: 2.0


Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/
body {
	font-family: georgia;
	font-size: 16px;
	background: #231C18 url('botbg.jpg') top left repeat;
	line-height: 1.5;
}

/* General */
a {
	text-decoration: none;
	color: #658ce3;
}
a:hover {
	color: black;
}
p {
	margin: 16px 0;
}
blockquote {
	font-style: italic;
	color: #333;
	padding: 0 60px 0 20px;
}
cite {
	font-variant: small-caps;
	font-size: 12px;
	text-align: right;
	margin-right: 120px;
	display: block;
	margin-bottom: 32px;
}
#container {
	width: 700px;
	background-color: white;
	padding: 0px 100px 0 100px;
	margin-top: 100px;
	border: 10px solid #0b0709;
	border-bottom: none;
	margin: 0px auto;
}
h2, h1 {
	font-size: 34px;
	clear: both;
	margin-bottom: 0px;
	letter-spacing: 0px;
}
h2 a, h1 a {
	color: #fc2b3f;
}
h3 {
	font-size: 30px;
	font-style: italic;
}

/* Header */
#comiclink {
	text-transform: uppercase;
	font-size: 11px;
	display: block;
	width: 700px;
	margin: 0px auto;
	position: relative;
	bottom: 0px;
}
#nav {
	text-indent: 15px;
	position: relative;
	top: 5px;
}

#blognav {
	text-indent: 15px;
	padding-top: 30px;
	//background-color: #d3d0d1;
}
#nav li, #blognav li {
	float: left;
}
.title {
	padding-top: 6px;
	font-size: 11px;
	float: none !important;
	margin-bottom: -6px;
	color: #bcb6ae;
	text-transform: uppercase;
}
#nav li a, #blognav a {
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial;
	border-bottom: 2px solid #EBEBEB;
}
#nav li a:hover, #blognav a:hover {
	border-bottom-color: black;
}
#header {
	width: 900px;
	background-color: white;
	margin-top: 100px;
	padding: 0;
	border: 10px solid #0b0709;
	margin: 40px auto;
	overflow: hidden;
	height: 100px;
}
#header h1 {
	float: left;
	margin: 0;
}
#header h1 a {
	text-transform: lowercase;
	font-weight: bold !important;
	display: block;
	margin:0;
	vertical-align: bottom;
	height: 100%;
	margin-left: 100px;
	margin-right: 80px;
	padding-top: 20px;
	padding-bottom: 50px;
}

#header h1 a:hover {
	color: black;
}
#searchform {
	text-align: right;
	margin-top: 10px;
}
#searchform label {
	text-transform: uppercase;
	font-size: 11px;
	font-family: arial;
}
#searchform input {
	padding: 5px 5px;
	font-size: 11px;
	border: 3px double #bcb6ae;
}
#searchsubmit {
	display: none;
}
/* Post */
.post{}
.post ul,ol {
	list-style-type: circle;
}
.post li {
	margin-bottom: 3px;
}
.postmeta p, #postmeta p{
	font-size: 13px;
	clear: both;
	color: #bcb6ae;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	margin-top: 16px;
	padding: 16px 0;
}
.postmeta a, #postmeta a {
	color: #8facea;
}
.postmeta a:hover, #postmeta a:hover {
	color: black;
}
.date {
	font-size: 12px;
	margin: 48px 0 16px;
}
.more-link {
	text-transform: uppercase;
}
.postnavigation{}


/* Comments */
#comments {
	background-color: #f0f4f7;
	padding: 50px 100px;
	width: 700px;
	position: relative;
	right: 110px;
	border-left: 10px solid #27201C;
	border-right: 10px solid #27201C;
}
#comment {
	width: 700px;
}
.comments_navigation{}
.comments_navigation{}
.comments_reply{ 
	background-color: #e6edf2;
	padding: 50px 100px;
	width: 700px;
	position: relative;
	right: 110px;
	border-left: 10px solid #27201C;
	border-right: 10px solid #27201C;
}
.comment_text{
	clear: both;
}
.comments_meta {
	font-size: 12px;
	color: #bcb6ae;
	border-width: 1px 0;
	border-style: solid;
	border-color: #FFFFFF;
	font-family: arial;
	padding: 0;
	text-transform: uppercase;
	margin: 0;
}
.comments_meta img {
	margin-right: 3px;
	vertical-align: middle;
}
#comments_list {
	list-style-type: none;
}
#comments_list li {
	margin-top: 32px;
}

/* Comments form */
#commentform input, #commentform textarea {
	padding: 5px 5px;
	font-size: 12px;
	border: 3px double #bcb6ae;
	font-family: georgia;
}
#commentform p {
	margin-right: 50px;
}
#commentform input {
	width: 180px;
}
#commentform textarea {
	clear: both;
	width: 680px !important;
	display: block;
	margin-top: 26px;
}
#commentform ul {
	float: left;
	margin-right: 50px;
}
#commentform li {
	padding: 0 0 5px 0;
}
label {
	font-size: 11px;
	text-transform: uppercase;
	width: 80px;
	display: inline-block;
}
#allowedtags {
	font-size: 11px;
	margin-top: 16px;
}
#commentform {
	overflow: hidden;
	margin-top: 30px;
}
#commentform #submit {
	background-color: #D8EDFB;
	font-family: georgia;
	clear: both;
	text-transform: uppercase;
	width: auto;
}

/* Bottom */
#sidebar, #footer{
	background-color: #D8EDFB;
	padding: 50px 100px;
	width: 700px;
	position: relative;
	right: 110px;
	border-left: 10px solid #31272b;
	border-right: 10px solid #31272b;
}
#sidebar {
	margin-top: 0px;
	font-family: arial;
	background-color: #D8EDFB;
	font-size: 12px;
	line-height: 1.8;
	padding-top: 30px;
}
#sidebar>ul>li {
	float: left;
	width: 155px;
	margin-right: 20px;
	overflow: hidden;
	border-top: 1px solid white;
}
#sidebar h2 {
	clear: none;
	font-size: 18px;
	padding-top: 0px;
	margin-bottom: 4px;
}
#sidebar:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Footer */
#footer {
	padding: 10px 100px;
	color: #37312D;
	text-transform: uppercase;
	clear: both;
	font-size: 10px;
	border-width: 0 10px 10px 10px;
	border-color: #37312d;
	font-family: arial;
	background-color: #FC2B3F;
}
#footer a {
	color: #D8EDFB;
}
#footer p:first-child {
	float: left;
	margin-top: 10px;
	text-align: left;
}
#footer p {
	text-align: right;
	margin: 0;
}
