/*
Theme Name: Convergence
Theme URI: http://www.nodal-point.com
Description: This is a one-use theme custom designed for my site - tech/industrial feel.
Version: 1.0
*/

html {
	height: 100%;
}

body {
	margin: 0px;
	background-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 100%;
}

h2,h3,form {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
}

a {
	text-decoration:none;
	color:#73A9FF;
}

a:hover {
	text-decoration:underline;
}

img {
	border: none;
}

.headerBlock {
	width: 90%;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	height: 170px;
	margin: auto;
}

.header {
	width: 100%;
	height: 170px;
}

.subBanner {
	border: 1px solid #cccccc;
	height: 40px;
	background-image: url(../../../images/banner.jpg);
	width: 90%;
	margin: auto;
	vertical-align: middle;
}

#headerText {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	padding-top: 12px;
	padding-right: 5px;
}

#titleImage {
	vertical-align: middle;
	float: left;
}

#container {
	border: 1px solid #cccccc;
	border-top: none;
	width: 90%;
	margin: auto; 
	background-color: #404040;
	height: auto;
}

#content {
	padding: 5px;
	width: 70%;
	float: left;
}

.wrapper {
	background-image: url(../../../images/interlace.gif);
	border: solid 1px #ffffff;
	padding: 5px;
	margin-bottom: 10px;
}

.postCategory {
	font-weight: bold;
	color: #00ff00;
}

.entryDate {
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

.entryTitle {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

.entryTitle a{
	color: #ffffff;
}

a.titleLink {
	color: #73A9FF;
}

.entry {
	border: 1px solid #ffffff;
	line-height:1.3;
    background-image:url(../../../images/grid.gif);
	margin-top:5px;
    text-align:justify;
	padding: 5px;
}

.postmetadata {
	padding-left: 10px;
	font-size: 8pt;
}

.navigation {
	background-color: #000000;
	text-align: center;
	padding: 2px;
	border: solid 1px #cccccc;
	border-top: none;
	font-weight: bold;
	margin-top: -10px;
}

.sidebar {
	float: right;
	width: 27%;
	padding: 5px;
	margin: auto;
	line-height:1.3;
}

.sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 5px;
	border: 1px solid #ffffff;
	background-image:url(../../../images/grid.gif);	
}

#search {
	background-image: none;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #ffffff;
	text-align: center;
	line-height: 20pt;
}

#s {
	background-color: #333333;
	border: 1px solid #73A9FF;
	color: #ffffff;
	padding: 2px;
}

#searchform #s:hover {
	border-width: 2px;
}

#searchsubmit {
	border: 1px solid #73A9FF;
	background-color: #000000;
	color: #73A9FF;
}

#searchsubmit:hover {
	border-color: #275BA7;
	background-color: #73A9FF;
	color: #000000;
}

.pagenav {
	margin-top: 8px;
}

.pagenav ul {
	background-color: #000000;
	background-image: none;
}

.metaInfo {
	margin-top: 8px;
}

.metaInfo ul {
	background-color: #000000;
	background-image: none;
}

.category {
	margin-top: 8px;
}

.category ul {
	background-color: #000000;
	background-image: none;
}

#calendar {
	margin-top: 8px;
}

table#wp-calendar {
	width: 100%;
	border: 1px solid #ffffff;
	background-image: none;
	background-color: #000000;
	font-size: 8pt;
	text-align: center;
}

table#wp-calendar caption {
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 2px;
}

.archive {
	margin-top: 8px;
}

.archive ul {
	background-color: #000000;
	background-image: none;
}

.widget {
	margin-top: 8px;
}

.widget ul {
	background-color: #000000;
	background-image: none;
	text-align: center;
}

.spacer {
	clear: both;
	display: block;
}

#footer {
	border: 1px solid #cccccc;
	border-top: none;
	margin: auto;
	width: 90%;
}

#footerContent {
	padding: 5px;
	font-size: 8pt;
}

.validate {
	float: left;
}

.footerRight {
	text-align: right;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

.book {
	font-style: italic;
	color: #EBB000;
}
