* {

    margin:0; padding:0;
    font-family: sans-serif, Helvetica, Arial;
    font-size: 18px;
}

.catListArticleCategory {
    display:none;
}


.clear {
    clear: both;
}

body {
    margin: 0 auto;
    background-color: #ccf5ff;
}

#mainTitle {
    font-size:20px;
}

#blog_nav_sitehome {
    display:none;

}

#calendar {
    display:none;

}

a:link {
    color: #A23400;

}

a:visited {

   color: #A23400;
}

#myheader {


    width:80%;
    height:50px;

}

#sidebar_toptags {
    display: none;
}

#sidebar_recentposts {
    display: none;
}

#sidebar_shortcut {
    display: none;
}



#mySubtitle {
    font-size: 16px;

}

#navList li a{
    color: #A23400;
    padding: 10px;
    font-weight: 700;
}

#blog_stats {
    color: #A23400;
}


#sidebar_scorerank {
    color: #A23400;
}

.thehead {
    color: #A23400;
    width: 100%;
}


.thehead ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.thehead ul li {
	float: left;
	width: 150px;
	height: 30px;
	background-color: rgba(255,255,255,0.4);
	line-height: 30px;
	text-align: center;
	font-size:14px;
	margin-right: 2px;
}

.thehead ul li ul li {
    display: none;
}

.thehead ul li:hover ul li {
    display: block;
}