/*
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: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #250a24;
	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: #b300ad;
	background-attachment: scroll;
	background-image: url(images/bgtile.png);
	background-repeat: repeat-x;
	background-position: left top;
}
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;
}
div#news a:link {
	color: #250a24;
	background-color: #0bf4f7;
	text-decoration: none;

}
div#news a:visited{
	color: #250a24;
	background-color: #0bf4f7;
	text-decoration: none;
}
div#news a:hover{
	color: #0bf4f7;
	background-color: #edef48;
	text-decoration: none;
}
div#news a:active{
	color: #250a24;
	background-color: #0bf4f7;
	text-decoration: none;
}
.center {
	font-family: Verdana, sans-serif;
	font-size: 60px;
	text-align: center;
}

                                   /* /random elements */
                                   /* top bar */
div#topbar{
	height:195px;
	width:550px;
	float:left;
	padding:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.cv{
	background-image: url(images/cv.png);
	text-decoration: none;
	float:left;
   display: block;
	height: 97px;
	width: 116px;
	z-index: 3;
}
a:hover.cv{
   background-position: 0 -99px
}
a.contact{
	background-image: url(images/contact.png);
	text-decoration: none;
	float:left;
   display: block;
	height: 99px;
	width: 393px;
	z-index: 3;
}
a:hover.contact{
   background-position: 0 -98px
}
                                   /* /top bar */
                                   /* main area */
div#container {
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
   position: absolute;
   top: 50px;
   left: 17%;
}
div#news{
	height: auto;
	width: 510px;
   float: left;
	text-align: left;
	margin-top:-60px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
div#news h2 a:link {
	color: #0a010f;
        text-transform: uppercase;
	text-decoration: none;
}
div#news h2 a:visited{
	color: #0a010f;
        text-transform: uppercase;
        text-decoration: none;
}
div#news h2 a:hover{
	color: #0bf4f7;
        text-transform: uppercase;
	text-decoration: none;
}
div#news h2 a:active{
	color: #0a010f;
        text-transform: uppercase;
	text-decoration: none;
}
div#post{
	padding: 0px;
	float: right;
	height: auto;
	width: 500px;
	overflow: visible;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.time{
	position: relative;
	color: #000000;
	background-color: #edef48;
	top: -10px;
}
.post{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	top: 0px;
}
                                 /* sidebar stuffs */
div#side-bar {
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 233px;
	text-align: center;
	overflow: visible;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.header{
	background-image: url(images/mlheader.png);
	text-decoration: none;
   display: block;
	height: 229px;
	width: 178px;
	z-index: 3;
}
a:hover.header{
   background-position: 0 -229px
}
#headerbox{
   float:left;
   top: 0px;
   left: 0px;
	height: 229px;
	width: 178px;
	z-index: 3;
	border:0px;
}
#pframe{
	background-image: url(images/picture_frame.png);
   float: left;
   top: 0px;
   left: 0px;
	height: 300px;
	width: 233px;
	z-index: 3;
	border:0px;
}
#mrl{
	background-image: url(images/mrlside.png);
   float: left;
   top: 0px;
   left: 0px;
	height: 379px;
	width: 189px;
	z-index: 3;
	border:0px;
}
                           /* /sidebar stuffs */
                           /* down below */
div#navigation {
	float: left;
	height: 15em;
	width: auto;
	z-index: 199;
	background-color: #33CC66;
}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
                              /* /down below */
                              /* comments */

input, textarea { 
        width: 100%; 
        background: #333333;
        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 */
