/*
Theme Name: Yes We Do Exist
Theme URI: http://yeswedoexist.ca
Description: The holiday based theme for the reindeer rental company Yes We Do Exist.
Version: 1.0
Author: James Wilkinson
Author URI: http://jwilkinson.ca
Tags: starkers, naked, clean, basic, holiday, christmas, light
*/
body{
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
color: #222222;
background: #70B8D0;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
h1,h2,h3,h4,h5,h6{
font-family: Helvetica, Arial, sans-serif;
font-weight: bold;
margin: 0;
padding: 5px 0;
}

a:link, a:visited, a:active{
color: #921A1D;
text-decoration: none;
}
a:hover{
color: #71B8CE;
}
img{ border: none; text-decoration: none; border-bottom: none;}
a img{ border: none; text-decoration: none; border-bottom: none; }
.wrapper{
width: 960px;
margin: 0 auto;
}
#navigation{
background: #c0e6ee;
height: 35px;
}
#navigation ul{
list-style: none;
padding: 0;
margin: 0;
}
#navigation ul li{
margin: 0;
padding: 0;
list-style: none;
margin-right: 10px;
float: left;
}
#navigation ul li a{
display: block;
height: 25px;
padding: 5px;
text-decoration: none;
border: none;
font-weight: bold;
font-size: 14px;
color: #565656;
}
#navigation ul li a:hover{
background: #70b8d0;
height: 25px;
padding: 5px;
text-decoration: none;
border: none;
color: #ffffff;
}
#navigation ul li.current_page_item{
display: block;
text-decoration: none;
border: none;
font-weight: bold;
font-size: 14px;
color: #ffffff;
background: #70b8d0;
}
#navigation ul li.current_page_item a{
color: #ffffff;
}
#masthead{
width: 960px;
height: 300px;
margin: 0 auto;
}
#contentwrapper{
width: 960px;
margin: 0 auto 0 auto;
background: #ffffff;
}
.clear{
clear:both;
content:".";
display:block;
height:0;
visibility:hidden;
}
#content{
padding: 0 10px;
width: 620px;
float: left;
margin-bottom: 50px;
}
.post h2{
color: #921A1D;
}
#sidebar{
width: 260px;
float: right;
padding: 0 5px;
line-height: 2em;
margin: 0 0 50px 0;
}
#sidebar ul{ list-style: none; margin: 0 0 0 0; padding: 0 0 0 0;}
#sidebar ul li{ list-style: none; margin: 0 0 0 0; padding: 0 0 0 0;}
#sidebar .widgettitle{
color: #71B8CE;
border-bottom: 1px solid #71B8CE;
background: url('images/hat.png') top left no-repeat;
padding: 0 0 0 40px;
margin: 0 0 0 0;
lin-height: normal;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active{
color: #70b8d0;
text-decoration: none;
border-bottom: none;
}
#footer{
text-align: center;
}
#footer a{
color: #000000;
}
/* Captions & aligment */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
padding-right: 5px;
padding-bottom: 5px;
}
.alignright {
	float: right;
padding-left: 5px;
padding-bottom: 5px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* COMMENTS CSS*/
.commentlist{margin: 0 0 0 0; padding:  0 0 0 0; list-style: none;}
.commentlist li{display: block; margin: 0 0 0 0; padding: 0 0 0 0;}
.avatar{float: left; padding-right: 5px;}
form { width: 95%; }
form label{display: block; font-weight: bold;}
form input[type="text"]{width: 95%; padding: 5px; border: 1px solid #dedede; }
form #submit {width: 150px;}
form textarea { width: 95%; height: 250px; padding: 5px; border: 1px solid #dedede;}
