/* @override http://www.amm.com.au/2008/stylesheet.css */

/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
/* the * below refers to everything */
* { margin: 0; padding: 0; }

body {
	background: #e9e9e9;
	font: 8pt/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #4d4d4d; 
	text-align: center;
}
body.dave {
	background:#000;
}
/* links */
a, a:visited {
	/*text-decoration: none;*/
	color: #727272; 
	background: inherit;
	font-weight: bold;
}
a:hover {
	color: #000;
	background: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;
	color: #323232;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	}
h3 {
	font-size: 125%;
	padding-bottom: 3px;
	color: #666666; 
}


h1, h2, h3 {
	margin: 0;
}
p {
	font-size: 10px;
	margin: 0;
	line-height: 15px;
	padding-bottom: 6px;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

/*logo bit*/
#logo {
	position: absolute;
	top: 0; right: 30px;
	background: transparent;
	border: none;
}	

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	border: 1px solid #000;
	border-top-width: 0;
}
#splash_wrap {
	margin-top:10%;
	background:#000;
	}
#content-wrap {
	width: 900px;
	padding: 0; 
	margin: 0 auto;
	height: 450px;
	background-image: url(http://www.amm.com.au/html/scripts/random/rotate.php);
}
#content-wrap_white {
	width: 900px;
	padding: 0; 
	margin: 0 auto;
	height: 450px;
	background-color: #fff;
}

#header {
	width: 900px;
	position: relative;
	height:170px;
	background: white no-repeat center top;
	padding: 0;
	font-size: 14px;
}
#header #press_news h1#stop_press {
	
	position: absolute;
	margin: 0; padding: 0;
	text-transform: uppercase;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 79px; left: 20px;
	font: bolder 115% Verdana, Arial, Sans-serif;
	color: #000;
}
#header #press_news #news {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 108px; left: 20px;		
}

/* Menu */
#menu {	
	margin: 0; padding: 0 25px 0 0;
	font: bold 10px/21px Verdana, Arial, Tahoma, Sans-serif;
	height: 21px;
	background-color: black;
	clear: both;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
	border-left: 1px solid gray;
}
#menu ul li a:hover {
	background-color: #ECECEC;
	color: #333;	
}
#menu ul li#current a {	
	background-color: #FFF;
	color: #333;
}

/* Main Column */
#main {
	float: right;
	width: 50%;
	padding: 0; margin: 0;
}
#main_text {
	background-color: white;
	padding: 15px;
	top: 50px;
	position: relative;
	width: 87%;
}
#main_text p img {
	padding-right: 10px;
}
span.dropcap {
	font-size: 200%;
	color: gray;
	line-height: 105%;
}

/* SideText */	
#sideText {
	float: left;
	width: 43%;
	padding: 15px 0 0; margin: 0 0 0 20px;
	background-color: white;
}	

#sideText .left-box {
	margin-right: 0;
	margin-top: 5px;
}

/* Footer */	
#footer {
	color: #666666;
	clear: both;
	width: 900px;
	height: 18px;
	text-align: center;	
	font-size: 85%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

