﻿/*  
Theme Name: Winterplain
Theme URI: http://templates.arcsin.se/
Description: Simple and soft styled, two-column theme with a touch of cold. Based on the <a href="http://templates.arcsin.se/winterplain-website-template/">free website template</a> "Winterplain". Using <a href="http://mootools.net">Mootools</a> for smooth scrolling.
Version: 1.0
Author: Viktor Persson
Author URI: http://arcsin.se/
Customized by Aeris Communications
*/


html {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
body {
	background: #efefef url('img/bg.gif') repeat-y top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

/* main layout */
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 7px 0 4px;
	background: #fff;
}
#header {
	margin: 0;
	padding: 1.5em 0.5em 1em 0.5em;
}
#main {
	margin: 9px 0 0 8px;
}

#content {
	width: 655px;
	margin-top: 8px;
	float: left;
}

#sidemenu {
	width: 205px;
	margin-top: 6px;
	margin-left: 7px;
	padding: 0px 7px;
}

/* general */
a {
	color: #598D32;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #4D238F;
	text-decoration: underline;
}
p {
	margin: 2px 0 8px;
}
h1, h2, h3 {
	margin: 2px 0;
}
blockquote {
	background: #f6f6f6 url('img/quote.gif') no-repeat;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	color: #5f5f5f;
	display: block;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
}
code {
	display: block;
	white-space: pre;
	background: #FFFFF6;
	border: 1px solid #EED;
	padding: 5px 10px;
	overflow: auto;
	margin: 1em 0;
}
ul, ol {
	margin: 0 0 1em 1.4em;
}
fieldset {
	padding: 12px 10px;
	background: #EFE;
	color: #232;
	border: 1px solid #DED;
	margin-bottom: 1em;
}
legend {
	font: bold 1em Verdana,sans-serif;
	padding: 0 6px;
	color: #363;
}
img {
	border: none;
}
img.bordered, .post img {
	background: #FFF;
	padding: 5px;
	border: 1px solid #DDD;
}
img.left {
	margin-right: 1em;
}
img.right {
	margin-left: 1em;
}
small, .small {
	font-size: 0.9em;
}
textarea {
	width: 320px;
}
select option {
	padding: 0px 2px 0px;
}

/* header */
#header h2 {
	font: bold 310% georgia, times, serif;
	color: #333;
	letter-spacing: -1.9px;
	padding-top: 0px;
	font-variant: small-caps;
	line-height: 1.05em;
}
#header h2 a, #top h2 a:visited {
	color: #333;
}
#header h2 a:hover, #top h2 a:active {
	background: transparent;
	color: #4D238F;
	text-decoration: none;
}
#header h1 {
	font: normal 1.2em Verdana,sans-serif;
	color: #777;
	line-height: 1.05em;
}
#nav {
	margin-top: 9px;
}
#nav ul {
	padding-left: 0;
	margin-left: 0.5em;
	background-color: #686868;
	color: #fff;
	float: left;
	width: 889px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0.5em 1em;
	background-color: #686868;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 0px solid #fff;
}
#nav ul li a:hover {
	background-color: #333;
	color: #fff;
}
.path #nav ul li #current a {
	background-color: #fff;
	color: #fff;
}
/* class = page_item page-item-2 */

/* sidemenu */
#sidemenu .content {
	padding: 2px 2px 2px;
	background: #f6f5f5;
	border: 1px dotted #bdbdbd;
	margin-bottom: 14px;
}
#sidemenu div.content {
	padding: 5px 7px;
}
#sidemenu h2 {
	font: bold 1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#sidemenu ul {
	margin: 0;
	padding: 0;
}
#sidemenu li {
	list-style: none;
	padding: 3px 0;
}
#search {
	margin-bottom: 12px;
}
input#s {
	background: #fcfcfc;
	font: normal 1em Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 3px 1px 3px 3px;
	margin-right: 5px;
	width: 120px;
}
input#s:hover {
	background: #fff;
}
p input#submit {
	background: #333;
	color: #fff;
	font: bold 0.8em Verdana,sans-serif;
	padding: 5px 5px;
	border: 0;
	cursor: pointer;
}
input.submit {
	background: #333;
	color: #fff;
	font: bold 0.8em Verdana,sans-serif;
	padding: 5px 5px;
	border: 0;
	cursor: pointer;
}

/* footer */
#footer {
	margin: 8px;
	padding: 1em 1em 1em 0em;
}
#footer {
	font-size: 0.9em;
	border-top: 1px dotted #666666;
	background: #F6F6F6;
	padding: 1px 4px 10px;
	color: #777;
}
#footer .right a {
	color: #777;
	text-decoration: none;
}
#footer .right a:hover {
	color: #000;
}

/* post */
.post {
	margin-bottom: 1.5em;
}
.post h2 {
	font: bold 160% georgia, times, serif;
	letter-spacing: -0.5px;
}
.post h2 a {
	color: #333;
}
.post h2 a:hover, #post h2 a:active {
	background: transparent;
	color: #4D238F;
	text-decoration: underline;
}
.post .date {
	color: #777;
	font-size: 1em;
	margin: 6px 0 12px;
}
.post .author {
	color: #777;
	font-size: 1em;
	margin: 4px 0 6px;
	text-transform: uppercase;
}
.post .body {
	margin-bottom: 12px;
	line-height: 1.4em;
	font-size: 1.1em;
}
.post .metadata {
	background: #ededed;
	border: 1px dotted #ddd;
	font: normal 1em sans-serif;
	padding: 4px;
	clear: both;
}
.post .metadata a a:visited {                                     
	color: #777;
	text-decoration: none;
}
.post .metadata a:hover {
	color: #4D238F;
}
.archive_title {
	font: normal 2em Arial, Helvetica, sans-serif;
	color: #999;
	padding: 8px 8px 5px 0px;
	clear: both;
}
.path_bottom {
	margin-left: 0em;
	margin-bottom: 1em;
	background: #f6f6f6;
	border: 1px dotted #ddd;
	padding: 5px 0px;
	font-weight: bold;
	color: #598D32;
}

/* icons */
span.comment {
	background: url('img/icon_comment.gif') no-repeat left center;
	padding-left: 18px;
}
span.tag {
	background: url('img/icon_tag.gif') no-repeat left center;
	padding-left: 18px;
}

/* comments */
h2#comments {
	font: normal 1.2em Arial, Helvetica, sans-serif;
}
h2#respond {
	font: bold 1.4em Arial, Helvetica, sans-serif;
	padding: 0.4em 0;
}
.commentlist {
	margin: 1em 0 0;
	font-size: 1em;
}
.commentlist li {
	list-style: none;
	padding: 8px 10px 1px;
}
.commentlist .post .date {
	margin-bottom: 3px;
}

/* special links */
a.scrolldown, a.scrollup {
	width: 16px;
	height: 16px;
}
a.scrolldown {
	background: url('img/arrow_down.gif') no-repeat left top;
}
a.scrollup {
	background: url('img/arrow_up.gif') no-repeat left top;
}
a.feed {
	background: url('img/feed.jpg') no-repeat left top;
	width: 28px;
	height: 28px;
	margin-top: 20px;
}
a.button {
	display: block;
}
a.button:hover {
	background-position: left bottom;
}

/* misc */
.bold {
	font-weight: bold;
}
.bordered {
	border: 1px solid #ddd;
	background: #fff;
	padding: 5px;
}
.clearer {
	clear: both;
	font-size: 0;
	background: #fff;
}
.left {
	float: left;
}
.light, .light a {
	color: #777;
}
.odd {
	background: #F6F6F6;
}
.right {
	float: right;	
}
.tright {
	text-align: right;
}
.social {
	float: right;
	margin: 0px 0px 20px 0px;
}
.social img {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
	position: relative;
	left: 0px;
	top: 0px;
}
.emailpost {
	float: left;
	margin: 0px 0px 20px 0px;	
	font-size: 0.9em;
}
