@charset "utf-8";

/*  
Theme Name: RoshKoch
Theme URI: http://www.roshkoch.com
Description: Rosh Koch's personal theme. Do not jack this. It isn't free.
Version: 1.0
Author: Rosh Koch
Author URI: http://www.roshkoch.com/

*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
body {
	background-image: url('/bg.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment:fixed;
	background-color: #000;
	margin:0;
	padding:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
a:link {
	color: #C00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #C00;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

.container {
	background-image: url(rkblackngray.png);
	background-color: #000000;
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto ;
  	margin-right: auto ;
	padding: 0px;
	width: 800px;
	height: 500px;
	position: relative;
	visibility: visible;
	top: 0px;
	display: block;
	z-index: 1;
	color:#000;
}

/*Header*/
	
.header {
	background-image: url(rkblackngray.png);
	background-repeat: no-repeat;
	margin: 0px;
	margin-left: auto ;
 	margin-right: auto ;
	padding: 0px;
	height: 170px;
	width: 800px;
	position: relative;
	visibility: visible;
	top: 0px;
	display: inline-block;
	z-index: 1;
}

.header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 170px;
	width: 800px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
}
.header ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
}


/*IMAP Links*/

li a em {
	display: none;
}



li#Blog {
	position: absolute;
	left: 10px;
	top: 150px;
	width: 75px;
	height: 20px;
}
li#Blog a {
	height: 20px;
	width: 75px;
	display: block;
}

li#Author {
	position: absolute;
	left: 100px;
	top: 150px;
	width: 115px;
	height: 20px;
}
li#Author a {
	height: 20px;
	width: 115px;
	display: block;
}

li#About {
	position: absolute;
	left: 220px;
	top: 150px;
	width: 130px;
	height: 20px;
}
li#About a {
	height: 20px;
	width: 130px;
	display: block;
}

li#Contact {
	position: absolute;
	left: 360px;
	top: 150px;
	width: 140px;
	height: 20px;
}
li#Contact a {
	height: 20px;
	width: 140px;
	display: block;
}

li#Twitter {
	position: absolute;
	left: 662px;
	top: 420px;
	width: 25px;
	height: 25px;
}
li#Twitter a {
	height: 25px;
	width: 25px;
	display: block;
}

li#LinkedIn {
	position: absolute;
	left: 690px;
	top: 420px;
	width: 25px;
	height: 25px;
}
li#LinkedIn a {
	height: 25px;
	width: 25px;
	display: block;
}

li#Facebook {
	position: absolute;
	left: 717px;
	top: 420px;
	width: 25px;
	height: 25px;
}
li#Facebook a {
	height: 25px;
	width: 25px;
	display: block;
}

li#Myspace {
	position: absolute;
	left: 744px;
	top: 420px;
	width: 25px;
	height: 25px;
}
li#Myspace a {
	height: 25px;
	width: 25px;
	display: block;
}

/*Main Content*/

.title {
	margin: 2;
	margin-left: 7;
	margin-right: 7;
	margin-top: 2;
	margin-bottom: 2;
	padding-left: 10;
	display: inline-block;
	}

.title b a {
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	text-transform: uppercase;
}

.content {
	background-color: #000;
	color: #FFF;
	margin: 0px;
	width: 550px;
	left: 300px;
	height: auto;
	top: 500px;
	display: inline-block;
	float: left;
	z-index: 1;
	text-align: left;
	padding: 5px;
	margin-top: 10px;
}

.comments {
	background-color: #000;
	color: #FFF;
	margin: 0px;
	width: 550px;
}

.postmetadata {
	font-size: 9px;
	color: #666;
	}

.postmetadata a{
	color:#666;
	font-size: 9px;
	}



/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	font-family: Arial;
	font-size: 8px;
	color: #000;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 8px;
	font-family: Arial;
	color: #000;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*Right Side Shenanigans*/

.right {
	background-color: #000;
	color: #000;
	margin: 0px;
	width: 230px;
	left: 0px;
	height: auto;
	top: 0px;
	display: inline-block;
	float: right;
	margin-top: 290px;
	z-index: 1;
}

.side_twitter {
	background-repeat: repeat-y;
	font-family: Arial;
	font-size: 8px;
	width: 220px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0px;
	font-style: normal;
	text-align: center;
}

.side_search {
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
}

.side_blogstuff {
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
	color: #000;
	text-align: left;
	list-style-type: none;
}

.side_blogstuff h2 {
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #C00;
	text-indent: 15px;
}


.side_blogstuff ul {
	list-style-type: none;
	color: #999;
}


/*Footer*/

.footer {
	color: #999;
	margin: 0px;
	padding: 0px;
	width: 800px;
	position: inline-block;
	float: left;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom; 
}

