/*
Theme Name: Canvas A Child Theme 
Version: 1.0
Description: Child theme for Canvas.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas
*/
 
@import url("../canvas/style.css"); 

#wrapper {
width: 1020px !important;	
padding: 0 !important;
}
#navigation {
width: 1020px;
}
#footer {
width: 1020px;
}
#footer-widgets-container, #footer {
	background: #98B6BD
}
.post-meta a:link, .post-meta a:visited, .post p.tags a:link, .post p.tags a:visited {
    color: #9ac092;
    text-decoration: underline;
}
#footer-widgets {
    border-top: 4px solid #918c72;
    padding: 10px 0;
    width: 1020px;
}
#social-widget-2 {
	padding-left: 30px;
}
#adspace-widget-3 {
	padding-left: 65px;
}
.post-entries a:link, .post-entries a:visited {
    color: #9ac092;
    font-size: 0.9em;
}
#respond h3 {
    color: #918C72;
    font-weight: normal;
    margin-bottom: 20px;
}
.nav a, #navigation ul.rss a {
    text-transform: uppercase;
}
.nav li a:hover, .nav li.current_page_item a, .nav li.current_page_parent a, .nav li.current-menu-ancestor a, .nav li.current-menu-item a, .nav li.current_page_item li a, .nav li.current_page_parent li a, .nav li.current-menu-ancestor li a, .nav li.current-menu-item li a, .nav li.sfHover a {
      background: none repeat scroll 0 0 #deebee;
}
.nav li ul li a:hover,  {
    background: none repeat scroll 0 0 #eeeec2;
}
.nav li.sfHover ul li a.sf-with-ul {
    background: none repeat scroll 0 0 #eeeec2;
}
.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul {
    background: none repeat scroll 0 0 #deebee;
}
.nav li ul li a {
    text-shadow: none;
}
.nav li ul li a {
    color: #918c72;

}
#credit a {
	color: #628087;
}
ol.commentlist {
     list-style: decimal inside none;
     color: #918C72;
    
}
#comments .comment {
    list-style-type: decimal;
    padding-left: 5px;
    
}