/*
Theme Name: looks-like-buddypress
Theme URI: http://manojkumar.org
Description: Try to give similar look as default buddypress theme for users how integrate bbpress with buddypress.
Version: 0.01 
Author: Manoj Kumar
Author URI: http://manojkumar.org
*/

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }

/***********************************************************
 Let the games begin...
************************************************************/

.clear { clear: both; }


html {
	background: #fff;
	font-size: 11px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}

body {
	background: #fff;
	font-size: 12px;
	color: #555;
	line-height: 170%;
	min-width: 960px;
	max-width: 1300px;
	margin: 0 auto;
}

a { color: #7D0D18; text-decoration: none; }
a:hover { color: #555555; }

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



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


h4 {
	font-size: 1.2em;
	margin: 10px 0;
}
/* Structure
=================================== */

#wrapper {}

/* Login Form
=================================== */
#login-bar {
	border-top: 10px solid #7D0D18;
	background: #fff9df;
	padding: 7px 20px;
}

form.login, p.login {
	font-weight: normal;
	color: #444;
	font-size: 12px;
	margin: 0; padding: 0;
	float: right;
}

form.login input#submit {}


/* bbcrumb
=================================== */
#bbcrumb {
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 1px;
	float: left;
}




/* Header
=================================== */
#header {
	padding: 25px 20px;
}
#header {
	padding: 25px 20px;
}
	#header h1 a {
		text-indent: -999em;
		background: url(images/bp_logo.gif) top left no-repeat;
		overflow: hidden;
		width: 266px;
		height: 50px;
		display: block;
		float: left;
	}

#header ul {
		float: right;
		margin: 7px 0 0 0;
	}
		#header ul li {
			float: left;
			margin: 0 0 0 18px;
		}
			#header ul li a {
				background: #f0f0f0;
				color: #555;
				display: block;
				padding: 2px 15px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				text-decoration: none;
			}

			#header ul li.selected a {
				background: #fff9df;
				color: #7D0D18;
				font-weight: bold;
			}
		
	p.description {display: none;}
	

/* Content
=================================== */
#main {
	padding: 0 20px;
}

/*** WIDGETS **********/

.widget {
	margin: 0 0 25px 0;
}

h2.widgettitle, h2.post-form, h2.topictitle {
	padding: 3px 8px;
	margin-bottom: 5px;
	height: 36px;
	font-weight: bold;
}

	h2.widgettitle a {
		text-decoration: none;
		color: #555;
	}

	h2.widgettitle img {
		vertical-align: middle;
		margin-right: 4px;
	}
	
	



/*** LEFT COLUMN **********/

#left-column {
	margin-right: 560px;
}
	#left-column .widget h2, .narrowcolumn h2.widgettitle {
		background: url(/wp-content/themes/bphome/images/welcome_header_back.gif) top left no-repeat;
		color: #fff;
	}
	
#center-column {
	float: right;
	width: 260px;
	margin-right: 20px;
}
	#center-column .widget h2 {
		background: url(images/centercol_header_back.gif) top left no-repeat;
		color: #fff;
	}

#right-column {
	float: right;
	width: 260px;
}
	#right-column .widget h2, #sidebar h2.widgettitle {
		background: url(images/rightcol_header_back.gif) top left no-repeat;
		color: #fff;
	}



/* Front Page
=================================== */
/*
#front-page #hottags {
	top: 0;
	left: 0;
	width: 150px;
	overflow: hidden;
}

#front-page #discussions {
	margin-left: 170px;
	width: 590px;
}

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

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

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


.sticky { background-color: #a1d29a; }

	

/*#footer {
	border-top: 1px solid #ccc;
	margin: 20px auto;
	color: #666;
	font-size: 1.0em;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 10px;
	clear: both;
	text-align: center;


}*/
#footer {base.css (line 816)
-x-system-font:none;
background:#F0F0F0 none repeat scroll 0 0;
font-family:Georgia,times,serif;
font-size:1.1em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin-top:30px;
padding:15px;
text-align:center;
}

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





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

.infobox {
	border-bottom: 1px solid #ccc;
	border-width: 1px 0;
}
	.infobox ul {
		margin: 15px 0 0 0;
		padding: 0;
	}
		.infobox ul li { padding-bottom: 3px; }


#topic-info {
	float: left;
	padding: 0 12px;	
}

#topic_labels {
	font-weight: 700;
}

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

/*
.nav {
	margin: 0;
}
	.nav span { font-weight: bold; }
	.nav span, .nav a { padding: 0 6px; }
*/

.pagination-links, .nav {
	padding: 15px 0;
	text-align: right;
}
	.pagination-links .page-numbers, .nav .page-numbers {
		padding: 0.5em 0.5em;
		height: 24px;
	}
	.pagination-links .current, .nav .current {
		padding: 0.5em 0.5em;
	}

	a.page-numbers:hover { background: #e1e1e1; border-bottom: 2px solid #444;}

	.pagination-links .current, .nav .current {
		background: #d5d5d5;
		border-bottom: 2px solid #f28935;
	}
	
#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 .threadpost { background-color: transparent; }

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

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

.postform {
	background-color: #f0f0f0;
	padding: 1em;
	margin-bottom: 1em;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 98%;
	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; }

.topiclink { display: block; }


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


/* Search 
=================================== */
ol.results {
	list-style-type: none;
}
	ol.results li {
		background: url(images/item_list_back.gif) repeat-x top;
		padding: 10px;
	}
	
	ol.results li h4 {
		font-size: 1.2em;
		margin-bottom: 10px;
	}

/* 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; }

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

#latest tr:hover, #forumlist tr:hover, #favorites tr:hover { background-color: #e4f3e1; }

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

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

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

#useravatar { margin-bottom: 1em; }

#useravatar img { display: block; border-width: 3px; border-style: double; }

#userinfo { margin-top: 10px; }

#userinfo dt { font-weight: bold; display: block; float: left; width: 30%; background: #efefef; margin-bottom: 1px; padding: 8px;}

#userinfo dd { margin: 0 0 5px;  display: block; float: right; width: 65%; background: #f2f2f2; margin-bottom: 1px; padding: 8px;} 

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

/* Form Styles & Misc
=================================== */
.standard-form label, .search-form legend {
	display: block;
	padding: 0 0 0.3em 0;
	margin: 0.5em 0 0 0;
}

.standard-form input, .standard-form select, .standard-form textarea, .search-form input, .search-form select, input.delete {
	font-size: 1.3em;
	font-family: inherit;
	width: 65%;
	padding: 0.2em;
	margin-bottom: 10px;
}

.standard-form textarea {
	height: 100px;
}

.standard-form input[type="submit"], .standard-form input[type="checkbox"], .standard-form input#save, .search-form input.button, .search-form input.submit-input, input.delete  {
	width: auto;
}


/* 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;
	background-color: #f6f6f6;
}

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

.inputButton, #tagformsub
{
    background: #FFF url(/images/button_small.png) no-repeat;
    border: 0px;
    height: 28px;
    width: 60px !important;
    color: #FFF;
}

#postformsub
{
    background: #FFF url(/images/button_medium.png) no-repeat;
    border: 0px;
    height: 28px;
    width: 120px !important;
    color: #FFF;
}
