/* Start of CMSMS style sheet 'YAMasterCSS' */
/*
   master.css
   Youth Activate News
   
   Created by Austin M on 2009-04-08.
   Copyright 2008 __AFCM Youth Activate__. All rights reserved.

*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
margin:0; 
padding:0;
font-size:12px;
font-family: Arial;
color: #444;
text-align: left;
line-height: 1.3em;
font-weight: normal;
}
 
table { 
border-collapse:collapse; 
border-spacing:0; 
}
 
fieldset,img {  
border:0; 
}



body {
	background: #bfd8e7 url(http://www.youthactivate.com/news/Dimg/Auz_bg.gif) repeat-x;
	position: relative;
	text-align: left;
	font-size: 8pt;
	margin: 0px; 
}

.clearBoth  {
        clear:both;
}


/* -----------| Header |----------- */ 


#headerContainer {
width:100%;
background:#2D2D2D url(http://www.youthactivate.com/news/Dimg/Auz_globHeadBack.jpg) repeat-x;
height:44px;
margin-bottom:0px;
}

#header	{
width:960px;
margin:0px auto;
}

#headerLogo	{
float:left;
height:38px;
margin-top:3px;
overflow:hidden;
}



#globalHeaderLinks	{
float:right;
padding-top:13px;
}


/* -----------| Page |----------- */ 
#fullPageContainer {
width:950px;
margin:0px auto;
background:#ffffff;
padding:0 0px;
min-height:550px;
}






/* -----------| Nav Sons |----------- */ 

#containTopMenuLinks  {
background: url(http://www.youthactivate.com/news/Dimg/topbar_bg.gif) repeat-x;
border-bottom:1px solid #BBBBBB;
height:33px;
}

#widthWrapper  {
  width:960px;
  margin: 0px auto;
}


top_menu_link_container {
   float:left;
   width:500px;
}

#menu_vert {
   margin-left: 1px;
   margin-right: 1px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: #ECECEC;
   height:33px;
   font-family:"Lucida Grande","Jamrul",Helvetica,Verdana,Arial,Tahoma,sans-serif;
   letter-spacing: 1px;
   float:left;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 200px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}

#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   margin-left: -1px;
   float: left; 
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 8px 10px 0px 10px; 
   text-decoration: none; 
   color: #777777;
   height:26px;
   font-weight: 500;
}

#primary-nav a:hover { 
   display: block; 
   margin: 0px; 
   padding: 8px 10px 0px 10px; 
   text-decoration: none; 
   color: #444444;
   height:26px;
   font-weight: 500;
}


#primary-nav li li a { 
   border: 1px solid #C0C0C0;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background: url(http://www.youthactivate.com/news/Dimg/topbar_bg.gif) repeat-x;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #C7C7C7; 
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #444444; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
}

dfn  {
   display:none;
}

#topMenuLinksSearch {
  float:right;
  padding: 7px 0 0 0;
}

/* -----------| /Nav |----------- */ 




/* -------------------| Content |----------------------*/

#contentContainer  {
        padding-top:40px;
}


#mainDoc	{
	float:left;
	width:480px;
	min-height:400px;
        padding-left:30px;
        overflow:hidden;
        margin-bottom:40px;
}

h2	{
        color:#0281CA;
	font-size:2em;
	font-weight: bold;
}

h3    {
font-weight:bold;
padding:10px 0 5px 0;
}

/*
li span.Apple-style-span  {
padding-left:8px;
}
*/

#mainDoc ul   {
margin-left:8px;
padding-left:8px;
}

/*-----------------| href |------------------*/

a, a:visited  {
        color:#0281CA;
        text-decoration: none;
}

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

a.aGlobLink:link	{
	color:#b4b4b4;
	text-decoration:none;
	font-weight: bold;
	height:22px;
	width:50px;
	}	

a.aGlobLink:visited	{
	color:#b4b4b4;
	text-decoration:none;
	font-weight: bold;
	}

a.aGlobLink:hover	{
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	}

h2 a, h2 a:visited  {
        color:#0281CA;
        text-decoration: none;
        font-weight:bold;
        font-size:0.8em;
}

h2 a:hover   {
        color:#0269a4;
        text-decoration: none;
        font-size:0.8em;
}


/*-----------------| News Mod |------------------*/

.NewsSummaryPostdate {
float:left;
width:80px;
}

.NewsSummaryAuthor {
float:right;
}

#NewsPostHRule {
clear:both;
}

#NewsPostDetailPrintLink  {
margin-bottom:30px;
}

.NewsSummaryMorelink{
margin-bottom:40px;
}

/*----------------| Sidebar/footer |--------------*/
#promo	{
	float:right;
	width:300px;
        margin-top: 15px;
        padding-right:30px;
        overflow:hidden;
}

#footer	{
        clear:both;
	width:950px;
	margin:0px auto;
	//padding:0 5px;
        height:20px;
        background:#EEEEEE;
        border-top:1px solid #BBBBBB;
}

#afcmLink	{
	text-align:left;
	float:left;
	width:300px;
        padding-left:30px;
}

#moreDivsPlease	{
	float:right;
        padding-right:30px;
}


#headerLogo a#YAlogo	{
	display:block;
	background: url(http://www.youthactivate.com/news/Dimg/youthActivate.png) no-repeat;
	text-indent:-9000px;
	height:38px;
	width:73px;
}

li.thumb {
overflow:hidden;
}

li.thumb img {
width:96px;
height:67px;
}

/* End of 'YAMasterCSS' */

