
/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

#header {
   
    width: 100%;
}
.header-int {
    height: 52px;
    margin: 0 auto;
    padding-top: 10px;
    width: 852px;
}
#top {
    background: none repeat scroll 0 0 transparent;
    float: left;
    width: 372px;
}
#search {
    border-left: 1px solid #727272;
    float: left;
    margin: 3px 0 0 20px;
    padding: 0 0 0 20px;
}
input, textarea {
    border-color: #CCCCCC #EFEFEF #EFEFEF #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 0;
    padding: 5px;
    width: 172px;
}
#logo {
    float: right;
    margin: 7px 21px;
}
.width-940 #wrapper {
    background-color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    padding: 21px;
    width: 852px;
}
.width-940 .col-full {
    width: 852px;
}
.two-col-left #main-sidebar-container #main {
    border-right: 1px dotted #CCCCCC;
    display: inline;
    float: left;
    padding-right: 21px;
    width: 521px;
}
.post h2.title a:hover{
    color: #2361A1;
	text-decoration:none;
}
.post .title, .page .title {
    margin: 0 0 7px;
}
.avatart {
    float: left;
    margin: 0 7px 7px;
}
.bdrt {
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    margin-bottom: 7px;
    width: 521px;
}
.entry img, img.thumbnail {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    border: 0 solid #E6E6E6;
    padding: 5px;
}
.avatart img {
    height: 27px;
    width: 27px;
}
.post-meta {
    margin: 0 0 7px;
    padding-top: 2px;
}
.post {
    border-bottom: 1px dotted #E6E6E6;
    position: relative;
}
#comments .comment.thread-odd {
	margin-left:21px;
}
.woo-pagination a:link, .woo-pagination a:visited, .woo-pagination a:active {
    background: none repeat scroll 0 0 transparent;
    border: 0 solid #DEDEDE;
}
.woo-pagination .current, .woo-pagination a:hover, .woo-pagination.page-numbers:hover {
    background: none repeat scroll 0 0 #63AD2B;
    border: 0 solid #BBBBBB;
    color: #FFFFFF !important;
    padding: 7px;
}
.wp-pagenavi a:link, .wp-pagenavi a:visited {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 solid rgba(0, 0, 0, 0.2) !important;
    color: #666666 !important;
    display: inline !important;
    padding: 7px !important;
    text-decoration: none !important;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
    background: none repeat scroll 0 0 #CCCCCC !important;
    border: 0 solid #BBBBBB !important;
    color: #FFFFFF !important;
    font-weight: normal !important;
    padding: 7px !important;
}
.nav-entries, .wp-pagenavi, .woo-pagination {
    
    border-bottom: 0 none;
    padding: 12px 0;
}

#footer {
    width: 892px;
}




