/*  
Theme Name: robotcowboy
Theme URI: http://wordpress.org/
Description: Theme for smarter bots
Version: 1.6
Author: Dan Wilcox
Author URI: http://robotcowboy.com/

*/


/* Main Elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #333333;
	color:#BBBBBB;
	font-size: small;
}

#menu {
    background: #666666;
    left: 0px;
    top: 10px;
    padding: 0px;
	 font-weight: bold;
}

#main {
	left: 100px;
	visibility: visible;
	width: 700px;
	border: 0px;
	}

#footer {
	margin-top: 20px;
	font-size: x-small;
	}


/* Class Elements */
.post {
	margin-top: 10px;
	visibility: visible;
	border: 1px solid #FF0000;
	background: #666666;
	padding: 1em;
}

.entry {
	overflow: hidden;
	height: 100%;
}

.navigation {
	display: block;
	background: #333333;
	text-align: center;
	font-weight: bold;
	margin: 0 10px 0 10px;	
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* Fonts */
.title-text {
	font-weight: bold;
	font-size: large;
	background-color:#333333;
}

.postmetadata {
	color: #AAAAAA;
	font-size: x-small;
}


/* Link Fonts */
a:link, a:visited {
	color: #DDDDDD;
	text-decoration: none;
} 

a:hover {
	text-decoration: none;
	color: #FF0000;
	background-color:#333333;
}
a:active {
	text-decoration: none;
}

a:link.title-text{
	color: #c32410;
	font-weight: bold;
	font-size: large;
	background-color:#333333;
}

a:link.postmetadata {
	color: #AAAAAA;
}

/* Nicer quotes */
blockquote {
	border-left: 2px solid #888888;
	margin-left: 1.5em;
	padding-left: 5px;
}

/* Input & Text Box Formatting */
input {
        color: #BBBBBB;
        font-size: small;
        background: #333333;
        border: 1px solid #FF0000;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	padding: 4px;
	color: #BBBBBB;
	background-color: #333333;
	border: 1px solid #FF0000;
	padding: .2em;
}

#commentform textarea {
	padding: 4px;
	width: 98.5%;
	color: #BBBBBB;
	background-color: #333333;
}
