/* =============================================================
CSS Simple Forum Version 2.1
Default Formatting CSS
============================================================= */

@import url('../../sf-framework.css');

/* =============================================================
#sforum: Main Outer Container for everything
============================================================= */

#sforum,
#sforum div,
#sforum p,
#sforum h1,
#sforum h2,
#sforum h3,
#sforum h4,
#sforum small,
#sforum span,
#sforum a,
#sforum a:link,
#sforum a:active,
#sforum a:visited,
#sforum img,
#sforum form {
	background-color: transparent;
	color: #000000;
	border-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
}

#sforum {
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 100%;
}

#sforum a:hover {
	color: #5364AE !important;
}

/* =============================================================
#sfloginstrip: User Login/Registration Strip
============================================================= */

#sforum .sfloginstrip {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin-top: .5em;
	padding: 0 .5em;
	font-size: 85%;
	line-height: 1.5em;
	text-align: left;
}

#sforum .sfloginstrip .sfusercell {
	font-weight: normal;
}

#sforum .sfloginstrip .sflogincell {
	text-align: right;
}

#sforum .sfloginstrip .sfnewcount,
#sforum #sfbottomiconstrip .sfnewcount {
	border: 1px solid #005D8B;
	padding: .1em .4em;
	font-size: 80%;
}

/* =============================================================
#sfmessagestrip: Breadcrumb, Message Strip, Search Strip etc
============================================================= */

#sforum .sfmessagestrip {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	border: 1px solid #DDDDDD;
	height: auto;
	margin: .5em 0;
	padding: .3em 0;
	font-size: 85%;
	font-weight: bold;
}

#sforum .sfmessagestrip td p {
	vertical-align: center;
	padding: 0 0 5px 0;
	margin: 0;
}

#sforum .sfmessagestrip select#sfquicklinks {
	float: right;
	font-size: 95%;
	font-weight: normal;
}

#sforum .sfmessagestrip #sfquicklinks option {
	padding: .03em;
}

/* =============================================================
#sfblock: A complete forum block container (forum, topic, post)
============================================================= */

#sforum .sfblock {
	border: 1px solid #DDDDDD;
	margin: 1em 0 0 0;
}

#sforum .sfblock img {
	margin-bottom: -.5em;
	margin-left: .1em;
}

/* =============================================================
.sfheading: Group/Forum/Topic Name (Main Heading)
============================================================= */

#sforum .sfheading {
	background: #E9E8E8 url( fade-heading.png ) repeat-x 0px -2px;
	height: auto;
	padding-bottom: .3em;
}

#sforum .sfheading .sficoncell {
	width: 2em;
}

#sforum .sfheading .sficoncell img {
	margin: .4em;
}

#sforum .sfheading p {
	color: #5364AE;
	margin: 0;
	padding: 0 0 0 .5em;
	font-size: 100%;
	font-weight: bold;
}

#sforum .sfheading small {
	color: #000000;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	line-height: 1em;
	font-size: 85%;
}

/* =============================================================
.sfforumtable: Forum/Topic tables
============================================================= */

#sforum .sfforumtable {
	border: 1px solid #888888;
	border-spacing: .1em;
}

#sforum .sfforumtable th {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	border: 1px solid #888888;
	color: #000000;
	text-align: center;
	font-size: 85%;
	font-weight: bold;
}

#sforum .sfforumtable td {
	border: none;
	background: #fff url( fade-entry.png ) repeat-x 0px -2px;
	margin: 0;
	padding: 0 0 .4em 0;
}

#sforum .sfforumtable .sficoncell {
	width: 2em;
}

#sforum .sfforumtable .sficoncell img {
	margin: .4em;
}

#sforum .sfforumtable .sfnewposticoncell {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	width: 2em;
}

#sforum .sfforumtable .sfnewposticoncell img {
	margin: .4em .4em 0 .4em;
}

#sforum .sfforumtable td a {
	font-weight: bold;	
	font-size: 95%;
}

#sforum .sfforumtable td p {
	padding: 0 .35em 0 .45em;
}

#sforum .sfforumtable td small {
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 90%;
	line-height: 1em;
}

#sforum .sfforumtable .sfcounts {
	border: inherit;
	width: 5%;
	text-align: center;
}

/* =============================================================
.sfforumtable: New Post tables
============================================================= */

#sforum .sfforumtable .sfnewpostforum {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
}

#sforum .sfforumtable .sfuserdetails {
	border: inherit;
	width: 17%;
	margin: 0;
}

#sforum .sfforumtable .sfuserdetails p {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 80%;
	text-align: center;
	line-height: 1.1em;
}

/* =============================================================
.sffooter & .sfpagelinks: Forum Page links in sffooter
============================================================= */

#sforum .sffooter {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	color: #000000;
	height: auto;
	margin:0;
}

#sforum .sfpagelinks {
	padding: .4em 0 .4em .15em;
	font-weight: bold;
	font-size: 90%;
}

#sforum .sfpagelinks a,
#sforum .sfpagelinks a:link,
#sforum .sfpagelinks a:active,
#sforum .sfpagelinks a:visited,
#sforum .sfpagelinks a:hover {
	border: 1px solid silver;
	color: inherit;
	margin: 0;
	padding: .25em .5em;
}

#sforum .sfpagelinks img {
	margin-bottom: -.2em;
	padding: 0;
}

#sforum .sfpagelinks a.sfpointer {
	border: none !important;
}

#sforum .sfpagelinks a.current {
	background-color: #C2D7E7;
	color: #000000;
}

#sforum .sfpagelinks a:hover {
	background-color: #BBBBBB;
}

/* =============================================================
#sfbottomiconstrip: RSS icon and Go To Top icon
============================================================= */

#sforum #sfbottomiconstrip a {
	font-weight: bold;
	font-size: 90%;
}

/* =============================================================
.sfposttable: The Posts Page
============================================================= */

#sforum .sfposttable {
	border: 1px solid #888888;
	border-spacing: .1em;
}

#sforum .sfposttable th {
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	border: 1px solid #888888;
	color: #000000;
	text-align: center;
	font-size: 85%;
}

#sforum .sfposttable td {
	border-bottom: 1px solid #000000;
	background: #FFFFFF;
}

/* =============================================================
.sfposttable: User Details - Left and Above
============================================================= */

#sforum .sfposttable .sfuserinfoside {
	background-color: #DEDEED;
	border: inherit;
	width: 7em;
}

#sforum .sfposttable .sfuserinfoside p {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	text-align:center;
	line-height: 1.2em;
	vertical-align: top;
}

#sforum .sfposttable .sfuserinfoside .sfuseravatar {
	text-align: center;
}

#sforum .sfposttable .sfuserinfoside .sfavatar {
	padding: .5em 0;
}

#sforum .sfposttable .sfuserinfoside .proflink img {
	float: right;
}

#sforum .sfposttable .sfuserinfoabove {
	background-color: #DEDEED;
	border: inherit;
	vertical-align: top;
}

#sforum .sfposttable .sfuserinfoabove p {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	text-align:left;
	line-height: 1.2em;
	vertical-align: top;
}

#sforum .sfposttable .sfuserinfoabove .sfavatar {
	float: left;
	padding: 0 .5em .9em 0;
}	

#sforum .sfposttable .sfuserinfoabove .proflink img {
	float: left;
	padding: 0 .7em 3em 0;
}

#sforum .sfposticonstrip {
	border: 1px solid #DDDDDD;
	background: #fff url( fade-heading.png ) repeat-x 0px -2px;
	height: 2em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 90%;	
	vertical-align: top;
}

#sforum .sfposttable .sfpostcontent .sfposticonstrip a {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

#sforum .sfposttable .sfpostcontent .sfposticonstrip .formlink a {
	position: relative;
	margin-top: -2px;
}

/* =============================================================
.sfpostcontent: The Post Content
============================================================= */

#sforum .sfposttable .sfpostcontent p {
	overflow: hidden;
	margin: 4px 0px 0px 0px;
	padding: 3px 15px 3px 24px;
	font-size: 105%;
	color: #000000;
}

#sforum .sfposttable .sfmoderate {
	background-color: #DDD;
	color: #000000;
}

#sforum .sfposttable .sfpostcontent blockquote {
	background-color: #D5CBFB;
	color: #000000;
	border: 1px dotted gray;
	margin: 5px 10px 5px 22px;
}

#sforum .sfposttable .sfpostcontent .replyquote {
	background-color: #FFC19A;
	color: #000000;
	border: 1px dotted gray;
	margin: 5px 10px 5px 22px;
}

#sforum .sfposttable .sfpostcontent img {
	margin-left: 3px;
	margin-top: 5px;
}

#sforum .sfposttable .sfpostcontent a {
	text-decoration: underline;
}

#sforum .sfposttable .sfpostcontent cite {
	background-color: yellow;
	border: 1px dotted gray;
}

#sforum .sfposttable .sfpostcontent .sfpinned {
	background-color: #FFFF99;
}

#sforum .sfposttable .sfpostcontent small {
	color: #003399;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

#sforum .sfposttable .sfpostcontent ul,
#sforum .sfposttable .sfpostcontent ol
{
	font-size: 100%;
}

#sforum .sfposttable .sfpostcontent ul li,
#sforum .sfposttable .sfpostcontent ol li
{
	font-size: 110%;
}

#sforum .sfposttable .sfpostcontent hr {
	border: 1px solid #D5CBFB;
}

#sforum .sfposttable .sfpostcontent span.sfcode,
#sforum .sfposttable .sfpostcontent div.sfcode {
	background: #EBEBEB; 
	color: maroon !important; 
	padding: 3px 15px 3px 24px;
	font-family: Courier !important;
}

/* =============================================================
.sfmanageicons - Topic and Post Views
============================================================= */

#sforum .sfforumtable .sfmanageicons form,
#sforum .sfposttable .sfmanageicons form {
	margin: 0;
	padding: .6em 0 0 0;
	text-align: center;
	vertical-align: top;
}

#sforum .sfposttable .sfmanageicons .sfposticonstrip p {
	color: #777777;
	text-align: center;
	font-weight: normal;
}

/* =============================================================
.sfadditemcell: New Topic/New Post Icons
============================================================= */

#sforum .sfheading .sfadditemcell,
#sforum .sffooter .sfadditemcell,
#sforum .sfheading .sfadditemcell a,
#sforum .sffooter .sfadditemcell a {
	color: #000000;
/*	cursor: pointer;*/
	margin: 0;
	padding: .2em .2em 0 0;
	text-align: right;
	font-size: 95%;
	font-weight: bold;
}

/* =============================================================
#sfstatstrip - forum statistics table
============================================================= */

#sforum #sfstatstrip {
	background: #fff url( fade-stats.png ) repeat-x 0px -2px;
}

#sforum #sfstatstrip th,
#sforum #sfstatstrip td {
	color: #999999;
	border: 1px solid #CCCCCC;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 90%;
	vertical-align: top;
}

#sforum #sfstatstrip p {
	color: #666666;
	padding-left: .8em;
	font-weight: normal;
	font-size: 90%;
	vertical-align: top;
	line-height: 1.1em;
}

/* =============================================================
Hidden Help and Acknowledgement Boxes
============================================================= */

#sforum #sfhelpbox,
#sforum #sfacknowledge {
	background-color: #FFFFFF; 
	border: 1px solid #718BA6; 
	padding: .8em;
}

#sforum #sfhelpbox ul,
#sforum #sfacknowledge p {
	color: #000000;
}

/* =============================================================
Some General Classes
============================================================= */

#sforum .sficon,
#sforum .sficon a,
#sforum .sficon p {
	color: #000000 !important;
	border: none;
	font-weight: bold;
	text-decoration: none;
}

#sforum .sficon img {
	border: none;
	margin-bottom: -4px;
	padding: 0 4px 0 4px;
}

.sfmessage {
	background-color: #5364AE;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 2px;
	margin: 1em 0 1em 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

#sforum #sfversion {
	background-color: #FFFFFF;
	color: #444444;
	border: 1px solid #DDDDDD;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 70%;
	text-align: center;
}

#sforum #sfversion a {
	color: #444444;
}

.sfalignright {
	float: right;
}

.sfalignleft {
	float: left;
}

.sfclear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#sforum .sficonkey small {
	margin-left: .8em;
}

#sforum .sficonkey small img {
	margin-bottom: -.5em;	
}


/* =============================================================
.sfsearchform/.sfentryform: Form Fieldset Styling & Controls
============================================================= */

#sforum #sfentryform,
#sforum #sprofileform {
	color: #5364AE;
	width: 100%;
}

#sforum #sfentryform fieldset,
#sforum form fieldset {
	border: 1px solid #5364AE;
	color: #5364AE;
	padding: 5px;
	text-align: left;
}

#sforum form {
	padding: 2px 10px 2px 10px;
}

#sforum form p {
	color: #000000;
	padding-top: 6px;
}

#sforum #sfentryform form,
#sforum #sfsearchform form,
#sforum #sfprofileform form {
	color: #5364AE;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}

#sforum #sfentryform form #sfhide {
	display: none;
}

#sforum #sfprofileform {
	border: 1px solid #5364AE;
	background-color: #FFFFFF;
	padding: 10px;
}

#sforum #sfprofileform fieldset {
	color: #5364AE;
}

#sforum #sfprofileform fieldset p {
	color: #5364AE;
	font-size: 100%;
}

/* =============================================================
.Forms, Controls and QuickTag styling
============================================================= */

.sfcontainer {
	width: 80%;
}

.sftextcontrol {
	width: 70%;
}
	
.quicktags {
	margin: 2px 2px 0px 2px;
	font-size: 100%;
}

.quicktags textarea {
	width: 90%;
	font-size: 100%;
}

.sfeditpost textarea {
	width: 100%;
	font-size: 100%;
	margin: 6px 0 2px 0;
	padding: 0;
}
	
.sfcontrol,
.sfacontrol,
.qtbutton {
	border: 1px solid #5364AE;
	background: #fff url( fade-butt.png ) repeat-x 0px -2px;
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	padding: 3px;
	margin-right: 2px;
}

.sfalink {
	border: 1px solid #5364AE !important;
	background: #fff url( fade-butt.png ) repeat-x 0px -2px;
	color: #000000 !important;
	font-family: Verdana, sans-serif;
	font-size: 100% !important;
	padding: 4px !important;
	margin-right: 2px;
}

.sfcontrol:hover,
.sfacontrol:hover,
.qtbutton:hover,
.sfalink:hover {
	background: #fff url( fade-butt.png ) repeat-x 0px -2px;
	border: 1px solid #000000 !important;
	color: #5364AE !important;
}

.qttext {
	border: 1px solid #5364AE;
	font-family: Verdana, sans-serif;
	padding: 3px;
}

.quicktags #ed_strong {
	font-weight: bold;
}

.quicktags #ed_link {
	color: blue;
	text-decoration: underline;
}

.quicktags #ed_del {
	text-decoration: line-through;
}

.quicktags #ed_em {
	font-style: italic;
}

.quicktags #ed_code {
	font-family: "Courier New", Courier, mono;
	margin-bottom: 2px;
}
