<?php bb_option('uri'); ?>/*
Theme Name: High School Reunion
Theme URI: http://joshbetz.org/
Description: HSR custom
Version: 0.01
Author: Josh Betz
Author URI: http://joshbetz.com
*/

/* initial.css sets the margins oddly for ordered lists */
ol { margin: 1em 0.3em }

/* Global Styles
=================================== */

hr {
	display: none;
}



/* Default table structure
=================================== */

/* 100% is a good starting width for most tables - this is a forum! */
table { width: 100% }


/* Login form (header.php)
=================================== */

.login { 
	float: right;
	font-size: 10px;
	position: relative;
	top: 15px;
}

.login p {

}

.login label {

}

.login #submit {

}

p.login {

}

form.login input { 

}


/* Breadcrumbs (most templates)
=================================== */
.bbcrumb {
	font-size: 80%;
}


/* Notice (profile.php)
=================================== */

.notice { 

}

.notice p { 

}



/* Front Page
=================================== */

#front-page #hottags { 

}

#front-page #discussions { 

}

/* hot tags! */
.frontpageheatmap {

}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {

}

#front-page #discussions ul {

}

.sticky {
	background-color: #ffffd0;
}


/* Topic Page (topic.php)
=================================== */

#topic_posts {
	font-size: 14px;
	}

.new-topic {
	background: #CCCCCC;
	border: solid 1px #999999;
	font-size: 14px;
	padding: 2px;
	margin-left: 5px;
	}
	
a.new-topic {
	color: #333333;
	font-weight: normal;
	}

/* wrapper for topic */
.infobox {

}

.rightside {
	float: right;
	width: 150px;
	font-size: 10px;
	margin-top: 30px;
	}

ul.topicmeta {
	display: block;
	margin-left 0; 
	padding-left: 0em;
}

.topicmeta li {
	display: list-item;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#topic-info h2 {
	border: 0px;
	margin: 0px;
}

#topic-info {
	float: left;
}

#topic-tags {
	top: 1.0em;
	margin-top: 2.0em;
}

.rightside p {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #CCCCCC;
	}

#othertags li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

ul#thread li {
	list-style: none;
	padding-top: 20px;
	margin: 0;
	border-bottom: solid 1px #CCC;
	}

/* .nav used by topic.php & tag-single.php */
.nav {

}

.nav span {

}

.nav span, .nav a {

}

#thread {

}

#thread li ol, #thread li ul {

}


#thread li ol li, #thread li ul li {

}

/* following are used by post.php */

ul#thread {
	padding: 0;
	width: 625px;
}

.threadauthor {
	overflow: hidden;
	width: 210px;
	font-size: 13px;
	float: left;
	margin-bottom: 20px;
}

.avatar {
	float: left;
	margin: 0 5px 5px 0;
}

.post {
	width: 415px;
	font-size: 14px;
	float: left;
}

.post p {
	margin: 0 0 20px 0;
	line-height: 19px;
}

.postauthor { font-size: 17px; }

.postmeta {
	font-size: 87%;
	color: #666;
	margin-top: 4px;
}

.postmods { clear: both; }

.poststuff {
	font-size: 0.8em;
	border-top: 1px solid #e5e5e5;
}

.num, #forumlist small {

}

#postform { width: 600px; }

.postform {
	background: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 96%;
	display: block;
}

.postform label { display: block; }

.rssfeed { line-height: 20px; padding-left: 23px; background: url( "images/feed-icon-16x16.png" ) center left no-repeat; }

#manage-tags { 

}

#manage-tags li {

}

.submit {

}

.topiclink {

}

.topictitle {

}

#topic-move {
	margin-bottom: 1.0em;
}

/* Content - specific to the main content div
=================================== */

#content .frontpageheatmap a {

}

#content .infobox li {

}

#content .nav a {

}

#content .nav a:hover {

}

#content a:visited {

}


/* Profile Page
=================================== */

#profile-menu {
	padding-top: 0.5em;
	list-style: none;
	border-bottom: 2px solid #ccc;

}

#profile-menu ul {
}

#profile-menu li {
	font-size: 1.1em;
	background-color: #eee;
	padding: 4px 7px;
	margin: 0px;
	display: inline;
	position: relative;
	top: -3px;
}

#profile-menu li.current {
	background-color: #ccc;
}

#userinfo {
	padding: 0;
	margin: 0;
}

#userinfo dt {

}

#userinfo dd {

} 

#useractivity {

}

.user-recent {

}

.user-recent .alt {
	background-color: transparent;
}

.user-recent ol {

}

.user-recent ol li {

}

/* Profile Edit
=================================== */

fieldset { 

}

legend { 

}

fieldset table { 

}

fieldset table td { 

}

fieldset p { 

}


/* Other
=================================== */

#front-search {

}

#latest td, #forumlist td, #favorites td {
	border: 1px solid #f5f5f5;
}

#forumlist tr td div.nest {

}

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover {

}

#latest th, #forumlist th, #favorites th {
	background-color: #e9ede8;
	border: 1px solid #f5f5f5;
}

#latest, #forumlist, #favorites {

}

.alt {
	background-color: #f9f9f9;
}

.bozo {

}

.alt.bozo {

}

.deleted {

}

.alt.deleted {

}

