/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
- General Typography
- Header Content
- Sidebar Content
- Forms
- Tables
- Footer
- Sitewide Custom Definitions

================================================================*/

@import url("base.css");
@import url("layout.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html, body {
	font-family: arial, helvetica, sans-serif;
	color: #AAAAAA;
	text-align: left;
}

h1 {
	font-size: 0.9em;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: 100;
	color: #CCCCCC;
}

p {
	font-size: 0.8em;
	font-weight: 100;
	line-height: 1.6em;
	margin-bottom: 10px;
}

ul {
	font-size: 0.8em;
	padding-left: 20px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}


/* HEADER CONTENT
----------------------------------------------------------------*/
#header h1 {
}
#header h1 em {
}


/* SIDEBAR CONTENT
----------------------------------------------------------------*/
#sidebar h2 {
}
#sidebar p {
}

/* FORMS
----------------------------------------------------------------*/
form {

}
input, textarea, select {
	margin-bottom: 8px;
	margin-left: 5px;
}
#search span {
	font-size: 0.7em;
}

#search #keywords {
	width: 120px;
}

#search input.submit {
	
}

fieldset {
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #333333;
	margin-top: 10px;
}

label {
	float: left;
	width: 8em;
	font-size: 0.7em;
	text-align: right;
	margin-right: 5px;
}
form a {
	font-size: 0.7em;	
}
legend {
	color: #666666;
}

/* TABLES
----------------------------------------------------------------*/
table {
	clear: both;
	border-collapse: collapse;
	text-align: left;
}
td {
	padding: 2px 3px;
	font-size: small;
}


/* FOOTER CONTENT
----------------------------------------------------------------*/
#footer p {
	text-align: right;
	color: #555;
	font-size: 13px;
	padding: 10px 20px;
}


/* GALLERY */

div#gallery-one {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div#gallery-two {
	position: absolute;
	top: 0px;
	left: 180px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div#gallery-three {
	position: absolute;
	top: 0px;
	left: 360px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div#gallery-four {
	position: absolute;
	top: 175px;
	left: 0px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div#gallery-five {
	position: absolute;
	top: 175px;
	left: 180px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div#gallery-six {
	position: absolute;
	top: 175px;
	left: 360px;
	width: 150px;
	height: 150px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#gallery-links {
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	
	top: 350px;
	width: 510px;
	text-align: center;
	position: absolute;
}

#gallery-links a {
	text-decoration: none;
	color: #666666;
}

#gallery-links a:hover {
	text-decoration: none;
	color: #999999;
}

#gallery-links .active {
	color: #E5679C;
}



#item-detail .item-image {
	float: left;
	width: 300px;
	height: 300px;
	text-align: center;
}

#item-detail .item-desc {
	margin-left: 315px;
}

#admin-tools {
	font-size: 0.7em;
}

/* Pages */

.profile img {
	float: left;
}
.profile .copy {
	margin-left: 170px;
}

.purchase_1 img {
	float: right;
}
.purchase_1 .copy {
	margin-right: 220px;
}

.purchase_2 img {
	float: left;
}
.purchase_2 .copy {
	margin-left: 220px;
}


h2.commissions {
	margin-left: 220px;
}

.address {
	color: #888888;
	font-size: 10px;
	text-align: center;
}