/**************************************
Common styles for the theme
*************************************
Normal, standard links.*/
A:link
{
	color: #010101;
	text-decoration: none;
}
A:visited
{
	color: #010101;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}
/*Tables should show empty cells.*/
TABLE
{
	empty-cells: show;
}
/*set a fontsize that will look the same in all browsers.*/
BODY
{
	font: 95%/100% Verdana, Helvetica, sans-serif;
	background: #61788A url(images/page.jpg) repeat-x;
	margin: 0;
	padding: 12px 0 4px;
}
/*use dark grey for the text, leaving black for headers etc*/
BODY, TD, TH, TR
{
	color: #020202;
}
/*lets give all forms zero padding/margins*/
FORM
{
	padding: 0px;
	margin: 0px;
}
/*Input boxes - just a bit smaller than normal so they align well.*/
INPUT, TEXTAREA, BUTTON
{
	color: #000000;
	font-family: verdana, sans-serif;
}
INPUT, BUTTON
{
	font-size: 90%;
}
TEXTAREA
{
	font-size: 100%;
	color: #000000;
	font-family: verdana, sans-serif;
}
/*All input elements that are checkboxes or radio buttons.*/
INPUT.check
{
	border: none;
}
/*Selects are a bit smaller, because it makes them look even better 8).*/
SELECT
{
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: verdana, sans-serif;
}
/*Standard horizontal rule.. ([hr], etc.)*/
HR, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/*By default set the color on these tags as black.*/
H1, H2, H3, H4, H5, H6
{
	color: #000000;
	font-size: 1em;
	margin: 0;
	padding: 0;
}
/*No image should have a border when linked.*/
A IMG
{
	border: 0;
}
/*No lines around buttons in Firefox!*/
A
{
	outline: none;
}
/*Reset all lists.*/
UL, UL LI
{
	padding: 0;
	margin: 0;
	list-style: none;
}
/*We can define lists to be lists tho!*/
UL.normallist
{
	padding-left: 2em;
}
UL.normallist LI
{
	list-style: disc;
}
/**************************************
Some handy custom classes
**************************************/
.floatright
{
	float: right;
}
.floatleft
{
	float: left;
}
/*Default font sizes: small (8pt), normal (10pt), and large (14pt).*/
.smalltext
{
	font-size: 0.7em;
	line-height: 1.3;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 0.85em;
}
.normaltext
{
	font-size: 1em;
}
.largetext
{
	font-size: 1.4em;
}
/*This style will make sure all headers use the same padding throughout.*/
.headerpadding
{
	padding: 0.5em;
}
/*smaller padding used in paragraphs, sections etc*/
.smallpadding
{
	padding: 0.2em;
}
/*larger padding used in paragraphs, sections etc*/
.largepadding
{
	padding: 0.3em;
}
/*A small space to the next section.*/
.marginbottom
{
	margin-bottom: 1em;
}
/*On the top too.*/
.margintop
{
	margin-top: 1em;
}
/*remove bold/italic styles*/
SPAN.plainstyle
{
	font-weight: normal;
	font-style: normal;
}
/*float a list horizontally*/
UL.horizlist
{
	width: 100%;
}
UL.horizlist LI
{
	float: left;
	padding: 0.2em 0.4em;
	vertical-align: top;
}
/*make a inline-list*/
UL.nolist LI
{
	display: inline;
}
/*Helping style to clear floated items.*/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}
/*Hides from IE-mac. \*/
* HTML .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/*End hide from IE-mac.
*************************************
Some specific SMF elements
*************************************
A quote, perhaps from another post.*/
BLOCKQUOTE
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/*A code block - maybe even PHP ;).*/
CODE
{
	color: #000000;
	background-color: #DDDDDD;
	display: block;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
/*Put a nice border around it.*/
	border: 1px solid #000000;
	margin: 1px auto;
	padding: 1px;
	width: 99%;
	overflow: auto;
	white-space: nowrap;
/*Stop after about 24 lines, and just show a scrollbar.*/
	max-height: 24em;
}
/*The "Quote:" and "Code:" header parts...*/
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	width: 100%;
}
/*For links to change the code stuff...*/
.codeoperation
{
	font-weight: normal;
}
/*Styling for BBC tags*/
.bbc_color A
{
	color: inherit;
}
.bbc_img
{
	border: 0;
}
.bbc_list
{
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2em;
}
.bbc_list LI
{
	list-style: disc;
}
.bbc_list LI LI
{
	list-style: circle;
}
.bbc_size
{
	line-height: 1.3em;
}
.bbc_table
{
	font: inherit 1em sans-serif;
	color: inherit;
}
.bbc_table TD
{
	font: inherit 1em sans-serif;
	color: inherit;
	vertical-align: top;
}
.bbc_u
{
	text-decoration: underline;
}
/*Generally, those [?] icons.  This makes your cursor a help icon.*/
.help
{
	cursor: help;
}
/*/me uses this a lot. (emote, try typing /me in a post.)*/
.meaction
{
	color: #FF0000;
}
/*The main post box - this makes it as wide as possible.*/
.editor
{
	width: 96%;
}
/*Highlighted text - such as search results.*/
.highlight
{
	background-color: #FFFF00;
	font-weight: bold;
	color: #000000;
}
/*A more discreet highlight colour, for selected membergroups etc.*/
.highlight2
{
	background-color: #B3F4B0;
	color: #000000;
}
/**************************************
Real common classes
*************************************
Alternating backgrounds for posts, and several other sections of the forum.*/
.windowbg, #preview_body
{
	color: #000000;
	background-color: #ECEDF3;
}
.windowbg2
{
	color: #000000;
	background-color: #F6F6F6;
}
.windowbg3
{
	color: #000000;
	background-color: #C3D0E3;
}
/*Color for background of posts requiring approval*/
.approvebg
{
	color: #000000;
	background-color: #F6E0D4;
}
/*Color for background of *topics* requiring approval*/
.approvetbg
{
	color: #000000;
	background-color: #E4A17C;
}
/*the today container in calendar*/
.calendar_today
{
	background-color: #FFFFFF;
}
/*These are used primarily for titles, but also for headers (the row that says what everything in the table is.)*/
.titlebg, TR.titlebg TH, TR.titlebg TD, .titlebg2, TR.titlebg2 TH, TR.titlebg2 TD, #credits H3
{
	color: #000000;
	font-style: normal;
	background: #E9F0F6 url(images/titlebg.jpg) repeat-x;
	border-bottom: 1px solid #9BAEBF;
	border-top: 1px solid #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg A:link, .titlebg A:visited
{
	font-weight: bold;
	color: #000000;
	font-style: normal;
}
.titlebg A:hover
{
	color: #404040;
}
/*same as titlebg, but used where bold text is not needed*/
.titlebg2 A:link, .titlebg2 A:visited
{
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 A:hover
{
	text-decoration: underline;
}
/*This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers.*/
.catbg, TR.catbg TD, .catbg3, TR.catbg3 TD
{
	background: #88A6C0 url(images/catbg.jpg) repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2, TR.catbg2 TD
{
	background: #A1BFD9 url(images/catbg2.jpg) repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: 1px solid #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, TR.catbg3 TD, .catbg3 A:link, .catbg3 A:visited
{
	font-size: 95%;
	color: #FFFFFF;
	text-decoration: none;
}
.catbg A:link, .catbg A:visited, .catbg2 A:link, .catbg2 A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.catbg A:hover, .catbg2 A:hover, .catbg3 A:hover
{
	color: #E0E0FF;
}
/*This is used for tables that have a grid/border background color (such as the topic listing.)*/
.bordercolor
{
	background-color: #ADADAD;
	padding: 0px;
}
/*This is used on tables that should just have a border around them.*/
.tborder
{
	padding: 1px;
	border: 1px solid #696969;
	background-color: #FFFFFF;
}
/*Posts and personal messages displayed throughout the forum.*/
.post, .personalmessage
{
	overflow: auto;
	line-height: 1.3em;
	width: 100%;
}
.postarea .post
{
	clear: right;
	float: left;
}
/*add a visual divider between subject and post*/
.post .inner
{
	padding-top: 0.7em;
	/*border-top: 1px solid #888;*/
}
/*Links in posts*/
.post A:link, A.post:visited
{
	color: #0202A0;
	text-decoration: underline;
}
.post A:hover
{
	color: #000005;
}
/*All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;).*/
.signature
{
	clear: right;
	padding: 1em 0 3px;
	font: smaller sans-serif;
	border-top: 1px solid #888;
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/*Sometimes there will be an error when you post*/
.error
{
	color: #FF0000;
}
/*Messages that somehow need to attract the attention.*/
.alert
{
	color: #FF0000;
}
/*Calendar colours for birthdays, events and holidays*/
.birthday
{
	color: #920AC4;
}
.event
{
	color: #078907;
}
.holiday
{
	color: #000080;
}
/*Colours for warnings*/
.warn_mute
{
	color: #FF0000;
}
.warn_moderate
{
	color: #FFA500;
}
.warn_watch
{
	color: #008000;
}
A.moderation_link, A.moderation_link:visited
{
	color: #FF0000;
	font-weight: bold;
}
.openid_login
{
	background: #FFFFFF url(images/openid.gif) no-repeat;
	padding-left: 18px;
}
/*The AJAX notifier*/
#ajax_in_progress
{
	background: #32CD32;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 0.4em;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#ajax_in_progress A
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: smaller;
	float: right;
}
/**************************************
Buttons and menus
**************************************/
.buttonlist UL, .buttonlist_bottom UL
{
	background: url(images/maintab_first.gif) no-repeat bottom left;
	padding-left: 10px;
}
.buttonlist UL LI, .buttonlist_bottom UL LI
{
	margin: 0;
	padding: 0;
	display: inline;
}
.buttonlist UL LI A, .buttonlist UL LI A:visited, .buttonlist_bottom UL LI A, .buttonlist_bottom UL LI A:visited
{
	float: left;
	display: block;
	color: #FFFFFF;
	font-size: 0.8em;
	font-family: tahoma, sans-serif;
	text-transform: uppercase;
}
.buttonlist UL LI A:hover, .buttonlist_bottom UL LI A:hover
{
	color: #E0E0FF;
	text-decoration: none;
}
.buttonlist UL LI A SPAN, .buttonlist_bottom UL LI A SPAN
{
	background: url(images/maintab_back.gif) repeat-x bottom left;
	display: block;
	padding: 0.1em 0.5em 0.5em;
}

/*
.buttonlist UL LI A.active, .buttonlist_bottom UL LI A.active
{
	background: url(images/maintab_active_last.gif) no-repeat bottom right;
	padding-right: 8px;
}
.buttonlist UL LI A.active SPAN EM, .buttonlist_bottom UL LI A.active SPAN EM
{
	padding: 0.1em 0.5em 0.5em;
	display: block;
	font-style: normal;
	background: url(images/maintab_active_back.gif) repeat-x bottom right;
}
.buttonlist UL LI A.active SPAN, .buttonlist_bottom UL LI A.active SPAN
{
	background: url(images/maintab_active_first.gif) no-repeat bottom left;
	padding: 0 0 0 8px;
}
.buttonlist UL LI A SPAN.last, .buttonlist_bottom UL LI A SPAN.last
{
	background: url(images/maintab_last.gif) no-repeat bottom right;
	padding: 0.1em 1.5em 0.5em 0.5em;
}
*/


/*For links that are basically submit buttons.*/
.buttonlist_submit
{
	background: transparent;
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
	text-decoration: none;
	font-size: 9px;
	font-family: tahoma, sans-serif;
	border: 0;
}
.buttonlist_submit:hover
{
	color: #E0E0FF;
}
/*..for the "bottom" menu*/
.buttonlist_bottom UL
{
	background: url(images/mirrortab_first.gif) no-repeat top left;
}
.buttonlist_bottom UL LI A SPAN
{
	padding: 0.5em 0.5em 0.1em;
	background: url(images/mirrortab_back.gif) repeat-x top left;
}
.buttonlist_bottom UL LI A.active
{
	background: url(images/mirrortab_active_last.gif) no-repeat top right;
}
.buttonlist_bottom UL LI A.active SPAN EM
{
	background: url(images/mirrortab_active_back.gif) repeat-x top right;
}
.buttonlist_bottom UL LI A.active SPAN
{
	background: url(images/mirrortab_active_first.gif) no-repeat top left;
}
.buttonlist_bottom UL LI A SPAN.last
{
	padding: 0.5em 1.5em 0.1em 0.5em;
	background: url(images/mirrortab_last.gif) no-repeat top right;
}
/*the old type of menu, with images*/
.oldbuttonlist
{
	text-align: right;
	padding: 0.5em;
}
/**************************************
The below is deprecated.
*************************************
definitions for the main tab, active means the tab reflects which page is displayed*/
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	vertical-align: top;
	padding: 2px 6px 6px;
	font-family: tahoma, sans-serif;
}
.maintab_first
{
	background: url(images/maintab_first_prev.gif) no-repeat left bottom;
	width: 10px;
}
.maintab_back
{
	background: url(images/maintab_back.gif) repeat-x left bottom;
}
.maintab_last
{
	background: url(images/maintab_last_prev.gif) no-repeat left bottom;
	width: 8px;
}
.maintab_active_first
{
	background: url(images/maintab_active_first.gif) no-repeat left bottom;
	width: 6px;
}
.maintab_active_back
{
	background: url(images/maintab_active_back.gif) repeat-x left bottom;
}
.maintab_active_last
{
	background: url(images/maintab_active_last.gif) no-repeat left bottom;
	width: 8px;
}
/*how links behave in main tab.*/
.maintab_back A:link, .maintab_back A:visited, .maintab_active_back A:link, .maintab_active_back A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.maintab_back A:hover, .maintab_active_back A:hover
{
	color: #E0E0FF;
	text-decoration: none;
}
/*definitions for the mirror tab*/
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: #FFFFFF;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px;
	font-family: tahoma, sans-serif;
}
.mirrortab_first
{
	background: url(images/mirrortab_first_prev.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(images/mirrortab_last_prev.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}
/*how links behave in mirror tab.*/
.mirrortab_back A:link, .mirrortab_back A:visited, .mirrortab_active_back A:link, .mirrortab_active_back A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.mirrortab_back A:hover, .mirrortab_active_back A:hover
{
	color: #E0E0FF;
	text-decoration: none;
}
/*These are for the auto suggest floating div type thing.*/
.auto_suggest_div
{
	border: 1px solid #505050;
	position: absolute;
	font-size: 0.7em;
}
/*An auto suggest item*/
.auto_suggest_item
{
	background-color: #FAFAFA;
	padding: 2px;
}
/*hovered auto suggest item*/
.auto_suggest_item_hover
{
	background: url(images/autosuggest_back.gif) repeat-x;
	background-color: #7897B4;
	padding: 2px;
	cursor: pointer;
	color: #FFFFFF;
}

.buttonlist_bottom ul li a.active, .buttonlist_bottom ul li a.active span, .buttonlist_bottom ul li a, .buttonlist_bottom ul li a span, .buttonlist_bottom ul li a span.last, .buttonlist_bottom ul, .buttonlist_bottom, .buttonlist_bottom ul li {
  background-image: none;
}



img.avatar {
    max-width: 100%;
}

#quickReplyContent textarea {
    width: 100%;
}