/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

.source {
clear: both;
float: left;
}

/* links */
a { color: #004A8D;}

/* main menu */
.dropdown a { padding: 6px 12px; text-decoration: none; line-height: 1.5; font-weight: bold; color: #004A8D; margin: 0; display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

/* dropdown color*/
.dropdown ul { margin: 0; display: block; z-index: 100; background: #7E94AE; padding: 0; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }

.dropdown li:hover a { background-color: #7E94AE; }

#menu ul li ul li { margin-left: 0; border-bottom: 1px solid #7E94AE; }

/* dropdown hover color*/
#menu ul li ul li:hover { background: #004A8D; }

/* featured news*/
#featured .meta a, .archiveposts .meta a { color: #004A8D; text-decoration: underline; }

/* stats smiley*/
img#wpstats{width:0px;height:0px;overflow:hidden}
