/*
Theme Name: Ace Tekk Wireless Internet
Theme URI: http://acetekk.com/
Description: Custom bbPress theme for <a href="http://acetekk.com/">Ace Tekk Wireless Internet</a>. Licensed to Philip Newton.
Version: 1.0
Author: Jon Bourne, Verticentric Design
Author URI: http://verticentricdesign.com
*/

#post_content { width:98%; }

a { text-decoration:none; }
a:hover { text-decoration:underline; }

.signature {clear:right;border-top:1px solid #aaa; font-size:98%; color:#101040;padding:1em;}

.alt { background: #fff; }

pre, code { font: 1.0em Monaco, 'Courier New', monospace; }

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

.delete:hover {
	background: #c00;
	color: #fff;
}

.bbcrumb {
	margin-top:0;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

.notice { 
	border: 2px solid #4c9545; 
	background: #ddf; 
	color: #449; 
	font-size: 1.1em; 
	font-weight: bold;
	padding: 10px 15px; 
	margin: 0 0 1.1em; 
}

.notice p { margin:0; }

/* Front Page
=================================== */

#front-page #hottags { 
}

#front-page #discussions { 
}

.frontpageheatmap {
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	margin:0;
	padding:0 0 5px;
}

#front-page #discussions ul { padding: 0 0 0 14px; }

.sticky { background: #a1d29a; }

/* Topic Page
=================================== */

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
}

.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
}

.infobox ul li { padding-bottom: 3px; }

#topic-info {
	float: left;
	padding: 0 1em 0 0;
}

#topic-tags {
	border-left: 1px solid #ccc;
	float: right;
	padding: 0 0 0 1em;
}

.nav {
	margin: 15px 0;
	padding: 12px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a { padding: 6px; }

#thread {
	background: #eee;
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
}

#thread li ol, #thread li ul { margin-left: 40px; }

#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 95px;
}

.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.poststuff {
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.num, #forumlist small {
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 720px;
	display: block;
}

.postform label { display: block; }

#manage-tags { 
	margin: 10px 0; 
	list-style: none; 
}

#manage-tags li {
	float: left;
	width: 200px;
	padding-bottom: 10px;
}

.submit { text-align: right; }

.topiclink { display: block; }

#main h2.topictitle {
	display: inline;
	text-transform:none;
	font-size: 26px;
	font-weight: normal;
	font-style:normal;
	color:#333;
}

/* Other
=================================== */

#content .frontpageheatmap a {
	font-weight: normal;
	text-decoration: none;
}

#content .infobox li { margin-bottom: 2px; }

#front-search {
	float: right;
	margin-top: -8px;
}

#latest td, #forumlist td, #favorites td { padding: 5px 10px; }

#forumlist tr td div.nest {
	padding-left: 2.5ex;
}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background: #cbccf4; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background: #ddd;
	font: 11px Verdana,Arial,Helvetica,sans-serif;
	padding: 5px 10px;
	text-transform: uppercase;
}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

/* Profile Page
=================================== */

#profile table {
	line-height:1.2em;
}
#profile th {
	width:160px;
}
#profile td {
	padding:0 0 .5em;
}
#profile fieldset {
	margin:0 0 2em;
	padding:0 1em;
}
	#profile legend {
		margin:0 1em 0;
		padding:0 .5em 0;
		text-transform:uppercase;
		font-weight:bold;
		color:#c52026;
	}
#profile label {
	line-height:1em;
}
#profile input.input-text, #profile input.input-password {
	width:200px;
}
#profile textarea {
	width:280px;
	height:100px;
	overflow:auto;
}

#profile-menu {
	margin:0;
	list-style: none;
}

#profile-menu li {
	background-color: #eee;
	padding: 4px 7px;
	display: inline;
	position: relative;
	top: -12px;
}

#profile-menu li.current {
	background-color: #ccc;
}

dl#userinfo {
	border-top:1px solid #ccc;
	width:440px;
}

dl#userinfo dt, #profile dd {
	padding:4px 0;
	border-bottom:1px solid #ccc;
}

dl#userinfo dt {
	float:left;
	clear:left;
	padding-left:10px;
	width:140px;
}









