/*************************************************/
/* Planetary Play: Rev Marciah McCartney         */
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/*************************************************/

/*************************************************/
/* HTML tag styles                               */
/*************************************************/ 

/*#container {
margin: auto;
background-color:#FFFFCC; 
 border:5px solid #FFFF00;
padding:0px;
}*/ 

body{
	line-height: 1.166;	
	margin: 10px;
	background-color:#FFFFCC; 
	color:#6600CC;	
	padding:2px;
	border: 2px solid #3399CC;
}

a:link, a:visited {
	color:#3399CC;
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#CC0000;
	font-size:11px;
	text-decoration: underline;
	font-weight:bold;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

h1{
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #CC0000;
}

h3{
 font-size: 100%;
 color:#CC0000;
}

h4{
 font-size: 100%;
 color:#CC6600;
 margin-left:30px;
}

h5{
 font-size: 100%;
 color: #334d55; 
}

h6{
color: #0000FF;
font-size: 11px;
margin-left:30px;
}

ul{
 list-style-type: disc;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#banner{
	margin: 0;
	padding: 0px 0px;
	border-bottom: 1px solid #3399CC;
	background-color:#FFFFFF;
}
#rightbox{
	/*float:right;*/
	width: 220px;
	margin: 0 0 0 75%;
	padding: 0px;
	font-size:11px;
	background-image:url(images/banner-rtnav2.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FFFFCC;
	color:#0000CC;
}
#navBar{
	
	/*background-color:#FFFFCC;
	
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;*/
}

#content{
    float:left;
	width: 75%;
	margin: 0;
	padding: 0 0px 0 0;
	background-image:url(images/bannerpp-left3b.gif);
	background-repeat:repeat-y;
	/**background-position:left;**/
	color:#0000CC;
	background-color:#FFFFFF;		
	font-family:Geneva, Arial, Helvetica, san-serif;	
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav ul{
display:block;
list-style:none;
margin:0px 0px 2px 11px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
padding-bottom:6px;

}

#globalNav li{
display:inline;                                              
}
/* '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 li a:link, #globalNav li a:visted {	
	padding: 2px 8px 2px 8px; 	
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:#FFFF00;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #BBBB00;
	border-right: 1px solid #BBBB00;	
	font-variant:small-caps;
	font-weight:bold;
	font-size:10px;
}

#globalNav li a:hover {	
	padding: 2px 8px 2px 8px; 
	color:#FFFF00;
	background-color: #3399CC;
	border-left: 1px solid #BBBB00;
	border-top: 1px solid #BBBB00;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;	
	font-variant:small-caps;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;	
}

/************** .feature styles ***************/

.feature{
clear: both;
	padding: 0px 10px 10px 20px;
	font-size: 12px;
}

.feature h3{
	padding: 20px 0px 5px 40px;
	text-align: left;
}

.feature img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 15px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 10px 0px 40px;
	font-size: 11px;
}

.story img{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 15px;
}
.story p{
  padding: 0px 0px 0px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	width:100%;
	border-top: 1px solid #3399CC;
	font-size: 10px;
	color:#3399CC;
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	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: 0px 30px 1px 60px;
	vertical-align: middle;
}

/*********** #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;}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;	
	font-size: 11px;
	font-weight:bold;
	
}

#sectionLinks h3{
	padding: 10px 0px 10px 30px;
}

#sectionLinks a:link, #sectionLinks a:visited{
	padding: 5px 0px 5px 30px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	color:#0000FF;
	font-family:Verdana, Arial, Helvetica, san-serif;
	font-weight:bold;	
	width: auto;
}

#sectionLinks a:hover{
	text-decoration:none;
	border-top: 1px solid #cccccc;		
	font-size:10px;
	color:#CC0000;
	background-color: #FFFF00;	
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-weight:bold;
	margin-left: 11px;
	padding: 5px 0px 5px 30px;
}


/*********** .relatedLinks styles ***********/

#relatedLinks a:link, #relatedLinks a:visited{
   position: relative;
 	font-weight:bold;
	font-variant:small-caps;
	text-decoration:underline;
	color:#CC6600;
	margin: 0px;
	padding: 10px 0px 10px 30px;
}

#relatedLinks a:hover{
     font-weight:bold;
	 color:#3366FF;	 
	 font-size: 98%;
	 }
.relatedLinks h3{
	padding: 10px 0px 10px 30px;
	
}
.relatedLinks p{
	padding: 10px 0px 10px 30px;
	
}

/************** #advert styles **************/

#advert{
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	color:#0000FF;
	font-weight:bold;
	border-top: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#advert img{
background-position:center;
	padding: 0px 0px 0px 0px;
	border: 1px ridge #FF0000;
	/**margin: 10px 10px 10px 10px;**/
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 30px;
	
}

#headlines p{
	padding: 5px 0px 5px 5px;
	font-size: 11px;
}

/*********** End **********************/
