/*
Theme Name: Arctic Russia
Theme URI: http://arcticrussia.com
Description: The WordPress theme for Arctic Russia Blog.
Version: 1
Author: Equal Design
Author URI: http://equaldesign.co.uk/
Tags:
*/

* {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #247298;
}
a img {
	border: none;
}

body {
	color: #333333;
	background-color: #000000;
	font-family: Helvetica, sans-serif;
	font-size: 0.9em;
}

#header-wrap {
	width: 100%;
	background-color: #69A3BB;
	background-image: url(images/header-wrap-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 215px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #9DB1BC;
}
#header {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}
#site-info h1, #site-info p {
	text-indent: -9999px;
}
#container {
	background-color: #FFFFFF;
	padding: 45px;
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}

#content {
	float: left;
	margin-right: 35px;
	width: 615px;
	display: inline;
	border-bottom: 1px solid #89B9BB;
}
.post, .cat-stuff {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #89B9BB;
}
.postdate, .cat-info {
	color: #7E909C;
	width: 140px;
	margin-right: 10px;
	float: left;
	display: inline;
}
.post-content h2, #sidebar h2, h3#comments, .screen-reader-text, .cat-info h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
}
.post-content, .cat-desc {
	width: 465px;
	float: right;
	display: inline;
}
.post-content p, .post-content ul, .post-content ol, .cat-desc p {
	line-height: 1.5;
}
.post-content p, .cat-desc p {
	margin-bottom: 7px;
}
.post-content ol, .post-content ul {
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.tags, .tags-single {
	margin-top: 7px;
	color: #247298;
}
.tags-single {
	margin-top: 15px;
}
.rss-link {
	margin-bottom: 30px;
	background-image: url(images/rss-icon-small.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
	height: 12px;
}

#sidebar {
	float: right;
	display: inline;
	width: 210px;
	border-bottom: 1px solid #89B9BB;
}
#sidebar h2.sidebar-subscribe img {
	margin-right: 5px;
}
#sidebar h2.widgettitle, h3#comments, #sidebar .screen-reader-text {
	color: #247298;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #89B9BB;
}
#sidebar ul li ul {
	list-style-type: disc;
	padding-left: 10px;
	margin-left: 10px;
}
#sidebar ul li ul li {
	border: none;
	padding: 0px;
	margin-bottom: 5px;
}
#sidebar ul li ul li a {
	color: #333333;
}
#sidebar ul li ul li a:hover {
	text-decoration: underline;
}
#searchform {
	margin: 10px auto;
}

#sidebar #searchform #s {;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}
#sidebar .textwidget {
	line-height: 1.5;
}
#sidebar .textwidget p {
	margin-bottom: 7px;
}

#sidebar #searchsubmit {
	padding: 1px;
}
.screen-reader-text {
	font-weight: bold;
}

.comments-wrap {
	padding-left: 150px;
	width: 465px;
}
.comments-wrap ol.commentlist {
	list-style-type: none;
}
.comments-wrap ol.commentlist li {
	border-top:1px solid #89B9BB;
	padding-bottom:30px;
	padding-top:30px;
}
h3#comments {
	margin-bottom: 10px;
}
.comment-author, .comment-meta {
	margin-bottom: 8px;
}
img.avatar {
	padding: 5px;
	background-color: #69A3BB;
}
textarea {
	width: 95%;
	padding: 5px;
	margin-bottom: 10px;
}
#respond input {
	padding: 5px;
	margin-bottom: 5px;
	width: 50%;
}
#respond input#submit {
	margin-bottom: 30px;
}
#respond h3 {
	margin-bottom: 10px;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 7px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	}

img.alignleft {
	display: inline;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

#footer {
	margin-top: 30px;
	text-align: center;
}