/* @override http://localhost/~jbreckman/breckblog/css/style.css?v=1 */

body 
{
	background: url(../images/layout/header_background.gif) repeat-x #003257;
	color: #fff;
	font: 9pt/12pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	text-align: center;
}

.button
{
	float: left;
	background: url(../images/layout/button_background.gif);
	height: 23px;
	border: 1px solid #05365a;
	cursor: pointer;
	margin-right: 6px;
	_padding-bottom: 3px;
}

.disabledButton
{
	opacity: 0.2;	
	filter:alpha(opacity=20);
	background-color: #05365a !important;
	background-image: none;
	cursor: auto;
	border-color: #05365a !important;
}

.disabledButton a
{
	cursor: default; 
	color: #aaa !important;
}

.hoverButton
{
	background-color: #17517d;
	background-image: none;
	border-color: #002541;
}

.button .buttonText
{
	float: left;
	margin-top: 7px;	
	letter-spacing: 2pt;
	margin-right: 6px;
	line-height: 9px;	
}

.button .buttonText a
{
	color: #17517d;
	font-size: 9px;
	text-decoration: none !important;
}

.hoverButton .buttonText a
{
	color: #fff;	
}

h1, h2, h3, h4, a, #firstName
{
	color: #fce253;
}

a 
{
	text-decoration: none;	
}

a:hover 
{
	color: #fff; text-decoration: underline;	
}

h1, h2, h3, h4 
{
	font-weight: normal;
	/*letter-spacing: 3pt;	*/
}

.contents 
{
	width: 715px;	
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-height: 1200px;
}

.header 
{
	font-size: 16pt;
	letter-spacing: 3pt;
	padding-top: 70px;
	height: 140px;
	font-weight: bold;
}

.header a 
{
	text-decoration: none;
}

#lastName
{
	color: #fff;	
}

.entries
{
	width: 480px;	
	float: left;
}

.entry
{
	margin-bottom: 60pt;
	text-align: justify;
}

.entry strong, .entry em, .entry b
{
	color: #B8E1FF;
}


.entry h2
{
	text-align: left;
	text-transform: lowercase;
	font-size: 19px;
	line-height: 19px;
}

.entry .footer
{
	text-align: right;
	font-size: 7pt;
	letter-spacing: 2pt;
	text-transform: lowercase;
	line-height: 9pt;
}

.entry .body img
{
	float: left;
	margin: 0 10px 0 0;
}


.commentsDisplay
{
	width: 447px;
	float: right;
	font-size: 8pt;	
}

.commentsInput
{
	float: right;
}

.comment 
{
	margin-bottom: 16px;
}

.comment ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.comment .author 
{
	text-transform: lowercase;
}

.comment .body
{
	color: #bbb;
}

.comment .body p
{
	margin-top: 0px;
	margin-bottom: 0px;
}

.commentEntryForm
{
	width: 447px;
	float: right;
	margin-bottom: 8px;
}

.commentAuthorField, .commentBody
{
	background-color: #002541;
	border: 1px solid #000;
	width: 442px;
	font: 8pt Verdana, Arial, Helvetica, Geneva, sans-serif;
	padding: 3px 0px 3px 3px;
}

.commentBody
{
	height: 100px;
}

.commentSubmit .button
{
	float: right !important;
	margin-right: 0px;
}

.unenteredInput
{
	color: #17517d;
}

.enteredInput
{
	color: #ffffff;
}

.categoryPanel
{
	float: right; 
}

.categories
{	
	font-size: 7pt;
	letter-spacing: 2pt;
	padding-right: 0px;
	padding-top: 4px;
	margin-bottom: 50px;
	text-transform: lowercase;
}

.categories
{	
	font-size: 7pt;
	letter-spacing: 2pt;
	padding-right: 0px;
	padding-top: 4px;
	margin-bottom: 50px;
	text-transform: lowercase;
}

.categories li
{
	list-style-type: none;
	margin-top: 8pt;
}

.categories .subList
{
	margin-top: 0px !important;
}

.categories li.selected
{
	list-style-type: disc;
}

/* IE6 garbage... */
.categories ul { _margin: 0px; _margin-top: -14px; }
.categories li { _margin-left: 26px; }
.categories li ul { _margin-left: -26px; }

.categories a { color: #fff; }
.categories a:hover { color: #fff !important;}
.categories .selected, .categories .selected a { color: #fce253; }
.categories ul ul a { color: #bbb; }

.categories ul
{
	padding-left: 0px;
}
.categories ul ul a
{
	padding-left: 20px;
}
.categories ul ul li
{
	margin-top: 0pt;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.viewComments
{
	background: url(../images/layout/comments.png);
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 5px;
	margin-left: 4px;
	margin-right: 6px;
	_margin-top: 2px;
	_margin-left: 2px;
	_margin-right: 2px;
}

.addComment
{
	background: url(../images/layout/comment_add.png);
	width: 16px;
	height: 16px;
	float: left;
	margin-top: 4px;
	margin-right: 4px;
	margin-left: 4px;
	_margin-top: 2px;
	_margin-left: 2px;
	_margin-right: 2px;
}

.fadeContainer
{
	overflow: hidden;
}

.fadeInContainer
{
	background: url(../images/layout/fade_blue_to_transparent.png) repeat-y top left;
	position: relative;
	z-index: 100;
}

.entry h2, .entry .footer, .entry .body, .categoryPanel, input, textarea, .comment .author, .comment .body
{
	/* i hate you mozilla */
	/*-moz-opacity: .999; /* */
}

.cHidden 
{
	display: none !important;	
}


.addComment, .viewComments { behavior: url("css/iepngfix.htc") }

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */