/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
           /* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */
.dc
{
  position: absolute;
  left: -9999px;
  }

body{
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f7f7f7;
}
#container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
    
}
#header{
	height: 226px;
	margin-bottom:3px;
	width: 1000px;/* kku added 27-mar-2013 */

}
.wrapper {
	background-color: #FFF;
	height: 100%;
}
#main{
	float: left;
	width: 760px;
	}
#right_column{
	background-image:url(images/cont_bg.jpg);
	height: 50em;
	width: 230px;
	float: left;
	padding-left: 10px;
	padding-top: .2em;
	padding-bottom: 30px;
}
#right_column h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}
#right_column a {
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #AE4120;
	text-decoration: none;
 kku was originally used for side bar links */
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;	
	}

#footer{
	clear: left;
	height: 200px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat;
	}

#header h1{
	display: block;
	width: 30em;
	height: 13em;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
}

#header h1 a {
text-decoration: none;
font-size: 36px;
	height: 6em;
	display: block;
	text-indent: -9999px;
	}
	

#access {
width: 300px;
height: 20px;
}

#access li{
display: block;
float: left;
width: 100px;
height: 40px;

}
#access a{
width: 100px;
height: 40px;}

#s
{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #A9AA8F;
	height: 20px;
	}
	
	#searchform{
	padding-bottom: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
		}
		
#main_home{
	height: 130em;
/*	background-image: url(images/book_medium.jpg);
	background-repeat: no-repeat; */
	/*background-position: left top; */
	/*background-position: 11% 0%;  */
	width:100%; /* kku new 27-mar-2013 */
	}	

#left_column{
	padding-left:30px;
	width:30%;
	float: left;
}
	

#quotes{
	width: 63%;
	padding: 5px 30px 30px 0px;
	float:left;
}
.author{
	font-size: 16px;
	font-style: italic;
	color: #666;
	margin-bottom: 10px;
}

.blurb{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666;
	line-height: 24px;
	margin-bottom: 20px;
	clear: both;
}
.bullet{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
	line-height: 24px;
	display: block;
	margin-bottom: 10px;
	padding-left: 8px;
}
.intro{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #333;
	line-height: 24px;
	margin-bottom: 10px;
	padding-left: 2em;
	float: left;
}

.first-paragraph {
	width:80%;
}
	
	.jump{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	display: block;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #a7c7dc; /* Old browsers */
	background: -moz-linear-gradient(top, #a7c7dc 0%, #85b2d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7c7dc), color-stop(100%,#85b2d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #a7c7dc 0%,#85b2d3 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #a7c7dc 0%,#85b2d3 100%); /* W3C */
	width: 150px;
	float:left;
	text-decoration: none;
	border: thin solid #666;
	
}
a.jump:hover{
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #ddf1f9 35%, #a0d8ef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(35%,#ddf1f9), color-stop(100%,#a0d8ef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#a0d8ef',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #feffff 0%,#ddf1f9 35%,#a0d8ef 100%); /* W3C */
	color: #1A1651;
	text-decoration: underline;
}
	
	
#holder {
	padding: 10px;
	clear: both;
	width: 600px;
}

#holder li{
	display:block;
	margin-bottom: 12px;
	padding-left: 14px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	.press{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #666;
	width: 600px;
}

#main h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	padding: 5px;
	margin-top:20px;
}

#main h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #666;
	padding: 5px;
	margin-top:20px;
}

#main a{
	
	

	color:#4880C4;
	text-decoration: none;
     
	
}

#main h1{
	display:none;}
#main p{ margin-right: 60px;}










