/*
	CSS Structure Document
	----------------------
	
	Please note:
	------------
	This is a STRUCTURAL document ONLY.
	Any STYLING can be found within styles.css
	
*/

/* STRUCTURE */

body {
	background: url(../_images/_structure/body_bg.png) left top repeat;
}

#container {
	width: 904px;
	margin: 0 auto;
}
#display_top {
	padding-top: 24px;
	background: url(../_images/_structure/container_top.png) left top no-repeat;
}
#inner_container {
	position: relative;
	background: url(../_images/_structure/container_rep.png) left top repeat-y;
	min-height: 499px;
	padding: 0 5px;
}
#inner_container_top {
	background: url(../_images/_structure/inner_container_top.jpg) left top no-repeat;
	padding: 0 20px;
}

#header {
	width: 190px;
	float: left;
}
#header h1#main_logo {
	
}
#header h1#main_logo a {
	display: block;
	width: 128px;
	height: 112px;
	margin-top: 10px;
	margin-left: 30px;
	background: url(../_images/_structure/lucius_logo.jpg)
}
#search_bar {
	position: absolute;
	right: 20px;
	top: 15px;
	text-align: right;
}
#search_bar form {
	
}
#search_bar input {
	
}
#search_bar .textfield {
	position: relative;
	border: solid 1px #D8CFC5;
	height: 14px;
	padding: 3px;
	width: 150px;
	margin-bottom: 4px;
}
#search_bar #cart_summary {
	position: relative;
	margin-top: 10px;
}
#cart_message {
	position: absolute;
	overflow: hidden;
	right: 0;
	width: 400px;
	background: #FFF;
	border: solid 1px #CCC;
}
#cart_message p {
	padding: 15px;
}


#header_navigation {
	padding-top: 90px;
	margin-bottom: 10px;
}
#header_navigation ul {
	
}
#header_navigation ul li {
	display: inline;
}
#header_navigation ul li a {
	display: block;
	float: left;
	height: 39px;
	background-position: center top;
	background-repeat: no-repeat;
}
#header_navigation ul li a span {
	position: absolute;
	left: -3000px;
}
#header_navigation ul#admin_nav li a {
	width: 100px;
	text-align: center;
	font-size: 120%;
	text-decoration: none;
}
#header_navigation ul#admin_nav li.active a {
	text-decoration: underline;
}
#header_navigation ul#admin_nav li a span {
	position: relative;
	left: 0;
	top: 0;
}

#header_navigation ul li a#nav_home {
	width: 100px;
	background-image: url(../_images/_structure/home.gif);
}
/*#header_navigation ul li a#nav_gallery {
	width: 100px;
	background-image: url(../_images/_structure/gallery.gif);
}*/
#header_navigation ul li a#nav_artists {
	width: 100px;
	background-image: url(../_images/_structure/artists.gif);
}
#header_navigation ul li a#nav_about_lucius {
	width: 160px;
	background-image: url(../_images/_structure/about_lucius.gif);
}
#header_navigation ul li a#nav_contact {
	width: 100px;
	background-image: url(../_images/_structure/contact.gif);
}

#side_bar {
	float: left;
	clear: both;
	width: 170px;
}
#side_bar #categories {
	margin-bottom: 40px;
}
#side_bar #categories ul {
	list-style-type: none;
}
#side_bar #categories ul li {
	text-align: right;
}
#side_bar #categories ul li a {
	display: block;
	padding: 3px 20px 3px 5px;
	text-decoration: none;
}
#side_bar #categories ul li a:hover {
	text-decoration: underline;
}
#side_bar #news_summaries {
	
}
#side_bar #news_summaries h2 {
	font-size: 160%;
	text-align: right;
	padding-bottom: 3px;
	background: url(../_images/_structure/border.gif) left bottom repeat-x;
}
#side_bar #news_summaries h2 a {
	text-decoration: none;
}
#news_details, #authors_details {
	width: 100%;
}
#authors_details .textinput {
	width: 300px;
}

#page_content {
	float: left;
	min-height: 330px;
	margin-left: 30px;
	width: 650px;
}

#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
#footer p {
	line-height: 190%;
	font-size: 90%;
}
#display_footer {
	height: 37px;
	background: url(../_images/_structure/container_bottom.png) left bottom no-repeat;
}

/*
***********************************************************************************
								START PAGE CONTENT
							Prefix all with "#page_content"
***********************************************************************************
*/

#page_content {
	
}
#page_content p {
	margin-bottom: 10px;
	line-height: 140%;
}
#page_content h2 {
	margin-bottom: 10px;
}

/* INDEX */
#page_content h2#our_latest_title {
	background: url(../_images/_structure/border.gif) left bottom no-repeat;
	height: 34px;
	padding-top: 10px;
	font-size: 180%;
}
#page_content #home_content {
	width: 80%;
}

/* SECTIONS */
#page_content #section_intro {
	
}
#page_content #section_intro h3 {
	font-size: 150%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(../_images/_structure/shaded_border.gif) left bottom repeat-x;
	max-width: 300px;
}

#page_content .product_summary {
	width: 198px;
	margin: 0 3px 5px 0;
	padding: 6px;
	float: left;
	min-height: 220px;
}
#page_content .product_summary h3 {
	margin-top: 5px;
	text-align: center;
}
#page_content .product_summary:hover {
	padding: 5px;
	border: solid 1px #DBD3CC;
	background: #F5F3F1;
}
#page_content .image_frame {
	margin: 0;
	padding: 0;
	width: auto;
}

#page_content .product_summary img {
	border: solid 1px #333;
	display: block;
	margin: 0 auto;
}
#page_content .product_summary .price {
	padding: 10px 0 0 0;
	text-align: right;
	font-weight: bold;
}
#page_content .product_summary .read_more {
	text-align: right;
	font-weight: bold;
}
#page_content .product_summary .read_more a {
	display: block;
	padding: 10px 20px 3px 0;
	background: url(../_images/_structure/read_more.gif) right center no-repeat;
}
#page_content .product_summary .add_to_cart {
	text-align: right;
	font-weight: bold;
}
#page_content .product_summary .add_to_cart a {
	display: block;
	padding: 5px 20px 3px 0;
	background: url(../_images/_structure/add_to_cart.gif) right center no-repeat;
}

/* PRODUCTS */
#page_content .product_detail {
	margin: 0 5px 5px 0;
	padding: 7px;
	min-height: 220px;
}
#page_content .product_detail h2 {
	padding-bottom: 5px;
	margin: 0 5px 5px 0;
	border-bottom: solid 1px #DDD;
}
#page_content .product_detail .img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#page_content .product_detail .img img {
	border: solid 2px #333;
}
#page_content .product_detail .product_info {
	width: 200px;
	float: right;
}
#page_content .product_detail .product_info h2 {
	margin-bottom: 5px !important;
}
#page_content .product_detail .product_info h3 {
	margin: 5px 0 !important;
}
#page_content .product_detail .price {
	padding: 10px 0 10px 0;
	text-align: right;
	font-weight: bold;
}
#page_content .product_detail .add_to_cart {
	text-align: right;
	font-weight: bold;
}
#page_content .product_detail .add_to_cart a {
	display: block;
	padding: 5px 20px 3px 0;
	background: url(../_images/_structure/add_to_cart.gif) right center no-repeat;
}

/* CART */
#page_content table#cart_details {
	width: 600px;
}
.title_row {
	
}
.title_row th, .subtotal_row th, .total_row th {
	background-color: #F5F3F1;
}
.currency {
	text-align: right;
	padding-right: 5px !important;
}
#page_content table#cart_details th, #page_content table#cart_details td {
	padding: 8px 3px;
}
#page_content table#cart_details a.remove_link {
	display: block;
	background: url(../_images/_structure/remove_from_cart.png) left top no-repeat;
	width: 13px;
	height: 18px;
}
#page_content table#cart_details a.remove_link span {
	position: absolute;
	left: -3000px;
}
.postage_rates_row th, .update_row th {
	text-align: right;
}
.postage_rates_row select {
	width: 300px;
}
#page_content p.checkout_p {
	
}
#page_content p.checkout_p a {
	display: block;
	width: 470px;
	margin-top: 10px;
	padding-right: 30px;
	text-align: right;
	background: url(../_images/_structure/checkout.png) right center no-repeat;	
}

/* CHECKOUT */
#page_content form {
}
#page_content form fieldset {
	padding: 5px;
	margin-bottom: 10px;
}
#page_content form legend {
	padding: 5px 0;
	font-weight: bold;
}
#page_content form p {
	margin-bottom: 4px;
}
#page_content form p label {
	display: block;
	float: left;
	width: 120px;
}
#page_content form p .textfield {
	width: 200px;
	padding: 2px;
}
#page_content form p textarea {
	width: 300px;
	height: 100px;
	padding: 2px;
}



/* ADMIN LOGIN */
#page_content #admin {
	
}
#page_content #admin h2 {
	font-size: 130%;
	font-variant: small-caps;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid 1px #DDD;
}
#admin_data {
	
}
#admin_data fieldset {
	padding: 20px !important;
}
#admin_data fieldset p {
	margin-bottom: 10px;
}
#admin_data fieldset li {
	margin-left: 20px;
}
.pagination {
	margin: 5px 0;
}
#news_summaries .news_item {
	margin-bottom: 10px;
}
#page_content .news_item {
	padding: 10px;
	border: solid 1px #CCC;
	margin-bottom: 10px;
	background: #FFF;
}
#news_summaries .news_item h3, #page_content .news_item h3 {
	margin-bottom: 5px;
}
#page_content .news_item h3 {
	font-size: 160%;
}
#page_content .news_item h3 {
	border-bottom: solid 1px #CCC;
}
#news_summaries .news_item p, #page_content .news_item p {
	margin: 5px 0;
}
#page_content .news_item img {
	margin: 5px;
}


#page_content #login_form {
	
}
#page_content #login_form label {
	display: block;
	float: left;
	width: 100px;
	padding-right: 5px;
	text-align: right;
}
#page_content .details_display {
	width: 100%;
}
#page_content .details_display th, #page_content .details_display td {
	padding: 3px;
}
#page_content .details_display th {
	width: 130px;
}
#page_content .details_display .textinput {
	width: 300px;
}
#page_content .details_display textarea {
	width: 100%;
	min-height: 100px;
}

#page_content .list_display {
	width: 100%;
}

/* CATEGORIES */

/* CONTACT */

#address_details {
	width: 200px;
	padding: 0 0 0 10px;
	margin-top: 20px;
}

/* ARTISTS */
.artist_row {
	clear: both;
}
.artist_summary {
	float: left;
	width: 140px;
	padding: 3px;
	margin-right: 4px;
	min-height: 180px;
	margin-bottom: 4px;
}
.artist_summary:hover {
	background: #FFF;
}
.artist_summary h2 {
	text-align: center;
	margin-bottom: 0;
}
.artist_summary p {
	margin: 0 0 5px 0;
}
.artist_summary img {
	border: solid 1px #000;
}
.artist_summary a {
	text-decoration: none;
}
.artist_info {
	text-align: center;
}
.artist_info img {
	margin-bottom: 3px;
}


#artist_intro {
	margin-bottom: 10px;
}

#resizing_imagery {
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 300px;
	padding-top: 250px;
	background: #FFF;
	text-align: center;
	border: solid 1px #CCC;
}
#resizing_imagery img {
	display: block;	
	margin: 0 auto 10px auto;
}

.pagination {
	clear: both;
	padding: 5px 0;
}
.pagination_link {
	padding: 3px;
	border: solid 1px #CCC;
}
.pagination_link:hover {
	background: #F7F7F7;
	color: #000;
}
.pagination_link.currentPage {
	background: #FFF;
	color: #000;
}
#terms {
	width: 600px;
	margin-left: 18px;
}
#terms h2 {
	margin: 5px 0;
	font-weight: bold;
}
#terms h3 {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin: 10px 0;
	padding: 5px;
	font-weight: bold;
	background: #F7F7F7;
}
#terms table {
	margin: 5px 0 10px 0;
}
#terms ul {
	margin-top: 10px;
	margin-left: 30px;
}
#terms li {
	margin-bottom: 3px;
}
#terms p {
	clear: both;
}
#terms p .label {
	float: left;
	display: block;
	width: 130px;
	margin-right: 10px;
	font-weight: bold;
}
#terms p .details {
	float: left;
	display: block;
}
.sold {
	margin-top: 20px;
	font-size: 150%;
}