@import url("../style.css");
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; } 
table { border-collapse:collapse; border-spacing:0; } 
fieldset,img {  border:0; } 
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 
ol,ul { list-style:none; } 
caption,th { text-align:left; } 
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 
q:before,q:after { content:''; } 
abbr,acronym {border:0; }
div.break, div.clear {	display:block; clear:both; height:1px;}
strong, b {font-weight:bold;}
em, i {font-style:italic;}
img, a {text-decoration:none;outline:#FFF;}

/* END RESET ---------- */

body {
	background:#FFF url('../img/bg.gif') no-repeat fixed bottom left;
	color:#555;
	font-family: Courier, "Courier New", monospace;
	font-size:12px;
	line-height:18px;
	text-align: center;
}

#header {
	position:absolute;
	top:20px;
	left:20px;
	width:350px;
	text-align: left;
}

#content {
	margin:130px 0 25px 460px;
	width:410px;
	text-align: left;
}

#footer {
	position:fixed;
	bottom:10px;
	right:20px;
	width:170px;
	text-align: right;
	text-transform: uppercase;
}


/* HEADER / LOGO ---------- */

#logo-mark {
	margin:0 0 12px 0;
}

#description {
	margin:4px 0 0 0;
	font-size:11px;
	line-height:15px;
}

	#header h1 {
		width:250px;
		height:30px;
		background:transparent url('../img/logo.gif') no-repeat;
		overflow:hidden;
		text-indent: -1000px;
	}

	#header h2 {
		margin:12px 0 14px 0;
	}
	#header h2 a {
		background:#FFF;
		color:#5aaabe;
		text-decoration: none;
	}
	#header h2 a:hover {
		padding:3px 4px;
		background:#5aaabe;
		color:#FFF;
	}

#header ul {
	margin:0 0 10px 0;
	letter-spacing:1px;
}
#header ul li {
	display:inline;
}
#header ul li a {
	padding:3px 7px;
	color:#FFF;
	text-decoration: none;
}
body#shop li#n1 a,
body#blog li#n2 a,
body#info li#n3 a,
body#guide li#n4 a,
body#newsletter li#n5 a,
#header ul li a:hover {
	color:#EBEBEB;
	background:#5aaabe;
}
	li#n1 a {
		background:#898989;
	}
	li#n2 a {
		background:#989797;
	}
	li#n3 a {
		background:#a4a3a3;
	}
	li#n4 a {
		background:#afafaf;
	}
	li#n5 a {
		background:#bcbbbb;
	}

/* SEARCH / ARCHIVES ---------- */

form#searchform {
	margin:20px 0 0 0;
	float:left;
}
form#searchform input#s {
	font:11px "Courier New", Courier, monospace;
	color:#666;
	display:inline;
	width:100px;
}
form#searchform input#searchsubmit {
	display:inline;
}

#arc-drop {
	margin:19px 0 0 25px;
	display:inline;
	float:left;
}

#header ul#cats li {
	margin:0 5px 0 0;
	padding:0;
	background:#F1F1F1;
	font-size:10px;
	text-transform:uppercase;
}
#header ul#cats li a {
	font-size:10px;
	text-transform:uppercase;
	color:#555;
}
#header ul#cats li a:hover {
	background:#CCC;
}


/* CONTENT / ENTRIES ---------- */

div.entry {
	margin-bottom:30px;
}

h1.title {
	margin-bottom:8px;
	font-size:14px;
	letter-spacing:1px;
	clear:both;
}

h2.date {
	margin:6px 0 10px 5px;
	text-transform:uppercase;
}

div.entry p {
	margin-bottom:12px;
}

div.entry p.meta {
	margin:10px 0;
	padding:5px 0;
	width:400px;
	border-top:2px solid #EBEBEB;
	text-transform: uppercase;
	font-style:italic;
}

h2.pagetitle {
	margin:0 0 18px 0;	
	padding:2px;
	background:#F1F1F1;
	display:inline;
	float:left;
}


/* LINK STYLES ---------- */

body#single h1.title, 
body#page h1.title, h1.title a {
	display:inline;
	padding:3px 6px;
	background:#f4f0a3;
	color:#181818;
}
h1.title a:hover {
	background:#EBEBEB;
}

h2.date a {
	color:#555;
	text-decoration:none;
}
h2.date a:hover {
	color:#666;
}
div.entry p a img, div.entry a img {
	padding:none !important;
	background:none !important;
}

div.entry p a, div.entry a {
	background:#cae9ee;
	color:#454444;
	text-decoration:none;	
}
div.entry p a:hover,
div.entry a:hover {
	background:#EBEBEB;
}

div.entry p.meta a {
	padding:2px 6px 2px 3px;
	background:#fcebf3;
	color:#454444;
	text-decoration:none;	
}
div.entry p a:hover {
	background:#EBEBEB;
}

p.paginate a,
div.comment a {
	padding:1px 3px;
	background:#fcebf3;
	color:#3a3a3a;
	text-decoration:none;	
}
p.paginate a:hover,	
div.comment a:hover {
	background:#EBEBEB;
}


/* COMMENTS ---------- */

#comments, div.comment-form {
	margin:50px 0;
}
#comments form {
	margin-top:12px;
}
#comments form#commentform p {
	margin:0 0 12px 0;
}
#comments textarea#comment {
	width:410px;
}

div.comment {
	margin:10px 0;
	padding:4px;
}
div.comment p {
	margin:0 0 6px 0;
	font-size:11px;
}

div.comment span.byline {
	display:block;
	margin:0 0 5px 0;
	padding:0 0 3px 0;
	border-bottom:2px solid #EBEBEB;
	text-transform:uppercase;
}

ul#links {
	margin:20px 0 10px 0;
	padding:3px 0;
	border-top:1px dashed #CCC;
	border-bottom:1px dashed #CCC;
	display:block;
	font-size:11px;
	width:175px;
}
ul#links li {
	padding:none;
	display:block;
	text-indent: -5px;
}
ul#links li a {
	padding:none;
	color:#333;
}
#header #browser {
	margin:10px 0;
	font-size:11px;
	color:#999;
}
#header #browser ul li {
	float:left;
	margin:0 4px 4px 0 !important;
	padding:none !important;
}
#header #browser ul li a {
	background:#f1f1f1;
	color:#999;
}
#header #browser ul li a:hover {
	background:#CCC;
	color:#777;
}

#commentform p a {color:#333;}