

/*******************************************************************************************************
********************************************************************************************************
											GLOBAL SETTINGS
********************************************************************************************************
*******************************************************************************************************/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url('/images/bg_main.jpg') repeat-x #F8F4EB;
}
body {
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #000;
}
#center {
	width: 786px;
	margin: 0 auto 0 auto;
}
a, a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
	text-decoration: none;
}
option {
	padding-right: 5px;	
}
.clear {
	clear: both;
	padding: 0;
	margin: 0;
}
.load {
	display: none;
}
.pointer {
	cursor: pointer;
}
.left {
	float: left;
}
.right {
	float: right;
}
textarea {
	width: 400px;
	height: 100px;
}
.inputError {
	background-color: #E0C378;
	color: #000;
}
h1,h2,h3,h4,h5 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}
p {
	padding: 0;
	margin: 0;
}
/*******************************************************************************************************
********************************************************************************************************
											HEADER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#header {
	background: url('/images/bg_top.jpg') repeat-x;
	width: 796px;
	padding: 0 23px;
	height: 100px;
}
#header #join_the_list {
	margin: 20px 5px 0 0;
	color: #fff;
	text-align: right;
}
#header #join_the_list #front_email {
	background: url('/images/join.gif') no-repeat;
	border: none;
	width: 25px;
	height: 22px;
}
#header #join_the_list h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	width: 215px;
	color: #000;
	font-family: Arial;
}

/*******************************************************************************************************
********************************************************************************************************
											PAGE LAYOUT
********************************************************************************************************
*******************************************************************************************************/
#box_top {
	background: url('/images/bg_box_top.png') no-repeat;
	width: 832px;
	height: 10px;
}
#box_bottom {
	background: url('/images/bg_box_bottom.png') no-repeat;
	width: 832px;
	height: 9px;	
}
#menu {
	background: url('/images/bg_menu.jpg') repeat-x;
	width: 786px;
	height: 35px;
	padding-top: 5px
}
#main_content_area {
	background: url('/images/bg_body.png') repeat-y;
	width: 786px;
	min-height: 100px;
	padding: 4px 23px 5px 23px;
}
#main_content_area #banner {
	margin: 5px 0 5px 0;
	width: 780px;
	height: 264px;
	background-color: #E7C672;
	padding: 3px
}
#main_content_area #banner .right {
	background: url('/images/bg_banner_right.jpg') no-repeat;
	width: 250px;
	height: 264px;
}
#main_content_area .left h1 {
	background-color: #E0C378;
	line-height: 30px;
	font-size: 18px;
	padding-left: 5px;
	font-weight: bold;
}
#main_content_area .left {
	width: 526px;
}
#main_content_area .right {
	width: 250px;
}
#main_content_area .right .ad_1 {
	margin: 10px 0 10px 0;
}
/*******************************************************************************************************
********************************************************************************************************
											VIEW LAYOUT
********************************************************************************************************
*******************************************************************************************************/

/*******************************************************************************************************
********************************************************************************************************
											FOOTER SETTINGS
********************************************************************************************************
*******************************************************************************************************/
#footer {
	background: url('/images/bg_footer.gif') repeat-x;
	height: 66px;
	width: 786px;
	font-family: Arial;
}
#footer ul.left {
	width: 520px;
	list-style: none;
	padding: 0;
	margin: 30px 0 0 15px;
}
#footer .left li  {
	display: inline;
}
#footer .left li a:link,#footer .left li a:hover,#footer .left li a:visited {
	margin-right: 7px;
	font-size: 11px;
	color: #fff;
}
#footer img.right {
	width: 89px;
	height: 25px;
	margin-top: 25px;
}
#footer .right {
	list-style: none;
	width: 150px;
	padding: 0;
	margin: 23px 5px 0 0 ;
	text-align: right;
	color: #fff;
}
#footer .right li a:link,#footer .right li a:hover,#footer .right li a:visited {
	color: #fff;
	text-decoration: none;
}

/*******************************************************************************************************
********************************************************************************************************
											PAGINATION SETTINGS
********************************************************************************************************
*******************************************************************************************************/
/* PAGINATION */
#pagination ul {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:5px; 
	list-style-type: none;
}
#pagination ul li {
	list-style-image: none;
	display:inline;
	line-height: 1.2em;
	margin: 1px;
}

#pagination a:link, #pagination a:visited  {
	text-decoration: none;
	font: bold 114% arial;
	font-size:10px;
	color: #fff;
	border: 1px solid #352116;
	padding: 2px 5px;
	background-color: #352116;
	margin: 0 2px 0 0;
	display: inline;
}

#pagination a:hover {
	background-color: #E0C378;
	color: black;
	text-decoration: none;
}

#pagination a.current {
	font-weight: bold;
	color: black;
	background-color: white;
	cursor: default;
	text-decoration: none;
}
#pagination h2.current {	
	text-decoration: none;	
	font: bold 114% arial;	
	font-size:10px;	
	color: #000;	
	border: 1px solid #352116;	
	padding: 2px 5px;	
	background-color: #E0C378;	
	margin: 0 2px 0 0;	
	display: inline;
}


#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
		overflow: hidden;
		z-index: 0;
		position: relative;
		border: 10px solid #ffffff;
		background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/images/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/images/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/images/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/images/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/images/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/images/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
		/* REQUIRED */
		position: relative;
		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
		padding: 10px 0 0 0;
		color: #666666;
		line-height: 25px;
		background-color: #ffffff;
		clear: both;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




#content #orange_bar {
	background-color: #352116;
	width: 530px;
	height: 30px;
}
#content #orange_bar h2 {
	color: #fff;
	font-size: 16px;
	margin-left: 10px;
	padding-top: 6px;
}
#content #search_box {
	background-color: #ECECEC;
	border: 1px solid #999;
	width: 528px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#content #search_box #first {
	margin-top: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #999;
	height: 40px;
}
#content #search_box #first #search_all_box {
	display: inline;
	background: none;
	border: none;
}

#content #search_box #first #community_box {
	display: inline;
	background: none;
	border: none;
}
#content #search_box #first h2 {
	color: #333;
	font-size: 16px;
	display: inline;
	font-weight: bold;
}
#content #search_box #first h3 {
	color: #333;
	font-size: 16px;
	display: inline;
	font-weight: normal;
}
#content #search_box #first input,#content #search_box #first select {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}
#content #search_box #first {
	margin-top: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #999;
	height: 40px;
}
#content #search_box #bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}
#content #search_box #bottom .left {
	float: left;
	width: 450px;
	margin-bottom: 10px;
}
#content #search_box #bottom .left h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	width: 175px;
}
#content #search_box #bottom .right h2 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	width: 175px;
}
#content #search_box #bottom .right select {
	width: 100px;
}
#content #search_box #bottom .right {
	margin-left: 15px;
	float: left;
	width: 175px;
}
#content #search_box #submit {
	text-align: center;
	background-color: #D1D1D1;
	height: 35px;
	padding-top: 12px;
	margin: 3px;
	
}