/*
Theme Name: Pagelime
Theme URI: http://bbpress.org/
Description: Custom Pagelime theme for bb-press.
Version: 2.1
Author: Style by <a href="http://adamdexter.net">Adam Dexter</a>. Based off original work of <a href="http://avalonstar.com">Bryan Veloso</a>.
Author URI: 
*/
/* Globals 
=================================== */

* { margin: 0; padding: 0; }

body {
	margin-bottom: 50px;
	background: #fff;
}

#header, #main { font-size:10px; }

a { color: #99CC00; text-decoration: none; }
a:hover { color: #1199ff;}

.alt { background: #fff; }
.dropboxer-post { background: #f4faff; }

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

pre {
    overflow: hidden; 
    padding: 2px;
}

pre:hover { overflow: auto }


p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em;  }

a img { border: 0; }

.icon_hover { display: none; }
.hover_swap .icon_no_hover {display: none;}
.hover_swap .icon_hover, .hover_swap:hover{ display: block; }
.hotbutton.down.hover_swap .icon_hover { display: inline; }

.textinput, .search-form input[type=text] { background: #fff url(https://www.dropbox.com/static/images/topfade.gif) repeat-x top; border-style: none solid solid; vertical-align: middle; border: 1px solid #aaa; padding: 4px; color: #555; width: 160px; margin: 0;height:14px;margin-top:2px; }
.hotbutton { display: -moz-inline-stack !important; display: inline-block !important; position: relative;  background-color: #fafcff; margin: 1px -1px 0 0; border: 1px solid #aeceef; border-width: 0 1px;  _padding: 3px; _text-align:center; _border-width: 1px; }
.hotbutton-content { display: block; _display: inline;  position: relative; margin: -1px 0px; border: 1px solid #aeceef; border-width: 1px 0; height: 24px; color: #1f75cc !important; line-height: 24px; padding: 0 6px; text-align: center; _border:none;}
.hotbutton-content img  { margin:  -3px 4px 0 0; *margin-top: -2px; _margin-top: 0; vertical-align: middle; }
.hotbutton:hover { text-decoration: none; }
.hotbutton.hover, .hotbutton.hover .hotbutton-content, .hotbutton.down, .hotbutton.down .hotbutton-content, .hotbutton.selected, .hotbutton.selected .hotbutton-content { border-color: #4291df; position: relative; z-index:2;}
.hotbutton.down, .hotbutton.down .hotbutton-content, .hotbutton.selected, .hotbutton.selected .hotbutton-content { background-color: #4291df; color: #fff !important; }

#search { height: 10px; margin-top: 5px; }
#tag-form input[type=text] { width: 100px }
/* Structure
=================================== */

#wrapper {
	background: #fff ; /*url('images/page_header_tile.png') repeat-x 0px -25px; */
}

#header { 
	margin: 6em auto 10px;
	padding: 0;
        padding-bottom: 15px;
	width: 820px;
	height: 20px;
	position: relative;
	
}

#header .logo img { 
	position: absolute;
	top: 30px;
	left: 0px;
}

/*#header p { top: 40px; margin-bottom: 0; padding-left: 200px; }*/

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #666; }

#main { 
	font-size: 1.2em;
	width: 820px;
	margin: 5em auto 50px;
	position: relative;
}

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

/*
#footer { 
	border-top: 1px solid #ccc;
	margin: auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both; 
	text-align: center;
	width: 820px; 
}
*/
div#footer {width:830px; min-height: 65px; _height: 65px; border-top:1px dotted #ccc; clear: both; margin:0 auto; font-family: "lucida grande", "Segoe UI", arial, verdana, "lucida sans unicode", tahoma, sans-serif; font-size: 8pt;}
div#footer p#copyright { float: right; font-size: 11px; text-align: center; margin: 15px 7px; padding:3px 0 3px 23px; background:transparent url(/static/images/gray_logo.gif) no-repeat; color: #aaa;}
div.footer-col { float: left; max-width: 200px; margin: 15px 46px 20px 34px;}
div.footer-col p { margin: 0;}
div.footer-col ul { margin:0; padding: 0;}
div.footer-col ul li { list-style: none; font-size: 11px; margin: 2px 5px; padding: 0; }
div.footer-col ul li.header { font-weight: bold; margin: 2px 0; color: #787878; }
div.footer-col ul li a, div.footer-col ul li.header {  }
div.footer-col p, div.footer-col a { font-size: 11px; }
div.footer-col a { text-decoration: none; color: #838383; }
div#footer div.footer-col a:hover { text-decoration: underline;}

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

.login { 
	text-align: rightß;
	float: right;
	font-weight: bold;
	color: #444;
	z-index: 99;
	margin-top:-37px;
	padding-top: 3px;
}

.login p { width: 300px; float: left; text-align: left; padding: 0 0 5px; }

.login label {
        text-align: left;
	display: block;
	float: left;
	padding-right: 10px;
	font-size: 1em;
}

.login #submit {
	float: left;
	margin-top: 1.4em;
}

.login {
	line-height: 1.3;
	font-weight: normal;
	font-size: 1.3em;
}

form.login input { 
	font-size: 1em;
	margin-top: 3px;
	border: 1px solid #999;
}


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

#front-page #hottags { 
	position: absolute;
	top: 0px;
	right: 0;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions { 
	margin-right: 170px;
	width: 630px;
	margin-top: -17px;
	font:Verdana, Helvetica, Arial !important;
}

.frontpageheatmap {
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

#front-page #main h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	color: #333;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0 0 7px;
}

h2.post-form { border: 0; margin: 0; }

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

.sticky { background: #deeefc; }

/* Topic Page
=================================== */
.button
{
    background-color: #6BB545;
    border-color: #8FCB65 #699049 #699049 #8FCB65;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin-top:4px;
    padding: 1px 4px;
}

.grayed
{ 
    background-color: #eee;
    border-color: #e5e5e5 #aaa #aaa #e5e5e5;
    border-style: solid;
    border-width: 1px;
    color: #666;
}

.infobox {
	border: 1px dotted #ccc;
	border-width: 0 0 1px 0;
	padding: 1em 1em 0 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 {
	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: #f7f7f7;
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
}

#thread li {
	padding: 1.5em 1.0em;
	line-height: 1.5em;
        /*
	min-height: 70px;
        _height: 70px;
	*/
}

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

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

.threadauthor {
	margin-left: -143px;
	overflow: hidden;
	position: absolute;
	width: 128px;
}

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


#thread .post blockquote {
	margin: 0 0 0 4ex;
	padding: 0 0 0 1ex;
	border-left: 5px solid #ccc;
}

.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: 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}

.postform {
	background: #E6F2C1;
	padding: 1em;
	margin-bottom: 1em;
	border: 1px solid #BADC53;
}

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

.postform label { display: block; }

#post_content {width: 98%; border: 1px solid #BADC53; }

#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; }

.topictitle {
	font-size: 26px;
	font-weight: normal;
	display: inline;
}

/* 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: 7px 10px; border: 2px solid #fff; }

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

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

.tablehead { background: #fff !important; }



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

.first { float:left;}

#latest, #forumlist, #favorites {
	background: #f7f7f7;
	border-collapse: collapse;
	boreder: 1px solid #fff;
	margin-bottom: 2em;
	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: 0;
}

#profile-menu li {
	font-size: 0.9em;
	background-color: #eee;
	padding: 6px 7px;
	display: inline;
	/*border-bottom: 3px double #9e9e9e;*/
	position: relative;
	top: -6px;
}

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

#userinfo { margin-top: 20px; }

#userinfo dt { font-weight: bold; margin-top:5px; }

#userinfo dd { margin: 1 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:0;
	padding: 10px 0 10px 10px; 
	margin-bottom: 15px;
	width: 720px;
}

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

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

table td { vertical-align: top }

fieldset table td { padding: 2px 0; }

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

/* Dropbox Additions
=================================== */

#front-page #topic-search-form {
    float:right;
    margin-top: -5px;
}
#front-topic-search-form {
       text-align: right;
       margin-bottom: 15px;
}

table#latest a:visited {color: #003070;}



										   
										
/* Adam's Edits */

#header p.description { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#999; padding-top:3px; float:left;  }

#forumheader{ font-family:Arial;
font-size:2.5em;
letter-spacing:-0.05em;
clear:both;
margin:2em 0 0 0em;
}

#forumheader a{ color: #99CC00 !important; text-decoration: none; }
#forumheader a:hover{ color: #1199ff !important; text-decoration: none; }
.forumheaderblock{background:#ddd; vertical-align:middle; display:block; padding:5px 0 0 5px;}
.forumheaderblock h2{font-size:19px; font-family:Arial, Helvetica, sans-serif; font:Arial, Helvetica, sans-serif;  line-height:14px;}
#submitbutton{margin-top:19px;}
#limedude-forum{background:url(http://forum.pagelime.com/my-templates/pagelime/images/forum-lime-med.png) top center no-repeat; height:87px; width:83px; text-indent:-99999px; position:absolute; left:345px; top:-22px; z-index:0;}

.subhead { font-size:11px; }
#user-replies {margin-left:20px;}
#user-replies h4{font-size:15px; margin-bottom:0px; margin-top:10px;}

#user-threads {margin-left:20px;}
#user-threads h4{font-size:15px; margin-bottom:0px;}

/* overload */

div.background, #wrapper
{
	background-image:url(http://www.pagelime.com/linked/images/background.jpg) !important;
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;
}
div.background-noleaf
{
	background-image:url(http://www.pagelime.com/linked/images/background-noleaf.jpg) !important;
	background-repeat:no-repeat;
	background-position:center 0px;
	position:relative;
}

		/* profile edit grid */
.form-field th {
background:none repeat scroll 0 0 #E6F2C1 !important;
border-bottom:
font-weight:bold;
}

#searchlabel {float:left; padding-right:10px;}
#searchtermdiv {float:left; padding-right:25px;}

