html {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	color: #212224;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	background: white;
}

.clearing {
	clear: both;
}

a {
	border: 0;
	padding: 0;
	margin: 0;
	outline: none;
	text-decoration: none;
	color: #e1ca4a;
}

a:hover {
	text-decoration: underline;
}

input {
	outline: none;
	width: 306px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

input:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

select {
	outline: none;
	width: 306px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

select:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

option {
	outline: none;
}

textarea {
	outline: none;
	width: 306px;
	height: 120px;
	padding: 10px 5px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #eee;
}

textarea:focus {
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

.grey {
	color: #919294;
}

#sidebar {
	width: 210px;
	position: fixed;
	top: 30px;
	left: 30px;
}

a.logo {
	width: 161px;
	height: 47px;
	display: block;
	background: url(/images/logo.png) no-repeat;
	margin-bottom: 30px;
}

#sidebar a.list {
	color: #212224;
	display: block;
}

#sidebar a.list:hover {
	color: #e1ca4a;
	margin-left: 1px;
}

#sidebar a.list:hover span {
	color: #919294;
}

#mainHolder {
	width: 730px;
	position: relative;
	margin-top: 107px;
	margin-left: 260px;
}

#main {
	width: 700px;
	padding-bottom: 30px;
	position: absolute;
	top: 0;
	left: 0;
}

#mainHeader {
	height: 30px;
}

#mainSubHeader {
	margin-bottom: 30px;
}

.blogOutlets {
	float: right;
}

.blogOutlets a {
	display: block;
	float: right;
	height: 16px;
	margin-left: 10px;
	opacity: 0.5;
	width: 16px;
}

.blogOutlets a:hover {
	opacity: 1;
}

.imagesContainer {
	width: 700px;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}

.imagesHolder {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 16px;
}

.imagesHolder img {
	float: left;
}

.imagesControls {
	position: absolute;
	bottom: 0;
	left: 0;
}

.imagesControls a {
	float: left;
	display: block;
	margin-right: 4px;
	width: 12px;
	height: 16px;
	background: transparent url(/images/page.png) no-repeat;
}

.imagesControls a.on {
	background: transparent url(/images/pageOn.png) no-repeat;
}

.appIcon {
	float: left;
	margin-right: 15px;
}

a.appStore {
	float: left;
	display: block;
	width: 169px;
	height: 57px;
	background: transparent url(/images/appstore.png) no-repeat;
}


/**
 * INVENTORY AREA
 */
#inventoryHolder {
	width: 1000px;
	margin: 25px auto;
	font-size: 10pt;
}

#inventoryTable {
	width: 100%;
	border-bottom: 1px solid #eee;
}

#inventoryTable th {
	padding: 6px 10px;
	color: #cfd5df;
	font-weight: normal;
	border-bottom: 1px solid #eee;
}

#inventoryTable th a {
	color: #cfd5df;
}

#inventoryTable th a.current {
	font-weight: bold;
	color: #bab7c4;
}

#inventoryTable tr.even {
	background: #f4f4f4;
}

#inventoryTable tr.odd {
	background: #fbfbfb;
}

#inventoryTable tr.even:hover {
	background: #cfd5df;
}

#inventoryTable tr.odd:hover {
	background: #cfd5df;
}

#inventoryTable td {
	padding: 6px 10px;
}

#pageLeft {
	float: left;
	width: 33%;
	text-align: left;
	margin: 10px 0;
	color: #cfd5df;
}

#pageLeft a {
	color: #bab7c4;
	font-weight:bold;
}

#pageInfo {
	float: left;
	width: 34%;
	text-align: center;
	margin: 10px 0;
	color: #bab7c4;
}

#pageRight {
	float: right;
	width: 33%;
	text-align: right;
	margin: 10px 0;
	color: #cfd5df;
}

#pageRight a {
	color: #bab7c4;
	font-weight:bold;
}


/** ADMIN **/

.mainAdmin {
	width: 1200px;
	margin: 30px;
	position: relative;
}

.adminSidebar {
	width: 230px;
	float: left;
	padding: 0 45px 0 0;
	border-right: 1px dashed #ccc;
}

.adminSidebar a.list {
	display: block;
	font-size: 10pt;
	padding: 10px 20px;
	border-bottom: 1px solid #eee;
}

.adminSidebar a.list span {
	color: #888;
	font-size: 8pt;
}

.adminContent {
	width: 600px;
	float: left;
	margin-left: 45px;
	position: relative;
}

.adminCopyHolder {
	position: absolute;
}

a.adminSaveButton {
	float: right;
	display: block;
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #efae20;
	color: white;
}

a.adminDeleteButton {
	display: block;
	height: 39px;
	width: 39px;
	position: absolute;
	top: -15px;
	right: -15px;
	background: transparent url(/images/closeButton.png) no-repeat;
}

.adminResults {
	margin-right: 20px;
	margin-top: 6px;
	float: right;
}

.adminBlogComment {
	padding: 10px 15px;
	margin-bottom: 15px;
	position: relative;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: -4px 3px 3px #eee;
	-moz-box-shadow:-4px 3px 3px #eee;
}

.imageThumb {
	float: left;
	margin: 5px 15px 10px 0;
	position: relative;
}

.imageThumb img {
	height: 80px;
	width: auto;
}

a.adminAddImage {
	float: left;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 30px;
	background: transparent url(/images/adminAddImage.png) no-repeat;
}
