/*******************************
 * Second Glance Gallery
 * Primary CSS file
 *
 * stylesheet.css
 *
 * Created: 1/19/08
 * Modified: 5/25/08
 *
 * Copyright Everett Green
 * http://slimjackson.net/
 *******************************/

@import url(general.css);
@import url(ornaments.css);
@import url(menu.css);
@import url(modules.css);

html,
body {
	xbackground:#fffae4;
	color:#777777;/*#a5a4a4;*/
	font:12pt "Sylfaen", "Georgia", serif;
	height:100%;
}

body {
	padding:0;
	xbackground:#fffae4 repeat-y url("../img/bg_blue.gif") center;
	background:#fffae4;
}

::-moz-selection {
	background:#AAA;
	color:#FFF;
}

::selection {
	background:#AAA;
	color:#FFF;
}

a {
	color:#5a5a5a;
}


blockquote {
	line-height:1em;
	padding:0 8px;
	font-style:italic;
}

#container {
	background:#fffae4 repeat-y url("../img/bg_blue.gif") center;
	min-height:100%;
	height:auto;
	width:750px;
	margin:0 auto;
}

.errors, .success {
	background:#FFF6F3;
	border:1px dashed #CC3333;
	border-width:1px 0;
	margin:0 15% 25px;
	padding:10px;
}

.success {
	background:#F6FFF3;
	border-color:#33CC33;
}

.errors p, .success p {
	padding:5px 0;
}

.errors ul, .success p {
	margin:1em 0;
	padding-left:40px;
}

#content {
	border-left:1px dashed #a5a4a4;
	xborder-left:1px solid #a5a4a4;
	margin:0 45px; /*borders are 19px*/
	margin-left:225px;
	position:relative;
	text-align:justify;
}

#content p {
	padding:5px 0;
}

#content strong, #content h3, #content h4 {
	color:#8a8a8a;
}

#main {
	float:right;
	width:470px;
	position:relative;
}

#main ul {
	list-style:url("../img/bullet_arrow.png");
	margin:0;
	padding:10px 0 0 30px;
}

#header, #footer {
	text-align:center;
}

#banner, #banner a {
	background:no-repeat url("../img/hr.gif") bottom center;
	font:40pt "Palatino Linotype", "Georgia", serif;
	color:#a5a4a4;
	text-decoration:none;
	font-variant:small-caps;
}

#tagline {
	font:24pt "English", "Silvia BT", cursive;
	background:no-repeat url("../img/tagline.gif");
	width:485px;
	height:28px;
	margin:10px auto 0;
}

#header {
	margin-bottom:30px;
}

#footer {
	color:#8a8a8a;
	margin-top:30px;
	padding-bottom:15px;
	clear:both;
}

#footer p {
	font-size:10pt;
}

#main img {
	border:1px solid #a5a4a4;
	padding:2px;
}

.piece #main img,
.product #main img {
	margin:10px 0 10px 10px;
}

.home #main img {
	margin:10px;
}

#more_images {
	clear:both;
	margin:5px -10px 0 -3px;
}

#more_images strong {
	margin-left:3px;
}

#more_images img {
	float:left;
	margin:5px 3px;
}

.lightview {
	text-decoration:none;
}
.lightview span {
	display:block;
	text-align:center;
	margin-top:-10px;
	font-size:10pt;
}

/*Form Elements*/
input, button, select, textarea, #contact_submit, .button {
	border:1px solid #a5a4a4;
	padding:2px;
	font:10pt "Sylfaen", "Georgia", serif;
	color:#4a4a4a;
}

/*Front Page*/
.recent_addition {
	margin-top:-5px;
	float:left;
	width:100%;
	clear:both;
	text-decoration:none;
	cursor:pointer;
}

.recent_addition.t {
	border-top:none;
}

.recent_addition h4 {
	padding-top:4px;
}

.home #main h3 {
	margin-bottom:10px;
}

#popular_pieces {
	margin-right:-50px;
}

.home .article {
	border:1px dashed #a5a4a4;
	border-width:0 0 1px;
}

.home .article.t {
	border-width:1px 0 1px;
}

.home .article .author {
	xfloat:right;
	xwidth:50%;
}

/*Product Page*/
.product_variation {
	position:relative;
	border-top:1px dashed #a5a4a4;
	clear:right;
	float:left;
	margin-top:10px;
}

.product_variation .add {
	margin:10px 7px 0 0;
}

.product #main #more_images {
	border-top:1px dashed #a5a4a4;
	float:left;
	margin-top:10px;
	padding-top:6px;
	width:100%;
}

/*Gallery*/
.gallery_page {
	margin-top:15px;
	clear:both;
}

.gallery #main, .store #main {
	margin-right:-20px;
	width:490px;
}

#g_sort {
	float:right;
	margin-left:10px;
	xborder:1px solid #0F0;
}
a.g {
	border:1px dashed #a5a4a4;
	border-width:1px 0 0 1px;
	background:no-repeat center;
	float:left;
	width:161px;
	height:220px;
	text-align:center;
	display:block;
}
a.g img {
	float:none !important;
	margin:0 !important;
	display:none;
}
a.t {
	border-top:0;
}
a.l {
	border-left:0;
}
a.g:hover {
	background-color:#fff6ce;
}
a.triple {
	width:486px;
}
a.double {
	width:325px;
}

.pagination {
	clear:both;
}

.pageNumber {
	padding:4px 8px;
	margin:0 4px;
	border:1px solid #a5a4a4;
	text-decoration:none;
}

span.pageNumber, a.pageNumber:hover {
	background-color:#a5a4a4;
	color:#4A4A4A;
}

span.pageNumber {
	cursor:default;
}


/*Shopping Cart*/
#content.cart {
	xmargin-left:45px;
	xborder-left:none;
}
.cart #main {
	xwidth:100%;
}
.cart #sidebar {
	xdisplay:none;
}

#cart_contents {
	width:100%;
	margin:10px 0;
	border-collapse:collapse;
	clear:both;
	cursor:default;
}

#cart_contents input {
	width:20px;
	text-align:right;
}

#cart_contents td {
	padding:3px 0;
}

.cart_row td {
	padding:6px 0 !important;
	text-align:center;
}

#cart_contents th {
	text-align:center;
	vertical-align:bottom;
}

.product_column {
	width:40%;
}

.cart_row td, #cart_total th, #cart_subtotal td {
	border-top:1px dashed #a5a4a4;
	cursor:default;
}

.cart_row:hover {
	background-color:#fff6ce;
}

#cart_total th {
	padding-top:5px;
}

.button {
	background-color:#FFF;
	padding:0px 7px;
	font-size:11pt;
	text-decoration:none;
	float:right;
	height:1.7em;
	line-height:1.7em;
	display:block;
	cursor:pointer;
	margin-left:10px;
}

.checkout_btn {
	background:url("../img/cart_go.png");
}

.update {
	background:url("../img/cart_edit.png");
}

.add {
	background:url("../img/cart_put.png");
}

.empty {
	background:url("../img/cart_delete.png");
}

button.button {
	height:2.1em;
}

* html button.button {
	width:120px;
}

button.button, a.button, input.button {
	padding:2px 5px 2px 27px !important;
	background-repeat:no-repeat;
	background-position:6px center;
}

#lightview .button {
	padding:0 !important;
}

/*Contact Page*/
#contact_response {
	float:left;
	margin:15px 8% 10px 14%;
}
#contact_form {
	margin-top:20px;
	height:100%;
	float:left;
	position:relative;
}

#contact_form .row {
	float:left;
}
#contact_form label {
	width:135px;
	float:left;
	text-align:right;
	padding:5px 10px 5px 0;
}
.form_el {
	padding:5px 10px;
	float:left;
}

.row input, .row select, .row textarea {
	width:290px;
	display:inline;
	overflow:auto;
}
.row select {
	width:296px;
}
.row textarea {
	height:200px;
}
.row button, #contact_submit {
	background-color:#FFF;
	padding:0px 7px;
	margin:3px 19px 0 0;
	text-decoration:none;
}

#contact_form .separator {
	position:absolute;
	border-right:1px dashed #a5a4a4;
	display:block;
	width:145px;
	height:100%;
}







.gfeed {
	position:absolute;
	right:0;
}

.gfeed img {
	border:none !important;
	margin:0 !important;
}
