/* NOTE: all position (e.g., margin, padding, float, etc) goes in position.css, not here.  this is for typography, color, fonts, style, etc. */

body 
{
	background: #fff;
	font-family: verdana, sans-serif;
	font-size: x-small;
	color: #777;
}

#menu_banner
{
	background: #fff url('/share/images/smlogo.gif') no-repeat 12px 0px;
} 

#menu_banner ul
{
	text-align: right;
	list-style: none;
}

#menu_banner ul li:before
{
/*	content: "\203A \0020";*/
}


#menu_banner ul a
{
	text-decoration:none;
	text-transform: lowercase;
	font-size:.9em !important;
	color: #900;
	 /*display: block;*/
}
#menu_banner ul a:hover
{
	color:#f00;
}
#menu_banner li
{
/*	font-size: 1.1em;	*/
}

#menu_banner li:hover
{
	background:#eee;	
}

a
{
	color: #888;
	text-decoration: none;
}



a:link 
{
	color: #888;
	text-decoration: none;
}

a:visited
{
	color: #888;
}

a:hover
{
	color: #aaa;
	text-decoration: underline;
}

a:active 
{
	color: #aaa;
	text-decoration: underline;
}

#logo
{
	background: #eeeeee; 
	background: #fff url('/share/images/banner.jpg') no-repeat 0% 0%;
/*	border-top:1px solid #ccc;*/
/*	border-left:1px solid #ccc;*/
/*	border-right:1px solid #ccc;*/
}

#menu_banner
{
/*	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;*/
} 

#leftcontent
{
	background:#fff;
}

#centercontent
{
	/*border:1px solid #ccc;*/
	background:#fff;
}

#rightcontent
{
	background:#fff;
}

#footer
{
	background:#fff;
/* font-size: x-small; 
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	color: #777;
}

.content_wrapper
{
	color: #666;
	text-align: justify;
}

.username
{
	color: #555;
	font-weight:bold;
	text-transform: lowercase;
	letter-spacing: -0.1em;
	background: #fff;
}

.username:hover
{
	color: #333;
	background:#eee;
}


h3
{
	color: #555;
	font-size: x-large;
	font-weight: normal;
	background: #fff;
	text-transform: lowercase;
	/*letter-spacing: -.1em;*/
	/*border-top: solid 1px #aaa;*/
}

h3 a 
{
	text-decoration: none;	
	color:#900 !important;
}



h3 a:visited
{
	color: #900 !important;
	text-decoration: none;	

}

h3 a:hover
{
	color: #f00 !important;
	text-decoration: none;
}

h3 a:active
{
	color: #f00 !important;
	text-decoration: none;
}


h4 
{
	/*background: #fff;*/
	/*letter-spacing: -0.21em;*/
	/*font-weight:bold;*/
	/*border-top: solid 1px #bbb;*/
}

h4 a 
{
	color: #eee;
}


h4 a:hover
{
	color : #aaa;
}

h5
{
	font-size: small;
	/*font-weight:bold;*/
}


#rightcontent h3
{
	color: #444;
	font-size: medium;
	/*font-weight: bold;*/
}
#leftcontent h3
{
	color: #444;
	font-size: medium;
	/*font-weight: bold;*/
}

#leftcontent ul
{
	list-style:none;
}

#leftcontent ul li
{
}

#rightcontent ul
{
	list-style:none;
}

.side_content
{
	font-size: 0.9em;
	color: #900;
    text-align: left;
	overflow:hidden;
	letter-spacing: 0.0em;
/*	text-transform:uppercase;*/
}

.side_content li:hover
{
	color: #f00;
}

.side_content ul li:before
{
	content: "\203A \0020";
}

.media
{
	font-size: x-small;
	color: #777;
    text-align: justify;
}

.more 
{
	background: #fff;
	/*font-weight:bold;*/
	text-transform:uppercase;
	/*border-bottom: solid 1px #ccc;*/
	text-align: right;
}

.more a
{
	color: #600;
}

.more a:link 
{
	color: #600;
}

.more a:visited 
{
	color: #600;
}

.more a:hover 
{
	#900;
}

.more a:active
{
	background: #faa;
}

.monthon
{
	background: #fff;
	color: #900;
}

.monthoff
{
	background: #efefef;
}

.monthreg
{
	background: #fff;
}

.media_preview
{	
	/*border-top: solid 1px #bbb;*/ 
	/*border-right: solid 1px #bbb;*/
	/*border-left: solid 1px #bbb;*/
	/*border-bottom:1px solid #bbb;*/
}

.media_title
{
	padding: 3px;
	font-weight:bold;
	text-transform:uppercase;
	background: #fff;
}

.media_title a
{
	color: #900;
}

.media_title a:hover
{
	color: #f00;
}

.more_link a
{
	color: #900;
}
