/*
Theme Name: DIYMacserver
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Richard Valk
Author URI: http://richard5.net
*/

/* Globals 
=================================== */

body {
	text-align:center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fff;
	margin: 0;
	padding: 0;
}



/* Structure
=================================== */

#super {
	background: url(img/bg_content.gif) repeat-y;
	width: 951px;
	margin:0 auto;
	text-align: left;
}

#header {
	background: url(img/bg_01.jpg) no-repeat;
	height: 125px;
	width: 950px;
	margin-left: 1px;
}

#navigationdiv {
	height: 25px;
	background: url(img/bg_03.jpg) no-repeat;
	font-size: 10px;
	position: relative;
	text-align: right;
}

ul#navigationlist {
	list-style: none; 
	background: url(img/bg_menu.jpg) repeat-x; 
	height: 25px;
	padding: 0;
	font-size: 13px;
	margin: -3px 1px 0px 100px;
}


ul#navigationlist li {
	text-align: center;
	float: left; 
	width: 104px;
	border-right: 1px solid #fff;
	height: 25px;
}
ul#navigationlist li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #004793;
	padding-top: 5px;
	height: 25px;
}

ul#navigationlist li#active a {
	background: #fff url(img/bg_menu_a.gif) repeat-x;
	height: 25px;
}

ul#navigationlist li a:hover,
ul#navigationlist li#active a:hover {
	background: #fff url(img/bg_menu_a.gif) repeat-x;
	height: 25px;
}

	
#container {
  padding-left: 100px;   /* LC width */
  padding-right: 227px;  /* RC width */
}

#container .column {
  position: relative;
  float: left;
}

#left {
  background: #fff url(img/bg_04.jpg) no-repeat;
  width: 99px;          /* LC width */
  right: 99px;          /* LC width */
  margin-left: -100%;
  height: 420px;
}
#right {
  width: 227px;          /* RC width */
  margin-right: -227px;
}

#center {
	width: 100%;
	font-size: 11px;
}

.bbcrumb {
	font-size: 11px;
	padding: 5px 0 px;
	color: #004793;
	margin-right: 10px;
	margin-left: 110px;
}

.bbcrumb a {
	color: #ff7606;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.rssfeed {
	font-size: 10px;
}

#footer { 
	padding-top: 10px;
	clear: both; 
	text-align: center;
	padding-bottom: 20px;
	font-size: 9px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}



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

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */

.login {
	color: #000;
	font-size: 11px;
	margin: 0 5px;
}

.login p { 
	padding: 0 0 5px;
	margin: 0;
}

.login label {
	
}

p.login {
	font-weight: normal;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 5px;
}

form.login input { 
	margin-top: 3px;
	border: 1px solid #69c;
	margin-right: 7px;
	background-color: #e6edf4;
}

form.login input.btn { 
	margin-top: 3px;
	border: 0px;
	margin-right: 7px;
	background-color: #004793;
	color: #f0f4f8;
	font-size: 9px;
	margin-left: 2px;
}

form.login input.btn:hover {
	background-color: #69c;
}


/* Front Page
=================================== */
#sidebar {
	font-size: 11px;
	width: 224px;
	margin-left: 2px;
}

#sidebar h2 {
	background-color: #e6edf4;
	font-size: 12px;
	font-weight: bold;
	color: #004793;
	height: 17px;
	margin: 0;
	padding-top: 3px;
	padding-left: 5px;
}

.sidebarposts {
	border-bottom: 1px solid #aec3d9;
}

#sidebar ul{
	margin: 0;
	padding: 5px 0;
}
#sidebar li
{
	list-style-type: none;
	padding: 0;
	color: #808080;
	margin: 2px 5px;
}

#sidebar a{
	text-decoration: none;
	color: #004793;
}
#sidebar a:hover{
	color: #ff7606;
}

#hottags {
	float: right;
	padding: 0;
}
#hottags a {
	font-weight: normal;
	font-style: normal;
}


.frontpageheatmap {
	line-height: 26px;
	margin: 0;
	padding: 0 5px;
}

#front-page #main h2, #userlogin, #currentfavorites, #register {
	color: #ff7606;
	margin: 20px 0 5px 110px;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
h2.post-form {
	color: #ff7606;
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.topicbottom {
	margin: 20px 0 5px 110px;
}

#registerform {
	margin-right: 10px;
	margin-left: 110px;
}

#discussions {
	margin-right: 10px;
	margin-left: 10px;
}
#discussions p {
	font-size: 11px;
}

#discussions a {
	text-decoration: none;
	color: #004793;
}

#discussions a:hover {
	text-decoration: none;
	color: #ff7606;
	background: #fff1e6; 
}

#discussions h2 {
	font-size: 16px;
	margin: 20px 0 5px;
	color: #ff7606;
}


#discussions ul { padding: 0 0 0 14px; }

.sticky {
	}

/* Topic Page
=================================== */
.datediv{
	float: left;
	text-align: right;
	color: #808080;
	font-size: 10px;
	width: 90px;
	padding-right: 10px;
	margin-top: 2px;
}

.infobox {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 11px;
	padding-bottom: 4px;
	background-color: #e6edf4;
	padding-top: 4px;
}

.infobox ul {
	margin: 0;
	padding: 0;
}

.infobox ul li {
	list-style-type: none;
	font-size: 11px;

}

.topictitle {
	font-size: 12px;
	font-weight: bold;
	color: #004793;
	margin: 0;
	padding: 0;
}

#topic-tags {
	width: 100px;
	text-align: right;
	float: left;
	padding-top: 1px;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	color: #808080;
}

.topic-div {
	display: inline-table;
}

#tag-form {
	margin: 0;
}

#topic-tags ul {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

#topic-tags li {
	list-style-type: none;
}
#topic-tags a {
	color: #808080;
	text-decoration: none;
}
#topic-tags a:hover {
	color: #ff7606;

}

#tagformsub { 
	margin-top: 3px;
	border: 0px;
	margin-right: 7px;
	background-color: #004793;
	color: #f0f4f8;
	font-size: 9px;
	margin-left: 2px;
}

#tagformsub:hover {
	background-color: #69c;
}

.topic-info {
	font-size: 11px;
	margin-left: 110px;
	padding-right: 10px;
	margin-bottom: 25px;
	margin-top: 5px;
}

.topic-info a {
	color: #004793;
	text-decoration: none;
}
.topic-info a:hover {
	color: #ff7606;
}

#comment-list ul {
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

.commentauthor {
	color: #004793;
	font-size: 11px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 514px;
	background-color: #e6edf4;
	padding-top: 3px;
	margin-bottom: -8px;
}

.commentauthor a {
	color: #004793;
}
.commentauthor a:hover {
	color: #ff7606;
}

.post-body {
	font-size: 11px;
	margin-left: 100px;
	padding-right: 10px;
	margin-bottom: 25px;
}

.post-body a {
	text-decoration: underline;
	color: #000;
}

.nav {
	margin: 5px 0;
}

.nav span { font-weight: bold; }

.nav span, .nav a {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
}

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

#thread li {

}

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

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



.threadpost {
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.threadpost p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}


.threadauthor {
	margin-left: -110px;
	overflow: hidden;
	position: absolute;
	width: 94px;
	padding-left: 5px;
	background-color: #ececec;
}

.threadauthor a {
	color: #000;
}

.threadauthor strong {
	font-size: 12px;
}

.threadauthor small { 
	font-size: 10px;
 }

.poststuff {
	width: 90px;
	float: left;
	padding-right: 10px;
	padding-top: 12px;
	text-align: right;
	text-decoration: none;
	font-size: 10px;
	color: #808080;
}

.poststuff a {
	color: #808080;
	text-decoration: none;
}

.num, #forumlist small {
	font: 10px Verdana,Arial,Helvetica,sans-serif;

}

.postform {
	margin-right: 10px;
	font-size: 11px;
}

.postform textarea {
	height: 12em;
	width: 90%;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #e6edf4;
	border-color: #69c;
	border-width: 1px;
}

#postform input.btn, #tag-form input.btn {
	color:#fff;
	background-color: #004793;
 	border:0;
}

#postform input.btn:hover, #tag-form input.btn:hover {
	background-color: #69c;

}

.postform label { display: block; }

.admin { 
	padding: 10px 0 0;
	font-size: 11px;
}

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

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

.submit input { 
	text-align: left; 
	color:#fff;
	background-color: #004793;
 	border:0;
}

.submit input:hover { 
	background-color: #69c;
}


.topiclink { display: block; }



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

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

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

#content .nav a {
	border: 1px solid #ccc;
	font-weight: normal;
}
#content .nav a:hover {
	border: 1px solid #999;
}
#content a:visited {
	font-weight: normal;
}

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

#latest td, #forumlist td, #favorites td { 
	padding: 2px 10px 5px 5px;
	font-size: 11px;
}

.alt { background: #f0f4f8; }

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

#latest th, #forumlist th, #favorites th {
	background: #e6edf4;
	padding: 5px 10px;
	font-size: 11px;
	margin: 0;
	color: #004793;
	text-align: left;
}

#latest th a, #forumlist th a, #favorites th a {
	color: #ff7606;
}

#latest, #forumlist, #favorites {

	width: 100%;
}

.bozo { background: #eeee88; }

.alt.bozo { background: #ffff99; }

.deleted { background: #ee8888; }

.alt.deleted { background: #ff9999; }

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

#profile-menu {
	list-style: none;
	position: absolute;
	right: 05px;
	top: 40px;
}
#profile-menu a {
	text-decoration: none;
	color: #004793;
}
#profile-menu a:hover {
	color: #ff7606;
}


#profile-menu li {
	font-size: 1.1em;
	background-color: #f0f4f8;
	padding: 4px 7px;
	display: inline;
	position: relative;
	top: -10px;
}

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

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; }

#userinfo dd { margin: 0 0 5px; } 

#useractivity { margin: 15px 0 5px; }

.user-recent { margin: 0 0 10px; }

.user-recent ol { margin: 5px 0 0 28px; }

.user-recent ol li { margin: 0 0 3px; }

/* Profile Edit
=================================== */

fieldset {
	border-width: 0;
	padding: 0;
	margin: 0;
}

legend { 
	font-weight: bold;
	padding: 0 0px;
}

fieldset table { 
	text-align: left;
	margin: 0 15px 0 0;
}

fieldset input {
	border: 1px solid #69c;
	background-color: #e6edf4;
}

fieldset table td { padding: 2px 0; }

fieldset p { 
	font-size: 11px;
	margin: 10px px;
}

.extrainfo p {
	margin: 10px 0 0;
	padding: 0;
	width: 90%;
}

#viewdiv {
	font-size: 10px;
}

code { 
	font: 11px "Courier New", Courier, mono;
	background-color: #f0f4f8;
	border: 1px solid #aec3d9;display:block;
	width: 493px;
	padding: 5px;
	overflow: auto;
}



