/*
Theme Name: skatehorde.com
Theme URI: http://www.skatehorde.com/
Description: A theme created by skatehorde.com . Unauthorized use or modification of this theme is prohibited without the permission of skatehorde.com.
Version: 1.0
Author: skatehorde.com
Author URI: http://www.skatehorde.com/
*/

*, html, body
{
	margin: 0;
	padding: 0;

	background-color: #dbdbdb;
	color: #010000;

	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
}
html, body { height: 100%; }
html { overflow: auto; }

a:link, a:visited, a:hover, a:active { margin: 0; color:#6600ff; text-decoration: none; }
a:hover { text-decoration: underline; }

h2
{
	font-size: 10px !important;
	padding-top: 10px;
	text-transform: uppercase;
}
.h2np { padding: 0; }

ul { list-style-type: none; }

.fleft { float: left; text-align: left; }
.fright { float: right; text-align: right; }

form { padding: 0; margin: 0; }
input { background-color: #ffffff; color: #000000; border: 1px #000000 solid; padding: 2px; }

.navbar
{
	margin: 0;
	padding: 5px 0;
	width: 100%;

	background-color: #919191;
	color: #ffffff;
	border: 2px #000000 solid;
	border-left: none;
	border-right: none;

	text-decoration: none;
	text-transform: uppercase;
	text-align: center;

	font-size: 10px;
	font-weight: bold;
	letter-spacing: 4px;
}

.navmenu
{
	display: inline;
	background-color: #919191;
}

.navmenu li
{
	margin: 0 5px;
	padding: 0;

	display: inline;
	background-color: #919191;
}

.navmenu a:link, .navmenu a:visited, .navmenu a:hover, .navmenu a:active  { padding: 0 25px; background-color: #919191; color:#ffffff; font-size: 10px; text-decoration: none; }
.navmenu a:hover  { background-color: #ffffff; color:#6600ff; }


.entry, .navigation, .commentlist, #commentform { width: 80%; }


#main { width: 100%; height: 100%; padding: 0; border-collapse: collapse; }
.maincontent { width: 90%; margin: 10px 0; }
.maincontent td { padding: 0 10px; }
#leftmenu *, #rightmenu * { font-size: 10px; }
#leftmenu, #rightmenu { vertical-align: top; padding: 5px; font-size: 10px; }
#leftmenu { width: 20%; border-right: 2px #000000 solid; }
#leftmenu li, #rightmenu li { margin: 10px 0; font-size: 10px; }
#leftmenu a:link, #rightmenu a:link { font-size: 10px; }
#content { width: 60%; background-color: #ffffff; vertical-align: top; }
#content * { background-color: #ffffff; }
#logoheader { font-weight: bold; text-align: center; padding: 20px; }
.entry { border: 1px #dadada solid; margin: 10px; text-align: left; border-collapse: collapse; }
.entryheader, .entryfooter { background-color: #eaeaea !important; padding: 5px; border: 1px #dbdbdb solid; }
.entryheader *, .entryfooter * { background-color: #eaeaea !important; }
.entrypost { padding: 20px; }
#rightmenu { width: 20%; border-left: 2px #000000 solid; }


.comment0
{
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: 0;
	padding: 10px;
}

.commentlist { text-align: left; }
.commentlist p { margin: 10px; }
.comment0, .comment0 .commentmetadata, .comment0 p, .comment0 .authorname, .comment0 a:link, .comment0 .avatar { background-color: #f8f8f8 !important; }
.commentlist li
{
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist li .avatar
{
	float: left;
	padding: 2px 10px;
}

.commentlist .authorname, .commentlist .authorname a { font-weight: bold; }

#commentform { text-align: left; }
#commentform input
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

.hlinksbox
{
	padding: 10px;
	border: 1px #dadada solid;
	vertical-align: bottom;
}

.hlinks
{
	display: inline;
	list-style: none;
	width: 100%;
	vertical-align: bottom;
}

.hlinks li { display: inline; list-style: none; padding-left: 5px; vertical-align: bottom; }
.hlinks img { vertical-align: bottom; }
