/*
myBlog 1.0
Kevin Chappell
http://www.excalibur-design.com/
kevin@excalibur-design.com
*/

/***********************
** HTML OVERRIDE TAGS **
***********************/

html, body {
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #BBB;
	line-height: 18px;
}

a {
	color: #999;
}

a:hover {
	color: #FFF;
}

strong {
	color: #FFF;
	font-weight: bold;
}

/***********************
** CUSTOM FONT STYLES **
***********************/

.alerts {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 125px;
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.systemalert {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #900;
	padding: 8px;
}

/* CSS LAYOUT TAGS */

.container {
	position: relative;
	width: 775px;
	margin-bottom: 0px;
	height: 110%;
	margin-left: auto;
	margin-right: auto;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #000;
	background-image: url(images/bg.gif);
}

.header {
	position: absolute;
	top:0px;
	width:600px;
	height:100px;
	left:20px;
	background-color:#CCC;
	padding:0px;
}

.content {
	position: absolute;
	top:110px;
	width:400px;
	height:400px;
	left:200px;
	background-color:#CCC;
	padding: 10px;
}

.left_menu {
	position: absolute;
	top:110px;
	width:150px;
	height:400px;
	left:20px;
	background-color:#CCC;
	padding: 10px;
}

.user_feedback {
	position: relative;
	top: 150px;
	width: 150px;
	height: 150px;
	font-size: 18px;
	font-weight: bold;
	margin: auto;
}

#login {
	text-align: right;
}

.ml_title {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
}

/****************
** Blog Styles **
****************/

.blog_title {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #D60;
}

.blog_datetime {
	font-size: 9px;
}

.blog_content
{
	font-size: 12px;
	line-height: 18px;
}

.blog_comments {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
}

/*******************
** Comment Styles **
*******************/

.comments
{
	width: 400px;
	padding: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

#comments_header
{
	color: #000;
	font-size: 15px;
	letter-spacing:1px;
	font-weight: bold;
	width: 394px;
	text-align: left;
}

#comments_sub
{
	font-size: 11px;
	line-height: 12px;
	padding: 0 5px 5px 0;
}

#comments_datetime {
	font-size: 9px;
}

.comments_header
{
	width: 394px;
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
	border-color: #FFF;
	border-width: 1px 0 0 0;
	border-style: dotted;
}

.comments_postheader
{
	width: 394px;
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border-color: #FFF;
	border-width: 1px 0 0 0;
	border-style: dotted;
}

.comments_post_left
{
	position: relative;
	font-size: 12px;
	left: 20px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

.comments_post_right
{
	position: relative;
	top: -38px;
	left: 132px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

/*************************
** Registration Columns **
*************************/

.reg_leftcol {
	float: left;
	clear: left;
	width: 100px;
	height: 23px;
}

.reg_rightcol {
	clear: right;
	width: 400px;
}

/************
** Book Ad **
************/
#badge {
	font: bold 12px Arial, Helvetica, sans-serif; 
	position:relative; 
	width:120px; 
	height:240px; 
	padding:10px; 
	margin:0px; 
	background-color:white; 
	border:1px solid #a0a0a0;
	text-decoration:none;
}

#badge a:link, #badge a:visited {
	color: #fd7820;
}

#badge .cont {
	position:absolute; 
	top:10px; 
	left:10px; 
	padding:0px; 
	margin:0px; 
	border:0px; 
	width:118px; 
	height:100px; 
	line-height:118px; 
	text-align:center;
}

#badge .bookCover {
	padding:0px; 
	margin:0px; 
	width:118px; 
	vertical-align:middle; 
	border:1px solid #a7a7a7;
}

#badge .desc {
	position:absolute; 
	top:140px; 
	left:10px; 
	overflow:hidden; 
	margin:0px; 
	padding:0px; 
	border:0px; 
	text-align:left;
}

#badge .desc .title {
	width:105px; 
	overflow:hidden; 
	line-height:18px; 
	margin:0px; 
	padding:0px; 
	border:0px;
}

#badge .desc .synopsis {
	font:bold 10px Arial, Helvetica, sans-serif; 
	color:#545454; 
	line-height:15px; 
	margin:0px; 
	padding:0px; 
	border:0px;
}

#badge .desc .author {
	font:10px Arial, Helvetica, sans-serif; 
	color:#545454; 
	line-height:15px; 
	margin:0px; 
	padding:0px; 
	border:0px;
}

#badge .blurb {
	position:absolute; 
	top:197px; 
	right:10px; 
	border:0; 
	padding:0px; 
	margin:0px;
}

#badge .preview {
	position:absolute; 
	bottom:8px; 
	left:10px; 
	font:normal 10px Arial, Helvetica, sans-serif; 
	color:#fd7820; 
	line-height:15px; 
	margin:0px; 
	padding:0px; 
	border:0px;
}