*
{
	margin: 0;
	padding: 0;
}

#accessibility
{
	position: absolute;
	top: -10000px;
}

p
{
	padding: 10px 0 10px 0;
}

html, body
{
	margin: 0 auto 0 auto;
	background: #777 url(/images/bg.png) top center repeat-y ;
	font: 12px/18px verdana, arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	width: 800px;
}

#container
{
	float: left;
	width: 800px;
	text-align: left;
	background: #333333;
}

#header
{
	background: #25668D;
	padding: 33px 3px 33px 15px;
	width: 782px;
}

#content
{
	width: 800px;
}

a, a:visited
{
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#siteNavigation
{
	width: 800px;
	float: left;
	background-color: #539DBC;
	margin-left: auto;
	margin-right: auto;
}

.navigation
{
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
	float: left;
	width: 800px;
	border-top: 1px solid #25668D;
	border-bottom: 1px solid #25668D;
}

.navigation li
{
	float: left;
	text-align: center;
	border-right: 1px solid #25668D;
}

.navigation li.right
{
	float: right;
	border-right: 0px solid #25668D;
	padding-top: 2px;
	padding-right: 10px;
}

.navigation li a:link, .navigation li a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
}

.navigation li a:hover
{
	background: #25668D;
}

#header img
{
	border: none;
}

#header h1
{
	margin-bottom: 10px;
}

#header a
{
	background: none;
	color: #FFFFFF;
}

#header a:hover
{
	background: none;
}

#leftContent
{
	width: 500px;
	float: left;
	padding: 30px;
}

#leftContent h2 a:link, #leftContent h2 a:visited
{
	text-decoration: none;
	color: #25668D;
}

#leftContent h2 a:hover
{
	background: transparent;
	text-decoration: underline;
}

#leftContent h3 a:link, .entry h3 a:visited
{
	color: #FFFFFF;
}

#leftContent h3 a:hover
{
	background: #000;
}

#leftContent h4
{
	font-size: 32px;
	text-transform: uppercase;
}

.entry
{
	border-bottom: 1px dotted #25668D;
	padding-bottom: 20px;
}

.entry ul, .entry ol
{
	list-style-position: inside;
}

h2
{
	font: 20px georgia, sans-serif;
	font-weight: bold;
	clear: left;
	color: #999999;
	margin: 25px 0 10px 0;
}

h2.pen
{
	font-size: 2em;
	margin-bottom: 5px;
	padding: ;
	background: ;
}

h3
{
	font-size: 11px;
	text-transform: uppercase;
	clear: left;
	color: #CCCCCC;
}

blockquote
{
	padding: 10px;
	border: 1px solid #CCCCCC;
	background: #25668D;
	margin: 20px 30px 20px 30px;
}

#rightContent
{
	float: right;
	width: 190px;
	padding: 20px;
	background: #000000;
}

#rightContent h2
{
	margin: 30px 0 20px 0;
	padding: 3px 0 3px 0;
	color: #25668D;
}

#rightContent h3
{
	text-align: center;
	padding: 2px 0 2px 0;
	color: #000000;
}

#rightContent form input
{
	background: url(/images/input_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #888888;
	padding: 2px;
	margin-bottom: 5px;
}

#rightContent form submit
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #1A426A;
	font-size: 1em;
	background-color: #FFFFFF;
	background-image: none;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#rightContent ul
{
	list-style-position: inside;
}

#rightContent p
{
	color: #CCCCCC;
	margin: 10px;
}

.rightImage
{
	float: right;
	margin: 10px;
	border: 1px solid #777777;
	padding: 5px;
	background: #CCCCCC;
}

.leftImage
{
	float: left;
	margin: 10px;
	border: 1px solid #25668D;
	padding: 5px;
	background: #25668D;
}

.screenshot
{
	text-align: center;
}

.screenshot img
{
	padding: 5px;
	border: 1px solid #25668D;
	background: #CCCCCC;
}

#img
{
	padding: 5px;
	border: 1px solid #25668D;
	background: #25668D;
}

#paging
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	font-weight: bold;
	font-size: 1.2em;
}

#paging .left
{
	float: left;
	width: 40%;
	margin-left: 20px;
	text-align: left;
}

#paging .right
{
	float: right;
	width: 40%;
	margin-right: 20px;
	text-align: right;
}

hr.clearer
{
	display: none;
	height: 1px;
}

h3#comment
{
	margin-top: 15px;
}

.comments
{
	text-align: justify;
}

.comments li
{
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 15px 0 3px 0;
	list-style: none;
}

.comments cite, .comments cite a
{
	font-style: normal;
	font-size: 1.1em;
	margin-left: 3px;
}

.comments p
{
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata
{
	display: block;
	font-weight: normal;
	margin-left: 5px;
}

.comments small, .comments small a
{
	margin-left: 5px;
}

.commentauthor
{
	margin-bottom: 20px;
}

.even
{
	padding: 5px 10px 3px 10px;
	border: 1px solid #25668D;
}

.odd
{
	padding: 5px 10px 3px 10px;
	border: 1px solid #CCCCCC;
	background-color: #25668D;
}

#commentnumber
{
	font: italic;
	margin-top: -5px;
	float: right;
	font-size: 28pt;
}

.even #commentnumber
{
	color: #25668D;
}

.odd #commentnumber
{
	color: #539DBC;
}

.odd a:visited
{
	color: #FFFFFF;
	font-weight: bold;
}

.gravatar
{
	margin: 3px 5px 0px 0px;
	float: left;
	width: 40px;
	height: 40px;
}

.odd img.gravatar
{
	border: 2px solid #539DBC;
}

.even img.gravatar
{
	border: 2px solid #25668D;
}

#cpreview p.preview
{
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 15px;
}

h3#respond
{
	margin-top: 15px;
}

#emailform form fieldset
{
	border: 0;
}

#emailform legend
{
	display: none;
}

#txpCommentInputForm input, #txpCommentInputForm textarea, #emailform input, #emailform textarea
{
	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#txpCommentInputForm input, #emailform input
{
	background: url(/images/input_bg.gif) repeat-x;
	border: 1px solid #888888;
	padding: 2px;
	margin-right: 5px;
}

#txpCommentInputForm p
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
}

#ed_toolbar input
{
	border: 1px solid #888888;
	background-color: #FFFFFF;
}

#txpCommentInputForm textarea, #emailform textarea
{
	background: url(/images/input_bg.gif) repeat-x;
	border: 1px solid #888888;
	width: 382px;
	height: 200px;
	padding: 2px;
}

#txpCommentInputForm #submit
{
	border: 1px solid #888888;
	float: left;
}

#txpCommentInputForm textarea:focus, #emailform textarea #txpCommentInputForm input:focus, #emailform input:focus, #sidebar #searchform #s:focus
{
	border: 1px solid #42769F;
}

p#txpCommentInputForm
{
	width: 300px;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 10px 0;
	border-top: 1px solid #25668D;
	border-bottom: 1px solid #25668D;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

.footer
{
	clear: both;
	width: 800px;
	border-top: 1px solid #333333;
	padding: 3px 0 5px 0;
	text-align: center;
	background-color: #000000;
}

#category
{
	font-size: 1.2em;
	line-height: 1.6em;
	margin-top: 30px;
}

#categorylisting
{
	padding-bottom: 80px;
}

ul.categorymenu
{
	list-style: none;
	text-align: left;
}

.cattitle
{
	clear: both;
	font-size: 1.6em;
	font-weight: bold;
	text-align: left;
	padding-top: 50px;
	border-bottom: 1px solid #444444;
}

.cattitle a
{
	color: #000000;
	text-decoration: none;
}

.catarticle
{
	clear: both;
	font-weight: normal;
	line-height: 1.6em;
}

.catarticle a
{
	text-decoration: none;
}

.archivearticle
{
	clear: both;
	float: left;
	font-size: 0.8em;
}

.archivearticle a
{
	text-decoration: underline;
}

.archivedate
{
	float: right;
	font-size: 0.60em;
}

.year
{
	clear: both;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #25668D;
	text-align: left;
	padding-top: 50px;
	border-bottom: 2px solid #25668D;
}

.montharchivedate
{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	margin-left: 50px;
}

.montharchivearticle
{
	clear: right;
	float: right;
	width: 70%;
	text-align: left;
	font-size: 1em;
	line-height: 1.6em;
}

.back
{
	font-size: 0.8em;
	text-align: right;
	padding-top: 0;
	padding-bottom: 30px;
}