/* GENERAL ***********************************/
html * { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
}

/* font size */
h1 { font-size: 3.0em; }
h2 { font-size: 2.4em; }
h3 { font-size: 2.0em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; font-weight: normal; font-style: italic; }
p,td,th,li { font-size: 1.3em; }
td p, th p, li p { font-size: 1.0em; }
legend { font-size: 1.2em; margin-bottom: 15px; }

/* margins and padding */
h1, h2, h3, h4 { 
	margin-bottom: 15px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #460a27;
}
h5, h6 {
	margin-bottom: 2px;
}

p, ul, ol, table { margin-bottom: 30px; }
li { margin-left: 25px; margin-bottom: 6px; }
th { padding: 1px 3px; vertical-align: bottom; }
td { padding: 1px 3px; vertical-align: top; }
fieldset { padding: 10px; margin-bottom: 20px; }
hr { margin-bottom: 30px; }

/* colors */
a, a:visited { color: #460a27; text-decoration: none; }
a:hover { color: #460a27; text-decoration: underline; }
fieldset { border-color: #460a27; border-width: 1px; border-style: groove; }




/* LAYOUT *************************************/
#hug {
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
.center { text-align: center; }
.clear { clear: both; height: 1px; }



/* GENERAL DETAIL ********************************/
.editdata p { 
	clear: both; 
	float: right; 
	width: 100%;
	margin: 8px 0 8px -125px;
}
.editdata .item, .editdata .error_message {
	display: block;
	margin-left: 125px;
}
.editdata .label {
	float: left; 
	width: 120px;
	text-align: right;
	padding-top: 3px;
}
.editdata .long { width: 240px; }
.editdata .short { margin-left: 245px; }
.editdata textarea { width: 500px; height: 320px; }
.editdata textarea.smallta { width: 350px; height: 150px; }
.editdata fieldset { clear: both; }

#tips {
	float: right; 
	width: 120px;
}
#tiplessform {
	float: left;
	width: 525px;
}



/* ADMIN ******************************************/
.adminlink a, .adminlink a:visited, #footer .adminfooter a, #footer .adminfooter a:visited { 
	color: #6343ee;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
#adminfooter { color: #fff; }
#adminfooter a, #adminfooter a:visited {
	color: #fff;
}
#flashMessage { 
	font-size: 11pt; 
	padding: 2px; 
	color: #fff; 
	background-color: #6343ee; 
	margin-bottom: 15px;
}


#imagelist { border-collapse: collapse; empty-cells: show; }
#imagelist td {
	padding: 5px;
	border-top-width: 1px; border-top-style: solid; border-color: #a7a7a7;
}
#imagelist tr:hover td { background-color: #ffd; }


#photolibrary { border-collapse: collapse; }
#photolibrary td {
	padding: 5px;
	height: 150px;
	border-top-width: 1px; border-top-style: solid; border-color: #a7a7a7;
}
#photolibrary td.imgcol {
	width: 160px;
	text-align: center;
}
#photolibrary img {
	margin: auto;
	border-style: none; border-width: none;
}


#rotations { border-collapse: collapse; }
#rotations td { 
	padding: 5px;
	vertical-align: middle;
	border-top-width: 1px; border-top-style: solid; border-color: #a7a7a7;
}
#rotations td.dimensions {
	color: #a7a7a7;
}


#sitemapframe {
	background-color: #fff;
}
.sitemap {
	list-style: none;
	margin: 20px 0 30px 0;
	padding: 0;
}
.sitemap ul { 
	list-style: none;
	border-left-style: dotted; border-left-width: 1px; border-left: color: #ddd; 
	margin: 5px 0 5px 10px;
	padding: 0;
}
.sitemap li {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	line-height: 28px;
}
.sitemap ul li {
	margin-left: 15px;
}
.sitemap .linkurl { padding-left: 10px; font-size: 8pt; color: #444; }



/* EDITOR *****************************************/
body.mceContentBody {
	text-align: left;
	padding: 5px;
}



#footer {
	clear: both;
	text-align: center;
	padding-top: 30px;
}
#swaplenses {
	font-size: 1.4em;
}
#copyright {
	font-size: 1.1em;
}

/* GALLERIES ****************************************/
#gallery { margin-top: 30px; }
.galpiece {
	width: 220px;
	height: 250px;
	float: left;
	text-align: center;
	color: #7f7f7f;
}
.galpiece img {
	border-width: 0; border-style: none;
	margin: 0 auto 10px;
}
.thumbnaillink { 
	display: block; 
	margin-left: auto; margin-right: auto;
	margin-bottom: 10px;
}

.thumbnaillink .tl, .thumbnaillink .tr, .thumbnaillink .bl, .thumbnaillink .br, .thumbnaillink .right, .thumbnaillink .bottom, .thumbnaillink .corner {
	display: none;
}
.piecename { 
	font-size: 9pt; 
	text-transform: uppercase;
	margin-bottom: 7px;
}
.piecelinks {
	height: 35px;
	margin-left: 85px;
}
.piecelinks .magnify {
	display: block;
	float: left;
	width: 18px; height: 35px;
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/commercial/magnify.gif') top left no-repeat;
}
.piecelinks .addtocart {
	display: block;
	float: left;
	width: 31px; height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../img/commercial/addtocart.gif') top left no-repeat;
}


#photomanage img {
	float: left;
	margin-right: 15px;
}
#gallerychecks { table-layout: fixed; }

.galpages {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 9pt;
}
#childgalleries {
	background: url('../img/underarrow.gif') no-repeat; /* 26 x 13 */
	background-position: 6px 1px;
	padding-left: 35px;
}



#imagemargin {
	float: left;
	width: 160px;
}
#imageantimargin {
	float: right;
	width: 480px;
}



/* BLOG ***************************************************************/
.post {
	padding-bottom: 30px;
}
.postdate {
	display: block;
	color: #a7a7a7;
	font-style: italic;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#latestposts, #drafts {
	float: right;
	width: 200px;
	margin-left: 30px;
	margin-bottom: 30px;
	border-width: 1px; border-style: solid; border-color: #a7a7a7;
}
#latestposts { clear: right; }
#maincontent #drafts { margin-bottom: 10px; }

#latestposts #lptube, #drafts #draftstube {
	padding: 10px;
}
#lptitle, #drafttitle {
	margin: 0 0 15px 0;
	text-align: center;
	font-weight: bold;
}
#latestposts ul, #drafts ul {
	margin: 0;
}


/* CART ****************************************************************/
#imagelist th.currency, th.currency {
	text-align: center;
}
#imagelist td.currency, td.currency {
	text-align: right;
	padding-right: 15px;
}

#imagelist th.quantity, th.quantity {
	text-align: center;
}
#imagelist td.quantity, td.quantity {
	padding-left: 40px; 
	padding-right: 40px; 
	text-align: center;
}

.headfoot th, .headfoot td {
	font-weight: bold;
	background-color: #ccc;
}


