/*
Theme Name: Archoli
Theme URI: http://blog.archoli.com
Description: A custom theme for Archoli.com's blog.
Author: Ben Lasley
Author URI: http://blog.archoli.com
Version: 0.1


*/

body{
	background-color: #485372;
	background-image: url(images/background-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #d9dbe1;
}

a img{
	border: 0px;
}
a, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

div .box h4 a{
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 3px;
}

a:hover {
	text-decoration: underline;
}

#frame {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

#header {
	width: 950px;
	height: 75px;
	float: left;
	text-align: center;
	color: #d9dbe1;
}

#lightbox {
	margin-top: 20px;
}

#header a, #header a:visited, #header a:active {
	color: #d9dbe1;
	text-decoration: none;
}

#header a:hover {
	color: #d9dbe1;
	text-decoration: underline;
}




#l_sidebar {
	float: left;
	width: 165px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	text-align: right;
}

#r_sidebar {
	float: left;
	width: 165px;
	height: 5px;
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	text-align: left;
}
#main {
	float: left;
	width: 600px;
}

.midframe {
	float: left;
	width: 600px;
	overflow: hidden;
}

.topframe {
	float: left;
	width: 600px;
	height: 5px;
	background-image: url(images/main-top.png);
}

.lframe {
	float: left;
	width: 5px;
	margin: 0px;
	background-image: url(images/main-l.png);
	background-repeat: repeat-y;
	padding-bottom: 32762px;
	margin-bottom: -32767px;

}

.rframe {
	float: left;
	width: 5px;
	margin: 0px;
	background-image: url(images/main-r.png);
	background-repeat: repeat-y;
	padding-bottom: 32762px;
	margin-bottom: -32767px;

}

.post {
	float: left;
	width: 600px;
	margin: 0px;
	margin-bottom: 20px;
	font: 10pt Arial, sans-serif;
	}

.post a, .post a:visited, .post a:active{
	color: #485372;
	text-decoration: underline;
}

.post a:hover{
	text-decoration: none;
}
a.post-edit-link, a.post-edit-link:hover, a.post-edit-link:active, a.post-edit-link:visited {
	color: #d9dbe1;
}

.date {
	margin-top: 0px;
	text-align: right;
	font-size: 80%;
	color: #485372;
}
	
.info {
	font-size: 80%;
}

	
.centercolumn {
	float: left;
	padding: 5px;
	width: 580px;
	margin-left: 5px;
	background-color: #FFFFFF;
	color: #000000;	
}

.botframe {
	float: left;
	width: 600px;
	height: 5px;
	background-image: url(images/main-bot.png);
}

#footer{
	clear: both;
	float: left;
	width: 950px;
	height: 20px;
}


h1, h2, h3, h4, h5, h6 {
	font-family : "Century Gothic", sans-serif;
	font-weight : normal;
	}
	
	body, input, textarea, pre, div#tagline  {
	font : 1em  "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
	}
	
	
	
div#header h1 {
	margin : 0px;
	font-size : 2.8em;
	}

div .postheader {
	margin: 0px;
}

div .postheader h3{
	margin: 0px;
}

div .columncenter{
	padding: 0px;
}
	
h1 {
	font-size : 2.2em;
	}

div#header h2 {
	margin : 0px;
	font-size : 2.1em;
	}
div#frame {
	font-size: 70%;
}

div .box h4 {
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 3px;
}

div .box ul li a img {
	margin-left: 5px;}

div .box{
	margin-bottom: 20px;
}

div .box ul{
	list-style-type: none;
	padding-left: 0px;
	margin: 0px;
}

div .box ul li {
	margin-left: 0px;
}

 .hidden {
	display: none;
	
}

.meta {
	float: left;
	text-align: left;
}
.meta-comments {
	float: right;
	text-align: right;
}

#navlink {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}