/**/
/*Theme Name: Skybound*/
/*Theme URI: http://www.skybound.ca*/
/*Description: Skybound Support Forum Theme*/
/*Version: 1.0*/
/*Author: Skybound Software*/
/*Author URI: http://www.skybound.ca*/
/*Ported By: Skybound Software*/
/*Porter URI: http://www.skybound.ca*/
/**/
/*Globals*/
/*===================================*/
*
{
	margin: 0;
	padding: 0;
	position: relative;
}
BODY
{
	margin: 0 auto;
	padding: 0;
}
A, A:visited
{
	color: #2F517F;
	text-decoration: none;
}
A:hover
{
	color: #213959;
}
PRE, CODE
{
	font: 1em Monaco, "Courier New", monospace;
}
PRE, P
{
	margin-bottom: 1em;
	font-size: 13px;
	color: #333;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.delete:hover
{
	background-color: #C00;
	color: #FFF;
}
H1 A, H1 A:hover, H1 A:visited
{
	color: #000000;
}
H2
{
	text-align: left;
	padding: 0 0 10px 10px;
	font-size: 13pt;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	font-weight: normal;
}
H3
{
	font-size: 1.6em;
	font-weight: normal;
	color: #3D69A4;
	letter-spacing: -1px;
}
H4
{
	color: #333333;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0;
	padding: 7px 0;
	text-transform: none;
}
DIV.page-wrap H2
{
	padding-left: 0;
	color: #3D69A4;
	font-size: 17px;
	text-transform: none;
}
FIELDSET
{
	border-width: 0;
	padding: 0;
	margin: 0;
}
IMG.avatar
{
	margin-bottom: 10px;
}
.bozo
{
	background-color: #EEEE88;
}
.alt.bozo
{
	background-color: #FFFF99;
}
.deleted
{
	background-color: #EE8888;
}
.alt.deleted
{
	background-color: #FF9999;
}
TABLE
{
	font-size: 13px;
}
.wrapper
{
	padding: 15px;
	clear: both;
}
/*Structure*/
/*===================================*/
/*wrapper*/
/*header*/
DIV#header
{
	background: #0B0B0B url(images/header_background.jpg) repeat-x scroll top left;
	height: 140px;
	display: block;
	border-top: 1px solid #5483C0;
}
DIV.header-left
{
	background: transparent url(images/header_left.jpg) no-repeat scroll top left;
	width: 56px;
	height: 140px;
	float: left;
}
DIV.header-text
{
	background-image: url(images/header_gradient.jpg);
	background-repeat: repeat-x;
	height: 140px;
	float: left;
}
DIV.header-right
{
	width: 34px;
	float: left;
	height: 140px;
	background-image: url(images/header_right.jpg);
	background-repeat: no-repeat;
}
/*nav*/
DIV.search
{
	width: 206px;
	padding-top: 4px;
	float: left;
}
DIV.search P
{
	text-align: right;
}
DIV.search FORM.search-form INPUT#q
{
	padding: 5px;
}
BUTTON
{
	padding: 4px 5px;
	border: 1px solid #FFF;
	border-color: #5483C0 #2F517F #2F517F #5483C0;
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
	background-color: #3D69A4;
	color: #FFF;
	overflow: visible;
}
#register-page P.submit, #profile-page P.submit
{
	margin: 10px 0 0 230px;
	text-align: left;
}
#profile-page P.submit
{
	margin: 10px 0 0 240px;
}
#register-page P.submit INPUT, #postformsub, #profile-page P.submit INPUT, INPUT.accbutton
{
	background-color: #3D69A4;
	color: #FFF;
	border-color: #5483C0 #2F517F #2F517F #5483C0;
	padding: 6px;
	width: auto;
	overflow: visible;
	float: right;
	margin-bottom: 16px;
}
.bbcrumb
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	margin-bottom: 15px;
	display: none;
}
.bbcrumb A
{
	color: #333;
}
DIV.footer
{
	background: #3D69A4;
	clear: both;
	border-top: 5px solid #34598D;
}
DIV.footer P
{
	text-align: center;
	color: #FFF;
	font-size: 0.75em;
	padding: 20px 0;
	margin: 0;
}
DIV.footer P A
{
	color: #FFF;
	border-bottom: none;
	text-decoration: underline;
}
.clear
{
	clear: both;
}
#footer P.showoff
{
	color: #888;
}
.notice
{
	background-color: #ABD8A2;
	color: #4C9545;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0 0 1.1em;
}
.notice.error
{
	background-color: #CC0000;
	color: #FFFFFF;
}
.notice P
{
	margin-bottom: 0;
}
/*Login Form*/
/*===================================*/
DIV.passwordlogin
{
	float: left;
}
DIV.passwordlogin INPUT, DIV.usernamelogin INPUT
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-color: #A6A6A6 #DDD #DDD #A6A6A6;
	color: #333333;
	font-family: Tahoma, Arial, sans-serif;
	padding: 5px;
}
DIV.user-header FORM.login INPUT.submit
{
	margin-left: 10px;
}
LABEL.rememberme INPUT
{
	position: relative;
	top: 2px;
	background-color: #FFFFFF;
	border: medium none #000000;
	padding: 0;
}
/*Front Page*/
/*===================================*/
#front-page #hottags
{
	float: right;
	width: 20%;
	overflow: hidden;
}
#front-page #hottags H2, DIV.page-wrap .topic-admin H2, DIV.page-wrap .tag-admin H2
{
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #CCCCCC;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
}
.frontpageheatmap
{
	font-weight: normal;
	line-height: 30px;
	padding: 0 5px 10px;
}
#front-page #main H2, #forum-page #main H2, H2.post-form, #userlogin, #currentfavorites, #register, #passwordrecovery
{
	border-bottom: 1px solid #E1E7F1;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
#front-page #discussions UL
{
	padding: 0 0 0 14px;
}
.sticky
{
	background-color: #F9F9F9;
}
/*Page navigation*/
/*===================================*/
A.page-numbers, SPAN.page-numbers
{
	padding: 3px 4px;
	margin-left: 5px;
	border: 1px solid #F0F0F0;
}
SPAN.page-numbers.current
{
	color: #666;
	border-color: #CCC;
	background-color: #CCC;
}
A.prev.page-numbers, A.next.page-numbers, SPAN.page-numbers.dots
{
	border-width: 0;
	padding: 0 4px;
	background-image: none;
}
SPAN.page-numbers.dots
{
	padding: 0;
}
/*Topic Page*/
/*===================================*/
.infobox
{
	background: #F0F0F0 url(images/nav-bg.jpg) repeat-x scroll left bottom;
	padding: 1em 10px;
	color: #666;
	font-size: 11px;
}
.infobox UL
{
	margin: 10px 0 10px 20px;
	padding: 0;
	list-style-type: disc;
}
.infobox UL LI
{
	padding-bottom: 3px;
}
#topic-info
{
	float: left;
	padding: 0 1em 0 0;
}
#topic-tags
{
	border-left: 1px solid #DDD;
	float: right;
	padding: 0 0 0 1em;
}
.topic-page #navbar
{
	border-bottom: 1px solid #E0E6F0;
}
#tag-form P
{
	margin-bottom: 0;
}
#topic-tags P
{
	color: #666;
}
INPUT#tag
{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	border-color: #A6A6A6 #DDDDDD #DDDDDD #A6A6A6;
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #666;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
INPUT#tagformsub
{
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #FFF;
	background-color: #3D69A4;
	border-color: #5483C0 #2F517F #2F517F #5483C0;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	margin: 0;
	padding: 4px 5px;
}
.nav
{
	margin: 15px 0;
	padding: 12px 0;
	text-align: right;
	font-size: 12px;
}
#thread
{
	list-style: none;
	margin: 2em 0 0;
	padding: 0;
}
#thread LI
{
	line-height: 1.5em;
	clear: both;
	margin-bottom: 20px;
	border: 1px solid #DFE5EF;
	/*+border-radius:8px;*/
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px 8px 8px 8px;
	background-color: #F6F8FB;
}
#thread LI OL, #thread LI UL
{
	margin: 0 0 20px 30px;
	font-size: 13px;
}
#thread LI OL LI, #thread LI UL LI
{
	padding: 0;
}
.threadauthor
{
	float: left;
	width: 170px;
	padding: 15px 20px 0 15px;
}
.threadauthor P
{
	margin: 0;
}
.threadauthor SMALL
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.threadpost
{
	padding: 1.5em 1em;
	margin-left: 210px;
	border-left: 1px solid #DEE4EE;
	background-color: #FFFFFF;
}
#thread LI.deleted
{
	background-color: transparent;
}
#thread LI.deleted .threadpost
{
	background-color: #EE8888;
}
#thread LI.alt.deleted .threadpost
{
	background-color: #FF9999;
}
#thread LI .post-undelete-link, #thread LI.deleted .post-delete-link
{
	display: none;
}
#thread LI.deleted .post-undelete-link
{
	display: inline;
}
#thread LI.deleted .before-post-delete-link, #thread LI .before-post-undelete-link
{
	display: none;
}
#thread LI.deleted SPAN.before-post-undelete-link
{
	display: inline;
}
#thread LI.deleted DIV.before-post-undelete-link
{
	display: block;
}
#thread LI.deleted LI.before-post-undelete-link
{
	display: block;
}
#thread LI.pingback
{
	margin-left: 140px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #E4F3E1;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 0.2em solid #E4F3E1;
}
#thread LI.pingback .threadauthor
{
	float: none;
	padding: 0.9em 0.9em 0;
	width: auto;
}
#thread LI.pingback .threadauthor STRONG
{
	font-weight: normal;
}
#thread LI.pingback .threadauthor SMALL
{
	color: #333;
}
#thread LI.pingback .threadpost
{
	margin-left: 0;
	padding: 0.5em 0.9em 1.5em;
}
#thread LI.pingback .post
{
	font-style: italic;
	color: #333;
	margin: 0 0 0 2.4em;
	padding: 0 0 0 0.8em;
	border-left: 3px dotted #CCC;
}
#thread .post
{
	-height: 90px;
/*Hack to fix broken .alt coloring in IE6*/
}
#thread .post BLOCKQUOTE, #thread .post CODE
{
	margin: 10px 0 10px 20px;
	padding: 10px;
	display: block;
	border-left: 3px solid #CCC;
	background-color: #F9F9F9;
}
#thread .post BLOCKQUOTE P
{
	margin-bottom: 5px;
}
#thread .post LI
{
	clear: none;
}
.poststuff
{
	clear: both;
	-clear: none;
	margin: 10px 0 0;
	padding: 5px 0 0;
	text-align: right;
	font-size: 8pt;
	/*+placement:shift 0px 5px;*/
	position: relative;
	left: 0px;
	top: 5px;
}
.poststuff, .poststuff *
{
	color: #8A94A2 !important;
}
.poststuff A
{
	color: #555555;
	border-bottom: 1px dotted #899;
}
.topic-admin, .tag-admin
{
	clear: both;
	/*+border-radius:7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
	background-color: #EBEEF3;
	margin: 14px 0px 0px;
}
/*[clearfix]*/.topic-admin UL
{
	padding: 10px;
	list-style: none;
	font-size: 13px;
}
.topic-admin UL LI
{
	padding: 0 15px 0 0;
	float: left;
	color: #444;
}
.topic-admin SELECT
{
	border: 1px solid #DDD;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.topic-admin OPTION
{
	padding: 0 3px;
}
.topic-admin INPUT
{
	background-color: #34588A;
	color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	border: none;
	padding: 5px 3px;
	font-size: 11px;
}
.num, #forumlist SMALL
{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	white-space: nowrap;
}
TD.num
{
	text-align: left;
}
H2.post-form
{
	border-bottom-width: 0;
	margin-bottom: 2px;
}
.postform
{
	padding: 15px;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: #EDF0F5;
}
.postform TEXTAREA
{
	display: block;
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #CCC;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postform INPUT, .postform TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	width: 98%;
}
.postform LABEL
{
	color: #444444;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
.postform #topic, .postform #tags-input
{
	margin: 5px 0;
	padding: 5px;
	/*[disabled]width:724px;*/
	border: 1px solid #CCC;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.postform P#post-form-forum-container LABEL SPAN
{
	font-weight: bold;
	font-style: italic;
}
#manage-tags
{
	margin: 10px 0 0 7px;
	list-style: none;
}
#manage-tags INPUT
{
	border: 1px solid #DDD;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
}
#manage-tags INPUT[type=submit]
{
	background-color: #34588A;
	border: medium none #000000;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 3px;
}
#manage-tags LI
{
	font-size: 13px;
	color: #333;
	padding-bottom: 20px;
}
#manage-tags FORM
{
	margin-top: 5px;
}
P.allowed
{
	margin: 0;
	padding: 10px;
	clear: both;
	text-align: center;
}
P.allowed, P.allowed *
{
	font-style: italic;
}
.topiclink
{
	display: block;
}
.topictitle
{
	font-size: 26px;
	font-weight: normal;
	display: inline;
}
P.rss-link
{
	text-align: right;
	font-size: 0.8em;
}
A.rss-link
{
	padding: 6px 0 6px 20px;
	background-image: url(images/feed-icon-16x16.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#topic-move
{
	clear: both;
	display: none;
}
/*Other*/
/*===================================*/
#viewdiv
{
	font-size: 12px;
}
#viewdiv #views, #front-page #discussions UL#views
{
	padding: 0;
	list-style: none;
}
#viewdiv #views LI.view
{
	padding-bottom: 10px;
}
#viewdiv #views LI.view A
{
	color: #FFF;
	background-color: #34588A;
	font-weight: bold;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#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: 8px 10px;
	border-bottom: 1px solid #E0E6F0;
	color: #334;
}
#forumlist TR TD DIV.nest
{
	padding-left: 2.5ex;
}
#latest TH, #forumlist TH, #favorites TH
{
	background: #3E6AA7 url(images/forum-bg.jpg) repeat-x scroll left bottom;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	padding: 9px;
	text-align: left;
	text-transform: uppercase;
}
#latest TH A, #forumlist TH A, #favorites TH A
{
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
/*-o-border-radius: 4px*/
	background-color: #223B5D;
	color: #FFFFFF;
	font-style: normal;
	padding: 3px 5px;
}
TR.bb-category TD A
{
	color: #666;
	font-weight: bold;
}
TR.bb-category TD SMALL
{
	color: #999;
}
TR.bb-category TD
{
	background-color: #DDD;
	border-bottom: none;
}
#latest, #forumlist, #favorites
{
	margin-bottom: 3em;
	border-spacing: 0;
	width: 100%;
	font-size: 12px;
}
#latest TR:hover
{
	background-color: #EEF3FA;
}
#discussions .nav
{
	margin-top: -2em;
	margin-bottom: 1em;
}
/*Profile Page*/
/*===================================*/
#profile-page DIV.bbcrumb
{
	position: relative;
	top: -50px;
}
#profile-menu
{
	list-style: none;
	position: relative;
	top: 45px;
	background-color: #2F517F;
	display: block;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px 7px;
	margin-bottom: 15px;
}
#profile-menu LI
{
	display: inline;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
#profile-menu LI A
{
	font-size: 12px;
	padding: 10px;
	color: #FFF;
}
#profile-menu LI.current A, #profile-menu LI.current A:hover
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #213959;
}
#profile-menu LI A:hover
{
	background-color: #3D68A4;
}
DIV.vcard
{
	font-size: 13px;
}
H3#useractivity
{
	font-size: 20px;
	letter-spacing: 1px;
}
#useravatar
{
	margin-bottom: 1em;
}
#useravatar IMG
{
	display: block;
	border-width: 3px;
	border-style: double;
}
#userinfo
{
	margin-top: 10px;
	font-size: 13px;
}
#userinfo DT
{
	display: block;
	float: left;
	font-weight: bold;
	width: 150px;
}
#userinfo DD
{
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#useractivity
{
	margin: 15px 0 5px;
}
.user-recent
{
	margin: 0 0 10px;
	font-size: 13px;
}
.user-recent OL
{
	margin: 5px 0 0 28px;
}
.user-recent OL LI
{
	margin: 0 0 3px;
}
#profile-page TABLE
{
	font-size: 13px;
}
/*Search*/
/*===================================*/
#topic-search-form FIELDSET
{
	border-top: 1px solid #E1E7F1;
	border-bottom: 1px solid #E0E6F0;
	border-left: none;
	border-right: none;
	padding: 10px 0 10px 10px;
	margin-bottom: 15px;
	font-size: 13px;
	background-color: #F8FAFC;
}
#topic-search-form DIV
{
	clear: both;
}
#topic-search-form DIV LABEL
{
	display: block;
	float: left;
	padding: 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
	font-weight: bold;
}
#topic-search-form DIV DIV
{
	display: block;
	float: left;
	clear: none;
	padding: 5px;
}
#topic-search-form DIV DIV INPUT
{
	width: 280px;
	border: 1px solid #CCC;
	padding: 4px;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
}
#topic-search-form DIV DIV SELECT
{
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 3px;
	border: 1px solid #CCC;
	padding: 4px;
}
#topic-search-form DIV DIV OPTION
{
	padding: 0 4px;
}
#topic-search-form DIV DIV INPUT.submit-input
{
	width: auto;
	color: #3C68A3;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 5px;
	margin-left: 215px;
}
#topic-search-form DIV.submit LABEL
{
	display: none;
}
#search-for
{
	margin: 15px 0 5px;
}
.search-results
{
	margin: 0 0 10px;
	font-size: 13px;
}
.search-results OL
{
	margin: 5px 0 0 28px;
}
.search-results OL LI
{
	margin: 0 0 3px;
	border-bottom: 1px solid #E1E7F1;
}
/*Login, Register, Profile Edit*/
/*===================================*/
#login-page FIELDSET, #register-page FIELDSET, #profile-page FIELDSET
{
	border-top: 3px solid #DDD;
	border-bottom: 1px solid #CCC;
	border-left: none;
	border-right: none;
	padding: 10px 0px;
	margin-bottom: 15px;
	background-color: #F4F4F4;
}
#login-page LEGEND, #register-page LEGEND, #profile-page LEGEND
{
	font-weight: bold;
	padding: 0 15px;
	border: none;
	color: #333;
}
#login-page FIELDSET TABLE, #register-page FIELDSET TABLE, #profile-page FIELDSET TABLE
{
	text-align: left;
	margin: 0;
	border-collapse: collapse;
}
#login-page FIELDSET TABLE TH, #register-page FIELDSET TABLE TH, #profile-page FIELDSET TABLE TH
{
	padding: 9px 5px 5px;
	text-align: right;
	width: 200px;
	vertical-align: top;
}
#login-page #remember
{
	margin-top: 5px;
}
#login-page FIELDSET TABLE TR.error TH EM, #register-page FIELDSET TABLE TR.error TH EM, #profile-page FIELDSET TABLE TR.error TH EM
{
	color: #FF0000;
	float: left;
	font-style: normal;
	margin-right: 5px;
}
#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 INPUT[type=text], #register-page FIELDSET INPUT[type=text], #profile-page FIELDSET INPUT[type=text], #login-page FIELDSET INPUT[type=password], #profile-page FIELDSET INPUT[type=password]
{
	width: 280px;
	border: 1px solid #CCC;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14px;
	font-size: 12px;
	margin: 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#login-page FIELDSET P, #register-page FIELDSET P, #profile-page FIELDSET P
{
	font-size: 11px;
	margin: 10px 16px;
}
#login-page TR.form-required LABEL:before, #register-page TR.form-required LABEL:before, #profile-page TR.form-required LABEL:before, P.required-message:before
{
	content: ' * ';
	color: #FF0000;
	vertical-align: 10%;
}
.form-invalid
{
	background-color: #FFEBE8 !important;
}
.form-invalid INPUT
{
	padding: 1px;
	border: 1px solid #C00 !important;
}
.hidden
{
	display: none;
}
#pass-strength-result
{
	padding: 2px;
	text-align: center;
	width: 280px;
	border: 1px solid #CCC;
	background-color: #E3E3E3;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#pass-strength-result.bad
{
	background-color: #FFEFF7;
	border-color: #C69;
}
#pass-strength-result.good
{
	background-color: #EFFFF4;
	border-color: #66CC87;
}
#pass-strength-result.short
{
	background-color: #E3E3E3;
}
#pass-strength-result.strong
{
	background-color: #59EF86;
	border-color: #319F52;
}
P.submit INPUT
{
	line-height: 14px;
	padding: 10px;
	background-color: #3C68A3;
	border: 1px solid #3B67A2;
	color: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 267px;
	width: auto;
	overflow: visible;
	/*+border-radius:4px;*/
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.clear:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clear
{
	display: inline-block;
}
.clear
{
	display: block;
}
/*Custom*/
/*[clearfix]*/.login
{
	padding: 15px;
	/*+border-radius:6px;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: #ECEFF4;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -1px;
	margin: 0 0 20px;
}
.login .form
{
	width: 431px;
}
.login .text
{
	width: 150px !important;
	margin: 0px 10px 0px 5px;
}
.login BUTTON
{
	margin: 0px 0px 0px 10px;
	font-size: 10pt;
}
.login .rememberme
{
	margin: 0px 10px 0px 0px;
	/*+placement:anchor-top-right 57px 16px;*/
	position: absolute;
	right: 57px;
	top: 16px;
}
.login .loginmeta
{
	/*+placement:anchor-bottom-right 32px -2px;*/
	position: absolute;
	right: 32px;
	bottom: -2px;
}
.login .loginmeta A
{
	display: block;
}
.login-page BUTTON
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.form
{
	width: 278px;
}
.form INPUT
{
	margin-bottom: 5px;
	padding: 2px 0px;
	border: 1px solid #D2DBE9;
}
.content .add-new-post
{
	padding: 6px 18px;
	/*+border-radius:7px;*/
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	border-radius: 7px 7px 7px 7px;
	border: 1px solid #2E507E;
	border-color: #5483BF #2E507E #2E507E #5483BF;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #3C69A3;
	float: left;
	margin-left: 241px;
}