/*
Theme Name: Cardeo Minimal	
Theme URI: http://www.cardeo.ca	
Description: A minimal blog theme
Version: 1.0
Author: Matt Lambert
Author URI: http://www.cardeo.ca
*/

/***------------------------------------
ALL
------------------------------------***/

body {
 font-family: Helvetica, Arial, sans-serif;
 font-size: 14px;
 line-height: 150%;
 color: #000;
 padding: 0;
 margin: 0 auto;
 text-align: left;
 vertical-align: top;
 border: 0;
 background-color: #fff;
 background: #fff url(/_static/images/juice-bg.jpg) top center;
}

img {
 border: 0;
}

a, a:link, a:visited {
 color: #df0120;
 text-decoration: underline;
 border: 0;
}

a:hover {
 color: #c20105;
 text-decoration: underline;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style: none;
 border: 0;
 -moz-padding-start:40px;
}

li {
 list-style: square;

}

p {
line-height: 160%;
 padding-bottom: 10px;
 margin: 0;
}

ol li {
 list-style-type: decimal;
}

/***------------------------------------
body styles
------------------------------------***/

#container {
border-left: 20px solid #fff;
border-right: 20px solid #fff;

 width: 835px;
 margin: 0 auto;
 padding: 0;
 background: #fff;
}

#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#header {
 width: 835px;
 float: left;
 height: 150px;
 margin: 0;
 padding: 0;
}

#logo {
 float: left;
 margin: 20px 0 0 0;
 padding: 0;
}


#logo a {
	display: block;
	outline: 0;
	width: 300px;
	height: 92px;
	cursor: pointer;
	text-indent: -999px;
	background: #fff url(/_static/images/juice-logo-300.gif) top left no-repeat;
}



#nav {
 float: right;
 margin: 10px 0px 0px 0px;
 padding: 0;
}

#nav li {
 float: left;
 margin-left: 30px;
 list-style-type: none;
}

#main {
 float: left;
 width: 835px;
 margin: 0;
 padding: 0;
 
 }

#left {
 float: left;
 width: 560px;
 margin: 0;
 padding: 0;
}



.post-footer {
 float: left;
 margin: 20px 0px 80px 0px;
 padding: 10px 15px 10px 15px;
 background-color: #ebebeb;
 width: 530px;
 font-size: 12px;
/*  border-top: 2px #ebebeb solid; */
}

.post-footer-left {
 float: left;
 width: 400px;
}

.post-footer-right {
 float: right;
}

.author {
}

#right {
 float: left;
 width: 235px;
 margin: 0px 0px 0px 40px;
 padding: 0;
}

#sidebar {
 float: left;
 width: 195px;
 margin: 0 0 0 40px;
 padding: 0;
 !margin: 0; /* quick and dirty for IE6 */
}

#sidebar ul {
 -moz-padding-start:0px;
}

#sidebar li {
 font-size: 12px;
 line-height: 18px;
 list-style-type: none;
}

#ads {
 float: left;
 width: 125px;
 margin: 0px 0px 0px 40px;
 padding: 0;
}

#footer {
float: left;
display: block;
 width: 835px;
 padding-top: 20px;
 margin: 40px 0px;
 background-color: #fff;
 clear: both;
 font-size: 10px;
 color: #666;
 border-top: 2px solid #ebebeb;
}

blockquote {
 padding: 20px;
 background-color: #ebebeb;
}

blockquote p {
 padding: 0;
}

.alignright {
 margin: 0px 0px 20px 20px;
}

.alignleft {
 margin: 0px 20px 20px 0px;
}

#next {
 float: left;
 clear: both;
}

.blog-description {
 font-size: 10px;
 line-height: 18px;
 padding: 20px;
 background-color: #ebebeb;
 margin: 0;
}

#twitter_update_list li {
 list-style-type: none;
}

#twitter_update_list li span {
	display: block;
}

.commentlist ul {
 -moz-padding-start: 0;
 margin: 0;
 padding: 0;
}

.commentlist li {
 width: 520px;
 list-style-type: none;
 background-color: #ebebeb;
 padding: 0px 20px 0px 20px;
 margin: 0px 0px 20px 0px;
}

.comment-text {
 font-size: 12px;
}

.page-header-bg {
 padding: 10px 10px 40px 10px;
 background-color: #ebebeb;
 margin-bottom: 20px;
}



/***------------------------------------
Type
------------------------------------***/

h1 {
 font-family: helvetica, arial, sans-serif;
 font-size: 28px;
 color: #333;
 font-weight: bold;
 margin: 0;
 padding: 0;
 line-height: 36px;
 text-transform: uppercase;
 text-decoration: none;
}

h2 {
 font-family: helvetica, arial, sans-serif;
 font-size: 20px;
 color: #333;
 font-weight: bold;
 margin: 0 0 0 0; 
 padding: 0;
 letter-spacing: -1px;
 line-height: 100%;
}

h3 {
 font-family: helvetica, arial, sans-serif;
 font-size: 12px;
 color: #333;
 font-weight: bold;
 margin: 20px 0px 0px 0px;
 padding: 0;
 line-height: 18px;
}

h4 {
 font-size: 12px;
 color: #ccc;
 margin: 10px 0px 0px 0px;
 font-family: helvetica, arial, sans-serif;
}

h5 {
 font-size:12px;
 font-family: helvetica, arial, sans-serif;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 0;
}

.post_meta {
	margin: 8px 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	font-style: italic;
}

.post_meta a:link, .post_meta a:visited {
	color: #000;
	text-decoration: none;
}

.post_meta a:hover, .post_meta a:active {
	color: #df0120;
}


#sidebar p {
 font-size: 10px;
 line-height: 18px;
 margin: 0;
}

#nav a, #nav a:link, #nav a:visited, #nav a:hover {
 text-decoration: none;
 font-weight: bold;
}


h1 a, h1 a:link, h1 a:visited, h1 a:hover {
 text-decoration: none;
}

h2 a, h2 a:link, h2 a:visited, h2 a:hover {
 text-decoration: none;
 outline: 0;
}


