/*
Theme Name: Look11
*/

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

* { margin: 0; padding: 0; }


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

//pre, p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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



div.page-wrap h2 {
	padding-left:0;
	color:#DE0505;
	font-size:17px;
	text-transform:none;
}

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


.bozo { background-color: #eeee88; }

.alt.bozo { background-color: #ffff99; }

.deleted { background-color: #ee8888; }

.alt.deleted { background-color: #ff9999; }

table { font-size:13px; }

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

#main_menu .login {
	color: white;
	font-size: 18px;
	text-transform: uppercase;
}

#container {
	width: 1000px;
	
}

.table_title {
	margin-bottom: 10px;
}
div.search {
	float:right;
	width:50%;
	padding-top:24px;
}
div.search p {
	text-align:right;
}
div.search form.search-form input#q {
	background-color:#C80404;
	padding:5px;
	border:none;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
}
input.submit {
	background-color:#222;
	padding:5px;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	border:none;
	font-size:0.9em;
	width:auto;
	overflow:visible;
	font-weight:bold;
}
#register-page p.submit {
	margin:0;
	text-align:right;
}

#loggedin { float: right;}
#loggedin input[type=text],
#loggedin input[type=password] {
	width: 70px;
	padding: 2px;
	font-size: 12px;
	margin: 3px 0 0 0;
}

/*#loggedin .sendBtn {margin-top: 0;background: #7d7d7d;}*/
#loggedin .sendBtn {
	margin-top: 0;
	background: none;
	border-right:1px solid #bfbfbf;
	padding: 0 6px 5px 2px;
	height: 5px;
	line-height: 10px;
}


#loggedin .sendBtn a {color: white;}
#loggedin .sendBtn a:hover {text-decoration: underline;}

.login_field {
	float: left;
	margin-right: 7px;
}


#container h1, #linebreak {clear:left;float: left;}
.bbcrumb {
	color:white;
	font-size:12px;
	padding:7px;
	margin-bottom:15px;
}
.bbcrumb a {
	text-transform: uppercase;
	color:white;
}

div.page-wrap {
	padding:20px 5px;
	clear:both;
	background-color:#fff;
}
div.footer-wrapper-outside {
	margin-top:20px;
	background:#ccc url('images/footer-bg.png') repeat-x scroll left top;
}
div.footer-wrapper {
	background:transparent url('images/footer-left.png') no-repeat scroll left top;
}
div.footer {
	background:transparent url('images/footer-right.png') no-repeat scroll right top;
	clear:both;
}
div.footer p {
	text-align:center;
	color:#999;
	font-size:0.75em;
	padding:20px 0;
	margin:0;
}
div.footer p a {
	color:#999;
	border-bottom:none;
	text-decoration:underline;
}

.clear {
	clear:both;
}

#footer p.showoff {
	color: #888;
}

.notice {
	background-color: #abd8a2;
	color: #4c9545;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}

.notice.error {
	background-color:#CC0000;
	color:#FFFFFF;
}

.notice p { margin-bottom: 0; }

/* Login Form
=================================== */
div.usernamelogin {
	float:left;
	padding-right:10px;
}
div.passwordlogin {
	float:left;
}
div.passwordlogin input, div.usernamelogin input {
	background-color:#C80404;
	padding:5px;
	border:none;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
}
p.loginmeta {
	float:right;
	float:right;
	position:relative;
	top:5px;
	color:#C95203;
}
div.user-header form.login {
	padding-top:19px;
}
div.user-header form.login input.submit {
	margin-left:10px;
}
label.rememberme {
	display:block;
	float:right;
	font-size:10px;
	padding-right:5px;
	padding-top:3px;
}
label.rememberme input {
	position:relative;
	top:3px;
	background-color:#FFFFFF;
	border:medium none;
	padding:0;
}

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

#front-page #hottags {
	float:right;
	width:20%;
	overflow: hidden;
}

h2 {text-transform: uppercase;}

#front-page #hottags  h2, div.page-wrap .topic-admin h2, div.page-wrap .tag-admin h2 {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#CCCCCC;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:7px;
}

#front-page #discussions {
	float:left;
	width:75%;
}

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

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

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

.sticky { background-color: black;font-style: italic;font-size: 12px; }
.sticky a {font-size: 12px;}

/* Page navigation
=================================== */

a.page-numbers,
span.page-numbers {
	padding: 3px 4px;
	margin-left: 5px;
	border:1px solid #f0f0f0;
}

span.page-numbers.current {
	color: #666;
	border-color:#ccc;
	background-color:#ccc;
}

a.prev.page-numbers,
a.next.page-numbers,
span.page-numbers.dots {
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}

span.page-numbers.dots {
	padding: 0;
}

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

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

.infobox {
	clear: left;
	color: white;
	font-size:11px;
	margin-bottom: 20px;
}

.infobox ul {
	
	padding: 0;
	list-style-type: disc;
}

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

#forum_sidebar {
	float: left;
	clear: left;
}

#forum_sidebar li a {text-decoration: none;}
#forum_sidebar li a:hover{text-decoration: underline;}

.single_line {
	float: left;
	clear: left;
	margin-top: 25px;
}

#topic-tags {
	width: 300px;
}
#topic-tags {margin-top: 10px;}
#topic-tags li {
	display: inline;
	padding: 0 5px 0 5px;
	border-right:1px solid #bfbfbf;
	color: white;
}

#topic-tags ul li a {display: inline;}

.paraTitle h3 {
	margin-top:10px;
	margin-bottom: 10px;
	background: #e30043;
}


.topicmeta, .topicmeta a {color: #b1b3b4;	}
.topicmeta a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}
.topicmeta li {
	display: inline;
}


#tag-form {margin: 15px 0 0 0;}
#tag-form p {
	margin-bottom: 0;
}
#tag-form .sendBtn {
	
}

.topic_author {
	color: gray;
	font-size: 10px;
}

input#tagformsub {
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color:#DDDDDD;
	border:medium none;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	line-height:15px;
	margin:0;
	padding:3px 4px;
}

input#tagformsub:hover {
	background-color: #ddd;
	color: rgb(0, 100, 0);
}

input#tagformsub:active {
	border-color: rgb(0, 100, 0);
}

.nav {
	text-align: right;
	float: right;
	font-size:12px;
}

#thread {
	float: left;
	width: 1000px;
	margin: 0;
	padding: 0;
	color: #2e2d30;
}

li p {
	text-indent: 0;
	padding-left: 0;
}
#thread li {
	line-height: 1.5em;
	clear: both;
	padding-bottom: 20px;
	/* Hack to force padding on .threadauthor on IE */
}

#thread li ol, #thread li ul { margin:0 0 20px 20px; }

#thread li ol li, #thread li ul li { padding: 0; list-style: none;}

.threadauthor {
	float: left;
	width: 90px;
	background: #E30043;
	float: left;
	padding:10px 10px 10px 10px;
}

.threadauthor img {float: left;margin-bottom: 5px;clear: right;}
.threadauthor p {float: left;clear:left;margin: 0;color: white;font-size: 10px;}

.threadpost {
	float: right;
	padding: 20px;
	margin: 0 0 20px 0;
	background: #b1b3b4;
	width: 830px;
}
.threadpost p {color:#2e2d30 }

#thread li {list-style: none;}
#thread li.deleted { background-color: transparent; }

#thread li.deleted .threadpost { background-color: #ee8888; }

#thread li.alt.deleted .threadpost { background-color: #ff9999; }

#thread li .post-undelete-link, #thread li.deleted .post-delete-link { display: none; }
#thread li.deleted .post-undelete-link { display: inline; }

#thread li.deleted .before-post-delete-link, #thread li .before-post-undelete-link { display: none; }
#thread li.deleted span.before-post-undelete-link { display: inline; }
#thread li.deleted div.before-post-undelete-link { display: block; }
#thread li.deleted li.before-post-undelete-link { display: block; }

#thread li.pingback {
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #e4f3e1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #e4f3e1;
}


#thread li.pingback .threadauthor {
	float: none;
	}

#thread li.pingback .threadauthor strong {
	font-weight: normal;
}

#thread li.pingback .threadauthor small {
	color: #2e2d30;
}

#thread li.pingback .threadpost {
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}

#thread li.pingback .post {
	
	color: #2e2d30;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #ccc;
}


#thread .post blockquote, #thread .post code {
	margin: 10px 0 10px 20px;
	padding: 10px;
	display:block;
	border-left: 3px solid #ccc;
	background-color:#f9f9f9;
}
#thread .post blockquote p {
	margin-bottom:5px;
}

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	border-top: 1px dotted #2e2d30;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.poststuff a {
	color: #2e2d30;
	border-bottom:1px dotted #555;
}

#rss {
	
	margin: 0 10px 0 0;
}

.topic-admin {
	float: left;
	clear: left;
}

.topic-admin select {
	border:1px solid #ddd;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.topic-admin option {
	padding:0 3px;
}
.topic-admin input {
	background-color:#C80404;
	color:#fff;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	border:none;
	padding:5px 3px 0 20px;
	font-size:11px;
}

.num, #forumlist small {
	text-align: center;
	white-space: nowrap;
}

h2.post-form {
	border-bottom-width: 0;
	margin-bottom: 2px;
}

#replyForm {
	float: left;
	width: 510px;
}
#tagForm {
	float: left;
	margin-left: 20px;
}
#tagForm h3 {padding-bottom: 12px;}

#postFormHolder {
	margin-bottom: 1em;
	float:left;
	width: 510px;
}

._postform {float: left;}
.postform textarea {
	height: 12em;
	width: 500px;
	padding: 5px;
	margin: 3px 0 3px 0;
	display: block;
	border: none;
}
.postform input, .postform textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-bottom: 10px;
}

.postform label {
	display:block;
	font-size:13px;
}

.postform #topic,
.postform #tags-input {
	border: none;
	margin: 3px 0 3px 0;
	padding: 5px;
	width: 500px;
	display: block;
}

.threadFooter {
	float: left;
	width: 1000px;
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #2E2D30;
}

.postform h3 {
	margin-bottom: 10px;
	
}
.postform p#post-form-forum-container label span {
	font-weight: bold;
	font-style: italic;
}

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

#manage-tags input {
	border:1px solid #ddd;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}


#manage-tags input[type=submit] {
	background-color:#C80404;
	border:medium none;
	color:#FFFFFF;
	font-family:Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:5px 3px;
}

#manage-tags li {
	font-size:13px;
	color:#333;
	padding-bottom: 20px;
}
#manage-tags form {
	margin-top:5px;
}

p.submit {
	margin-left:630px;
}

p.allowed {
	background-color:#DDDDDD;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:0;
	padding:10px;
	width:714px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.topiclink { display: block; }

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

p.rss-link {
	text-align: right;
	font-size: 0.8em;
}

a.rss-link {
	padding: 6px 0 6px 20px;
	background-image: url('images/feed-icon-16x16.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

#topic-move { margin-top: 1em; }

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

#viewdiv {
	font-size:12px;
}
#viewdiv #views, #front-page #discussions ul#views {
	padding:0;
	list-style:none;
}
#viewdiv #views li.view {
	padding-bottom:10px;
}
#viewdiv #views li.view a {
	color:#fff;
	background-color:#C80404;
	font-weight:bold;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


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


#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: 12px 12px; 
	border-bottom:1px dashed #7d7d7d; 
	color:white;
	
}

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


#latest th, #forumlist th, #favorites th {
	text-align: left;
	background: #e30043;
	padding: 5px;
	margin-bottom: 25px;
	font-size: 18px;
	color: white;
}

#latest td a { text-decoration: none;}
#latest td a:hover { text-decoration: underline;}
#latest h3 {color: white;}

#latest th a, #forumlist th a, #favorites th a {
	color:#FFFFFF;
	font-style:normal;
	padding:2px;
}

tr.bb-category td a {
	color:#666;
	font-weight:bold;
}
tr.bb-category td small {
	color:#999;
}
tr.bb-category td {
	background-color: #ddd;
	border-bottom:none;
}

#latest, #forumlist, #favorites {
	margin-bottom: 3em;
	width: 100%;
	font-size:12px;
}



#discussions .nav {
	margin-top: -2em;
	margin-bottom: 1em;
}

/* Profile Page
=================================== */
#profile-page div.bbcrumb {
	visibility: hidden;
	position:relative;
	top:50px
}
#profile-menu {
	list-style: none;
	position:relative;
	top:20px;
	display:block;
	padding: 8px 7px 0 0;
	margin-bottom:15px;
	margin-left:-32px;
	float:left;
}
#profile-menu ul {
	margin:0;
	padding:0;
}
#profile-menu li {
	display: inline;
	padding:0;
	margin:0;
	margin-left: 0px;
	position:relative;
	top:-2px;
}

#profile-menu li a {
	font-size: 12px;
	padding: 4px 7px;
	color:#fff;
}

#profile-menu li.current a {
	color:#fff;
	font-weight:bold;
}

#profile-menu li a:hover {
	text-decoration:underline;
}

div.vcard {
	font-size:13px;
}

h3#useractivity {
	font-size:20px;
	letter-spacing:1px;
}

#useravatar { margin-bottom: 1em; }


#userinfo { clear:left; margin-top: 10px; font-size:13px;}

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

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

#userinfo th { float:left; } 

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

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

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

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

#profile-page table {
	font-size:13px;
}

/* Search
=================================== */

#topic-search-form fieldset {
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #f6f6f6;
}

#topic-search-form div {
	clear: both;
}

#topic-search-form div label {
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}

#topic-search-form div div {
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}

#topic-search-form div div input {
	width: 280px;
	border: 1px solid #ccc;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;
}

#topic-search-form div div select {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family:Arial, Helvetica, sans-serif;
	border-radius: 3px;	
	border: 1px solid #ccc;
	padding: 4px;
}

#topic-search-form div div option {
	padding:0 4px;
}

#topic-search-form div div input.submit-input {
	width:auto;
	color:#666666;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	padding:5px;
	margin-left:215px;
}
#topic-search-form div.submit label {
	display:none;
}
#search-for { margin: 15px 0 5px; }

.search-results { margin: 0 0 10px; font-size: 13px; }

.search-results ol { margin: 5px 0 0 28px; }

.search-results ol li { margin: 0 0 3px; }

/* Login, Register, Profile Edit
=================================== */

.registerField {
	float: left;
	clear: left;	
}
#registerform {float:left;clear:left;margin: 20px 0 20px 0;}
#register-page p {clear: left;}
#registerform .sendBtn {clear: left;}
#registerform input[type=text],
#profile-page input[type=text],
#profile-page input[type=password] {
	width: 200px;
	padding: 2px;
	font-size: 12px;
	margin: 3px 0 10px 20px;
}

#profile-page {
	color: white;
}
#profile-page p {clear: left;}

#register-page tr.form-required label:before,
#profile-page tr.form-required label:before,
p.required-message:before {
	content: ' * ';
	color: red;
	vertical-align: 10%;
	margin-bottom:15px;
}

.form-invalid {
	background-color: #ffebe8 !important;
}

.form-invalid input {
	
}

#passwordrecovery {
	margin-top: 20px;
}
.hidden {
	display: none;
}

#pass-strength-result {
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #ccc;
	background-color: #e3e3e3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 15px 15px;
}

#pass-strength-result.bad {
	background-color: #ffeff7;
	border-color: #c69;
}

#pass-strength-result.good {
	background-color: #effff4;
	border-color: #66cc87;
}

#pass-strength-result.short {
	background-color: #e3e3e3;
}

#pass-strength-result.strong {
	background-color: #59ef86;
	border-color: #319f52;
}

p.submit input {
	line-height: 14px;
	padding:10px;
	background-color:#CCCCCC;
	border:1px solid #999999;
	color:#666666;
	width:auto;
	overflow:visible;
	font-family:Tahoma, Arial, sans-serif;
	font-weight:bold;
	margin:0;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	clear:both;
}