@charset "utf-8";
/*
Theme Name: Astute Boxes
Description: 1/14/2010
Version: .8
Author: Ritchie
Author URI: http://www.astuteobservation.com/
*/
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background-color: #333;
	background-image: url(images/white.png);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;}
a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #41675a;
	text-decoration: underline;
}
#page-container {
	background: #FFF;
	width: 910px;
	margin: 0 auto;
}
#header {
	width: 895px;
	height: 255px;
	margin: 5px;
}
#header-img {
	background-image:url(images/header.jpg);
	width: 895px;
	height: 245px;
}
.header {
	position: absolute;
	width: 595px;
	height: 145px;
}
#nav {
	margin-left: 680px;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 35px;
	position: relative;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute; 
	margin-left: 20px;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu .b_blog {
	background: url(images/blog.jpg);
	width: 95px;
	height: 95px;
}
#menu .b_about {
	background: url(images/about.jpg);
	width: 95px;
	height: 95px;
	left: 100px;
}
#nav-cat {
	margin-top: 115px;
	margin-left: 633px;
}
#menu-cat {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 35px;
	position: relative;
}
#menu-cat a {
	display: block;
	text-indent: -900%;
	position: absolute; 
	margin-left: 20px;
	outline: none;
}
#menu-cat a:hover {
	background-position: left bottom;
}
#menu-cat .b_vg {
	background: url(images/vg.jpg);
	width: 45px;
	height: 45px;
}
#menu-cat .b_mus {
	background: url(images/mus.jpg);
	width: 45px;
	height: 45px;
	left: 48px;
}
#menu-cat .b_mov {
	background: url(images/mov.jpg);
	width: 45px;
	height: 45px;
	left: 99px;
}
#menu-cat .b_tel {
	background: url(images/tv.jpg);
	width: 45px;
	height: 45px;
	left: 147px;
}
#menu-cat .b_art {
	background: url(images/art.jpg);
	width: 45px;
	height: 45px;
	left: 195px;
}
#content-container {
	background-color: #FFF;
}
#sidebar {
	float: right;
	width: 190px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 10px;
}
#date {
	height: 75px;
	width: 50px;
	text-align: center;
}
#date .d_month, .d_year {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
#date .d_day {
	font-weight: bold;
	font-size: 33px;
}
#thepost {
	margin-top: -55px;
	margin-left: 70px;
}
.posttitle {
	font-size: 24px;
}
.posttitle a{
	text-decoration: none;
}
.time {
	font-size: 10px;
}
.entry {
	color: #6a887e;
	width: 750px;
}
.navigation {
	text-align: center;
	margin-bottom: 10px;
}
.navigation a{
	text-decoration: none;
}
#sidebar li{
	list-style:none;
}
#sidebar {
	width: 200px;
	height: 220px;
	padding-bottom: 20px;
}
#seperator {
	position: absolute;
	background-image: url(images/seperator.jpg);
	width: 1px;
	height: 214px;
	margin-left: 50px;
}
#onblur {
	border: 0;
	color:#999;
	margin-top: 2px;
	margin-left: 4px;
}
#onfocus {
	border: 0;
	color:#000;
	margin-top: 2px;
	margin-left: 4px;
}
#searchbar {
	z-index: 1;
	background-image: url(images/searchbar.jpg);
	width: 128px;
	height: 23px;
	margin-left: 72px;
}
#searchbutton {
	position: absolute;
	height: 21px;
	width: 18px;
	margin-left: 109px;
	margin-top: -19px;
}
#cattext {
	background-image: url(images/catjpg.jpg);
	width: 127px;
	height: 21px;
}
#categories {
		margin-left: 72px;
}
#footer {
	background-color: #000;
	color: #FFF;
	clear: both;
	font-size: 12px;
	padding: 5px;
	bottom: 0;
}
#footer a{
	color: #FFF;
}
#footertext {
	margin-left: 15px;
}
#twitter li {
	list-style: none;
}
#twitter {
	z-index: 2;
	font-size: 11px;
	position: absolute;
	width: 797px;
	height: 11px;
	top: 219px;
	margin-left: 17px;
	text-align: center;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
