



body{

	font-family: Arial,sans-serif;

	color: #333333;

	background-color: #3695C3;

	background-image: url(http://www.hoodiareview.org/bg.jpg);

	background-repeat: repeat-x;

	line-height: 1.166;	

	margin: 0px;

	padding: 0px;



}



a:link, a:visited, a:hover {

	color: #006699;

	text-decoration: none;

}



a:hover {

	text-decoration: underline;

}

/* overrides decoration from previous rule for hovered links */



h1, h2, h3, h4, h5, h6 {

	font-family: Arial,sans-serif;

	margin: 0px;

	padding: 0 0 0 10px;

}



h1{

 font-family: Verdana,Arial,sans-serif;

 font-size: 2em;

 letter-spacing:0.2em;

 color:#99FF00;

}



h2{

color: #FF9900;

font-size:2em;

font-weight:normal;

letter-spacing:0.2em;

line-height:normal;

margin:24px 0 0 0;

text-align:left;

}



h3{

 font-size: 100%;

 color: #FF9900;

}



h4{

 font-size: 100%;

 font-weight: normal;

 color: #333333;

}



h5{

 font-size: 100%;

 color: #334d55;

}



ul{

 list-style-type: none;

}



ul ul{

 list-style-type: disc;

}



ul ul ul{

 list-style-type: none;

}



label{

	font: bold 100% Arial,sans-serif;

 color: #FF9900;

}





/***********************************************/

/* Layout Divs                                 */

/***********************************************/



#maincontainer{

width: 840px; /*Width of main container*/

margin: 0 auto; /*Center container on page*/

background-color:#FFFFFF;

}



#masthead{

	margin: 0;

	padding: 10px 0px;

	width: 100%;

	height: 88px;

	background: url(http://www.hoodiareview.org/logo.gif) no-repeat left 20px;

	background-color: #0035A8;



}





#container{

	background: url(http://www.hoodiareview.org/menubar.jpg) no-repeat;



}



#navBar{

	margin: 0 0 0 630px;

	padding-left: 10px;

	padding-top: 30px;

	background-color: #FFFFFF;

	background: url(http://www.hoodiareview.org/frame_bg2.jpg) no-repeat right 150px;

}



#content{

  float:left;

	width: 620px;

	margin: 0;

	padding: 30px 3% 0 0;

}



#content p{

margin:6px 0 12px 0;

padding:0 0 0 16px;

}



/***********************************************/

/*Component Divs                               */

/***********************************************/



#siteName{

	margin: 0px;

	padding: 0px 0px 10px 0px;

}





/*************** #pageName styles **************/



#pageName{

	padding: 0px 0px 10px 10px;

}



#pageName p{

margin:6px 0 12px 0;

padding:0 0 0 16px;

}



/*************** #intro styles **************/



#intro{

	padding: 0px 0px 10px 0px;

	background: url(http://www.hoodiareview.org/main.jpg) no-repeat;

}



#intro p{

margin:6px 0 12px 0;

padding: 10px 60px 0 220px;

font-family:Arial, Helvetica, sans-serif;

font-size: 19px;

color:#FFCC00;

}



#intro h1{

color:#99FF00;

font-family: Verdana,Arial,sans-serif;

padding: 0px 0px 10px 55px;

}



/************* #globalNav styles **************/



#globalNav{

color: #cccccc;

padding: 0px 0px 0px 10px;

white-space: nowrap;

}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line

   this will force a horizontal scrollbar if there isn't enough room for all links

   remove rule or change value to 'normal' if you want the links to line-wrap */



#globalNav img{

 display: block;

}



#globalNav a {

	font-size: 90%;

	padding: 0px 4px 0px 0px; 

}





/************** .feature styles ***************/



.feature{

	padding: 0px 0px 10px 10px;

	font-size: 80%;

}



.feature h3{

	padding: 30px 0px 5px 0px;

	text-align: center;

}



.feature img{

	float: left;

	padding: 0px 10px 0px 0px;

	margin: 0 5px 5px 0;

}

/* adjust margins to change separation between the feature image and text flowing around it */





/************** .story styles *****************/



.story{

	clear: both;

	padding: 10px 0px 0px 10px;

	font-size: 14px;

}



.story p{

  padding: 0px 0px 10px 0px;

  line-height:1.3;

}





.story h1{

color: #FF9900;

font-size:2em;

font-weight:normal;

letter-spacing:0.2em;

line-height:normal;

text-align:left;

margin-bottom: 12px;

border-bottom: 2px solid #FF9900;

}





/************** .key styles *****************/



.key{

	clear: both;

	padding: 0 20px 0 0px;

	margin: 0;

	font-size: 16px;

	font-weight: bold;

    color: #027ABB;
}



.key ul li {

   list-style-image: none;

   background-image: url(http://www.hoodiareview.org/bull.gif);

   background-repeat: no-repeat;

   background-position: left center;

   padding: 10px 0 0 40px;

   }







/************* #siteInfo styles ***************/



#siteInfo{

	clear: both;

	border: 1px solid #cccccc;

	font-size: 75%;

	color: #000000;

	padding: 10px 10px 10px 10px;

	margin-top: 0px;

}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)

   the bottom border of the navBar in cases where they "touch" */



#siteInfo img{

	padding: 4px 4px 4px 0px;

	vertical-align: middle;

}





/************* #search styles ***************/



#search{

	padding: 5px 0px 5px 10px;

	font-size: 12px;

}







/*********** #navBar link styles ***********/



#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar ul {list-style: none; margin: 0; padding: 0;}



/* hack to fix IE/Win's broken rendering of block-level anchors in lists */

#navBar li {border-bottom: 1px solid #EEE;}



/* fix for browsers that don't need the hack */

html>body #navBar li {border-bottom: none;}





toplists

/*********** #toplists styles ***********/



#toplists{

	margin:6px 0 12px 0;

	padding:0 0 0 16px;

}





#toplists ol li {

   padding-top: 10px;

   }





/*********** #sectionLinks styles ***********/



#sectionLinks{

	position: relative;

	margin: 0px;

	padding: 0px;

	border-bottom: none;

	font-size: 90%;

	font-weight: bold;

}



#sectionLinks h3{

	padding: 10px 0px 2px 10px;

}







#sectionLinks a:link{

	padding: 2px 0px 2px 10px;

	font-family:Arial, Helvetica, sans-serif;

	color: #027ABB;

	border: none;

	width: 100%;

	voice-family: "\"}\""; 

	voice-family:inherit;

	width: auto;

}



#sectionLinks a:visited{

	border: none;

	font-family:Arial, Helvetica, sans-serif;

	color: #027ABB;

	padding: 2px 0px 2px 10px;

}











/*********** #ReviewLinks styles ***********/



#ReviewLinks{

	position: relative;

	margin: 10px 0 0 0;

	padding: 0px;

	border-bottom: 1px solid #cccccc;

	font-size: 90%;

	font-weight: bold;

}



#ReviewLinks h3{

	padding: 10px 0px 2px 10px;

	font-size: 16px;

	color: #0000FF;

}



#ReviewLinks a:link{

	padding: 2px 0px 2px 10px;

	font-family:Arial, Helvetica, sans-serif;

	color: #027ABB;

	text-decoration:none;

	border-top: 1px solid #cccccc;

	width: 100%;

	voice-family: "\"}\""; 

	voice-family:inherit;

	width: auto;

}



#ReviewLinks a:visited{

	border-top: 1px solid #cccccc;

	font-family:Arial, Helvetica, sans-serif;

	text-decoration:none;

	color: #027ABB;

	padding: 2px 0px 2px 10px;

}



#ReviewLinks a:hover{

	border-top: 1px solid #cccccc;

	font-family:Arial, Helvetica, sans-serif;

	color: #027ABB;

	text-decoration:none;

	background-color: #dddddd;

	padding: 2px 0px 2px 10px;

}



/*********** .relatedLinks styles ***********/



.relatedLinks{

	margin: 0px;

	padding: 20px 0px 10px 10px;

	font-size: 90%;

}



.relatedLinks h3{

	padding: 10px 0px 2px 0px;

}



.relatedLinks li{

	padding: 10px 0px 2px 0px;

}





/************** #advert styles **************/



#advert{

	padding: 10px 0px 0px 10px;

	font-size: 80%;

	border-top: 1px solid #cccccc;

}



#advert img{

	display: block;

}





/************** #headlines styles **************/



#headlines{

	margin: 0px;

	padding: 10px 0px 20px 10px;

	font-size: 80%;

}



#headlines p{

	padding: 5px 0px 5px 0px;

}


.chikita{

	padding: 15px 0 0 15px;

	margin: 0;

}



