/* @override 
	http://gosse.se/n/assets/styles/screen.css
	http://www.gosse.se/n/assets/styles/screen.css
*/

html, body {
	background-color: #ca0;
}

body {
	letter-spacing: 1px;
	font: 16px/1.5em "Crimson Text", "Times New Roman", Times, serif;
	color: white;
}

a {
	color: #ca0;
}

.content {
	background-color: #595959;
	overflow: auto;
	padding-bottom: 40px;
	min-height: 660px;
	padding-right: 5%;
}

a {
	text-decoration: none;
}

.page {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

header, section, nav, article, footer {
	display: block;
}

header {
	margin: 70px 0 50px;
}

header h1 {
	margin-left: 70px;
}

header h1 a {
	display: block;
	height: 61px;
	width: 177px;
	margin: 0 auto;
	background: url(../images/admin/logo.png) no-repeat;
}

header h1 span {
	display: none;
}

nav {
	width: 140px;
	float: left;
	text-align: right;
}

nav ul {
	position: relative;
	top: -4px;
	margin-bottom: 3em;
}

nav li {
	margin-bottom: 1em;
}

nav a {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
}

article#main {
	width: 540px;
	float: right;
}

#slideshow {
	overflow: hidden;
	margin-bottom: 20px;
}

#slideshow .current {
	width: 425px;
	float: left;
}

#slideshow .all {
	width: 100px;
	float: left;
	margin-left: 10px;
}

#slideshow .all img {
	display: block;
	margin-bottom: 10px;
}

#products a {
	display: block;
	float: left;
	width: 100px;
	height: 130px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

#product-information h1 {
	font-size: 1.5em;
	line-height: 2em;
}

#share {
	margin-top: 10px;
}

#share a {
	text-transform: uppercase;
	font-size: 11px;
}

#share .share-form {
	margin-top: .5em;
}

#share .share-form input[type=text] {
	padding: 0 5px;
	line-height: 2em;
	color: #3b3b3b;
}

img {
	-webkit-border-radius: 1px;
	display: block;
}

footer {
	clear: both;
	text-align: center;
	padding: 20px 0;
}

p {
	margin-bottom: 1em;
}

.saving {
	position: absolute;
	top: 0;
	right: 20px;
	background-color: white;
	padding: 10px;
	color: black;
}

.clear {
	clear: both;
}

#index.page {
	width: 900px;
}

#index #main {
	width: 730px;
}
