/*
Theme Name: MikeLeon	
Theme URI: http://mikeleon.teamtreetops.com/
Version: 1.0
Author: Zach i
Author URI: http://www.teamtreetops.com
*/

                         /* random elements */ 
* html a:hover{
   visibility: visible;
}
body{
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #363636;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #fff;
}
div#container {
	height: auto;
	width: auto;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
    position: absolute;
}
h1{ 
        margin-top: 0;
        margin-bottom:10px;
}
h2{ 
        margin-top: 0;
        margin-bottom:10px;
}
h3{ 
        margin-top: 0;
        margin-bottom:10px;
}
div#knockout{
	position: absolute;
	visibility: hidden;
}
a:link {
	color: #636363;
	text-decoration: none;

}
a:visited{
	color: #636363;
	text-decoration: none;
}
a:hover{
	color: #4cc8e9;
	text-decoration: none;
}
a:active{
	color: #636363;
	text-decoration: none;
}
.center {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
.nav ul a:link {
	color: #4cc8e9;
	text-decoration: none;
}
.nav ul a:visited{
	color: #4cc8e9;
	text-decoration: none;
}
.nav ul a:hover{
	color: #636363;
	text-decoration: none;
}
.nav ul a:active{
	color: #4cc8e9;
	text-decoration: none;
}


                                   /* /random elements */
                                   /* main area */
div#news{
	height: auto;
	width: 600px;
	text-align: left;
	margin-top:10px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 225px;
}
div#post{
	float:left;
	height: auto;
	width: 600px;
	overflow: visible;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.time{
	position: relative;
	color: #636363;
	font-size: 10px;
	top: 1px;
}
.post{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	top: 0px;
}
                                 /* sidebar stuffs */
div#side-bar {
	margin: -50px 0px 0px 30px;
	height: auto;
	width: 132px;
	text-align: left;
	overflow: auto;
	position:fixed;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.header{
	background-image: url(images/bm_logo2.png);
	text-decoration: none;
    display: block;
	height: 125px;
	width: 125px;
	z-index: 3;
}
a:hover.header{
   background-position: 0 -125px
}
#headerbox{
   float:left;
   top: 0px;
   left: 0px;
	height: 125px;
	width: 125px;
	z-index: 3;
	border:0px;
}

.nav {
	}

.nav ul {
	border-bottom:1px solid #737373;
	list-style-type:none;
	margin:0 0 2px;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:5px;
	}

	    					/* /sidebar stuffs */
                          	 /* down below */
div#navigation {
	float: left;
	height: 15em;
	width: auto;
	z-index: 199;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
                              /* /down below */
                              /* comments */

input, textarea { 
        width: 100%; 
        background: #636363;
        color: #ffffff; 
        border: 1px solid #ffffff;  
}

input[type=submit] { 
        width: 100%; 
}

.comment { 
        width: 100%; 
        border-bottom: 3px solid #4D4840; 
}

.author { background: #CCCCCC; padding: 5px; width: 100%; }
.author img { border: 1px solid #BBBBBB; }
.comment_text { }
.comment_meta { width: 100%; border-top: 1px solid #CCCCCC; }
.author .comment_meta { border-top: 1px solid #BBBBBB; }
.comment_meta p {  }
.comment_meta img {  }
                                  /* /comments */
