/*
	Theme Name: Nerfbat Theme
	Theme URI: http://nerfbat.com/
	Description: This is the theme for Nerfbat.com. Please do not use it without getting permission.
	Version: 1.0
	Author: Ryan Shwayder
	Author URI: http://nerfbat.com/
*/

* {
	margin: 0;
	padding: 0;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	padding: 20px 0 20px 0;
	}

body, .commentbox {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Cambria,'Times New Roman','Nimbus Roman No9 L','Freeserif',Times,serif;
	}

body, #header, #content {
	background-repeat: repeat-x; 
	}

#page {
	margin-right: auto;
	margin-left: auto;
	}

#page, #header, #screen {
	width: 760px;
	}

#page, #content, .commentbox {
	padding: 10px;
	}

#header, #headerlink {
	height: 65px;
	}

#header, #screen {
	margin: 0 0 10px 0;
	}

#screen {
	height: 192px;
	}

#content, blockquote, .searchbox, .dropdown, .inputbox, .commentbox, .submitbutton {
	border: 1px solid;
	}

#content, h3, #navmenu {
	/*font-size: 1.2em;*/
	font-size: 1.4em;
	}

#content {
	width: 738px; /* All compliant browsers */
	}

* html #content {
	width: 760px; /*IE5 */
	w\idth: 738px; /*IE6 */
	}

.commentauthor {
	font-weight: bold;
	}

#postleft {
	width: 550px;
	}

#postleft, #headerlink, .alignleft {
	float: left;
	}

#sidebar {
	margin: 0 0 0 28px;
	}

#sidebar, #slogan, #navmenu, .alignright, .gravatarimage {
	float: right;
	}

#sidebar, #character, .dropdown {
	width: 140px;
	}

.post ul, .post ol {
	padding: 0 6px 6px 0;
	}

#content p, .post ul, .post ol {
	line-height: 1.4em;
	}

.post li  {
	margin: 0 0 0 35px;
	}

.post ul li {
	list-style-type: square;
	}

.post li, #sidebar li ul, #sidebar li, #navmenu ul, .linkspage ul, .commentlist {
	list-style-image: none;
	}

blockquote {
	margin: 0 10px 6px 10px;
	padding: 5px 10px 0 10px;
	}

#sidebar li ul, #sidebar li, #navmenu ul, .linkspage ul, .commentlist {
	list-style-type: none;
	}

#sidebar li ul, .searchbox {
	margin: 0 0 20px 0;
}

#footer {
    clear: both;
	text-align: center;
	margin-top: 10px;
	}

h1 {
	font-size: 1.8em;
	margin: -5px 0 4px 0;
	}

h2 {
	font-size: 1.5em;
	margin: -5px 0 0 0;
	}

h3 {
	margin-top: 10px;
	margin-bottom: 2px;;
	}

.widgettitle, #slogan, #sidebar h3 {
	font-size: 1.1em;
	}

#content p {
	margin: 2px 0 8px 0;
	}

a, h2 a:hover, h1 a:hover, #headerlink, #navmenu a, #sidebar a {
	text-decoration: none;
	}

.commentsmeta {
	margin: -15px 0 0 0;
	}

.commentsmeta, #slogan, #navmenu {
	text-align: right;
	}

#comments {
	margin: -12px 0 1.2em 0;
	}

#slogan {
	padding: 7px 10px 0 0;
	}

#navmenu {
	height: 41px;
	padding: 24px 0 0 0;
	}
	
#navmenu li {
	display: inline;
	padding: 0 10px 0 10px;
	font-weight: bold;
	}

.bloginatientry {
	border-bottom: 1px solid;
	margin-bottom: 20px;
	padding-bottom: 10px;
	}

.bloginatiheader {
	margin-top: 20px;
	}

.entry {
	border-bottom: 1px solid ;
	}

.entry, #content p {
	text-align: justify;
	}

.postmetadata {
	font-size: 0.8em;
	margin: 0 0 28px 0;
	padding: 7px 0 0 0;
	}

.navigation {
	width: 560px;
	margin: -4px 0 0 0;
	}

#character {
	margin: 8px 0 0 0;
	}

.searchbox {
	width: 136px;
	}

.searchbox, .dropdown {
	padding: 1px;
	}

.searchbox, .dropdown, .inputbox, .commentbox, .submitbutton {
	font-size: 1em;
	}

.dropdown {
	margin: 2px 0 0 0;
	}

.inputbox, .submitbutton {
	width: 144px;
	padding: 2px;
	}

.submitbutton {
	border-style: outset;
	}

.commentbox {
	width: 716px;
	}
	
#sidebar h3 {
	margin: 1.1em 0 0 0;
	}
	
.gravatarimage {
	border: none;
	margin: 3px 0 0 10px;
	}

.commentwrap, .styleselect {
	margin-bottom: 20px;
	}


/* This is to make AddToAny square instead of rounded */
.a2a_menu, .a2a_menu_inside, .a2a_menu a, .a2a_tabs div, .a2a_menu_find_container, .a2a_menu_powered_by { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
