/*
Theme Name: Webbynode Theme
Theme URI: http://webbynode.com/
Description: The Webbynode Theme
Version: 1.0
Author: Suhail Patel
Author URI: http://suhailpatel.com
*/

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

* { margin: 0; padding: 0; }

body {
	background: #eee;
	color: #555;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

a, a:visited {
       color: #28476E;
       text-decoration: none;
       font-weight: bold;

}
a:hover{
	color: #9cf;
}

#sidelinks a {
  color: #555555;
  text-decoration: underline;
  font-weight: normal;
  font-size: 12px;
}

.alt { background-color: #fff; }

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

p { margin-bottom: 1.0em; }

.left { float: left; }

.right { float: right; }

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

h1 { font-size: 2em; }

h2 { font-size: 1.5em; }


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

img.avatar { border: 1px solid #ddd; }

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

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

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

/*
#header {
	background: url('images/page_header_bblogo.png') no-repeat bottom right; Remove to get rid of bb emblem.
	margin: 0 auto 10px;
	width: 760px;
	height: 106px;
	position: relative;
}

#header h1 {
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #444;
	text-align: right;
	letter-spacing: -1px;
	right: 53px;
	bottom: 26px;
	padding: 6px;
	z-index: 2;
}

#header p.description {
	font-size: 1.2em;
	font-family: Georgia;
	font-style: italic;
	overflow: auto;
	position: absolute;
	display: block;
	color: #666;
	text-align: right;
	right: 53px;
	bottom: 13px;
	padding: 6px;
	z-index: 2;
}

#header p { margin-bottom: 0; }

#header h1 a { color: #555; text-decoration: none; }
#header h1 a:hover, #header h1 a:visited { color: #666; }
*/
#main {
	width: 650px;
}


#header{
	height: 105px;
	background-color: #202020;
	text-align: center;
	position: relative;
	display: block;
	width: 100%;
}
#header img{
	margin-top: 1px;
}
#menu{
	background-color: #202020;
	position: relative;
	display: block;
	width: 100%;
}
#menu ul{
	height: 38px;
	padding-left: 100px;
	
}
#menu ul li{
	display: block;
	float: left;
	position: relative;
}
#menu ul li a{
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	background: url("http://webbynode.com/images/bt_menu_off.png");
	color: #fff;
	text-decoration:none;
	margin-right: 2px;
	font-weight: bold;
	font-size: 13px;
	padding: 0 28px;
	text-shadow: #000000 0 -1px 2px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px; 
  	-webkit-border-top-left-radius: 3px;  
  	-webkit-border-top-right-radius: 3px;  
  	border-top-left-radius: 3px; 
  	border-top-right-radius: 3px; 
}
#menu ul li a.active,
#menu ul li a:hover{
	height: 40px;
	background: url("http://webbynode.com/images/bt_menu_on.png");
}
#feature{
	background: url("http://webbynode.com/images/bg_featured.png");
	height: 100px;
	margin-bottom: 30px;
	border: 1px solid #fff;
}
#feature .light{
	height: 100px;
	margin-top: 0px;
	background: url("http://webbynode.com/images/bg_light.jpg");
        background-position: top;
        background-size: 100%;
}
.wrap{
	display: block;
	width: 930px;
	position: relative;
	margin: 0 auto;
	position: relative;
	display: block;	
}
#feature h1{
	text-indent: -1e+08;
	width: 149px;
	height: 92px;
	position: absolute;
}


#feature h2 { font-size: 45px; line-height: 1em; font-weight: bold; letter-spacing: -2px; color: #333; text-shadow: #dfdfdf 1px 1px 1px; margin-bottom: 20px; font-family: helvetica,arial,sans-serif; padding-top: 25px; margin-top: 0px; text-align: center; }

.bbcrumb {
	font-size: 0.9em;
	padding: 5px 10px;
	margin-bottom: 7px;
	background-color: #fff;
	border: 1px solid #ccc;
}

#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: 760px;
}

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

.notice p { margin-bottom: 0; }

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

.login {
	font-size: 12px;
}

form.login {
	margin-bottom: 75px;
}

p.login { margin-bottom: 0 !important; }

.login p { padding: 0 0 4px; margin-bottom: 0.3em !important; }

.login label {
	display: block;
	float: left;
	padding-right: 5px;
	line-height: 14px;
}

form.login input {
	border: 1px solid #999;
	padding: 2px;
	line-height: 14px;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}

form.login input#submit {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
	display: block;
	background-color: #ddd;
}

div.remember label {
	clear: both;
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 12px;
}

form.login input#remember {
	border-width: 0;
	padding: 0;
	margin: 0;
	vertical-align: baseline;
}

/* Sidebar
=================================== */

#sidebar {
	position: absolute;
	top: 0;
	left: 690px;
	width: 250px;
	overflow: hidden;
}

#sidebar #section
{	
	padding: 17px 12px 12px 12px;
	border: 1px solid #999;
	background: #fff url("http://webbynode.com/images/yellowbar.jpg") left top repeat-x;
	margin-bottom: 15px;
}

#sidebar h2 {
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 3px !important;
}

#sidebar li {
	list-style-type: none;
	padding: 3px 0px;
}

#sidebar form {
	margin-top: 10px;
}

#sidebar form p {
	margin-bottom: 6px;
}

#sidebar form .submit {
	margin-bottom: 6px;
}

#sidebar #community {
	display: block;
	margin-top: 7px;
	padding: 0px 0px 3px 33px !important;
}

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

#front-page #discussions {
	width: 670px;
}

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

#front-page #main h2, #forum-page #main h2, h2.post-form, #currentfavorites, #register, #passwordrecovery {
	color: #333;
	border-bottom: 1px solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

#userlogin {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

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

.sticky { background-color: #ecfdff; }

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

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

.infobox ul {
	margin: 6px 0 10px 2px;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}

.infobox ul li {  }

#topic-info {
	float: left;
	padding: 10px 1em 0 0;
	max-width: 385px;
}

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

#topic { padding: 3px; width: 595px; }

.nav {
	margin: 15px 0;
	text-align: right;
}

.nav span { font-weight: bold; }

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

#thread {
	list-style: none;
	margin: 0;
	padding: 0;
}

#thread li {
	line-height: 1.5em;
	clear: both;
	/* Hack to force padding on .threadauthor on IE */
	border-top: 1px solid #fff;
}

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

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

.threadauthor {
	float: left;
	padding: 1em 1em 0 1em;
	width: 120px;
}

.threadauthor p { margin: 0; }

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

.threadpost {
	padding: 1.5em 1em;
	margin-left: 140px;
	background-color: #eee;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#thread li.alt { border: 1px solid #ccc; margin-bottom: 10px; }

#thread li.alt .threadpost { background-color: transparent; margin-bottom: 10px; }

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

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

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

#thread .post {
	_height: 90px; /* Hack to fix broken .alt coloring in IE6 */
}
#thread .post p { font-size: 13px; }

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

#thread .post li { clear:none; }

.poststuff {
	clear:both;
	_clear: none; /* Hack to fix broken .alt coloring in IE6 */
	border-top: 1px dotted #ccc;
	margin: 10px 0 0;
	padding: 5px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#post_content { width: 595px; }

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

.postform {
	width: 650px;
}

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

.topicform .submit { width: 605px; }

.topiclink { display: block; }

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

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

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

/* 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: 5px 10px; text-align: left; }

#latest { border: 1px solid #ccc; }

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

#forumlist { border: 1px solid #ccc; }

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	text-align: left;
	font: 13px "Lucida Grande", Georgia, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 10px;
}

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

#posts { text-align: center !important; }

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

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

.profile img { position: absolute; top: 50px; left: 557px; }

#userinfo { margin-top: 10px; font-size: 12px; }

#userinfo dt { font-weight: bold; }

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

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

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

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

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

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

#login-page fieldset,
#register-page fieldset,
#profile-page fieldset {
	border-top: 3px double #ccc;
	border-bottom: 1px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
}

#login-page legend,
#register-page legend,
#profile-page legend {
	font-weight: bold;
	padding: 0 15px;
}

#login-page fieldset table,
#register-page fieldset table,
#profile-page fieldset table {
	text-align: left;
	margin: 0 15px;
	width: 95%;
	border-collapse: collapse;
}

#login-page fieldset table th,
#register-page fieldset table th,
#profile-page fieldset table th {
	padding: 5px;
	text-align: right;
	width: 20%;
	vertical-align: top;
	padding-right: 1em;
}

#login-page fieldset table td,
#register-page fieldset table td,
#profile-page fieldset table td {
	padding: 5px;
}

#login-page fieldset table td p,
#register-page fieldset table td p,
#profile-page fieldset table td p{
	margin: 5px 0;
}

#login-page fieldset p,
#register-page fieldset p,
#profile-page fieldset p {
	font-size: 11px;
	margin: 10px 16px;
}

#login-page sup.required,
#register-page sup.required,
#profile-page sup.required {
	color: red;
}

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

.form-invalid input {
	border-color: #c00 !important;
}

.form-table input, .form-table textarea {
	border-color: #c6d9e9;
}

.hidden {
	display: none;
}

#membersonline {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 11px;
	width: 655px;
}

.signature
{
	padding: 0px !important;
	font-size: 11px !important;
}

.profile {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

.profileleft {
	clear: left;
	float: left;
	width: 100px;
}

.profileright {
	clear: none;
	float: right;
	width: 10px;
}

.topicform {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}

.admin {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-top: 15px;
}

.search {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
}

.search h2 {
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-bottom: 7px !important;
	padding-bottom: 7px;
}

.search h3 {
	font-size: 1.2em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px !important;
	padding-bottom: 7px;
}

.search ol {
	list-style-type: none;
}

.results p {
	font-size: 12px;
}

.results small {
	font-size: 11px;
	font-weight: normal !important;
}

.search ol li {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
}

#search {
	padding: 3px;
	width: 600px;
	margin-bottom: 10px;
}

#user_login, #password {
	width: 101px;
}

.padding {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;	
	margin-bottom: 15px;
}

.padding h2 {
	border-bottom: 1px solid rgb(204, 204, 204);
	margin-bottom: 10px !important;
	padding-bottom: 7px;
}

.padding #postformsub {
	margin-right: 40px;
}

.padding .delete {
	margin-bottom: 40px;
}

.topic_status {
	font-size: 12px;
	list-style-type: none;
	padding-top: 5px;
}

.community {
	list-style-type: disc !important;
}

li.ourteam {
	background: url(http://webbynode.com/images/ourteam.png) no-repeat;
}

li.questions {
	background: url(http://webbynode.com/images/question_icon.png) no-repeat;
}

li.ico1 {
	background: url(http://webbynode.com/images/ico1.gif) no-repeat;
}

li.ico2 {
	background: url(http://webbynode.com/images/ico2.gif) no-repeat;
}

li.ico3 {
	background: url(http://webbynode.com/images/article.gif) no-repeat;
}

li.ico4 {
	background: url(http://webbynode.com/images/ico4.gif) no-repeat;
}

.wrap #main { min-height: 450px; }

#footer {
	display: block;
	background-color: rgb(32, 32, 32);
	border-top: 1px solid rgb(255, 255, 255);
	color: black;
	height: 100px;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	text-align: center;
	margin-bottom: 0px;
	text-transform: none;
	letter-spacing: normal;
}

#footer p.copyright {
	border-top: 1px solid rgb(102, 102, 102);
	color: rgb(102, 102, 102);
	padding: 10px 0px;
}
