/*  
Theme Name: Hertzelle.com Theme
Theme URI: http://www.hertzelle.com
Description: This is my custom wordpress theme
Version: .5
Author: Todd Hertzelle
Author URI: http://www.hertzelle.com

*/

/* Hertzelle.com */

*{
	margin: 0;
	padding: 0;
	outline: none;
}

html,body,#wrapper,#wrapper table,#wrapper td {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000;
	font-family: Arial,Helvetica,sans-serif
}

p {
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

h2 {
	margin: 0 0 20px 0;
	padding: 0;
	color:#666;
}

a {
	color:#999;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

a:hover {
	color:#000;
	border-bottom:1px solid #ccc;
}

h2 a {
	color:#000;
	text-decoration: none;
	font-size: 30px; 
	border:none;
}

h2 a:hover, #header h1 a:hover { 
	color:#c00;
	border:none;
}

/* Main Site Styles */

#background_gradient {
	z-index: 4;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background-image: url(images/gradient_background.png);
	background-repeat: repeat-y;*/
	width: 500px;
	height: 100%;
}

#background_gradient_right {
	z-index: 4;
	position: absolute;
	top: 0px;
	right: 0px;
	/*background-image: url(images/gradient_background_right.png);
	background-repeat: repeat-y;*/
	width: 500px;
	height: 100%;
}

/* Content Sections */

#mainLogo {
	position: absolute;
	top: 25px;
	left: 50px;
	z-index: 5;
	width: 324px;
	height: 62px;
}

.mainContent {
	position: absolute;
	display: none;
	top: 125px;
	left: -1000px;
	z-index: 6;
	width: 775px;
	background-image: url(images/content_background_new.png);
	background-repeat: repeat;
	color: #202020;
	font-size: 11px;
	padding: 10px;
}

#mainNavigation {
	position: absolute;
	display: none;
	top: 100px;
	left: 50px;
	z-index: 6;
	width: 775px;
	height: 25px;;
}

ul.navigationList li {
	display: block;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/content_background_new.png);
	background-repeat: repeat;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align:center;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

.bottomNavigation {
	margin-left: 480px;
	z-index: 6;
	height: 25px;;
}

ul.navigationListBottom li {
	display: block;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/content_background_new.png);
	background-repeat: repeat;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align:center;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

ul.navigationListBottom li.new-0 {
	display: block;
	height: 20px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/content_background_new.png);
	background-repeat: repeat;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #ddd;
	text-align:center;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
}

#todd_hertzelle {
	float: left;
	width: 101px;
	height: 100px;
	background-image: url(images/todd.jpg);
	background-repeat: none;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: thick;
	margin-right: 20px;
}

.clearer {
	clear:both;
}

.introduction {
	padding-left: 25px;
	padding-top: 10px;
}

#littleLoader {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 9;
	background-color: #ffffff;
	width: 5px;
	height: 2px;
}

/* End Content Sections / Begin Main Styles */

#wrapper div {
	position: absolute;
	width: 200%;
	height: 200%;
	top :-50%;
	left: -50%
}

#wrapper td {
	vertical-align: middle;
	text-align: center;
	font: italic 18px/1 georgia,serif;
	color: #888;
}
#wrapper img {
	min-height: 50%;
	min-width: 50%;
	margin: 0 auto;
	display: block;
}

#wrapper img.init{
	min-width: 0;
	min-height: 0;
}

#wrapper span{
	position:absolute;
	width: 50%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

#wrapper span.background {
	width: 100%;
	background: url(images/background.png);
}
#wrapper span.right {
	left: 50%;
}

#imageArea {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 20px;
}

ul.imageList li {
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	background: #fff;
	font-size: 10px;
	font-family: arial,sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-align:center;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: thin;
}

/* Main Page Text */

.date {
	font-size: 38px;
	font-weight: bold;
	line-height: 0.8;
	color: #c00;
	
}

small {
	font-size: 12px;
}

.bigDate {
	float: left;
	padding-right: 20px;
}

.post h2 {
	font-size: 24px;
	text-align: left;
	color:#000
}

.post {
	margin-left: 30px;
	margin-top: 10px;
}

.entry a { 
	color: #990000;
	margin:0 0 10px 0;
	vertical-align:top;
}

.entry li { 
	margin-left: 30px;
	padding: 0px;
}

.entry {
	border: 1px solid #ddd;
	text-align: left;
	background-color: #fafafa;
	padding: 5px;
	margin: 5px 10px 10px 0px;
	font-size: 12px;
}


/* Social */

.socialImage {
	float: left;
	border: 0;
}

#socialList {
	padding-left: 30px;
}

/* Eye */

#EyeofSauron {
	position: absolute;
	z-index: 7;
	top: 0px;
	right: 0px;
	width: 126px;
	height: 156px;
	
	background-image: url(images/hanabi.png);
	background-repeat: no-repeat;
}

#hideo {
	display: none;
	position: absolute;
	z-index: 7;
	bottom: 0px;
	right: 45px;
	background-color: #e4cc64;
	width: 110px;
	height: 20px;
	color: #000000;
	font-size: 10px;
	text-align: center;
}


