#logo span.slogan {
	display: inline;
	padding-left: 0.5em;
	color: #D2DCE5;
	font-size: 1.0em;
}

div.post {
	text-align: justify;
	line-height: 2em;
}
	
	div.post p img {
		/*float: left;*/
		margin-right: 1.5em;
		margin-bottom: 1.5em;
		margin-top: 0.5em;
		border: 0px solid white;
		/* width: 200px;*/
	}
	div.post h3 a {
		color: #184366;
		text-decoration: none;
	}
	div.post h3 a:before {
		content: ">>";
		padding-right: 10px;
		font-weight: bold;
		color: #F16C00;
	}
	div.post h3 a:hover {
		text-decoration: underline;
	}
	
	div.post h5 {
		font-size: 10pt;
	}
	
	div.post div.code {
		font-size: small;
		text-align: left;
	}
	div.post ul {
		padding-left: 2em;
	}
	
img.floatTR {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	margin-top: 0.5em;
}

blockquote {
	padding-left: 40px;
	padding-right: 40px;
	background: url(quote.gif) no-repeat top left;
}

input.text {
	border: 1px solid #184366;
}

input.button {
	height: 24px;
	line-height: 24px;
}

div.comment {
	padding: 10px 10px 5px 10px;
	margin-bottom: 0px;
	border: none;
	margin-top: 1em;
	padding: .5em;
}
div.comment a.plain {
	display: inline;
	background: inherit;
	border: none;
	margin: auto;
	padding: 0;
}

div.comment.Alt div.commentBody {
	background: #f6f6f6;
}

div.comment div.commentBody {
	height: auto !important;
	height: 50px;
	min-height: 50px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: silver;
}

	div.comment ul.byline {
		clear: both;
		height: 16px;
		list-style: none;
		line-height: 16px;
	}
		div.comment ul.byline li {
			float: left;
			padding-right: 15px;
			vertical-align: middle;
		}
			div.comment ul.byline li img {
				border: 0px solid white;
				height: 16px;
				width: 16px;
			}	
	div.comment img {
		float: left;
		margin-right: 1.5em;
		border: 0px solid white;
	}
			
div.addCommentLink {
	border-bottom: dotted 1px #E1E1E1;
	line-height: 24px;
}
	div.addCommentLink a {
		float: right;
		clear: right;
		padding-right: 20px;
		background: url(add.gif) no-repeat center right;
	}

div.code {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: 1px solid #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	margin: 0px 0 15px 0;	
}
span.code {
	font-family: courier,monospace;
	font-size: .7em;
}


ol {
	margin-left: 0px;
	padding-left: 30px;
}

form {
	
}
	form fieldset {
		padding: 5px 5px 5px 5px;
		border: 0px solid white;
		border-bottom: dotted 1px #E1E1E1;
		position: relative;
		width: 100%;
	}
		form fieldset legend {
			display: block;
			border-bottom: dotted 1px #E1E1E1;
			width: 100%;
			color: #184366;
			font-weight: normal;
			letter-spacing: -1px;
			text-transform: lowercase;
			font-size: 1.2em;
		}
			form fieldset legend span {
				font-weight: bold;
			}
		form fieldset label {
			float: left;
			margin-top: 5px;
		}
		form fieldset input,
		form fieldset textarea {
			float: right;
			width: 300px;
			margin-top: 5px;	
		}
			#main_inner form fieldset textarea {
				height: 100px;
				border: solid 1px #184366;
				font-size: 1.0em;
				padding: 0.25em 0.25em 0.25em 0.25em;
				font-family: "trebuchet ms", helvetica, sans-serif;
			}
		form fieldset br {
			clear: both;
		}
		form fieldset button {
			
		}
		form img#lylaCaptcha {
			position: relative;
			left: 45%;
		}

#columnB_3columns ul {
	color: #184366;
	margin-left: 20px;
}

.download, 
.information,
.warning {
	background-position: 15px 10px;
	background-repeat: no-repeat;
	margin: 10px auto;
	padding: 10px 10px 10px 50px;
	text-align: left;
	background-color: #dddddd;
	border: 1px dotted silver;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}


.download {
	background-image: url('/images/package_go.png');
}

.information {
	background-image: url('/images/information.png');
}

.warning {
	background-image: url('/images/exclamation.png');
}
#logo h1 span a {
	text-decoration: none;
	color: white;
}

#header {
	height:82px;
	background-position: bottom left;
	padding-left: .5em;
}

#header_inner {
	height:82px;
}

#columnA_3columns {
	padding-left: .5em;
}

ul.byline {
	list-style: none;
	height: 4.4em;
	border-top: 1px solid silver;
}

ul.byline li {
	float: left;
}

ul.byline li a {
	margin-left: 0.5em;
	display: block;
	padding: 1.1em 1.4em 1.0em 2.4em;
	background: #fff url('/nonzero/images_blue/n4.gif') repeat-x;
	color: #616161;
	font-weight: bold;
	font-size: 1.0em;
	text-transform: lowercase;
	text-decoration: none;
	position: relative;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

ul.byline li a img {
	position: absolute;
	top: 1em;
	left: .4em;
	border: none;
}

ul.byline li a.more {
	background: #FF790B url('/nonzero/images_blue/n3.gif') repeat-x;
	color: #fff;
	border: solid 1px #DB7623;
}

div.commentBody {
	padding-left: 55px;
	position: relative;
	padding-bottom: 1em;
}

div.commentBody img {
	position: absolute;
	top: 0;
	left: 0;
}

span.date {
	font-size: smaller;
}
