/* 
MicaByte Systems 
*/

/* Standard */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #444;
	background: #fff;
	font: normal 1.0em baskerville,'palatino linotype','times new roman',serif;
	padding-top: 0px;
}

p, code {
	font-size: 1.0em;
	padding-bottom: 1.2em;
}

ul {
	font-size: 1.0em;
	padding-bottom: 1.2em;
	list-style: circle inside;
}

h1 {
	font-size:2.0em;
}

h2 {
	font-size:1.5em;
}

h3 {
	font-size:1.2em;
}

h1, h2, h3 {
	border-bottom: 0.1em solid #888;
	margin-bottom: 0.5em;
}

h4 {
	font-size:1.2em;
	margin-bottom: 0.5em;
}

a:link, a:visited {
	color: #A00000;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #FF0000;
	text-decoration: underline;
}


code {
	background: url(img/site/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #F06;	
	color: #444;
	display: block;
	font: normal 1.1em baskerville,'palatino linotype','times new roman',serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: #FBFCF5;
	border-bottom: 1px solid #EED;
	border-top: 1px solid #EED;
	color: #444;
	display: block;
	font: normal 0.9em baskerville,'palatino linotype','times new roman',serif;
	margin-bottom: 12px;
	padding: 12px;
}

/* MCleaner */

.mclear {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; 
	padding: 0;
	border: none;
	visibility: hidden;
	overflow: hidden;   /* prevent IE expanding the container */
	margin: 0;          /* keep flush with surrounding blocks */	
}


/* Header */

#header {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-color: #212121;
	/*
	border-bottom: 1px solid #EEE;
	height: 60px;
	margin-bottom: 0px;
	*/
}

.header h1 {
	color: #000cf8;
	font: normal 4em sans-serif;
	margin-top: 0px;
	text-align: center;
}

.header h2 {
	border-top: 1px solid #EEE;
	color: #666;
	text-align: right;
}

.header h2 span {
	background: #222;
	color: #EEE;
	padding: 0 6px;
}

.logo {
	float:left;
	clear:none;
	/*position: relative;
	/*left: 5px;
	top: 0px;
	width:250px;
	height: 40px;*/
}	

#rotating_image { width: 820px; height: 400px; margin: 0 0 20px 0; }


#rotating_image img { display: block; border: 1px solid #eee; } 

/* Content */

.centercontent {
	padding: 10px;
	margin-top: 5px;
	margin-left: 220px;
/*	margin-right: 220px;	     */
/*	border-left: 1px solid #006; */
}

.title img {
	background: #000;
	margin-bottom: 0.5em;
}


/* Navigation - Left */

.left {
	position: absolute;
	left:10px;
	top:125px;
	width:200px;
	background:#fff;
	display:block;
	clear:both;
}

#twitter {
	position: absolute;
	left:1px;
	top: 600px;
	width:150px;
	background:#fff;
	display:block; 
	clear:both;
}

/*
#######################################
Footer
#######################################
*/

.footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 0.8em;
	text-align: right;
	padding: 2px 10px 0 0;
	clear: both;
}


div.post-date{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float: left;
	display: inline;
	font-family: Georgia, Garamond, Arial;
	}
div.post-date div.month{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #0A0A0A;
	border-top: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	border-radius-top-left: 5px; /* CSS3 */
	-webkit-border-top-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topleft: 5px; /* Firefox */
	border-radius-top-right: 5px; /* CSS3 */
	-webkit-border-top-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topright: 5px; /* Firefox */
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #747474;
	text-transform: uppercase;
	text-align: center;
	}
div.post-date div.day{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
	line-height: 12px;
	color: #EEEEEE;
	text-align: center;
	font-weight: bold;
	background-color: #0A0A0A;
	background-image: url(../images/base_03.png);
	background-position: center center;
	background-repeat: repeat;
	border-bottom: 1px solid #1A1A1A;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	border-radius-bottom-left: 5px; /* CSS3 */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomleft: 5px; /* Firefox */
	border-radius-bottom-right: 5px; /* CSS3 */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomright: 5px; /* Firefox */
	}

/*
#######################################
Search Bar
#######################################
*/
td.searchTd {
	width: 210px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#searchWrapper{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
   	width: 200px;
	height: 30px;
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
	}
div#search{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
   	width: 200px;
	height: 30px;
	background-image: url(/images/site/search.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	}
label.screen-reader-text{
	display: none;
	}
div#search #s {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	border: 0px;
    	width: 160px;
	height: 20px;
	color: #333333;
	font-family: Helvetica, Verdana, Tahoma, Arial;
	font-size: 12px;
	background-color: transparent;
	}
div#search #searchsubmit{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	border: 0px;
	background-color: transparent;
	text-indent: -9999px;
	}
div#searchWrapper #searchsubmit:hover{
	background-image: url(/images/site/search_button_hover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}

a#iconFeed{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	width: 33px;
	height: 33px;
	cursor: pointer;
	background-image: url(/images/site/icons_feed.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	}
a#iconFeed:hover{
	background-image: url(/images/site/icons_feed_hover.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	}


/*
#######################################
BOXES
#######################################
*/
div#boxWrapper{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	background-color: #0A0A0A;
	background-image: url(../images/base_03.png);
	background-position: center center;
	background-repeat: repeat;
	}
div#box{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 15px;
	padding-right: 0px;
	width: 960px;
	}
div#boxLeft{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width: 310px;
	}
div#boxCenter{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width: 310px;
	}
div#boxRight{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	float:left;
	width: 310px;
	}

/*
#######################################
META
#######################################
*/
div.metaDataWrapper{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 15px;
	color: #333333;
	background-color: #0E0E0E;
	font-size: 12px;
	border-radius-top-left: 5px; /* CSS3 */
	-webkit-border-top-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topleft: 5px; /* Firefox */
	border-radius-top-right: 5px; /* CSS3 */
	-webkit-border-top-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-topright: 5px; /* Firefox */
	border-radius-bottom-left: 5px; /* CSS3 */
	-webkit-border-bottom-left-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomleft: 5px; /* Firefox */
	border-radius-bottom-right: 5px; /* CSS3 */
	-webkit-border-bottom-right-radius: 5px; /* Safari,Google Chrome */
	-moz-border-radius-bottomright: 5px; /* Firefox */
	}
div.metaDataWrapper a{
	color: #B1B1B1;
	text-decoration: none;
	}
div.metaDataWrapper a:hover{
	color: #DDDDDD;
	text-decoration: underline;
	}
ul.metaData{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	list-style: none;
	}
ul.metaData li{
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 15px;
	padding-left: 20px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 0px;
	float: left;
	background-position: left center;
	background-repeat: no-repeat;
	}
ul.metaData li.metaDataDate{
	background-image: url(/images/site/icons_date.png);
	}
ul.metaData li.metaDataAuthor{
	background-image: url(/images/site/icons_author.png);
	}
ul.metaData li.metaDataComments{
	background-image: url(/images/site/icons_comment.png);
	}
ul.metaData li.metaDataCategories{
	background-image: url(/images/site/icons_category.png);
	}
ul.metaData li.metaDataTags{
	background-image: url(/images/site/icons_tag.png);
	}
ul.metaData li.metaDataEdit{
	background-image: url(/images/site/icons_edit.png);
	}


