/*
Theme Name: Ballyfermot
Theme URI: http://bbpress.org/
Description: The "revolutionized" new face of bbPress.
Version: 0.01 theta-beta
Author: Bryan Veloso
Author URI: http://avalonstar.com
*/

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

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: small;
	font-weight: normal;
	color: #101010;
	background-color: #ffffff;
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

a { color: #2e6e15; text-decoration: none; }
a:hover { color: #006400; }

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

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

#wrapper {
	
}

#main {
	font-size: 12px;
	text-align: left;
	width: 921px;
}

.bbcrumb {
	text-transform: uppercase;
	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; }

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

.login {

	font-weight: normal;
	color: #ffffff;
}

form.login {
	
}

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

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

form.login input#submit {
	float: left;
	display: block;
}

.submit{
	width: 100%;
}


.remember{
	float: left;
}

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

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

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

#front-page #hottags, #search-page #hottags {
	float: right;
	width: 210px;
}

#front-page #discussions, #search-page #discussions {
	margin-right: 230px;
	width: 680px;
}

#hottags h2{
	padding: 10px;
	margin: 0px;
}

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

#front-page #discussions h2, #forum-page #main h2, h2.post-form, #userlogin, #currentfavorites, #register {
	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; }

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

.infobox {
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 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 {
	border-left: 1px solid #ccc;
	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 {
	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;
}

.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: 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 { 
	background-color: #338AC3;
	color: #ffffff;
	font-size: 110%;
	padding: 2px;
	width: 100%;
} 

.full_width{
	margin-top: 5px;
	width: 90%;
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
}

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

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

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

#latest th, #forumlist th, #favorites th {
	border-bottom: 1px solid #aaa;
	background-color: #C9EAF9;
	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
=================================== */

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

#profile-menu li {
	display: inline;
	margin-left: 3px;
}

#profile-menu li a {
	font-size: 1.1em;
	background-color: #ddd;
	padding: 4px 7px;
	border-top: 3px double #9e9e9e;
	position: relative;
	top: -10px;
	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#profile-menu li.current a {
	background-color: #bbb;
	border-top: 1px solid #9e9e9e;
}

#profile-menu li a:hover {
	background-color: #e4f3e1;
}

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

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

*{
	margin: 0px;
	padding: 0px;
}

#header{
	padding: 5px;
	text-align: left;
	background-image: url('images/header_background.jpg');
	background-color: #1E769E;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #ffffff;
	font-size: 110%;
}

.text{
	float: left;
	margin-right: 20px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, .text a, .text a:link, .text a:hover, .text a:visited{
	color: #ffffff;
}

#logo{
	width: 921px;
	clear: both;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

#banner_top{
	clear: both;
	background-image: url('images/banner_head.jpg');
	background-repeat: no-repeat;
	background-position: top;
	background-color: #2F9DCE;
	height: 10px;
	width: 921px;
}

#banner{
	clear: both;
	width: 881px;
	padding: 10px 20px 10px 20px;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #2F9DCE;
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
}

#banner_blog{
	clear: both;
	width: 881px;
	padding: 10px 20px 10px 20px;
	background-color: #2F9DCE;
	text-align: left;
	margin-bottom: 20px;
	color: #ffffff;
}

#banner_holder{
	
}

#banner_right{
	float: right;
	width: 321px;
	text-align: right;
}

#banner_left{
	text-align: left;
	width: 550px;
}

#content_wrapper{
	text-align: left;
	width: 960px;
}

#sidebar{
	float: left;
	width: 350px;
	padding-bottom: 20px;
}

#content{
	float: left;
	width: 551px;
	padding-right: 20px;
	padding-bottom: 20px;
}

#footer{
	clear: both;
	text-align: left;
	font-size: 110%;
	width: 905px;
	background-color: #1E769E;
	background-image: url("images/footer_background.jpg");
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px 5px 10px 10px;
	color: #ffffff;
}

#footer p{
	padding: 10px 0px 0px 0px;
}

/*content boxes*/
.large_box_top{
	clear: both;
	width: 551px;
	height: 15px;
	background-image: url('images/large_box_top.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.large_box_middle{
	width: 531px;
	background-image: url('images/large_box_middle.jpg');
	background-repeat: repeat-y;
	padding: 10px;
}

.large_box_bottom{
	width: 551px;
	height: 15px;
	background-image: url('images/large_box_bottom.jpg');
	background-repeat: no-repeat;
}

.small_dark_box_top{
	width: 350px;
	height: 35px;
	background-image: url('images/small_dark_box_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.small_dark_box_middle{
	width: 330px;
	text-align: right;
	padding: 0px 10px 5px 10px;
	background-image: url('images/small_dark_box_middle.jpg');
	background-repeat: repeat-y;
}

.small_dark_box_bottom{
	width: 350px;
	height: 15px;
	background-image: url('images/small_dark_box_bottom.jpg');
	background-repeat: no-repeat;
}

.small_light_box_top{
	width: 350px;
	height: 35px;
	background-image: url('images/small_light_box_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.margin{
	height: 20px;
}

.small_light_box_middle{
	width: 330px;
	padding: 0px 10px 0px 10px;
	background-image: url('images/small_light_box_middle.jpg');
	background-repeat: repeat-y;
}

.featured_small_light_box_middle{
	width: 330px;
	padding: 10px;
	background-image: url('images/small_light_box_middle.jpg');
	background-repeat: repeat-y;
}

.small_light_box_bottom{
	width: 350px;
	height: 15px;
	background-image: url('images/small_light_box_bottom.jpg');
	background-repeat: no-repeat;
}

.white_box{
	padding: 5px 5px 7px 5px;
	width: 519px;
	background-color: #ffffff;
	color: #101010;
	margin-bottom: 10px;
}


/*navigation*/
#navigation{
}

#menu {
	float:left;
	width:100%;
	font-size:105%;
	line-height:normal;
	}
#menu ul {
	margin:0;
	padding:1px 10px 0 0px;
	list-style:none;
	}
#menu li {
	display:inline;
	margin:0;
	padding:0;
	}
#menu a {
	float:left;
	background:url("images/tableftF.jpg") no-repeat left top;
	margin-right: 3px;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#menu a span {
	float:left;
	display:block;
	background:url("images/tabrightF.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #1E769E;
	font-weight: bold;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}
/* End IE5-Mac hack */
#menu a:hover span {color:#FFFFFF; 
font-weight: bold;}
#menu a:hover {background-position:0% -42px;}
#menu a:hover span {background-position:100% -42px;}
#menu a#current{
	float:left;
	background:url("images/tableftF.jpg") no-repeat left top;
	margin-right: 3px;
	padding:0 0 0 4px;
	text-decoration:none;
	background-position:0% -42px;
}

#menu a#current span {
	float:left;
	display:block;
	background:url("images/tabrightF.jpg") no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #ffffff;
	font-weight: bold;
	background-position:100% -42px;
	}

#navlist li
{
display: inline;
color: #ffffff;
list-style-type: none;
padding-right: 20px;
}

#navlist a, #navlist a:link{
	color: #ffffff;
	text-decoration: none;
}

#navlist a:hover, #navlist a:visited{
	color: #cccccc;
	text-decoration: none;
}


/*text*/
#banner h1, #banner_blog h1{
	color: #ffffff;
	font-size: 160%;
	font-weight: normal;
	padding-bottom: 10px;
}

.large_box_middle h2, .post_title h2{
	color: #1E769E;
	font-size: 180%;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	text-decoration: underline;
}

.large_box_middle h2{
	color: #1E769E;
	font-size: 140%;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
}

h2{
	color: #1E769E;
	font-size: 110%;
	font-weight: bold;
}

/*content boxes*/
.side_box_top{
	clear: both;
	width: 206px;
	height: 35px;
	background-image: url('images/blue_box_top.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}

.side_box_middle p{
	margin: 0px;
	padding: 0px;
}

.side_box_middle{
	width: 186px;
	background-image: url('images/blue_box_middle.jpg');
	background-repeat: repeat-y;
	color: #101010;
	padding: 5px 10px 0px 10px;
}

.side_box_bottom{
	width: 206px;
	height: 10px;
	background-image: url('images/blue_box_bottom.jpg');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	background-position: bottom;
}

#comments_section h2{
	font-size: 150%;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

h3{
	color: #1E769E;
	font-size: 110%;
	font-weight: normal;
	text-decoration: underline;
}

.post h2{
	font-size: 140%;
	color: #1E769E;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
}

.small_dark_box_top h2{
	color: #ffffff;
}

p{
	line-height: 140%;
	padding-bottom: 10px;
}

#banner_left p{
	padding-bottom: 5px;
}

.blog_news{
	padding: 10px 10px 0px 10px;
	line-height: 160%;
}

.latest_blog{
	line-height: 150%;	
	color: #666666;
	padding: 0px 5px 5px 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B0D8E2;
}

.latest_blog p{
	padding-bottom: 10px;
}

.blog_news p{
	border-bottom: 1px solid #B0D8E2;
	padding-bottom: 10px;
}

.featured h3{
	font-size: 100%;
}

.date{
	color: #a6b0b5;
}

#active_tab a, #active_tab a:link, #non_active_tab a, #non_active_tab a:link{
	text-decoration: none;
}

a, a:link{
	color: #1E769E;
	text-decoration: underline;
}

a:hover{
	color: #30b1e5;
}

a:visited{
	color: #666666;
}

blockquote{
	color: #338AC3;
	border-left: 2px solid #338AC3;
	margin: 10px 0px 20px 20px;
	padding: 0px 0px 0px 20px;
}

.blog_number{
	float: left;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	padding: 5px;
	margin-left: 10px;
}

.blog_number a, .blog_number a:link{
	color: #FFFFFF;
	text-decoration: underline;
}

.blog_number a:hover{
	color: #cccccc;
}

.blog_number a:visited{
	color: #ffffff;
}

.member_sign{
	margin: 5px 5px 5px 0px;
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	float: left;
}

.member_sign a, .member_sign a:link{
	background-color: #003046;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.member_sign a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.member_sign a:visited{
	color: #ffffff;
}

.featured ul { width:350px; } /* this could be any length in px or % */
.featured ul li { width: 45%; float: left; list-style: none; padding: 0px 0px 10px 0px; margin-left: 10px;}
.clear{
	clear: both;
}

.large_box_middle ul li{
	margin: 0px 0px 0px 20px;
}

#banner ol, #banner ul{
	padding: 0px 0px 10px 40px;
	color: #ffffff;
}

#banner a, #banner a:link, #banner a:visited, #banner a:hover{
	color: #ffffff;
}

#content ol, #content ul{
	padding: 0px 0px 10px 40px;
	color: #338AC3;
}

.divider{
	background-image: url('images/dot_divide.jpg');
	background-repeat: repeat-x;
	height: 7px;
}

.quote_name{
	color: #687478;
	text-align: right;
}

.info_header{
	color: #1E769E;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 110%;
}

.header_description{
	margin-top: 20px;
	text-align: left;
	color: #30abd6;
	width: 300px;
	float: right;
	font-size: 110%;
	padding: 0px 0px 0px 30px;
	background-image: url('images/quote.jpg');
	background-repeat: no-repeat;
}

/*forms*/
.element{
	clear: both;
	margin: 10px 0px 10px 0px;
}

.element input{
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
	background-color: #e9f6fc;
}

.element label{
	float: left;
	font-size: 105%;
	font-weight: bold;
	color: #338AC3;
}

.element .submit{
	background-color: #338AC3;
	color: #ffffff;
	padding: 2px 4px 2px 4px;
}

#comment_form{
	margin: 0px;
	background-color: #ffffff;
	color: #101010;
	border: 5px solid #daf0fc;
	padding: 5px;
}

#banner_comment_form{
	margin: 0px;
	background-color: #ffffff;
	color: #101010;
	border: 5px solid #daf0fc;
	padding: 5px;
}

.comment_element{
	clear: both;
	margin: 10px 0px 10px 0px;
}

#comment_form input, #banner_comment_form input{
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
	background-color: #e9f6fc;
}

#comment_form label, #banner_comment_form th{
	font-size: 105%;
	color: #101010;
}

#comment_form .submit, #banner_comment_form .submit{
	background-color: #338AC3;
	color: #ffffff;
	font-size: 110%;
	padding: 2px;
}

.full_width{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 93%;
	border: 1px solid #B1C8D5;
	padding: 2px 5px 2px 5px;
}

#comment_form input{
	float: right;
}

/*images*/
#banner_left img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.latest_blog img{
	float: left;
	padding: 0px 10px 0px 0px;
}

.featured img{
	float: left;
	padding-right: 10px;
}

#findoutmore{
	background-image: url('images/moreinfo.jpg');
	width: 321px;
	height: 50px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#getblog{
	background-image: url('images/ownblog.jpg');
	width: 321px;
	height: 50px;
	background-repeat: no-repeat;
}

#active_tab{
	background-image: url('images/active_tab.jpg');
	background-repeat: no-repeat;
	width: 203px;
	background-color: #d1edfb;
	float: left;
}

#non_active_tab{
	background-image: url('images/non_active.jpg');
	background-repeat: no-repeat;
	width: 203px;
	background-color: #d1edfb;
	float: left;
}

#logo img{
	border: none;
	outline: none;
	float: left;
	padding: 10px 0px 10px 0px;
}

#hottags form{
	padding: 0px;
	margin: 0px;
}

.results ol, li{
	margin: 0px 30px;
}