/* css © bigvolcano.com.au based on 2col for feature stories index */
/* date format dd/mm/yy 8/10/08 http://www.bigvolcano.com.au screen css */
/* copyright http://www.bigvolcano.com.au/docs/company.htm */

/***********************************************/
/* Based on DW 2col_leftNav.css                 */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 5px 5px 0px;
	background: #F5FEE0;
}

a:link, a:visited, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

a:visited, a:hover {
	color: #006C00;
	text-decoration: none;
	font-style: italic;
}

a:hover {
	text-decoration: underline;
	background: #FFFFCC;
}
/* overrides decoration from previous rule for hovered links */

h2, h3 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #E64A00;
}

h2{
 font-size: 114%;
 color: #E64A00;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/*************** masthead styles **************/

#masthead {
	padding: 10px;
	margin: 0px;
	background: url(../images/scenes/lowPAN55crop.jpg) repeat-x left top;
	height: auto;
}
/* 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" */

#masthead img {
	padding: 4px 4px 4px 0px;
	vertical-align: top;
	border-style: none;
}

/*************** end masthead styles **************/

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #cccccc;
	padding: 0px 0px 0px 10px;
	font-size: 90%;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}

#globalNav  a:hover {
	background-color: #FFFFCC;
}

.skipLinks {display: none;}

/************* #breadCrumb styles *************/

#breadCrumb{
		font-size: 80%;
		font-style: italic;
		margin: 0px;
		padding: 5px 0px 5px 10px;
		font-weight: bold;

}

/************* START columns based on History of War | Created by Dieter Schneider | www.csstemplateheaven.com *************/

h3 {
		margin-top: 5px;
		color: #E64A00;
		font-size: 110%;
		background-color: #E8F2BF;
		padding: 4px;
}

/***********************************************/
/* Column Styles                              */
/***********************************************/

#left {
		width: 30%;
		float: left;
		font-size: 80%;
}

#right {
		width: 30%;
		float: right;
		font-size: 80%;
}

#content {
		margin-left: 32%;
		margin-right: 32%;
		font-size: 80%;
}

.float_left {
		float: left;
		margin-right: 5px;
		margin-top: 10px;
}

/************* END columns based on History of War | Created by Dieter Schneider | www.csstemplateheaven.com *************/

/* Turn off borders for linked images */
img { border: 0; }

/************* #siteInfo styles Based on editorial CSS DW 2col_leftNav.css ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	padding: 10px;
	margin-top: 0px;
	color: #999999;
	height: 25px;
}
/* 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;
}

.floatRightTop {
		float: right;
		width: 30px;
		height: 12px;
		border: none;
		bottom: 10px;
		position: static;
		padding: 60px 0px 5px;
}
