/* ************************************* */
/* styles from BoardIndex.template       */
/* ************************************* */

/* -----------------------------------------------
   C S S   M E S S A G E   B O X E S   v1.0

   Thanks for eBurhan
   http://www.eburhan.com/

   Thanks for famfamfam icons
   http://www.famfamfam.com/
-------------------------------------------------- */

.error_bbc, .warning_bbc, .okay_bbc, .info2_bbc
{
    margin-bottom: 1.5em;
    padding: 1em 1.5em 1em 5.5em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    color: #444;
}

.error_bbc
{
background: #fbe3e4 url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/error.png) 2.2em center no-repeat;
border-color: #e0011b;
}
.error_bbc a
{
color: #d12f19;
}

.warning_bbc
{background: #fff6bf url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/warning.png) 2.2em center no-repeat;
border-color: #ffd324;
}
.warning_bbc a
{
color: #817134;
}

.okay_bbc   
{
background: #e9ffdd url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/okay.png) 2.2em center no-repeat;
border-color: #72c868;
}
.okay_bbc a
{
color: #529214;
}

.info2_bbc
{
background: #e2ecee url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/info2.png) 2.2em center no-repeat;
border-color: #9ddae6;
}
.info2_bbc a
{
color: #2d7ba2;
}


/* Lists */
.error_bbc ul, .warning_bbc ul, .okay_bbc ul, .info2_bbc ul
{
    list-style: none;
    margin: 1.3em 1.5em;
}
.error_bbc ul li, .warning_bbc ul li, .okay_bbc ul li, .info2_bbc ul li
{
    padding-left: 1.3em;
}
.error_bbc ul li
{
background: url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/error-bullet.png)  0 0.55em no-repeat;
}
.warning_bbc ul li
{
background: #992800  0 0.55em no-repeat;
 }
.okay_bbc ul li
{
background: url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/okay-bullet.png) 0 0.55em no-repeat;
 }
.info2_bbc ul li
{
background: url(http://www.eulogia.co.uk/home/Themes/default/images/mBox/info2-bullet.png) 0 0.55em no-repeat;
 }

p#stats
{
	text-align: right;
}
h3#newsfader
{
	font-size: 1em;
}
#smfNewsFader span
{
	font-weight: bold;
}
#smfFadeScroller
{
	padding: 0em;
	font-size: 1em;
	text-align: center;
	height: 213px;
}
.categoryframe
{
	margin-top: 0.4em;
}
.categoryframe h3
{
	margin: 0;
}
table.boardsframe
{
	width: 100%;
}
table.boardsframe td.icon
{
	text-align: center;
	padding: 0.5em;
	width: 6%;
}
table.boardsframe td.info
{
	width: 50%;
	padding: 0;
}
table.boardsframe td.info h4
{
	padding: 0.4em 0.4em 0 0.4em;
	margin: 0;
}
table.boardsframe td.info p
{
	padding: 0 0.4em 0.5em 0.4em;
	margin: 0;
}
table.boardsframe td.info p.moderators
{
}
table.boardsframe td.stats
{
	width: 8%;
	vertical-align: middle;
	text-align: center;
}
table.boardsframe td.lastpost
{
	width: 20%;
	vertical-align: top;
	padding: 0.5em;
}
table.boardsframe p.children
{
	border-top: solid 1px #ADADAD;
	margin: 0;
	padding: 0.5em;
}
#posticons
{
	clear: both;
	width: 100%;
}
#posticons .buttonlist
{
	margin-right: 1em;
	float: right;
}
#infocenterframe
{
	margin-top: 2em;
	clear: both;
}
/* each section in infocenter has this class */
.infocenter_section
{
	clear: both;
}
.infocenter_section p.section
{
	display: block;
	margin: 0;
	width: 3%;
	text-align: center;
	float: left;
	padding: 0.5em 0 0 0;
}
.infocenter_section div.sectionbody
{
	margin-left: 3%;
	padding: 0.3em;
	border-left: solid #a0a0a0 1px;
	min-height: 25px;
}
/* recent posts - or just one recent post */
dl#infocenter_recentposts
{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
dl#infocenter_recentposts dt
{
	clear: left;
	float: left;
	padding: 0.1em;
	width: 68%;
	white-space: nowrap;
	overflow: hidden;
}
dl#infocenter_recentposts dd
{
	clear: right;
	float: right;
	padding: 0.1em;
	width: 25%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
}
/* login form */
form#infocenter_login ul.horizlist label
{
	white-space: nowrap;
	font-size: 90%;
	font-weight: bold;
}

/* ************************************* */
/* styles from MessageIndex.template     */
/* ************************************* */
#childboards table
{
	width: 100%;
}
.modbuttons
{
	clear: both;
	width: 100%;
}
.modbuttons .buttonlist, .modbuttons .buttonlist_bottom
{
	margin-right: 1em;
	float: right;
}
#messageindex td.icon1, #messageindex td.icon2
{
	text-align: center;
	padding: 0.5em;
	width: 5%;
}
#messageindex td.subject
{
	padding: 0.5em;
}
#messageindex td.starter
{
	text-align: center;
	padding: 0.5em;
	width: 14%;
}
#messageindex td.replies
{
	text-align: center;
	padding: 0.5em;
	width: 4%;
}
#messageindex td.views
{
	text-align: center;
	padding: 0.5em;
	width: 4%;
}
#messageindex td.lastpost
{
	padding: 0.5em;
	width: 22%;
}
#messageindex td.moderation
{
	text-align: center;
	padding: 0.5em;
	width: 4%;
}
#topic_icons p
{
	display: block;
	padding: 0.5em 0.5em 0.1em 0.5em;
	margin: 0;
	border-bottom: none;
}
#message_index_jump_to
{
	margin: 2em 4em 0 2em;
}

/* ************************************* */
/* styles from Display.template          */
/* ************************************* */
#events .post
{
	padding: 1em;
}
#moderationbuttons
{
	margin-left: 0.5em;
}
#postbuttons .nav, #postbuttons_lower .nav
{
	margin: 0.5em 0.5em 0 0;
	text-align: right;
}
#postbuttons_lower .nav
{
	margin: 0em 0.5em 0.5em 0;
}
#postbuttons, #postbuttons_lower
{
	text-align: right;
}

/* Poll question */
h4#pollquestion
{
	padding: 1em 0 1em 2em;
}

/* Poll vote options */
#poll_options ul.options
{
	border-top: 1px solid #696969;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options div.submitbutton
{
	clear: both;
	padding: 0 0 1em 2em;
}

#poll_options div.submitbutton.border
{
	border-bottom: 1px solid #696969;
	margin: 0 0 1em 0;
}

/* Poll results */
#poll_options dl.options
{
	border: solid #696969;
	border-width: 1px 0;
	padding: 1em 2.5em 0 2em;
	margin: 0 0 1em 0;
}
#poll_options dl.options dt.voted
{
	font-weight: bold;
}
#poll_options dl.options dd
{
	margin: 0.5em 0 1em 0;
}

/* Poll notices */
#poll_options p
{
	margin: 0 1.5em 0.2em 1.5em;
	padding: 0 0.5em 0.5em 0.5em;
}

div#pollmoderation
{
	margin: -1em 0 0 2em;
	padding: 0;
}

.approve_post
{
	margin: 2ex;
	padding: 1ex;
	border: 2px dashed #cc3344;
	color: black;
	font-weight: bold;
}
#forumposts h3.catbg3
{
	font-weight: normal;
	padding: 0.4em;
}
#forumposts h3.catbg3 img
{
	vertical-align: middle;
}
#forumposts h3.catbg3 span
{
	padding-left: 2%;
}
#forumposts h3.catbg3 span#top_subject
{
	padding-left: 9%;
}
.poster
{
	width: 15%;
}
.postarea
{
	margin-left: 16%;
}
.messageicon
{
	float: left;
	margin: 0 0.5em 0.5em 0;
}
div.postarea .keyinfo
{
	float: left;
	width: 60%;
}
ul.postingbuttons
{
	float: right;
	padding-right: 1em;
	text-align: right;
}
ul.postingbuttons li
{
	display: inline;
}
.modifybutton
{
	float: right;
}
.attachments
{
	clear: right;
	padding-top: 1em;
}
.postfooter
{
	margin-left: 16%;
}
.topborder
{
	border-top: solid 1px #bbb;
}
.moderatorbar
{
	clear: right;
	margin: 1em 0 0 16%;
}
#quickReplyOptions div
{
	text-align: center;
	border-left: solid 1px #aaa;
}

#quickReplyOptions #quickReplyWarning
{
	border: none;
	text-align: left;
	margin: 0;
	width: 25%;
	float: left;
}
#quickReplyOptions #quickReplyContent
{
	float: left;
	width: 74%;
}

#quickReplyOptions #quickReplyContent textarea, #quickReplyOptions #quickReplyContent input
{
	margin-bottom: .5em;
}

/* ************************************* */
/* styles from Recent.template           */
/* ************************************* */
.readbuttons
{
	clear: both;
	width: 100%;
}
.readbuttons .buttonlist, .readbuttons .buttonlist_bottom
{
	margin-right: 1em;
	float: right;
}

.navbar2
{float:left;width:155px;height:400px;
margin-right:0px;background:#666666;}

/* main board hovers */
.windowbg2_hover:hover,.windowbg2_hoverHover
{
	color: #AD370B;					/* hover text color */
	background: #dde5ed;			/* hover background color */
	behavior: url(../scripts/pseudo-hover.htc);
}
.windowbg2_hover:hover a, .windowbg2_hoverHover a, .windowbg2_hover:hover .lastpost, .windowbg2_hoverHover .lastpost, .windowbg2_hover:hover .info, .windowbg2_hoverHover .info
{
	color: #AD370B;					/* hover text color */
}

/* admin & moderator approval */
.approvebg2_hover:hover,.approvebg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
	background: #dde5ed;			/* hover background color */
	behavior: url(../scripts/pseudo-hover.htc);
}
.approvebg2_hover:hover a, .approvebg2_hoverHover a, td.subject.approvebg2.approvebg2_hover:hover, td.subject.approvebg2.approvebg2_hoverHover, td.lastpost.approvebg2.approvebg2_hover:hover, td.lastpost.approvebg2.approvebg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
}
.approvetbg2_hover:hover,.approvetbg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
	background: #dde5ed;			/* hover background color */
	behavior: url(../scripts/pseudo-hover.htc);
}
.approvetbg2_hover:hover a, .approvetbg2_hoverHover a, td.lastpost.approvetbg2.approvetbg2_hover:hover, td.lastpost.approvetbg2.approvetbg2_hoverHover, td.subject.approvetbg2.approvetbg2_hover:hover, td.subject.approvetbg2.approvetbg2_hoverHover
{
	font-weight: bold;
	color: red;						/* hover text color */
}

/* sticky */
.stickybg2_hover:hover,.stickybg2_hoverHover
{
	color: #AD370B;					/* hover text color */
	background: #decec9;			/* hover background color */
	behavior: url(../scripts/pseudo-hover.htc);
}
.stickybg2_hover:hover a, .stickybg2_hoverHover a, td.subject.stickybg2.stickybg2_hover:hover, td.subject.stickybg2.stickybg2_hoverHover, td.lastpost.stickybg2.stickybg2_hover:hover, td.lastpost.stickybg2.stickybg2_hoverHover
{
	color: #AD370B;					/* hover text color */
}

/* locked */
.lockedbg2_hover:hover,.lockedbg2_hoverHover
{
	color: #AD370B;					/* hover text color */
	background: #dde5ed;			/* hover background color */
	behavior: url(../scripts/pseudo-hover.htc);
}
.lockedbg2_hover:hover a, .lockedbg2_hoverHover a, td.subject.lockedbg2.lockedbg2_hover:hover, td.subject.lockedbg2.lockedbg2_hoverHover, td.lastpost.lockedbg2.lockedbg2_hover:hover, td.lastpost.lockedbg2.lockedbg2_hoverHover
{
	color: #AD370B;					/* hover text color */
}

/* locked and sticky */
td.lastpost.locked_sticky2.stickybg2_hover:hover, td.lastpost.locked_sticky2.stickybg2_hoverHover
{
	color: #AD370B;					/* hover text color */
}
td.lastpost.locked_sticky2.stickybg2_hover:hover, td.lastpost.locked_sticky2.stickybg2_hoverHover, td.subject.stickybg.locked_sticky2.stickybg2_hover:hover,td.subject.stickybg.locked_sticky2.stickybg2_hoverHover
{
	color: #AD370B;					/* hover text color */
}

/**********************************************************************************
* Linktree hover items
**********************************************************************************/ /*   borders around the linktree elements & background behind hover items
*    all borders MUST have same color											*/
.linktree_border0
{
	margin-left: 0;
	margin-right: 0;
	height: 1.5em;
	font-size: 1em;
	background: #FFFFFF;			/* rest background behind hovers */
}
.linktree_border1
{
	margin-left: 0;
	margin-right: 0;
	height: 3em;
	font-size: 1em;
	background: #FFFFFF;			/* rest background behind hovers */
}
.linktree_border2
{
	margin-left: 0;
	margin-right: 0;
	height: 4.5em;
	font-size: 1em;
	background: #FFFFFF;			/* rest background behind hovers */
}
.linktree_border3
{
	margin-left: 0;
	margin-right: 0;
	height: 6em;
	font-size: 1em;
	background: #FFFFFF;			/* rest background behind hovers */
} /*   Linktree hover row placeholder      */
.linktree_b
{
	margin: 0;
	height: 1.3em;
	padding: 0;
} /* Linktree hover items */
.linktree_0
{
	position: relative;
	float: none;
	width: 100%;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #f0f4f7;				/* rest hover background color */
	overflow:auto;
}
.linktree_0_hover:hover, .linktree_0_hoverHover
{
	width: 100%;
	background: #dde5ed;				/* hover background color */
	overflow:auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_1
{
	position: absolute;
	float: none;
	width: 50%;
	margin: 0;
	line-height: 1.3em;
	text-indent: -7%;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #f2e3d9;
	background: #f0f4f7;				/* rest hover background color */
	overflow:auto;
}
.linktree_1_hover:hover, .linktree_1_hoverHover
{
	position: absolute;
	float: none;
	width: 50%;
	margin: 0;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #dde5ed;				/* hover background color */
	overflow:auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_2
{
	position: relative;
	width: 50%;
	float: right;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #d8e1e7;				/* rest hover background color */
	overflow: auto;
}
.linktree_2_hover:hover,.linktree_2_hoverHover
{
	position: relative;
	width: 50%;
	float: right;
	margin: 0;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #c6d1d8;				/* hover background color */
	overflow: auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_3
{
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #d8e1e7;				/* rest hover background color */
	overflow: auto;
}
.linktree_3_hover:hover,.linktree_3_hoverHover
{
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #c6d1d8;				/* hover background color */
	overflow: auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_4
{
	position: relative;
	width: 50%;
	float: right;
	margin:0 0 0 -20%;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #f0f4f7;				/* rest hover background color */
	overflow: auto;
}
.linktree_4_hover:hover, .linktree_4_hoverHover
{
	position: relative;
	width: 50%;
	float: right;
	margin:0 0 0 -20%;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #dde5ed;				/* hover background color */
	overflow: auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_5
{
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #f0f4f7;				/* rest hover background color */
	overflow: auto;
}
.linktree_5_hover:hover, .linktree_5_hoverHover
{
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #dde5ed;				/* hover background color */
	overflow: auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_6
{
	position: relative;
	width: 50%;
	float: right;
	margin:0 0 0 -20%;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #d8e1e7;				/* rest hover background color */
	overflow: auto;
}
.linktree_6_hover:hover, .linktree_6_hoverHover
{
	position:relative;
	width: 50%;
	float: right;
	margin: 0 0 0 -20%;
	line-height: 1.3em;
	border: solid .1em #cacdd3;
	background: #c6d1d8;				/* hover background color */
	overflow: auto;
	behavior: url(../scripts/pseudo-hover.htc);
}
.linktree_7
{
	position: relative;
	width: 50%;
	float: left;
	margin: 0;
	line-height: 1.3em;
	text-align: center;
	text-decoration: none;
	color: black;						/* rest text color */
	border: solid .1em #cacdd3;
	background: #d8e1e7;				/* rest hover background color */
	overflow:auto;
}

/* Linktree hover text colors */
div.linktree_0.linktree_0_hover:hover a, div.linktree_0.linktree_0_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_1.linktree_1_hover:hover a, div.linktree_1.linktree_1_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_2.linktree_2_hover:hover a, div.linktree_2.linktree_2_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_3.linktree_3_hover:hover a, div.linktree_3.linktree_3_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_4.linktree_4_hover:hover a, div.linktree_4.linktree_4_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_5.linktree_5_hover:hover a, div.linktree_5.linktree_5_hoverHover a
{
	color: #AD370B;						/* hover text color */
}
div.linktree_6.linktree_6_hover:hover a, div.linktree_6.linktree_6_hoverHover a
{
	color: #AD370B;						/* hover text color */
}

