/*
Theme Name: Internship Help for bbPress
Description: Merge for IH website. Partially based on K2 theme.
Version: 1.00 updated for bbPress 0.9.0.2
Author: Matt Hinchliffe
Author URI: http://www.forum-design.co.uk/
*/

/*
Derrived from Bryan Veloso orriginal style sheet that ships with bbpress, added 
a little style from the sheet availble from http://getk2.com, copyright of that 
to the people at http://binarybonsai.com !
*/

/* Globals */

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../../../style/mainBG.png) repeat-x scroll top;
	color: #000;
	}

/* layout */
#master {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	}
html>body #master {
	height: auto;
	}

.fullcontain {
	width: 100%;
	clear: both;
	}
.contain {
	position: relative;
	width: 88em;
	left: 50%;
	top: 0;
	margin: 0 0 0 -44em;
	}

#header {
	background: transparent url(../../../style/headline.png) repeat-x scroll bottom;
	}
#main {
	padding: 1.5em 0 5em 0;
	}
#google {
	float: right;
	width: 120px;
	height: 600px;
	border: 1px solid #ddd;
	}
#content {
	float: right;
	margin: 0 1.25em 0 0;
	width: 54em;
	padding: 0;
	}
#sidebar {
	float: left;
	width: 19em;
	}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 4em;
	clear: both;
	background: #3d3d3d url(../../../style/footerBG.gif) repeat-x scroll top;
	margin: 0;
	padding: 0.6em 0 0.5em 0;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	}

/* Header */
#header .content {
	background: transparent url(../../../style/logo.png) no-repeat scroll left 10px;
	}
#header #logo {
	display: block;
	visibility: visible;
	font-size: 3.4em;
	line-height: 1.6em;
	text-indent: 60px;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 0 0 0;
	}
#header #logo span {
	color: #67a54b;
	visibility: visible;
	display: inline;
	}
#header #logo a {
	border: none;
	text-decoration: none;
	color: #3b5997;
	}
#header #slogan {
	display: block;
	color: #555;
	text-indent: 60px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 1em 0;
	}

/* Head Menu */
#menu {
	display: block;
	height: 64px;
	text-align: center;
	margin: 0 0 4px 60px;
	}
#menu a {
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	}
#menu li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	z-index: 1005;
	}
#menu li a {
	display: block;
	float: left;
	height: 32px;
	line-height: 28px;
	background: transparent url(../../../style/tabNL.png) no-repeat scroll left top;
	padding: 0 0 1px 10px;
	margin-right: 4px;
	}
#menu li a span {
	float:left;
	display:block;
	background: transparent url(../../../style/tabNR.png) no-repeat scroll top right;
	padding: 0 10px 1px 0;
	}
#menu li a:hover, #menu li a.selected {
	background-image: url(../../../style/tabHL.png)
	}
#menu li a:hover span, #menu li a.selected span {
	background-image: url(../../../style/tabHR.png);
	}


/* login and member controls */
#login #remember, #sidelogin #remember {
	width: 1.2em;
	background: none;
	border: none;
	display: inline;
	}
#login #rem, #sidelogin #rem {
	width: 22.5em;
	float: none;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1.6em;
	}
#sidelogin {
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;
	background: #fdfbed;
	border: 1px solid #f0ebc0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
fieldset#sidelogin {
	padding: 0 0 0.5em 0;
	}
#sidelogin div {
	margin: 0.2em 0 0 0;
	padding: 0 0 0.2em 1em;
	} 
#sidelogin input {
	width: 12.4em;
	margin: 0;
	}
#sidelogin label, #sidelogin #rem {
	width: 10em;
	text-align: left;
	font-weight: bold;
	}
#sidelogin #rem {
	font-weight: normal;
	line-height: 2em;
	}
#sidelogin ul {
	margin: 0;
	padding: 0;
	}
#sidelogin ul li {
	display: block;
	margin: 0;
	}
#sidelogin ul li a, #sidelogin ul li strong {
	display: block;
	text-indent: 0.8em;
	line-height: 1.8em;
	}
#sidelogin ul li a:hover {
	background-color: #f3ea83;
	}
#sidelogin a, #sidelogin a:hover {
	color: #000;
	text-decoration: none;
	}

/* search */
#search {
	padding: 0.8em 0 0 0;
	border: none;
	}
#search input {
	width: 70%;
	margin: 0;
	padding: 3px;
	margin: 3px 0 0 0;
	float: left;
	}
#search button {
	border: none;
	background: none;
	margin: 0 0 0 0.5em;
	height: 25px;
	width: 28px;
	padding: 0;
	float: left;
	}
#search button span {
	visibility: hidden;
	display: none;
	}
#search label {
	width: 10em;
	text-align: left;
	line-height: 1em;
	margin: 0;
	padding: 1px;
	font-weight: bold;
	color: #3b5997;
	}

/* Footer */
#footer ul {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
	text-align: center;
	}
#footer ul li {
	display: inline;
	clear: none;
	line-height: 1.8em;
	padding: 0 0.5em;
	}
#footer a {
	color: #aec9d8;
	}
#footer a:hover, #footer a.selected {
	color: #cbe88a;
	}

/* content */
.alt { background-color: #fff; }

.left { float: left; }

.right { float: right; }

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

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

.bozo { background-color: #eeee88; }

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

.deleted { background-color: #ee8888; }

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

/* BB Structure */
.bbcrumb {
	font-size: 0.9em;
	letter-spacing: 1px;
	padding: 5px 0 20px;
}

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

/* Front Page
=================================== */
#front-page #discussions {
}

.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 solid #ddd;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

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

.sticky { background-color: #EDEDED; }

/* View Topic */
.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 1em;
	margin: 0 0 1em 0;
	}
.infobox ul {
	margin: 10px 0 10px 12px;
	padding: 0;
	}
.infobox ul li { padding-bottom: 3px; }
.infobox fieldset {
	border: none;
	}
.infobox button {
	margin: 0;
	}

#topic-info {
	float: left;
	padding: 0 1em 0 0;
	}

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

#thread {
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	}
#thread li {
	display: block;
	margin: 0 0 0.6em 0;
	line-height: 1.5em;
	clear: both;
	background: #eee;
	border-top: 1px solid #fff;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
#thread li#post-1 {
	/* Hack to force padding on .threadauthor on IE */
	background: #F2F7F8;
	border: 1px solid #DDEBED;
	}
#thread li ol, #thread li ul { margin-left: 40px; }
#thread li ol li, #thread li ul li { padding: 0; }

.threadauthor {
	float: left;
	padding: 1em 0.5em 0 0.5em;
	width: 110px;
	text-align: center;
	}
.threadauthor p { margin: 0; }
.threadauthor small { font: 11px Verdana, Arial, Helvetica, sans-serif; }

.threadpost {
	padding: 1em;
	margin-left: 120px;
	}

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

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

/* front page */
#forumlist {
	background: none;
	border: none;
	}
#forumlist tr {
	border: 1px solid #aeaeae;
	background-color: #f7f7f7;
	margin: 0 0 0.4em 0;
	}
#forumlist tr:hover {
	background-color: #EBF7F1;
	border: 1px solid #CEE3D6;
	}
#forumlist td {
	padding: 6px;
	font-size: 1.2em;
	}
#forumlist td small {
	display: block;
	clear: both;
	}

/* post new topic */
.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 fieldset {
	border: none;
	}
.postform label {
	width: 100%;
	text-align: left;
	font-weight: bold;
	}
.postform label span {
	font-weight: normal;
	}
.postform input {
	width: 98.5%;
	}
.postform textarea {
	height: 12em;
	margin: 5px 0;
	padding: 5px;
	width: 70%;
	display: inline;
	float: left;
	}
.postform p {
	display: inline;
	clear: none;
	float: right;
	width: 24%;
	color: #666;
	}

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

.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, #favorites td { padding: 5px 10px; }

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

#latest 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 #favorites {
	background-color: #f7f7f7;
	margin-bottom: 2em;
	width: 100%;
}

#useravatar { margin-bottom: 1em; }

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

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