/*  
Theme Name: ArcieBox - Amber Edition
Theme URI: http://arciebox.lazyilluminati.com
Description: The best theme for ArcieBox EVER!  YAY!
Version: 0.1
Author: Richard Dunn
Author URI: http://arciebox.lazyilluminati.com
*/

body {
		background: #000;
		color: #fff;
		display: block;
		font: medium "Trebuchet MS", tahoma, arial, sans-serif;
		margin: 0;
		padding: 0;
}

a {
		color: #fc0;
}

a:hover {
		color: #fff;
}

#all {
		background: #000 url(images/back.gif) no-repeat top;
		border-left: 16px solid #333;
		border-right: 16px solid #333;
		margin: 0 auto;
		min-width: 684px;
		padding: 8px;
		width: 684px;
}

#all #header {
		text-align: center;
		margin: 0 0 50px 0;
}

#all #header #topnav {
		text-align: right;
}

#all #header #topnav a {
		text-decoration: none;
}

#all #header h1 {
		margin: 0;
}

#all #header h1 a {
		background: url(images/title.gif) no-repeat left;
		display: block;
		height: 142px;
		margin: 0 auto;
		padding: 0;
		width: 160px;
}

#all #header h1 a span {
		display: none;
}

#all #header h1 a:hover {
		background: url(images/title.gif) no-repeat right;
}

#all #main {
		margin: 0 50px 0 130px;
		width: 514px;
}

#all #main h2 {
		position: relative;
		font-size: 115%;
		margin: 0 0 4px 0;
}

#all #main h2 a {
		text-decoration: none;
}

#all #main .date {
		position: absolute;
}

#all #main .date span {
		left: -90px; 
		position: relative; 
		width: 90px;
		font-size: 115%;
		font-weight: bold;
		border: none;
}

#all #main .post {
		padding: 0 0 25px 0;
}

#all #main .post p {
		margin: 0 0 1em 0;
		padding: 0;
}

#all #main .post img {
		border: 7px solid #333;
		display: block;
		margin: 0;
		padding: 0;
}

#all #navigation {
		padding: 0 50px 75px 50px;
}

#all #navigation .navleft {
		float: left;
}

#all #navigation .navright {
		float: right;
}

#all #navigation .navleft a, #all #navigation .navright a {
		padding: 7px;
		margin: 0;
		text-decoration: none;
		font-weight: bold;
		background: #333;
}

#all #navigation .navleft a:hover, #all #navigation .navright a:hover {
		background: #666;
}

#all #footer {
		font-size: 70%;
		padding: 6px 12px;
}

#all #footer a {
		margin: 0 30px 0 0;
		padding: 0;
		text-decoration: none;
		height: 1em;
}

#all #footer p {
		padding: 0;
		margin: 0;
		float: right;
		height: 1em;
}

.clear {
		clear: both;
}
