/*
	author: Kevin
	Date: xx/xx/xxxx
	Last Update: xx/xx/xxxx
	DOCTYPE: XHTML 1.0 Transitional//EN
	Supports broswers:
*/

/* ------------------ General settings start ------------------ */
*{
	margin:0;
	padding:0;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
}
html,body{
	width:100%;
	height:100%;
	background: #525B45 url('/images/bg_stroke.gif') repeat-x;
}

#border_h4x
{
	width:1020px;
	background: url('/images/bg_shadow.png') repeat-y;
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
}
#content_all{
	position:relative;
	width:920px;
	margin-left: 50px;
	min-height: 100%;
	background: #FFF;
}
* html #content_all{
	height:100%;
}
/* ------------------ General settings end ------------------ */


/* ------------------ Header start ------------------ */
#header{
	width:100%;
}

#header_logo{
	width:100%;
	height:200px;
	background: url('/images/header.png');
	
}

/* ------------------ Header end ------------------ */

/* ------------------ content  top menu start ------------------ */	
	
#menu{
	width:100%;
	height:37px;
	background: #D5CEB2 url('/images/menu_btm.png') repeat-x 0px 31px;
}
#menu_nav1 li{
	list-style:none;
	list-style-type: none;
	float:left;
	position:relative;
	z-index:10;
}


#menu_nav1 li:hover a, #menu_nav1 li a:hover, #menu_nav1 li a:active{
	display:block;
	text-align:center;
	text-decoration:none;
	background:#D5CEB2;
	color:#000;
	width:80px;
	height:16px;

}
#menu_search
{
	width:160px;
	float:right;
	margin-top:7px;
	background: #D5CEB2;
	

}
.search_field_top
{
	float:left;
	margin:0;
}
.input_top
{
	font-family: Verdana, Arial;
	font-size: 12px;
	border: 1px solid;
	border-right-width:0px;
	border-left-width:0px;
	border-top-color:#87816E;
	border-bottom-color:#E9E6D7;

}

#input_box_top
{
	background-color: #97917E;
	height:16px;
}

/* ---SUBMENU 1--- */

#menu_nav1 li ul.menu_sub1 li {
	width: 80px;
	clear: left;
}
#menu_nav1 li ul.menu_sub1 {
	list-style:none;
	background:#D5CEB2;
	display:none;
	position:absolute;
	left:0px;
	top:34px;
	z-index:10;
}
#menu_nav1 li:hover ul.menu_sub1 {
	display:block;
	z-index:10;	
}
#menu_nav1 li ul.menu_sub1 li a:link, #menu_nav1 li ul.menu_sub1 li a:visited {
	background:#D5CEB2;
	width:80px;
	padding:4px 0 3px 0px;
	position:relative;
	z-index:10;
}
#menu_nav1 li ul.menu_sub1 li:hover a, #menu_nav1 li ul.menu_sub1 li a:active, #menu_nav1 li ul.menu_sub1 li a:hover {
	clear:left;
	background:#9ED803;
	color: #000;
	width:80px;
	padding:4px 0 3px 0px;
	position:relative;
	z-index:10;
}
/* --- END SUBMENU 1--- */




/* ------------------ content  top menu end ------------------ */

/* ------------------ content start ------------------ */

a{

	color:#000;
	text-decoration:underline;

}


#content_main{
	position: relative;
	/*background: #FFF url('../images/content_bg.gif') repeat-y;*/
	width:100%;
	min-height: 100%; height:100%;
	background-image: url('/images/content_bg.gif');
	background-repeat: repeat-y;
	margin-top:0px;
}
html>/**/body #content_main, x:-moz-any-link, x:default {margin-top:-2px;}

#content_page{
	float: left;
	position: relative;
	word-wrap: break-word;
	min-height:100%;
	width:720px;
}
#content_page h2 {
	padding: 0px 0 0px 0px;
	font-size: 0px;
	color: #ffffff;
}
#content_page h2 a{
	
	text-decoration: underline;
	font-size: 0px;
	color: #ffffff;
}
#content_page p {
	width:550px;
	padding: 10px 0 10px 5px;
}
#content_page li{
	margin-left: 18px;
}
#content_right{
	margin-right:7px;
	padding-top: 20px;
	float:right;
	overflow: hidden;
	background: url('/images/menu_right.gif') no-repeat;
	min-height: 500px;
	width:182px;
	text-wrap: supress;
	word-wrap: break-word;
}
#right_nametitle{
	margin: 15px 0px 5px 0px;
	font-weight:bold;
	color:#525B45;
	font-size:13px;
}
#right_email li{
	font-weight:bold;
	color:#525B45;
	font-size:10px;
}
#content_right p{
	width:182px;
}
#content_right h2{
	min-width:50px;
	padding:0;
	font-size:13px;
	color: #525B45;
	text-align:center;
	padding-bottom: 10px;
}
#right_latest_image
{

	margin-left: auto;
	margin-right: auto;
	border:1px solid #525B45;
	min-height:98px;

}
.news_top
{
	background-color:#E4DDC4;
	padding:5px;
}
.newsitem{
	overflow:hidden;

	width:650px;
	min-height: 300px;
	margin: 10px auto 10px auto;
	padding:10px; 

}
.newsitem_title{
	float:left;
	
}
.newsitem_title b{
	font-size:10px;
	color: #525B45;
}
.newsitem_title h1{
padding: 2px 4px 2px 0;
font-size:16px;
font-weight:bold;

}
.newsitem_more{
float:right;

}
.newsitem_content{
min-height:250px;

}
.newsitem_footer{
clear:both;
text-align:right;
}
.newscomment{
	overflow:hidden;
	background-color:#E4DDC4;
	width:450px;
	min-height: 100px;
	margin: 10px auto 10px auto;
	padding:15px;
}

/***********
[GALLERY]

	Gallery Crap 
***********/

#image_area{

	/**border: 0px #000 solid;**/
	margin-left:25px;
	width:680px;
}

.g_image{

	float:left;
	width:160px;
	min-height:98px;
	background-color:#ffffff;
	margin:4px; 
	border:1px solid #97917E;


}
.g_image .imgsubtext {
	

	max-width:0px;
	max-height:0px;
	font-size:0px;


	
}

.g_image table{

		width:160px;
		height:100px;

}
.g_image table tr td{

	vertical-align:middle;
	text-align:center;

}

/** Gallery Image view **/

#image_container{
	margin-left:10px;
	width:700px;
	text-align:center;

}
#image_container img{
	margin-top:30px;
}

#image_container .image_title{
	font-size:13px;
	min-width:20px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom:0; 
}

#image_container .image_made{
	padding:0;
	font-size:14px;
	min-width:20px;
	font-weight: bold;
	color:#646659;
	margin-left: auto;
	margin-right: auto;
}

#image_details{
	margin-left: auto;
	margin-right: auto;
	margin-top:25px;
	width:650px;
	height:200px;
	background: #E4DDC4 url('/images/bg_img_details.gif') repeat-y top right;
}
#image_details_right{
	float:right;
	width:150px;
	min-height:100px;
}
#image_details_right h3{
	padding: 4px;
	font-weight: bold;
	font-size:10px;
	text-align:left;
}
#image_details_right .tags{
	margin: 0 0 0 10px;
	font-size:10px;
	color:#525B45;
	text-align:left;
	max-width:140px;
}
#image_details_right ul li{
	margin: 0 0 0 10px;
	list-style-type:none;
	font-size:10px;
	color:#525B45;
	text-align:left;
}
#image_details_left{
	text-align:left;
	padding: 5px;
	width:480px;
	height:200px;
}

#image_details_left h3{
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#000;
}
#image_details_left p{
	max-width: 490px;
}
/* ------------------ content end ------------------ */

/* ------------------ footer start ------------------ */

/* ------------------ footer end ------------------ */

#footer{
	clear:both;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 85px;
	width: 100%;
	background-color:#525B45;
	/**background-image: url('/images/footer_image.gif');
	background-repeat: repeat;**/
	width:920px;
}

#footer p{
	padding:10px 10px 10px 20px;
	color: #D5CEB2;
	font-size:11px;
	font-weight:bold;
	
	
}
#footer p a{
	color: #9ED803;
	text-decoration: none;
}
/* ------------------ misc start ------------------ */

.shoutbox{
	padding:3px;
	border: #E4DDC4 0px solid;
	margin-left: auto;
	margin-right: 12px;
	margin-top: 5px;
	width:155px;
	overflow-x: hidden;
	text-wrap: supress;
	word-wrap: break-word;
}

.shoutbox p{
	font-size:11px;

}
.shoutbox p strong{
	font-size:11px;
	font-weight: bold;
}
.shout_title{
	
	font-size:12px;
	color: #69B716	;
	margin-bottom: 3px;

}
.button01,
.textfield{
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	border: #E4DDC4 1px solid;
	border-right-color:transparent;
	border-left-color:transparent;
	border-top-color:#87816E;
	border-bottom-color:#E9E6D7;
	background-color: #97917E;


}
.button01
{
	font-weight:bold;
	padding:2px;
	margin:0;
	background-color: #E7E3CF;	
}
#shout_post{
	margin-top:5px;


}
#shout_post table tr th{
	text-align: left;
	color: #525B45;


}
.shouterror{
	padding:3px;
	border: #ff0000 1px dashed;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	font-weight:bold;	
	color: #ff0000;
	width:160px;
	background-color: #E4DDC4;
}
.h1{
	width:300px;
	font-size:12px;
	font-family:Tahoma, Helvetica, sans-serif;
	padding:3px;
	background-color:#E4DDC4;
}
/* ------------------ misc end ------------------ */




