@import url(../standard_common.css); 

/** 
 * HTML Entities 
 */ 
a, a:visited { 
    color: #6699CC;
}
body { 
    background: #FFFFFF;
    color: #666666;
    font-family: Helvetica,Arial,Verdana,san-serif;
}
/** 
 * Site banner 
 */ 
h1 a span { 
   color: #336699;
}
/** 
 * Subnav styles 
 */ 
#navigation_sub li.navigation_sub_selected, 
#navigation_sub li.navigation_sub_selected a{
    color: #999999;
}
/** 
 * Block styles 
 */ 
.block h2 { 
    color: #6699CC;
    font-weight: bold; 
}
#sideblock_container .block h2 { 
    color: #336699;
    font-weight: bold;  
    text-transform: uppercase;
}
/** 
 * Item styles 
 */ 
.item h3 { 
    color: #666666;
    font-weight: bold;
}
.item h3 a {
	color: #6699CC;
}
#mainblock_container .item .content a {	
	color: #6699cc;
}
.item .footer { 
    color: #000000; 
	text-transform: uppercase;
}
.item .footer a {
	color: #6699CC;
	font-weight: normal;
}
#sideblock_container .footer a {
	color: #999999;
	text-transform: uppercase;
}
.item .byline {
	font-weight: normal;
}
.item .tags { 
    font-weight: normal;
    text-transform: uppercase;
}
/**
 * Tagcloud styles 
 */ 
.tagcloud { 
    color: #CCCCCC; 
}
.tagcloud a.selected { 
    color: #79070F;
}
.tagcloud .level5 {
    color: #093664;
}
.tagcloud .level4 {
    color: #1F5489;
}
.tagcloud .level3 {
    color: #457AAF;
}
.tagcloud .level2 {
    color: #79A7D5;
}
.tagcloud .level1 {
    color: #B2CFED;
}
/**
* Footer styles
**/
#footer {
    border-top: 1px solid #DDDDDD;
}
/** 
 * Calendar styles 
 */ 
.days .item h3 {
    border-top: 1px solid #DDDDDD;
}
.days .item h3 .weekday {
	text-transform: uppercase;
}
.eventteaser{
	color:#999999;
	text-transform: capitalize;
}
table.calendar_nav th {
	color: #999999;
	text-transform: uppercase;
} 
table.calendar_nav td a{
	color: #999999;
	font-weight: normal;
}
table.calendar_nav td.selected { 
	background-color: #D6EBFF;  
    font-weight: normal;
}
table.calendar_nav td.event a { 
    color: #0099cc;
    font-weight: bold;
}
table.calendar_nav td.today { 
	color: #000000;
	background-color: #DDDDDD;
	font-weight: bold;
}
/** 
 * Miscellaneous styles
 */
.addpost{
	text-transform: uppercase;
} 
.red {
	display: none;
	visibility: hidden;
}
/** 
 * Image replacements 
 */ 
.btn_addcomment { 
    background: url(/includes/themes/white/btn_addcomment.gif) no-repeat; 
    height: 13px; 
    width: 12px; 
    vertical-align: top;
}
.btn_addevent { 
    background: url(/includes/themes/white/btn_addevent.gif) no-repeat; 
    height: 13px; 
    width: 14px; 
    vertical-align: top;
}
.btn_addphoto { 
    background: url(/includes/themes/white/btn_addphoto.gif) no-repeat; 
    height: 13px; 
    width: 12px; 
}
.btn_addpost { 
    background: url(/includes/themes/white/btn_addpost.gif) no-repeat; 
    height: 12px; 
    width: 14px; 
}
.btn_addpost2 { 
    background: url(/includes/themes/white/btn_addpost2.gif) no-repeat; 
    height: 13px; 
    width: 13px; 
}
.btn_comment { 
    background: url(/includes/themes/white/btn_comment.gif) no-repeat; 
    height: 12px; 
    width: 14px; 
}
.btn_event { 
    background: url(/includes/themes/white/btn_event.gif) no-repeat; 
    height: 12px; 
    width: 14px; 
}
.btn_next, .btn_next_lighter {  
    background: url(/includes/themes/white/btn_next.gif) no-repeat; 
    height: 12px; 
    width: 10px;
    vertical-align: middle;
}
.btn_photo { 
    background: url(/includes/themes/white/btn_photo.gif) no-repeat; 
    height: 12px; 
    width: 14px; 
}
.btn_post { 
    background: url(/includes/themes/white/btn_post.gif) no-repeat; 
    height: 12px; 
    width: 14px; 
}
.btn_previous, .btn_previous_lighter { 
    background: url(/includes/themes/white/btn_previous.gif) no-repeat; 
    height: 12px; 
    width: 10px;
    vertical-align: middle; 
}
.btn_respond { 
    background: url(/includes/themes/white/btn_respond.gif) no-repeat; 
    height: 13px; 
    width: 14px; 
}
.btn_search { 
    background: url(/includes/themes/white/btn_search.gif) no-repeat; 
    height: 18px; 
    width: 18px;
    vertical-align: top; 
    margin: 2px 5px;
}