/*
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: verdana, helvetica, arial, sans-serif;
 font-size: 10px;
 line-height: 16px;
 color: #000;
 padding: 0;
 margin: 0 auto;
 text-align: left;
 vertical-align: top;
 border: 0;
 background-color: #fff;
 background-image: url(http://perfectlaughter.com/wp-content/themes/cardeo-minimal/images/bgimage.gif)
}

img {
 border: 0;
}

a, a:link, a:visited {
 color: #333;
 border: 0;
}

a:hover {
 color: #ccc;
 border: 0;
}

ul {
 margin: 0;
 padding: 0px 0px 10px 0px;
 list-style: none;
 border: 0;
}

li {
 list-style: square;

}

p {
 padding-bottom: 10px;
 margin: 0;
}

ol li {
 list-style-type: decimal;
}

/***------------------------------------
body styles
------------------------------------***/

#container {
 width:980px;
 padding: 10px 10px 10px 10px; 
 margin:0 auto;
}

#header {
 width: 980px;
 height: 100px;
 margin: 0;
 padding: 0;
 border-top: 0px solid #999;
 border-left: 0px solid #999;
 border-right: 0px solid #999;
 background-color: #fff;
}

#logo {
 margin: 38px 0px 0px 0px;
 padding: 0;
 background-color: #fff;
}

#navandsearch {
 float: left
 width: 980px;
 border-left: 0px solid #999;
 border-right: 0px solid #999;
 border-top: 1px solid #555;
 border-bottom: 1px solid #555;
 background-color: #666;
 overflow:auto;
}

#navcontainer {
 float: left;
 width: 595px;
 margin: 0px 35px 0px 0px;
}

#search {
 width: 300 px;
 margin: 3px 0px 0px 0px;
 padding-top: 5px;
 padding-right: 20px;
 padding-bottom: 5px;
 padding-left: 0px;
}

#navlist {
 margin: 5px 0px 0px 20px;
}

#navlist ul, #navlist li {
 margin: 0;
 padding: 0;
 display: inline;
 list-style-type: none;
 color: #fff;
}

ul#navlist li a
{
 float: left;
 margin: 0px 7px 0px 0px;
 color: #fff;
}

#main {
 float: left;
 width: 960px;
 margin: 0;
 padding: 15px 0px 0px 20px;
 border-left: 0px solid #999;
 border-right: 0px solid #999;
 background-color: #fff;
 overflow:auto;
}

#left {
 float: left;
 width: 570px;
 margin: 0;
 padding: 0;
 background-color: #fff;
}

.post-footer {
 float: left;
 margin: 20px 0px 30px 0px;
 padding: 10px 15px 10px 15px;
 background-color: #ebebeb;
 width: 530px;
 font-size: 10px;
}

.post-footer-left {
 float: left;
 width: 450px;
}

.post-footer-right {
 float: right;
}

#right {
 float: left;
 width: 350px;
 margin: 0px 0px 0px 20px;
 padding: 0;
 background-color: #fff;
}

#about {
 width: 330px;
 padding: 0;
}

#wrap {
 width: 330px;
 padding: 0; 
}

.tabbed-box {
 width: 330px;
 font-size: 10px;
 line-height: 14px;
 background-color: #ebebeb;
 margin-top: 0px;
}

.tabbed-box .tabs li {
      list-style: none;
      float: left; 
}

.tabbed-box .tabs li a {
      display: block;
      width: 109px;
      padding: 5px 0;
      font-weight: bold;
      text-align: center;
      text-decoration: none;
      color: #333;
      background-color: #aaa; 
      border-left: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
}
   
.tabbed-box .tabs li:first-child a {
      border-left: none;
}
   
.tabbed-box .tabs li a:hover {
      color: #fff;
      background-color: #333; 
}
   
.tabbed-box .tabs li a:focus {
      outline: none; 
}
   
.tabbed-box .tabs li a.active {
      background: #ebebeb;
      color: #333;
      border-bottom: 0px solid #fff; 
}
   
.tabbed-content {
      padding: 30px 20px 10px 20px;
      display: none; 
}

.tabbed-content li {
 font-size: 10px;
 line-height: 18px;
 list-style-type: none;
}

#sidebar {
 float: left;
 width: 140px;
}

#sidebar p {
 font-size: 10px;
 line-height: 18px;
 margin: 0;
}

#sidebar ul {
 -moz-padding-start:0px;
}

#sidebar li {
 font-size: 10px;
 line-height: 18px;
 list-style-type: none;
}

#ads {
 float: left;
 width: 155px;
 margin: 0px 0px 0px 18px;
 padding: 0px 0px 0px 0px;
}

#features {
 float: left;
 width: 155px;
 text-decoration: none;
}

#features h6 {
 width: 130px;
 margin: 7px 0px 15px 0px;
 font-size: 12px;
 color: #000;
}

#features img {
 border: 1px solid #555;
}

#footer {
 float: left;
 width: 900px;
 margin: 40px 0px 20px 0px;
 padding: 10px;
 background-color: #ebebeb;
 clear: both;
 font-size: 10px;
 height: 20px;
}

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: 14px;
 padding: 0px 20px 5px 20px;
 background-color: #ebebeb;
 margin-top: 0px;
}

.floatright
{
float: right;
width: 112px;
margin: 0 0 10px 10px;
padding: 5px 1px 10px 10px;
border-top: 0px solid #999;
border-right: 0px solid #555;
border-bottom: 0px solid #555;
border-left: 0px solid #999;
}

div.floatright img
{
border-top: 0px solid #999;
border-right: 0px solid #999;
border-bottom: 0px solid #999;
border-left: 0px solid #999;
}

#twitter_update_list li {
 list-style-type: none;
}

.commentlist ul {
 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: 5px 10px 10px 10px;
 background-color: #ebebeb;
 margin-top: 10px;
 margin-bottom: 20px;
}



/***------------------------------------
Type
------------------------------------***/

h1 {
 font-family: helvetica, arial, sans-serif;
 font-size: 24px;
 color: #333;
 font-weight: bold;
 margin: 0;
 padding: 0;
 line-height: 36px;
 text-decoration: none;
}

h2 {
 font-family: helvetica, arial, sans-serif;
 font-size: 28px;
 color: #333;
 margin: 0;
 padding: 0;
 line-height: 36px;
}

h3 {
 font-family: helvetica, arial, sans-serif;
 font-size: 16px;
 color: #333;
 font-weight: bold;
 margin: 20px 0px 0px 0px;
 padding: 0;
 line-height: 18px;
}

h4 {
 font-size: 16px;
 color: #aaa;
 margin: 10px 0px 0px 0px;
 font-family: helvetica, arial, sans-serif;
 line-height: 20px;
}

h5 {
 font-size: 16px;
 font-family: helvetica, arial, sans-serif;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 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;
}

h3 a, h3 a:link, h3 a:visited, h3 a:hover {
 text-decoration: none;
}

h6 a, h6 a:link, h6 a:visited, h6 a:hover {
 text-decoration: none;
}

#influads_block {
margin-top: 7px;
}

#influads_link_img {
}

#influads_img {
}

#influads_text {
 text-decoration: none;
}

#influads_powered_div {
}

#influads_powered_link {
}
