@charset "UTF-8";
/* CSS Document */
/* 
maroon hightlight color- #5c2946 
*/

html{
	overflow:auto;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	border:none;
   }
body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#6c6a6a;
	}
a {
	outline:none;
	color:#6c6a6a;
}
a:visited {	

}
a:hover {
	color:#5c2946;
	border-bottom-color:#5c2946;
}
#sections_nav {
	margin-top:-15px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
}
#sections_nav a {
	margin:3px 20px;
	font-size:14px;
	color:#6c6a6a;
	font-weight:bold;
	text-decoration:none;
}
#sections_nav a:hover {
	color:#000;
	text-decoration:none;
}
#sections_nav .here a {
	margin:3px 20px;
	font-size:14px;
	color:#5c2946;
	font-weight:bold;
	text-decoration:none;
}
#sections_nav .here a:hover {
	color:#5c2946;
	text-decoration:none;
}

.tagLink { text-transform:capitalize; text-decoration:underline; }

p,div,td,ul,ol {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
ul,ol { 
	text-align:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
h1, h2, h3, h4	{
	margin:0;
	text-decoration:none;
}
h1	{
	font-size:30px;
	line-height:30px;
	margin:10px 0;
	font-weight:normal;
}
h2	{
	font-size:16px;	
	font-weight:bold;
	color:#5c2946;
}
h3	{
	font-size:14px;		
}
h4	{
	font-size:12px;		
}
hr {
	margin:15px -24px;
}
/* ----- special classes ----- */
.no_border	{
	border:none;	
}
/* ----- wrapper ----- */
#wrapper	{
	display:relative;
	margin:20px auto 0 auto;
	width:930px;
}
/* ----- header ----- */
#header	{
	border:1px solid white;
	
}
#header div	{
	background-color:#5c2947;
	 -moz-border-radius: 8px; 
	 -webkit-border-radius: 8px;
}
#header div img	{
	margin-left:38px;
	margin-top:18px;
	padding-bottom:20px;
}
#header #panel {
	height: 194px;
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-topright: 0; 
	-webkit-border-radius-topleft: 0;
	-webkit-border-radius-topright: 0;
	vertical-align:bottom;
}
#header #panel #panelBG {
	background-color:#000;
	opacity:0.8; Moz-opacity:0.8; Khtml-opacity:0.8; object.filter:(alpha=80); filter:alpha(opacity=80);
	position:relative;
	bottom:0;
	max-height:194px;
	margin:auto 0 0 0;
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-topright: 0; 
	-webkit-border-radius-topleft: 0;
	-webkit-border-radius-topright: 0;
	cursor:pointer;
}
#header #panel #panelText {
	background:none;
	opacity:1; Moz-opacity:1; Khtml-opacity:1; object.filter:(alpha=100); filter:alpha(opacity=100);
	position:relative;
	bottom:0;
	padding:5px;
	max-height:194px;
	margin:auto 0 0 0;
	color:#fff;
	-moz-border-radius-topleft: 0; 
	-moz-border-radius-topright: 0; 
	-webkit-border-radius-topleft: 0;
	-webkit-border-radius-topright: 0;
}
#header div p#btn-slide	{
	position:relative;
	bottom:15px;
	line-height:0;
	margin:0 0 0 870px;
}
a.btn-slide	{
	color:#ffffff;
	border-color:#ffffff;
	text-decoration:none;
}
a.btn-slide:hover	{
	border-bottom-style:dotted;	
	text-decoration:none;
}
#panel div	{
	margin:0;
	padding:15px;
	line-height:1em;
	color:#ffffff;
}
#panel.right, $panelText.right	{
	text-align:right;	
}
/* ----- main navigation ----- */	
#main_navigation li	{
	float:left;
	height:42px;
	font-size:14px;
	padding:0 0 0 10px;
	margin:0 5px;
}
#main_navigation a	{
	display:block;
	padding:10px 15px 0 5px;
	height:37px;
	text-decoration:none;
}
#main_navigation .Home  a	{
	color:#959595;	
	text-decoration:none;
}
#main_navigation a:hover	{
	background:#444444 url(images/nav_tab_right.jpg) top right no-repeat;
	text-decoration:none;
}
#main_navigation li:hover	{
	background: url(images/nav_tab_left.jpg) top left no-repeat;
	text-decoration:none;
}


#main_navigation .About a	{
	color:#311eec;
	text-decoration:none;
}
#main_navigation .Advocacy a	{
	color:#ef8d24;
	text-decoration:none;
}
#main_navigation .Artists a	{
	color:#5a4099;
	text-decoration:none;
}
#main_navigation .Diversity a	{
	text-decoration:none;
	color:#e31937;
}
#main_navigation .Education a	{
	text-decoration:none;
	color:#0093d0;
}
#main_navigation .Technology a	{
	text-decoration:none;
	color:#587c1a;
}
#main_navigation li.here	{
	background: url(images/nav_tab_left.jpg) top left no-repeat;
}
#main_navigation li.here a	{
	background:#444444 url(images/nav_tab_right.jpg) top right no-repeat;
	cursor:default;
}
/* ----- sidebar ----- */
#sidebar	{
	width:245px;
	padding-top:20px;
}
#search_form	{
	margin:10px 0;
}	
#search_box	{
	height:20px;
	width:140px;
	position:relative;
	bottom:8px;
	padding-left:10px;
	border:1px solid #d9d9d9;
	box-shadow:inset 0 0 5px #d9d9d9; 
	-moz-box-shadow:inset 0 0 5px #d9d9d9;
}
#search_button	{
	position:relative;
	top:0;
}
#search_by_content, #search_by_content_2	{
	margin:20px 0 20px 0;
}
.side_module	{
	display:block;
	position:relative;
	width:247px;
	background:#ffffff url(images/sidebar_module_mid.jpg) top left repeat-y;
	margin:15px 0;
}
.side_module h2	{
	display:block;
	font-family:Verdana, Geneva, sans-serif;
	letter-spacing:.5px;
	margin:0;
	padding:0;
	color:white;
	padding:2px 0 4px 10px;
	width:237px;
	height:19px;
	background:#ffffff url(images/sidebar_module_top.jpg) top left no-repeat;
}
.side_module .mid	{
	padding:0 10px 10px 10px;
}
.side_module #panel_2	{
	display:none;	
}
.side_module #panel_2 p	{
	margin:0;	
}
#btn-slide_2	{
	text-align:right;
	margin:2px 0 4px 0;
}
.side_module .bot	{
	display:block;
	position:absolute;
	bottom:0;
	margin:0;
	padding:0;
	width:247px;
	height:8px;
	background:#ffffff url(images/sidebar_module_bot.jpg) top left no-repeat;
}
#connect_links	{
	position:relative;
	right:5px;
	width:180px;
	margin:30px auto 15px auto;
}
#twitter	{
	margin:0 15px;		
}
.connect	{
	width:50px;
	text-align:center;
	float:left;
}
.connect span	{
	display:block;
	margin-top:10px;
}
/* ----- main content left ----- */
#main_content	{
	padding-top:20px;
	width:665px;
}
.inner_content.top	{
	background:url(images/main_content_top_shadow.jpg) top left no-repeat;
	height:9px;
	width:100%;
	margin:0;
}
.inner_content.middle	{
	position:relative;
	background:url(images/main_content_side_shadow.jpg) top left repeat-y;
	min-height:200px;
	width:615px;
	padding:10px 25px;
}
.inner_content.bottom	{
	background:url(images/main_content_bot_shadow.jpg) top left no-repeat;
	height:9px;
	margin-bottom:20px;
}
/* ----- Forum Articles ----- */
.statistics {
	float:right;
	text-align:right;
}
.title {
	text-decoration:none;
	border:none;
}
.author{
	font-size:9px;
	font-style:italic;
	margin-top:0px;
}
.postbody{
}
.postbodyRecent{
	padding:5px;
	width:295px;
}
.postbodyArticle{
	
}
.recent_description {
	margin-top:0px;
	width:160px;
	height:95px;
	overflow:hidden;
}
.related_description {
	margin-top:0px;
	width:160px;
}
.popular_description {
	width:160px;
	height:130px;
	overflow:hidden;
	margin-top:5px;
	margin-bottom:5px;
}
.recent_description h2 {
	margin-top:-2px;
}
.miniImage:hover{
	border:2px solid orange;
}
.miniImage{
	border:2px solid white;
}
.readMore{
	text-decoration:underline;
	font-weight:regular;
	font-size:80%;
	line-height:normal;
}
.sub_category {
	font-size:50%;
	color:#6c6a6a;
	font-weight:normal;	
}
/* ----- footer ----- */
#footer	{
	display:relative;
	height:200px;
	width:930px;
	text-align:justify;
}
#footer #top	{
	height:110px;
	padding:10px;
}	
#footer #top a	{
	border:none;	
}
#footer	h3	{
	text-align:center;
	font-size:12px;
}
#footer p	{
	line-height:1.2em;
	font-size:11px;
}
#footer #bottom	{
	height:85px;
	width:930px;
	text-align:center;
	padding-top:20px;
	background:#ffffff url(images/footer_grade.jpg) top left repeat-x;
}
#footer #bottom p	{	
	font-size:11px;
	line-height:1em;
	color:#5c2946;
}
#footer #bottom span	{
	padding:5px 10px;
	border-right:1px solid #cabcc5;
}
#footer #bottom span:last-child	{
	border:none;	
}

.button {
	height:20px;
	padding:3px 12px;
	color:#000;
	background-image:url(/images/button_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	cursor:pointer;
}
.button:hover {
	background-image:url(/images/button_bg_over.jpg);
}

/*--Slider Home--*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 557px;
	height:285px;

	/* custom decorations */
}

.relatedPosts {
	text-align:center;
}
.comments {
	margin:15px 0;
}
.hidden {
	display:none;
}
/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	
}

/* active item */
.scrollable .active {
	z-index:9999;
	position:relative;
}

.advocacy { color:#ef8d24; }
.artists { color:#654da0; }
.diversity { color:#e31937; }
.education { color:#5ebbe1; }
.technology { color:#97ad71; }

.expandable h3 { cursor:pointer; }
.expandable h3:hover {color:#5c2946; }
.expandable h3 img	{
	margin-right:5px;	
}
.expandable div {
	margin:5px 20px 15px 20px;
}
.nomargin {
	margin:0;
}