/*
Theme Name: Kumparak
Theme URI: http://kumparak.com
Description: The first theme for kumparak.com
Author: greg kumparak
Author URI: kumparak.com
Version: 1.0
Tags: derp

License:
License URI:
*/


body {
	margin: 0;
	min-width: 1000px;
	padding: 0;
	background: #202427 url('images/backgroundnoise.gif');
}

::selection {
	background: #FFFFFF;
	color: black;
	text-shadow: none;
}

#backgroundBleed {
	width: 100%;
	min-height:41px; 
	background: #09090a url('images/Header Background.png');
	background-repeat:;
}
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 12px;
	background: #040405 url('images/Footer background.png');
	background-repeat: repeat-x;

}

#rssSlider{
	position: fixed; bottom: 0; left: 3px; min-width:92px; min-height: 82px;
}

a.rssRoll {
display:block; 
width: 80px;
height: 104px;
text-decoration: none;
background: url("images/rssRoll.png");
}

a.rssRoll:hover {
	background-position: -80px 0;
}

#headerWrapper {
	width: 100%;
	position:fixed;
	min-height:41px;
	background: #09090a, url('images/Header Background.png');
	background-repeat:repeat-x
}

#headerContainer {
width:800px; 
min-height: 200px;
}

#linkBox {
	width:650px;
	min-height: 21px;
	padding-top: 0.5em;
	margin-left: 210px;
	position: absolute;
	top: 0px;
}

#linkBox a{
	font-family:Verdana;
	font-size:1.1em;
	margin-left: 70px;
	color:white;
	text-shadow: 0px 0px #77a9cf;
	text-decoration: none;
}

#linkBox a:hover {
	color: white;
	border-bottom: 1px dotted grey;
}

.general {
	color: white;
	font-family:georgia;
	line-height: 23px;
	font-size:18px;
	color:#e3e3e3;
	text-shadow: 0px 2px #000000;
}

#banner {
	position: absolute;
	top: 0px;
	width:210px;
	height: 178px;
	margin: 0 auto;
}

a.bannerRollover {
	display:block;
	width: 210px;
	height: 177px;
	text-decoration: none;
	background: url("images/GKBanner2.png");
}


a.bannerRollover:hover {
	background-position: -210px 0;
}

#bodyWrapper {
	width:800px;
	margin: 0 auto;
	padding-top: 250px;"
}

#custHR {
	margin-top: 50px;
	width:800px;
	height:2px;
	background-color: #2c404f;
	background-image:url('images/hr.png');
}

.post {
	width: 800px;
	margin-bottom: 50px;
}

.postTitle {
	width: 800px;
	margin-bottom: 20px;
}

.postTitle a {
	color: white;
	text-decoration: none;
}

.postTitle a:hover {
	color: grey;

}

.postTitle h2 {
	font-family: georgia;
	font-size:60px;
	color:white;
	text-shadow: 0px 4px #000000;
	padding:0;
	margin:0;
	font-weight: normal;
}

.postContents {
	font-family:georgia;
	line-height: 23px;
	font-size:18px;
	color:#e3e3e3;
	text-shadow: 0px 2px #000000;
}

.postContents a {
	color: #dddddd;
	text-decoration: none;
	text-shadow: none;
	border-bottom: 1px dotted;
}

.postContents a:hover {
	color: grey;
}

.navigation {
	margin-bottom: 30px;
}

a#techcrunch {
	width: 138px;
	height: 165px;
	display: inline-block;
	background-image: url('images/tcicon.png');
	margin-right: 10px;
}

a#techcrunch:hover {
	background-position: -141px;
}


a#pando {
	width: 138px;
	height: 165px;
	display: inline-block;
	background-image: url('images/pdicon.png');
	margin-right: 10px;
}

a#pando:hover {
	background-position: -141px;
}

a#tardis {
	width: 138px;
	height: 165px;
	display: inline-block;
	background-image: url('images/tardisicon.png');
}

a#tardis:hover {
	background-position: -141px;
}


a {
	color: grey;
}

.reveal {
	position: relative; 
	width: 100%; 
	height: 250px; 
	margin-bottom: 120px;
	background-color: grey; 
	border-top: 1px solid #3a6070; 
	border-bottom: 1px solid #1f1f1f; 
	box-shadow: inset 0 0 10px 1px #000000;
	-moz-box-shadow:     inset 0 0 10px 1px #000000;
 	 -webkit-box-shadow:  inset 0 0 10px 1px #000000;
}

#revealTitleContainer {
	width: 800px;
	margin-bottom: 30px;
}

#revealTextContainer {
	width: 800px;
}

#revealTextContainer a{
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#revealTextContainer a:hover {
	border-bottom: 1px dotted grey;
}

blockquote {
	border-left: 3px solid grey;
	padding-left: 5px;
	font-style: italic;
}

.postContents img {
	border: 3px solid white;
	outline: 2px solid black;
}
