/* DEFAULT STYLES */
h1, h2, h3, h4, h5, h6, th{color: #33AAAA;}


/*HEADER*/
#pagetitle{padding: 25px 0px 5px 30px; margin-bottom: 5px; color: #ffffff;

background: #33AAAA; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #33AAAA 63%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(63%,#33AAAA)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#33AAAA 63%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#33AAAA 63%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#33AAAA 63%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#33AAAA 63%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#33AAAA',GradientType=0 ); /* IE6-9 */

}




/*NAVIGATION*/
/*Things that are affecting in every level*/
#mainnavi{background: #33AAAA;}
#mainnavi li:hover{background: #4DCACA;}

/*Second level*/
#mainnavi li li{background: #33AAAA; border-color: #4DCACA;}




/*MAIN CONTENT*/
#maincontent a:link, #maincontent a:visited{color: #33AAAA;}
#maincontent a:hover, #maincontent a:active{color: #4DCACA;}

#maincontent-full a:link, #maincontent-full a:visited{color: #33AAAA;}
#maincontent-full a:hover, #maincontent-full a:active{color: #4DCACA;}
.sticky{background: #DDF4F4 !important;}

/*Articles*/
#article{border-top: 3px solid #33AAAA;}
h2.articletitle{color: #33AAAA;}


/*Pagination*/
#pagination{background: #33AAAA;}
p.older:hover{background: #4DCACA;}
p.newer:hover{background: #4DCACA;}


/*Comments*/
#comments{border-top: 3px solid #33AAAA;}
#commentpagination{background: #33AAAA; }
#comments li{border-top: 2px solid #33AAAA;}


/*SIDEBAR AND SIDEBAR CONTENT*/
#sidebar a:link, #sidebar a:visited{color: #33AAAA;}
#sidebar a:hover, #sidebar a:active{color: #4DCACA;}

#widget{border-top: 3px solid #33AAAA;}
#widget_title{color: #33AAAA;}

/*Calendar widget*/
#wp-calendar th{color: #33AAAA;}


/*FOOTER*/
#footer{border-top: 3px solid #33AAAA;}
#footer a:link, #footer a:visited{color: #33AAAA;}
#footer a:hover, #footer a:active{color: #4DCACA;}