/*
Theme Name: Completely Biased
Theme URI: http://completelybiased.com
Description: The Completely Biased theme, originally based on Rin.
Version: 1.0
Author: David M
Author URI: http://completelybiased.com/
*/

body {
	background-color: #7AB4C8;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0em;
	background-attachment: fixed;
	background-image: url(images/masthead2.jpg);
}

a:link {
	color: #E0FFFF;
	text-decoration: none;
}

a:visited {
	color: #B0E0E6;
	text-decoration: none;
}

a:hover {
	color: #E6E6FA;
	text-decoration: underline;
}

.ContentBox a:link {
	color: #005CB5;
	text-decoration: none;
}

.ContentBox a:visited {
	color: #4169E1;
	text-decoration: none;
}

.ContentBox a:hover {
	color: #20B2AA;
	text-decoration: underline;
}

.Event {
	padding: 1.5em;
	margin-left: 16em;
	margin-right: 16em;
	margin-bottom: 2em;
}

.ContentBox img, .ContentBox object {
	border: 1px solid black;
	margin: 4px;
}

.ContentBox {
	border: 1px solid black;
	/* Wheeeee, time for the 'IE is shit and doesn't follow standards' workarounds... */
	background-image: url(images/alpha.png) !important;
	background-color: transparent !important;
	background-color: #EDF6F7;
	background-image: none;
}

#SiteTitle {
	color: white;
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
}

#SiteTitle a:link, #SiteTitle a:visited, #SiteTitle a:hover {
	text-decoration: none;
	color: white;
}

#Tagline {
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	color: white;
}

.Sidebar {
	width: 10em;
	margin: 1em;
	padding: 1.5em;
	list-style-type: none;
}

.Sidebar ul, .Sidebar ul li {
	list-style-type: none;
	margin: 0em;
	padding-left: 0.3em;
}

.Sidebar h2 {
	font-size: 1.1em;
	font-variant: small-caps;
	margin: 0em;
}

.NonStandard {
	border: 1px dashed red;
	display: none !important;
	display: inherit;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: right;
}

.TopNavBar {
	padding-bottom: 2.5em
}

.ContentTitle {
	font-size: 2em;
	font-weight: bold;
	margin: 0em;
}

#comments {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 0em;
}

.ContentSubheading {
	font-size: 0.9em;
	font-weight: normal;
	color: #7C7C7C;
}

.Centered {
	text-align: center;
}

.AfterPost {
	text-align: right;
	margin: 0em;
}

.PreviousNext {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.CommentText {
	margin-left: 2em;
}

.CommentText img, .NoBorder {
	border: 0em !important;
}

.Event textarea, #CommentButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#SearchForm {
	padding: 0em;
	text-align: right;
	margin-bottom: 0em;
	margin-top: 0em;
}

#SearchForm, #SearchForm #search, #SearchForm #searchbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#SearchForm #search {
	width: 9em;
	background-color: transparent;
}

#BottomBlurb {
	text-align: center;
	color: white;
	margin-bottom: 1em;
	clear: both;
}

.NoQuickTime {
	width: 320px;
	height: 180px;
	background-color: black;
	padding: 0.5em 4em 0.5em 4em;
	color: white;
	font-weight: bold;
}

.NoQuickTime h4 {
	font-size: 1.9em;
	color: red;
}

.NoQuickTime .LinkButton {
	text-align: right;
}

.wp-smiley {
	border: none !important;
	margin: 0px !important;
}

/*--------------------------- 'Comment Edit' Buttons ------------------------ */

#ed_bold {
 background: url(images/bold.png) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
}


#ed_italic {
 background: url(images/italic.png) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_link {
 background: url(images/link.png) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 5px;
}


#ed_close{
 background: url(images/close.png) no-repeat top;
 height: 22px;
 width: 22px;
 border: 0px none;
 margin-left: 25px;
}
