/*
Theme Name: VA
Theme URI: http://virginiaroberts.com
Description: Custom VirginiaRoberts.com theme
Version: 0.1
Author: Grant K. Roberts
Author URl: http://grantroberts.com
*/

@charset "utf-8";
/* CSS Document */

div#yahoo_pipe
{
	margin-left: 10px;
	font-size: 0.8em;
}

div.navigation a
{
	color: white !important;
}

div.navigation
{
	color: white !important;
}

div.divider
{
	margin-bottom: 15px;
}

div#twitter_widget
{
	margin-top:10px;
	margin-left:5px;
}

div#twitter_widget h4
{
	font-size:24px !important;
	font-weight:normal !important;
	font-family:GothamBook, GillSans, Calibri, Trebuchet, sans-serif;
}

div#twitter_widget div.attachments
{
	margin-left: 30px !important;
}

div#twitter_widget div.description_block
{
	display: none;
}

ol.commentlist
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

ol.commentlist p
{
}

ol.commentlist li
{
	padding: 5px 10px 5px 8px;
	border: 1px solid #FF9933;
	margin-bottom: 20px;
	margin-right: 20px;
}

body
{
	margin:0px;
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#1fc6e9;
	font-family:GillSans, Calibri, Trebuchet, sans-serif;
	font-size:16px;
}

a
{
	color:#1fc6e9;
	font-weight: bold;
	text-decoration: none;
}

a:visited, a:hover
{
	color:#ff9933;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color:#ffff66;
}

body, html
{
	height:100%;
}

img#logo
{
	top:0px;
	margin-left:20px;
	margin-top:15px;
	border-width:0px !important;
}

div#comments_container
{
	padding: 5px 10px 0px 10px;
	background-color: white;
	border: 1px solid black;
	margin: 10px 0px 10px 0px;
}

div#wrapper
{
	width:950px;
	height:100%;
}

div#sidebar
{
	width:200px;
	padding-top:10px;
}

div#sidebar a
{
	text-decoration: none !important;
}

div#sidebar a span {display: none;}

div#sidebar a:hover span#rollover_text {display: block;
   position: absolute; top: 200px; left: 0px;
   padding: 5px; margin: 10px; z-index: 100;
   color: #00cccc; 
   font-size: 1.0em;
   text-align: right;
}

div#main
{
	position: absolute;
	top: 115px;
	left: 215px;
	width: 750px;
}

div#main p
{
}

div.post
{
	padding: 5px 10px 0px 10px;
	background-color: white;
	border: 1px solid black;
	margin: 10px 0px 0px 0px;
}

div.post div.title
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

div.title a
{
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
}

div.title a:hover
{
	text-decoration: underline;
}

div.post span#timestamp
{
	font-style: italic;
	font-size: 0.9em;
}

div.post img
{
	border-width: 0px !important;
}

.more-link
{
	font-size: 1.2em;
}

#sidebar p
{
	margin:0px 10px 0px 0px;
	padding:0px;
	height:40px;
}

#nav-below
{
	padding: 5px 10px 0px 10px;
	border: 1px solid black;
	margin: 20px 0px 0px 0px;
}

.nav-previous a, .nav-next a
{
	color: white !important;
}

.nav-previous
{
	float:left;
}

.nav-next
{
	float:right;
}

