/* All CSS Document */

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
== FILE INFORMATION =========================================================

* Filename: gw_wnp_gallery_2008.css
* Version: 1.0.0 (2008-03-14) 2008-03-25
* Website: http://www.worldnaturephotos.net/
* Author: Greg Wardwell
* Description: Handles the site GALLERY layout and styles.
* For use information, please contact me at questions@gregwardwell.com

=============================================================================

== COLORS ===================================================================

_GENERAL:
	h2:							#357977

=============================================================================

== INDEX ====================================================================

_GENERIC					:	Generic page-wide styles

_ITEM_LIST					:	Photo list page  styles
_ITEM_LIST_SIDE				:	Photo list SIDEBAR  styles

_ITEM_DETAILS				:	Details page content styles
_ITEM_DETAILS_SIDE			:	Details page SIDEBAR styles

=============================================================================
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* _GENERIC  <Generic page-wide styles>
=======================================*/

h1 {
	text-align: center;
	}

.clearer {
	clear: both;
	}

.gw_sidebar {
	width: 253px;
	padding: 0 8px 0 8px;
	}

.gw_sidebar form {
	margin: 0;
	padding: 0;
	}

.header {
	background: url(../../images/gallery/gallery_button_tile.gif) repeat-y top center #559706;
	}

.gw_sidebar .header a {
	margin: 0;
	padding: 12px 21px 5px 21px;
	background: url(../../images/gallery/gallery_button_top.gif) no-repeat top center;
	color: #FFFFFF;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	}

.gw_sidebar .header_bottom {
	background: url(../../images/gallery/gallery_button_bottom.gif) no-repeat bottom center;
	height: 15px;
	width: 253px;
	}

.gw_sidebar p {
	margin: 0;
	padding: 5px 0 5px 0;
	}

.gw_sidebar .tile {
	background: url(../../images/gallery/sidebar_body.jpg) repeat-y top center;
	}

.gw_sidebar .bottom {
	background: url(../../images/gallery/sidebar_bottom.jpg) no-repeat bottom center;
	clear: both;
	height: 20px;
	padding-top: 10px;
	width: 253px;
	}

.gw_sidebar .wrap {
	padding: 14px 20px 0 23px;
	}

.gw_sidebar .cart_btn {
	clear: both;
	text-align: center;
	padding-top: 20px;
	}

.details_btn {
	padding-top: 4px;
	}

.subtext {
	color: #7D7D7D;
	}

.mpf_text_field, .mpf_text_area {
	border: 1px solid #000;
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
	}

.mpf_text_field:focus, .mpf_text_area:focus {
	border-color: #000;
	background-color: #FFFFC8;
	}

.mpf_select_menu {
	border: 1px solid #000;
	margin: 0;
	padding: 2px;
	}

/* _ITEM_LIST  <Photo list page  styles>
========================================*/

#gallery_container {
	margin: 0;
	padding: 0;
	border: 1px solid #000;
	}

.gallery_header {
	border-bottom: 1px solid #000;
	background: #000;
	background-image: url(../../images/gallery/gallery_h1_bg.gif);
	background-repeat: repeat-x;
	}

.gallery_header h1 {
	display: block;
	margin: 0;
	padding: 10px 8px !important;
	text-align: center;
	color: #70AC17 !important;
	}

.list_filters {
	background-color: #3C3C3C;
	margin: 0;
	padding: 8px 16px;
	border-bottom: 1px solid #000;
	}

.list_filters p {
	margin: 2px 0 !important;
	padding: 0 !important;
	line-height: 14px !important;
	color: #ACD4E3 !important;
	}

.list_filters a, .list_filters a:link, .list_filters a:visited {
	color: #72C310 !important;
	text-decoration: none;
	}

.list_filters a:hover, .list_filters a:focus, .list_filters a:active {
	color: #ACD4E3 !important;
	text-decoration: underline;
	}

.page_links {
	color: #ACD4E3;
	background-color: #E2F5FF;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ACD4E3;
	}

.page_links p {
	display: block;
	padding: 3px !important;
	margin: 0;
	}

.page_link_label {
	text-align: center;
	background-color: #ACD4E3;
	border-bottom: 1px solid #a5cbd9;
	}

.page_link_nav {
	text-align: center;
	}

.page_links a, .page_links a:link, .page_links a:visited {
	color: #0A469C !important;
	text-decoration: none;
	}

.page_links a:hover, .page_links a:focus, .page_links a:active {
	color: #ff8c00 !important;
	text-decoration: underline;
	}

.page_links strong {
	color: #70AC17;
	}

.page_links em {
	color: #000;
	font-style: normal;
	}

.item_list {
	background-color: #3C3C3C;
	margin: 0;
	padding: 16px 6px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	}

.item_photo {
	margin: 0;
	text-align: center;
	}

.item_photo a img {
	border-width: 2px;
	}

.item_name, .item_number {
	margin: 2px 0 0 0;
	font-size: 10px !important;
	line-height: 13px !important;
	color: #ACD4E3 !important;
	}

.item_number {
	margin-bottom: 4px;
	}

.item_list a, .item_list a:link, .item_list a:visited {
	color: #72C310 !important;
	text-decoration: none;
	font-size: 11px !important;
	line-height: 12px !important;
	}

.item_photo a img, .item_photo a:link img, .item_photo a:visited img {
	border-color: #000 !important;
	}

.item_photo a:hover img, .item_photo a:focus img {
	border-color: #ACD4E3 !important;
	}

.item_list a:hover, .item_list a:focus, .item_list a:active {
	color: #ACD4E3 !important;
	text-decoration: underline;
	font-size: 11px !important;
	line-height: 12px !important;
	}
	
/* _ITEM_LIST_SIDE  <Photo list SIDEBAR  styles>
================================================*/

.form_field, .form_label {
	margin: 5px 0 !important;
	padding: 0 !important;
	}

#WNPAccordian ul, #WNPAccordian li {
	margin: 0;
	list-style: none;
	display: block;
	}

#WNPAccordian ul, #WNPAccordian form {
	padding: 0;
	width: 205px;
	}

#WNPAccordian form {
	display: block;
	margin: 0;
	background-color: #E2F5FF;
	}

#WNPAccordian form label {
	color: #000 !important;
	}

#WNPAccordian form .form_pad {
	padding: 9px;
	margin: 0;
	}

#WNPAccordian li {
	padding: 0;
	border-top: 1px solid #FFF;
	border-right: 1px solid #ACD4E3;
	border-bottom: 1px solid #ACD4E3;
	border-left: 1px solid #FFF;
	background-color: #E2F5FF;
	}

#WNPAccordian strong {
	display: block;
	padding: 4px 6px;
	color: #FFF !important;
	background-color: #3C3C3C !important;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
	}

#WNPAccordian a, #WNPAccordian a:link {
	display: block;
	margin: 0;
	padding: 1px 6px;
	font-size: 11px;
	}

#WNPAccordian a, #WNPAccordian a:link, #WNPAccordian a:visited {
	color: #0A469C !important;
	text-decoration: none;
	background-color: #E2F5FF;
	}

#WNPAccordian a:hover, #WNPAccordian a:focus {
	color: #70AC17 !important;
	text-decoration: none;
	background-color: #FFF;
	}

/* _ITEM_DETAILS  <Details page content styles>
===============================================*/

.item_img {
	margin: 0 auto;
	padding: 16px 0;
	}

.item_img p {
	text-align: center;
	margin: 0 auto;
	}

.item_img img {
	border: 2px solid #000;
	}

.photo_details {
	margin: 0;
	padding: 0;
	}

.photo_details table {
	margin: 0 auto;
	border-top: 1px solid #ACD4E3;
	border-left: 1px solid #ACD4E3;
	border-bottom: 0 none;
	border-right: 0 none;
	width: 205px;
	padding: 0;
	}

.photo_details td, .photo_details th {
	padding: 4px 5px;
	border-top: 0 none;
	border-left: 0 none;
	border-bottom: 1px solid #ACD4E3;
	border-right: 1px solid #ACD4E3;
	font-size: 11px;
	}

.photo_details th {
	font-weight: normal;
	background-color: #E2F5FF;
	text-align: right;
	}

.photo_details td {
	background-color: #FFF;
	text-align: left;
	}

/* _ITEM_DETAILS_SIDE  <Details page SIDEBAR styles>
====================================================*/



