/*
Theme Name: Teel
Theme URI: www.wpcontempo.com
Description: A great theme for any purpose!
Version: 1.0
Author: Sam Lewis
Author URI: www.webcontempo.com
*/

* { padding: 0px 0px 5px; margin: 0; }

body {
 font-family: Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica, Arial, sans-serif;
 font-size: 13px;
 background: url(images/bg.gif) #ceedf4 repeat-x;
}
#wrapper { 
 margin: 0 auto;
 width: 1020px;

}
#header {
 width: 1020px;
 height: 110px;
 margin: 0px 0px 0px 0px;
}
#header h1 {
  /* font-size: 30px;
 font-family: Lucida Grande,Lucida Sans,Verdana,Georgia,Helvetica, Arial, sans-serif;
 font-weight: bold;*/
 padding: 31px 0 0 32px;
}
#header h1 a {
 color: #fff;
 text-decoration: none;
}
#header .description {
 color: #71878d;
 padding-left: 32px;
}
#nav {
 width: 1020px;
 height: 12px;
 padding:12px 10px 12px 0;
}
#nav ul {
 list-style: none;
 margin-left: 25px;
}
#nav li {
 display: inline;
}
#nav a {
 color: #ceedf4;
 text-decoration: none;
 font-weight: bold;
 padding: 11px;
}
#nav a:hover, #nav .current_page_item a {
 background: url(images/nav.gif);
 color: #fff;
}
#content { 
 padding: 19px 13px 0 37px;
 min-height: 350px;
 width: 671px;
 float: left;
 color: #333333;
 line-height: 16pt;
}

#content a{
	color:#333333!important;
} 
#content a:hover{
	color: #0491c3!important;
}

#content .post {
 width: 659px;
 border: 3px solid #0491c3;
 background: #fff;
 padding: 4px;
 margin-bottom: 10px;
}
#content .post-heading {
 background: url(images/high.gif) #e0e8e9 repeat-x;
 height: 24px;
 padding: 5px 0 0 5px;
}
#content .post-heading h1 {
 font-size: 14px;
}
#content .post-heading h1 {
 color: #fff;
}
#content .post-heading h1 a {
 color: #3e4748!important;
 text-decoration: none;
}

#content .post-heading h1 a:hover {
 text-decoration: underline;
}
#content .post-content {
 padding: 10px;
}
#content p {
 padding-bottom: 10px;
}
#content a {
 color: #c0d7d9;
}
#content .post-info {
 font-size: 10px;
}
#content .comments {
 background: #99aeb0;
 float: left;
 padding: 5px;
}
#content .comments a {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
}
#sidebar { 
 float: right;
 min-height: 350px;
 width: 257px;
 display: inline;
 padding: 19px 42px 0 0;
 color: #333333;
 padding-bottom: 20px;
}
#sidebar .sidebar-item {
 width: 244px;
 border: 3px solid #0491c3;
 background: #fff;
 padding: 4px;
 margin-bottom: 2px;
}
#sidebar .sidebar-heading {
 background: url(images/heading.gif)  #63615d repeat-x;
 height: 24px;
 padding: 10px 0 0 10px;
}
#sidebar .sidebar-heading h3 {
 font-size: 14px;
 color: #fff;
}
#sidebar .sidebar-content {
 padding: 10px;
}
#sidebar ul {
 list-style: none;
}
#sidebar li {
 background: #fff; 
 /*border: 2px solid #ced6d7;*/
 padding: 7px 9px 7px 9px;
 margin-top: 5px;
}
#sidebar li:hover {
 background: #ceedf4;
 font-color: #0491c3;
 font-weight: normal;
}
#sidebar a {
 color: #333333;
 font-weight: normal;
 text-decoration: none;
}
#footerbg {

 background: url(images/footer.gif) #01698e repeat-x;
 height: 40px;
 margin: -10px;
  padding: -10px;
}
#footer { 
 width: 1000px;
 clear: both;
 margin: 0px auto 10px auto;
 padding: 10px;
 color: #ceedf4;
 text-align: center;
}
#footer a {
 color: #ceedf4;
 text-align: center;
 text-decoration:none;
}
#footer a:hover {
 text-decoration:underline;
}
.clear {
 clear: both;
}

#comments {
 padding: 10px 0 10px 0;
}
#respond {
 padding-top: 10px;
}
#content ul, #content ol {
 padding-left: 20px;
}
.commentlist li {
 padding-bottom: 10px
}

/* WordPress CSS */

img.avatar {
 float: left;
 margin-right: 5px;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.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;
}