/*
Theme Name: AndrewLeonard	
Theme URI: http://thenard.teamtreetops.com/
Version: 2.0
Author: Zach i
Author URI: http://www.teamtreetops.com
*/

                         /* random elements */ 
* html a:hover{
   visibility: visible;
}
body{
	font-family: courier, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000;
	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;
}
.headerbox{
   position: relative;
   top: -30px;
   left: 20px;
	height: 95px;
	width: 555px;
	z-index: 3;
	border:0px;
}
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: #000;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999;

}
a:visited{
	color: #000;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #999;
}
a:hover{
	color: #000;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #222;
}
a:active{
	color: #000;
	text-decoration: none;
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #222;
}
.center {
	font-family: courier, serif;
	text-align: center;
}

                                   /* /random elements */
                                   /* main area */
div#container {
	height: auto;
	width: 359px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
        position: absolute;
        top: 20px;
        left: 20%;
}
div#news{
	height: auto;
        position: relative;
        top: -23px;
	width: 359px;
        float: right;
	text-align: left;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
div#post{
	padding: 0px;
	float: left;
	height: auto;
	width: 359px;
	overflow: visible;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.time{
	position: relative;
	top: -15px;
        color: #000;
}
.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: auto;
	text-align: center;
	overflow: visible;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#nav{
	margin: 0px;
	padding: 0px;
	width: auto;
	position: left;
	text-align: right;
	z-index: 3;
	height: auto;
        float: left;
        position: relative;
}
div#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 200;

}

div#nav ul li:hover ul {
    display: block;
    z-index: 200;
}

div#nav a:link {
	color: #000;
	text-decoration: none;
}
div#nav a:visited{
	color: #000;
	text-decoration: none;
}
div#nav a:hover{
	color: #000;
	text-decoration: none;
}
div#nav a:active{
	color: #000;
	text-decoration: none;

}
                           /* /sidebar stuffs */
                           /* down below */
div#navigation {
	float: left;
	height: 15em;
	width: auto;
	z-index: 199;
	background-color: #fff;
}
.alignright {
	float: right;
	}

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

input, textarea { 
        width: 100%; 
        background: #fff;
        color: #000; 
        border: 1px dashed #000;  
}

input[type=submit] { 
        width: 100%; 
}

.comment { 
        width: 100%; 
        border-bottom: 1px dashed #000; 
}

.author { background: #000; padding: 5px; width: 100%; }
.author img { border: 1px dashed #000; }
.comment_text { }
.comment_meta { width: 100%; border-top: 1px dashed #000; }
.author .comment_meta { border-top: 1px dashed #000; }
.comment_meta p {  }
.comment_meta img {  }
                                   /* /comments */