html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,strong,sub,sup,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ol,ul{list-style:none}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none;}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/**
 * ==========
 * Typography
 * ==========
 */

body {
	background: #000;
	color: #a2a099;
	font-size: 14px;
	line-height: 21px;
}
a {
	color: #7d99a3;
	text-decoration: none;
}
a:hover {
	color: #6d8993;
}
em {
	font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font: normal normal normal 14px/21px Cambria, "Times New Roman", Times, serif;
	padding: 7px 14px 0;
}
h1 {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 14px;
	padding: 14px 14px 12px;
}
h2 {
	font-size: 21px;
	line-height: 21px;
}
p {
	padding: 0 14px 21px;
	text-align: justify;
}
sup {
	font-size: .5em;
	position: relative;
	top: -.6em;
}
strong {
	font-weight: bold;
}
.clear-both {
	clear: both;
}

/**
 * =====
 * Forms
 * =====
 */

form {
	background: #fff7e9;
	border-right: 1px solid #efe7d9;
	border-left: 1px solid #efe7d9;
	border-bottom: 2px solid #dfd7c9;
	margin: 0 139px;
	padding: 7px;
	position: relative;
}
p.admin {
	background: #ffc;
	border: 1px solid #cc9;
	color: #000;
	margin: 0 0 14px;
	padding: 14px;
}
form a {
	color: #369;
	font-size: 15px;
}
form a:hover {
	color: #036;
	text-decoration: underline;
}
form h1 {
	background: #efe7d9;
	border-bottom: 1px solid #dfd7c9;
	font-size: 36px;
	line-height: 36px;
	margin: 0 0 14px;
	padding: 7px;
}
form h2 {
	margin: 0 0 14px;
	padding: 7px;
}
form .file {
	text-align: center;
}
form .file input {
	width: 50%;
}
form .input {
	clear: both;
	padding: 28px 0 0;
}
form .input label,
form .radio h2 {
	border-bottom: 1px solid #efe7d9;
	display: block;;
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 7px;
	padding: 14px 7px 0;
}
form .input label a {
	float: right;
}
form .input select,
form .password input,
form .text input,
form .text .dollars {
	font-size: 21px;
	margin: 0 0 0 7px;
}
form .input textarea {
	height: 140px;
	margin: 0 0 0 7px;
	width: 75%;
}
form .input textarea,
form .input select {
	width: 406px;
}
form .input .checkbox {
	float: left;
	padding: 0 7px;
	width: 126px;
}
form .input .checkbox label {
	border: none;
	display: inline;
	font-size: 14px;
}
form .password input,
form .text input {
	width: 266px;
}
form .product_listing {
	background: #efe7d9;
	float: left;
	height: 420px;
	overflow: auto;
	width: 280px;
}
form .product_listing .checkbox {
	width: auto;
}
form .radio label {
	border: none;
	display: inline;
	margin: 0;
	padding: 0;
}
form .radio li {
	float: left;
	padding: 6px;
	position: relative;
}
form .radio li img {
	display: block;
}
form .radio li input {
	bottom: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
}
form .radio ul {
	background: #efe7d9;
	height: 300px;
	overflow: auto;
}
form .submit {
	clear: both;
	padding: 56px 7px;
	text-align: center;
}
form .submit input {
	font-size: 30px;
}
form#ProductPhotoForm img {
	float: right;

}
table {
	border-collapse: collapse;
	width: 273px;
}
table td {
	border-bottom: 1px solid;
	border-top: 1px solid;
	padding: 0 0 0 14px;
}
table td a.delete {
	background: url("../img/ui/delete.png") no-repeat 0 50%;
	display: block;
	float: right;
	height: 21px;
	text-indent: -999em;
	width: 16px;
}
ul.photos {
	padding: 7px 0 0 7px;
}
ul.photos img {
	display: block;
}
ul.photos li {
	float: left;
	margin: 0 1px 1px 0;
	padding: 3px;
	position: relative;
}
ul.photos li:hover {
	background: #000;
}
ul.photos .delete {
	background: url("../img/ui/delete.png") no-repeat;
	display: block;
	height: 16px;
	position: absolute;
	right: 4px;
	text-indent: -999em;
	top: 4px;
	width: 16px;
}
ul.photos .edit {
	background: url("../img/ui/edit.png") no-repeat;
	display: block;
	height: 16px;
	position: absolute;
	left: 4px;
	text-indent: -999em;
	top: 4px;
	width: 16px;
}

/**
 * =====
 * Posts
 * =====
 */

.posts .content {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	padding: 14px 0 0;
}
.posts .results li {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	margin: 0 0 14px;
	padding: 7px 0 0;
	position: relative;
}
.posts .results .admin {
	line-height: 35px;
	margin: 0 14px;
}
.posts .results .date {
	background: #dfd7c9;
	border: 3px solid #fff7e9;
	left: -60px;
	padding: 1px;
	position: absolute;
	text-align: center;
	top: 14px;
	width: 45px;
}
.posts .results .date em,
.posts .results .date strong {
	background: #fff7e9;
	display: block;
}
.posts .results .date em {
	font: normal normal bold 12px/12px Cambria, "Times New Roman", Times, serif;
	letter-spacing: 2px;
	padding: 2px 0 0;
	text-transform: uppercase
}
.posts .results .date strong {
	font: normal normal bold 28px/28px Cambria, "Times New Roman", Times, serif;
	padding: 0 0 3px;
}
.posts #content {
	padding: 0 154px 0 294px;
	width: 546px;
}

/**
 * ========
 * Products
 * ========
 */

.products .icon {
	display: block;
	height: 114px;
	line-height: 114px;
	text-align: center;
	width: 114px;
}
.products .icon img {
	border: 1px solid #bfb7a9;
	display: inline;
	vertical-align: middle;
}
.products .product-data {
	left: 0;
	padding: 0 14px;
	position: absolute;
	top: 0;
	width: 266px;
}
.products .product-data h1 {
	font-size: 21px;
	line-height: 21px;
	padding: 7px;
	margin: 0 0 7px;
}
.products .product-data h2 {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	padding: 7px;
	font-size: 28px;
	float: right;
	line-height: 114px;
	text-align: center;
	width: 114px;
}
.products .product-data h3 {
	background: #fff7e9;
	font-size: 21px;
	line-height: 21px;
	padding: 7px 7px 0;
	margin: 7px 0 0;
}
.products .product-data .sizes {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	padding: 7px;
}
.products .product-data .sizes li {
	background: #efe7d9;
	border-bottom: 1px solid #dfd7c9;
	border-top: 1px solid #fff;
	padding: 3px 7px;
}
.products .product-data .sizes li a {
	float: right;
	font: normal normal bold 13px/21px sans-serif;
}
.products .product-data .description p {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	padding: 7px;
	margin: 7px 0;
}
.products .product-data .icon {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	padding: 7px;
}
.products .product-data .jumpline {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	font-weight: bold;
	padding: 7px;
}
.products .navigation {
	left: 14px;
	position: absolute;
	top: 0;
	width: 266px;
}
.products .subnav li a {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	display: block;
	margin: 0 0 7px;
	padding: 7px 14px;
	text-transform: uppercase;
}
.products .subnav li a:hover {
	background: #efe7d9;
}
.products .tops #nav-tops a,
.products .skirts #nav-skirts a,
.products .pants #nav-pants a,
.products .coats #nav-coats a,
.products .accessories #nav-accessories a {
	background: #efe7d9;
	text-align: right;
}
.products .pagination {
	background: #fff7e9;
	border-bottom: 2px solid #dfd7c9;
	clear: both;
	height: 21px;
	line-height: 21px;
	margin: 0 14px 7px 0;
	padding: 7px;
	position: relative;
	text-align: center;
}
.products .pagination .previous {
	left: 7px;
	position: absolute;
	top: 7px;
}
.products .pagination .next {
	position: absolute;
	right: 7px;
	top: 7px;
}
.products .results li {
	float: left;
	height: 175px;
	padding: 0 14px 14px 0;
	position: relative;
	width: 126px
}
.products .results a {
	background: #fff7e9;
	border: solid #cfc7b9;
	border-width: 1px 1px 2px;
	display: block;
	padding: 5px;
	position: relative;
	width: 114px
}
.products .results a:hover {
	background: #efe7d9;
}
.products .results .name {
	border-top: 1px solid #dfd7c9;
	display: block;
	font: normal normal normal 11px/14px Constantia;
	margin: 6px 0 0;
	padding: 7px 0 0;
}
.products .results a.delete {
	background: url("../img/ui/delete.png") no-repeat;
	border: none;
	display: block;
	height: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 18px;
	text-indent: -999em;
	top: 4px;
	width: 16px;
}
.products .results a.edit {
	background: url("../img/ui/edit.png") no-repeat;
	border: none;
	display: block;
	height: 16px;
	left: 4px;
	margin: 0;
	padding: 0;
	position: absolute;
	text-indent: -999em;
	top: 4px;
	width: 16px;
}
.products #content {
	padding: 0 0 0 294px;
	width: 700px;
}
.products #more_photos {
	background: url("../img/ui/more_photos.png") no-repeat;
	height: 200px;
	position: absolute;
	right: 14px;
	top: 0;
	width: 200px;
}
.products #photos {
	height: 686px;
	position: relative;
	width: 686px;
}
.products #photos li {
	background: #fff7e9;
	height: 686px;
	left: 0;
	line-height: 686px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 686px;
}
.products #photos img {
	vertical-align: middle;
}

/**
 * =========
 * Home Page
 * =========
 */

#splash {
	background: url("../img/ui/home.7.2.jpg") no-repeat 50% 0;
	height: 433px;
}
#splash h1 {
	background: transparent;
	border: none;
	font-size: 22px;
	left: 315px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 399px;
}
#splash #jumpline-about {
	font-size: 18px;
	left: 315px;
	padding: 0;
	position: absolute;
	top: 150px;
}
#splash #jumpline-catalog {
	font-size: 18px;
	left: 315px;
	padding: 0;
	position: absolute;
	top: 178px;
}
#splash #catalog-navigation {
	left: 294px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 251px;
	width: 386px;
}
#splash #catalog-navigation li {
	height: 179px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 126px;
}
#splash #catalog-navigation li a {
	display: block;
	height: 23px;
	line-height: 18px;
	padding-top: 156px;
	text-align: center;
	text-transform: uppercase;
	width: 126px;
}
#splash #catnav-skirts { left: 0; }
#splash #catnav-pants { left: 140px; }
#splash #catnav-tops { left: 280px; }
#splash #catnav-coats { left: 420px; }
#splash #catnav-accessories { left: 560px; }
#splash #update {
	left: 714px;
	position: absolute;
	top: 0;
	width: 266px;
}
#splash #update h2 {
	height: 53px;
	line-height: 53px;
	margin: 0;
	padding: 0 0 18px;
	text-align: center;
	text-transform: uppercase;
}
#splash #update h3 {
	font-weight: bold;
	padding: 0 14px 9px;
}

/**
 * ======
 * Layout
 * ======
 */

#container {
	background: url("../img/ui/backdrop.7.1.jpg") repeat-y 50% 0;
	min-width: 994px;
	text-align: center;
}
#branding {
	background: url("../img/ui/headers.7.2.jpg") no-repeat 50% 0;
	height: 182px;
}
#branding h1 {
	border: none;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 994px;
}
#branding h1 a {
	display: block;
	height: 152px;
	left: 40px;
	line-height: 152px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	top: 0;
	width: 214px;
}
#branding h1 a span {
	background: url("../img/ui/headers.7.2.jpg") no-repeat -383px 0;
	display: block;
	height: 152px;
	left: 0;
	position: absolute;
	top: 0;
	width: 214px;
}
#content,
.edit #content,
.photo #content {
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 994px;
}
#navigation {
	font-size: 16px;
	height: 0;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}
#navigation h2 {
	position: absolute;
	top: -999em;
}
#navigation ul {
	height: 0;
	margin: 0 auto;
	position: relative;
	width: 994px;
}
#navigation ul li a {
	height: 96px;
	line-height: 96px;
	position: absolute;
	top: 28px;
	width: 126px;
}
#navigation ul li#nav-home a { left: 294px; }
#navigation ul li#nav-about a { left: 434px; }
#navigation ul li#nav-catalog a { left: 574px; }
#navigation ul li#nav-journal a { left: 714px; }
#navigation ul li#nav-contact a { left: 854px; }
#footer {
	background: url("../img/ui/headers.7.2.jpg") no-repeat 50% 100%;
	clear: both;
	font-size: 12px;
	height: 134px;
	padding: 88px 0 0;
}
#footer #site-map {
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
}
#footer #site-meta {
	background: transparent;
	margin: 0;
	padding: 0;
	text-align: center;
}