/*	
	CSS for Sonoma Mine Management Website
	************************************
	Author: Richard (Development/Design/Programming)
	Company: dmwcreative / dmwdigital
	Website: www.dmwdigital.com.au
*/

body, html {
	height: 100%;
	background: #B3B3B3;
	/*background: #27529C; */
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;		
}

table { 
	border-collapse: collapse;
	border-color: #CCCCCC;
}

H1 { /*Main heading*/
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	line-height: 18pt;
	font-weight: normal;
	color: #FF7900;
	padding-left: 15px;	
	margin-bottom: 0px;
	border-left: 3px solid #FF7900;	
}
	/*H1:HOVER {
		cursor: default;
	}*/
	.content_sub_col1 H1 A:LINK, .content_sub_col1 H1 A:VISITED {
		color: #FF7900;
		text-decoration: none;
	}
	.content_sub_col1 H1 A:HOVER {
		text-decoration: underline;
	}

H2 { /*Home content sub-heading*/
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 16pt;
	font-weight: normal;
	color: #00983B;
	padding-left: 15px;	
	margin-bottom: 10px;
	border-left: 3px solid #00983B;	
}
	/*H2:HOVER {
		cursor: default;
	}*/

H3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13pt;
	line-height: 16pt;
	font-weight: bold;
	margin-top: 10px;
	color: #60473F;
}

A:LINK, A:VISITED {
	color: #FF7900;
	text-decoration: none;
}
A:HOVER {
	color: #000000;
	text-decoration: underline;
}

img {
	/*margin: 0;*/
}

/* Container to encapsulate the whole site */
.container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	clear: both;
	margin: 0;
	padding: 0;	
}

.site {
	position: relative;
	width: 1000px;
	height: auto;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
	background: url(../images/bkg_site_shadow.jpg) top center repeat-y;
}

.header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 99px;
	background: #FFFFFF url(../images/img_headlogo.gif) bottom left no-repeat;
	border-top: 0px solid #E39A00;
	border-bottom: 0px solid #999999;
	clear: both;
}
	.header_content {
		margin: 0;
		padding: 0;
		position: relative;
		float: right;
		width: 270px;
		height: 99px;
		border-left: 0px solid #CCCCCC;
		background: url(../images/img_headcontact.gif) bottom right no-repeat;
	}

.navigation {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 21px;
	background: #9DB4D6;
	border-top: 0px solid #A7A9A9;
	border-bottom: 0px solid #FFFFFF;
	color: #FFFFFF;
	clear: both;
	overflow: hidden;
}
	.nav_main {
		float: left;
		position: relative;
		text-align: left;
		padding: 0;
		margin: 0;
	}
	.nav_main ul {
		margin: 0;
		padding: 0;
		text-indent: 0;
		clear: both;
	}	
	.nav_main  li {
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		line-height: 20px;
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		padding-right: 5px;
		padding-left: 12px;
		border-left: 0px solid #E39A00;
	}
	.nav_main li a:LINK, .nav_main li a:VISITED {
		color: #FFFFFF;
	}
	.nav_main li a:HOVER {
		text-decoration: none;
		color: #000000;
	}

.display_home {
	position: relative;
	margin: 0;
	padding: 0;
	width: 723px;
	height: 263px;
	float: left;
	clear: both;
}
	
.page_header_home {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 175px;
	background: #FFFFFF;
	clear: both;
}
.page_header {
	position: relative;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 105px;
	background: #FFFFFF;
	clear: both;
}

.content_body { /*For homepage*/
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
	padding-bottom: 10px;
	width: 724px;
	height: auto;
	min-height: 600px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #FFFFFF;
	clear: both;
}
.content_body2 { /*For content.php*/
	position: relative;
	float: left;
	margin: 0;
	padding: 0;	
	padding-bottom: 25px;
	width: 1000px;
	height: auto;
	min-height: 400px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background: #FFFFFF;
	/*background: #FFFFFF url(../images/bkg_bodyshadow2.jpg) bottom left no-repeat;*/
	/*background: #FFFFFF url(../images/bkg_lightshadow.png) top left repeat-x;*/
	clear: both;
}
	.content_body2 A:LINK, .content_body2 A:VISITED {
		color: #000000;
		text-decoration: none;
	}
	.content_body2 A:HOVER {
		color: #000000;
		text-decoration: underline;
	}
	.content_home_col1 { /*Home-page headline, brown box*/
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		padding-top: 15px;
		width: 433px; /*total 433px*/		
		background: #40322F url(../images/bkg_home_col1.jpg) top left no-repeat; /*gradient*/		
		border-top: 4px solid #FF7900; 
		clear: left;
	}
		.content_home_col1_content {
			position: relative;
			margin: 0;
			padding: 0;
			background: url(../images/img_home_col1.jpg) bottom left no-repeat;	/*bottom round corner*/
			padding-bottom: 15px;
			padding-left: 18px;
			padding-right: 15px;
			width: 400px; /*total 433px*/
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			font-weight: bold;
			color: #FFFFFF;
			height: 127px;
			overflow: hidden;
		}
			.content_home_col1_content A:LINK, .content_home_col1_content A:VISITED {
				color: #FF7900;
				text-decoration: none;
			}
			.content_home_col1_content A:HOVER {
				color: #FF7900;
				text-decoration: underline;
			}
	.content_home_col2 { /*Recent News, blue box*/
		position: relative;
		float: left;
		margin: 0;
		padding: 0;		
		width: 291px; /*total 290px*/		
		background: #CED9EA;
		border-top: 4px solid #9DB4D6; 
				
	}
		.content_home_col2_head {
			position: relative;
			margin: 0;
			padding: 0;
			padding-left: 12px;
			padding-top: 8px;
			height: 27px;
			width: 274px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 16px;
			line-height: 18px;
			font-weight: bold;
			color: #000000;
			border-bottom: 1px solid #FFFFFF;			
			overflow: hidden;
		}
		.content_home_col2_content {
			position: relative;
			margin: 0;
			padding: 0;
			padding-top: 10px;
			padding-bottom: 15px;
			padding-left: 15px;
			padding-right: 14px;
			width: 265px; /*total 290px*/
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
			font-weight: normal;
			color: #000000;
			height: 91px;
			overflow: hidden;
		}
			.content_home_col2_content A:LINK, .content_home_col2_content A:VISITED {
				color: #000000;
				text-decoration: none;
			}
			.content_home_col2_content A:HOVER {
				color: #000000;
				text-decoration: underline;
			}
		.content_home_col2_foot { /*Home go to news archive link, rounded corner*/
			position: relative;
			margin: 0;
			padding: 0;
			padding-left: 12px;
			padding-top: 8px;
			height: 20px;
			width: 278px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 12px;
			font-weight: bold;
			color: #000000;
			border-top: 1px solid #FFFFFF;			
			overflow: hidden;
		}
		.content_home_col2_foot A:LINK, .content_home_col2_foot A:VISITED {
			color: #000000;
			text-decoration: none;
		}
		.content_home_col2_foot A:HOVER {
			color: #000000;
			text-decoration: underline;
		}
	.content_home_body {
		position: relative;
		margin: 0;
		padding: 0;
		width: 723px;
		padding-top: 30px;
		padding-bottom: 15px;
		clear: both;
		background: url(../images/bkg_bodyshadow.jpg) top left no-repeat;
	}
		.content_home_body_content {
			position: relative;
			margin: 0;
			padding: 0;
			width: 683px;
			padding-left: 20px;
			padding-right: 20px;
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			color: #474747;			
		}
			.content_home_body_content A:LINK, .content_home_body_content A:VISITED {
				color: #000000;
				text-decoration: none;
			}
			.content_home_body_content A:HOVER {
				color: #00983B;
				text-decoration: underline;
			}
	.content_sub_col1 { /*Sub-page headline, brown box*/
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		margin-top: 15px;
		margin-bottom: 40px;
		padding-top: 10px;
		width: 320px; /*total 320px*/	
		background: #40322F url(../images/bkg_home_col1.jpg) top left no-repeat; /*gradient*/		
		border-top: 4px solid #FF7900; 
		clear: left;
	}
		.content_sub_col1_content {
			position: relative;
			margin: 0;
			padding: 0;
			background: url(../images/img_sub_col1.jpg) bottom left no-repeat;	/*bottom round corner*/
			padding-bottom: 15px;
			padding-left: 18px;
			padding-right: 15px;
			width: 287px; /*total 320px*/
			font-family: Arial, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			font-weight: bold;
			color: #FFFFFF;
			height: auto;
			clear:both;
		}
			.content_sub_col1_content A:LINK, .content_sub_col1_content A:VISITED {
				color: #FF7900;
				text-decoration: none;
			}
			.content_sub_col1_content A:HOVER {
				color: #FF7900;
				text-decoration: underline;
			}
			.content_sub_col1_content ul {
				margin: 0;
				padding: 0;
				padding-left: 20px;
			}
			
	.content_sub_col2 { /*Sub page content area*/
		position: relative;
		float: right;
		margin: 0;
		padding: 0;			
		margin-top: 15px;		
		width: 665px; /*total 650px*/	
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 8.5pt;
		line-height: 16px;
		color: #666666;
		background: #FFFFFF;
		border-top: 0px solid #9DB4D6; 
		clear: right;		
	}
	.content_sub_col2_body { /*Sub page content area*/
		position: relative;
		margin: 0;
		padding: 0;
		width: auto;
		padding-left: 15px;
		padding-right: 30px;
		padding-bottom: 10px;
	}
	
	.content_sub{
		position: relative;
		float: right;
		margin: 0;
		padding: 0;			
		margin-top: 15px;		
		width: 985px; /*total 650px*/	
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 8.5pt;
		line-height: 16px;
		color: #666666;
		background: #FFFFFF;
		border-top: 0px solid #9DB4D6; 
		clear: right;		
	}
	.content_sub_body {
		position: relative;
		margin: 0;
		padding: 0;
		width: auto;
		padding-left: 15px;
		padding-right: 30px;
		padding-bottom: 10px;
	}

.rightbox {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	min-height: 700px;
	height: 100%;
	width: 275px;
	background: #332624 url(../images/bkg_rightbox.jpg) top left repeat-y;
	/*border-left: 1px solid #FFFFFF;*/
	/*border-left: 1px solid #FFFFFF;*/
	border-left: 1px solid #FFFFFF;	
}
.rightbox1 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 276px;
	height: 154px;
	clear: both;
	overflow: hidden;
}

.rightbox_content {
	position: relative;
	margin: 0;
	padding: 0;
	width: 263px;
	min-height: 90px;
	padding-top: 33px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 6px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #CCCCCC;
	clear: both;
	/*background: url(../images/bkg_darkshadow.png) 0px 28px no-repeat;*/
}
	.rightbox_content A:LINK, .rightbox_content A:VISITED {
		color: #FFFFFF;
		text-decoration: underline;
	}
	.rightbox_content A:HOVER {
		color: #FF7900;
		text-decoration: underline;
	}
.rightbox_content:HOVER {
	color: #DDDDDD;
	cursor: default;
}
	.rightbox_content_capsule {
		margin: 0;
		padding: 7px;
		padding-bottom: 0;
		border: 1px solid #403836;
	}
	.rightbox_header {
		position: absolute;
		top: 0;
		left: 0;
		width: 276px;
	}

.footer_container {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 20px;
	clear: both;
	background: url(../images/bkg_footer_shadow.jpg) top center no-repeat;
}
.footer {
	position: relative;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	/*background: #282120 url(../images/bkg_footer.jpg) top center repeat-x;*/
	/*background: #CCCCCC;*/
	background: #282120 url(../images/bkg_footer.jpg) top center repeat-x;
	border-top: 1px solid #403836;
	border-bottom: 1px solid #000000;
	clear: both;
}
	.footer A:LINK, .footer A:VISITED {
		color: #FFFFFF;
		text-decoration: none;
	}
	.footer A:HOVER {
		color: #FF7900;
		text-decoration: underline;
	}
	
/******** Photo gallery ****************************************/
.gallery {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 500px;
	height: auto;
	clear: both;
	font-size: 11px;
}
.gallerythumb {
	display: block;
	margin: 0;
	padding: 0;	
	width: 110px;
	height: 100px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	text-align: center;
	display: table-cell;
	vertical-align: top;
	border: 1px solid #DDDDDD;
	clear: both;
}
	.gallerythumb:HOVER {
		/*border: 1px solid #CCCCCC;*/
		border: 1px solid #FF7900;
		/*background: #222222;*/
		/*width: 118px;
		height: 118px;*/
	}
	.gallerythumb_container {
		display: block;
		margin: 0;
		padding: 0;
		margin: 5px;
		margin-bottom: 10px;
		width: 110px;
		float: left;		
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 14px;
		color: #FF7900;
	}
		.gallerythumb_container A:LINK, .gallerythumb_container A:VISITED {
			/*color: #666666;*/
			color: #FF7900;
			text-decoration: none;
		}
		.gallerythumb_container A:HOVER {
			color: #000000;
			text-decoration: underline;
		}
	
	.imagedetails_row1_col1 {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		width: 200px;
		border: 0px solid #DDDDDD;
		font-size: 11px;
		line-height: 14px;
		clear: left;
	}
	.imagedetails_row1_col2 {
		position: relative;
		float: left;
		margin: 0;
		padding: 0;
		margin-left: 15px;
		width: 400px;
		border: 0px solid #DDDDDD;
		clear: right;
	}
	
	.imagedetails_row2_col1 { /*Image details*/
		position: relative;
		float: left;
		margin-top: 15px;
		margin: 0;
		padding: 0;
		width: 200px;
		border: 0px solid #DDDDDD;
		font-size: 11px;
		line-height: 14px;
		clear: left;
	}
		.imagedetails_row2_col1 A:LINK, .imagedetails_row2_col1 A:VISITED {
			color: #FF7900;
			text-decoration: none;
		}
		.imagedetails_row2_col1 A:HOVER {
			color: #000000;
			text-decoration: underline;
		}
	.imagedetails_row2_col2 { /*Preview image*/
		position: relative;
		float: right;
		margin: 0;
		padding: 0;
		padding-left: 15px;
		width: 400px;
		border: 0px solid #DDDDDD;
		clear: right;
	}
	
	.details_head1 {
		clear: both;
		margin-top: 10px;
		margin-bottom: 3px;
		padding: 2px;
		padding-left: 6px;
		background: #DFDFDF;
	}
	.details_body1 {
		clear: both;
		margin-bottom: 3px;
		padding: 2px;
		padding-left: 6px;
	}


/**** Form elements ****/
.textfield_normal { /*normal with smaller font*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	padding-left: 2px; padding-right: 2px;
	width: 145px;
}
.textfield_1 { /*medium*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	padding-top: 2px;
	padding-left: 2px; padding-right: 2px;
	width: 175px;
	height: 17px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textfield_1:HOVER, .textfield_1:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}

.textfield_2 { /*long*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	padding-top: 2px;
	padding-left: 2px; padding-right: 2px;
	width: 200px;
	height: 17px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textfield_2:HOVER, .textfield_2:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}

.textfield_3 { /*short*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	padding-top: 2px;
	padding-left: 2px; padding-right: 2px;
	width: 130px;
	height: 17px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textfield_3:HOVER, .textfield_2:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}

.textfield_4 { /*extra small*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	padding: 1px;
	padding-top: 2px;
	width: 15px;
	height: 12px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textfield_4:HOVER, .textfield_4:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}

.textarea_1 { /*long*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	width: 400px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textarea_1:HOVER, .textarea_1:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}

.textarea_2 { /*small*/
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 11px;
	color: #000000;
	padding: 1px;
	width: 230px;
	margin-left: 0px;
	margin-right: 0px;
	border: solid #CCCCCC;
	border-width: 1px;
}
.textarea_2:HOVER, .textarea_2:FOCUS {
	border-color: #FF7900;
	background-color: #FFFFFF;
}
	
.button_1 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	background-color: #214584;
	background: url(../admin/images/bkg_button1.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 3px;
	height: 22px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #282120;
	/*border: solid #CCCCCC;
	border-width: 1px;*/
}
.button_1:HOVER {
	border: 1px solid #000000;
	text-decoration: underline;
	cursor: pointer;	
}





