/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description:
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
#content
	{
	margin-left:auto;
	margin-right:auto;
	width:500px;
	height:auto;
}
body
{
	margin:40px 40px 40px 40px;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border-style:hidden;
	margin-left:auto;
	margin-right:auto;
}
#sidebar{
	position:absolute;
	right:10px;
	top:150px;
	width:350px;
	height:auto;
	background-color:#fff;
	margin:auto auto auto auto;}
html {
       
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
#content{
	position:absolute;
	left:10px;
	top:150px;
	width:600px;
	height:auto;
	background-color:#fff;}

table
{
	vertical-align:bottom;
	width:1700px;
	height:75px;
	position:top;
	background-color:#ffffff;	
}

tr
{
	border: 0px;
	padding: 2px;
	height: 75px;
	text-align: center;
	vertical-align:bottom;
	background-color;#ffffff;
}
td
{
	width:550px;
	padding: 10px;
	background-color:#ffffff;
}

div.transbox
  {
  width:100%;
  height:75px;
  position:fixed;
  top:120px;
  overflow:auto;
  background-color:#000000;
  border:1px solid black;
  padding:15px 15px 15px 15px;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  }
div.transbox p
  {
  vertical-align:center;
  overflow:auto;
  color:#FFFFFF;
  width:50%;
  height:50px;
  float:left;
  }
  
  .menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	}
.menu ul{
	background:#ffffff;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		color:#000000;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
	.menu li a:hover, .menu ul li:hover a{
		background: #ffffff url("http://www.kristiodom.com/hover.gif') bottom center no-repeat;
		color:#000000;
		text-decoration:none;
		}
	.menu li ul{
		background:#ffffff;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#ababab url('http://www.kristiodom.com/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

a:link {color: #000000; text-decoration: none; }
a:active {color: #000000; text-decoration: none; }
a:visited {color: #000000; text-decoration: none; }
a:hover {color: #000000; text-decoration: underline; }

li.pagenav
{position:absolute;
right:10px;
top:150px;
}
/* End Various Tags & Classes*/








