
/* Layout
 ------------ */
* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html, body
{
	padding:0;
	margin:0;
	background-color:#ffffff;
	font-family:Arial,"Liberation Sans",sans-serif;
	font-size:9pt;
	color:#6c6c6c;
	letter-spacing:0.02em;
	text-align:left;
	background-image: url("images/background.png");
	background-repeat: repeat-x;
	background-position:top left;
}


#wrapcentre, #wrapheader, #wrapfooter {
   width: 998px;
   margin: 0 auto;
}

#wrapheader, #wrapcentre
{
	background-color:transparent;
}

#wrapfooter {
	text-align: center;
	clear: both;
	padding-top: 20px;
	padding-bottom: 30px;
}

#wrapnav {
	width: 100%;
	margin: 0;
	background-color: #ECECEC;
	border-width: 1px;
	border-style: solid;
	border-color: #CFCFCF;
}

#logodesc {
	padding: 10px 0 0 0;
	border-bottom: 1px solid #FFB14C;
}

#datebar {
	margin: 10px 25px 0 25px;
	padding: 0 5px 0 5px;
}

#socialNet
{
	height:46px;
	overflow:hidden;
	background-color:#f2f2f2;
}

#socialNet a
{
	float:right;
	margin-right:15px;
}

#socialNet img {
	margin-top: 10px;
}

#socialNet #siteIRC img {
	margin-top: 7px;
}

#signInBarA {
	color: #FFFFFF!important;
}

.datebar, .searchbar, .breadcrumbs, .datetime, span.gensmall
{
	padding:0 15px;
}

.container
{
	margin:0 auto;
	max-width:998px;
	min-width:508px;
	overflow:hidden;
	background:transparent;
}

.plusone
{
	float:right;
	margin-right: 12px;
	margin-top: 11px;
}

#footer .twtr-hd
{
	display:none;
}

#findbar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.forumrules {
	background-color: #F9CC79;
	border-width: 1px;
	border-style: solid;
	border-color: #BB9860;
	padding: 4px;
	font-weight: normal;
	font-size: 1.1em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.forumrules h3 {
	color: red;
}

#tweeterFrontPage, #xcPOTM, #followSocial
{
	margin-top:5px;
	clear:both;
	width:325px;
}

#pageheader a
{
	font-size:14pt;
	margin:20px 0 0 15px;
	float:left;
	clear:both;
}

#pagecontent { }
#pagefooter { }

#poll { }
#postrow { }
#postdata { }


/*  Text
 --------------------- */
h1 {
	color: black;

	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.1em;
}

p.moderators {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
}

.rtl p.moderators {
	float: right;
}

p.linkmcp {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.linkmcp {
	float: left;
}

.rtl p.breadcrumbs {
	float: right;
}

p.datetime {
	margin: 0;
	float: right;
	white-space: nowrap;
	font-size: 1em;
}

.rtl p.datetime {
	float: left;
}

p.searchbar {
	padding: 2px 0;
	white-space: nowrap;
} 

p.searchbarreg {
	margin: 0;
	float: right;
	white-space: nowrap;
}

.rtl p.searchbarreg {
	float: left;
}

p.forumdesc {
	padding-bottom: 4px;
	font-size:0.9em;
}

p.topicauthor {
	margin: 1px 0;
}

p.topicdetails {
	margin: 1px 0;
	font-size:1em;
}

.postapprove img, .postreported img {
	vertical-align: bottom;
}

.postauthor {
	color: #000000;
}

.postdetails {
	color: #000000;
}

.postbody {
	font-size: 9pt;
	line-height: 1.4em;
	overflow:hidden;
	width:810px;
}

.postbody li, ol, ul {
	margin: 0 0 0 1.5em;
}

.rtl .postbody li, .rtl ol, .rtl ul {
	margin: 0 1.5em 0 0;
}

.posthilit {
	background-color: yellow;
}


.cattitle {

}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 0.9em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

.error {
	color: red;
}


/* Tables
 ------------ */
th {
	color: #f6f6f6;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFC82E;
	white-space: nowrap;
	padding: 7px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
	font-size:0.9em;
}

td.profile table tbody tr td img
{
	width:100px;
	max-height:150px;
}

.tablebg {
	background-color:transparent;
}

.rtl .catdiv {
	background: white url('images/cellpic2_rtl.jpg') repeat-y scroll top right;
}

.cat {
	height: 28px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F0F0F0;
	text-indent: 4px;
}

.row1 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row2 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row3 {
	background-color: #FFFFFF;
	padding: 4px;
}

.row4 {
	background-color:transparent;
	padding: 0px;
}

.spacer {
	background-color: #F0F0F0;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #DFDFDF;
	color: #DFDFDF;
}

.legend {
	text-align:center;
	margin: 0 auto;
}




/* Links
 ------------ */

a, a:active
{
	color:#d78208;
	text-decoration:none;
	font-weight: bold;
	font-size:8pt;
}

a:visited
{
	color:#be9800;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{
	color:#df890e;
	text-decoration:none;
	font-weight: bold;
}


a.forumlink:hover {
	color: #D78208;
}


a.topictitle:visited {
	color: #444444;
	text-decoration: none;
}

th a,
th a:visited {
	color: #FFA34F !important;
	text-decoration: none;
}

 a:hover {
	text-decoration: none;
}

#menubar a, #menubar a:visited,
table tbody tr td h4 a, table tbody tr td h4 a:visited,
a.topictitle, a.topictile:visited,
a.titles, a.titles:visited
{
	color: #444444;
}

#menubar a, #menubar a:visited
{
	font-size:12pt;
}

#wrapcentre
{
	margin-top:5px;
}

.searchbar a, .breadcrumbs a
{
	color: #444444;
	font-size:10pt;
}


/* Form Elements
 ------------ */
form {
	margin: 0;
	padding: 0;
	border: 0;
}

input {
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 1px;
	border: 1px solid #444444;
	background-color: #FAFAFA;
}

textarea {
	background-color: #FAFAFA;
	color: #333333;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em; 
	line-height: 1.4em;
	font-weight: normal;
	border: 1px solid #CFCFCF;
	padding: 2px;
}

select {
	color: #333333;
	background-color: #FAFAFA;
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	border: 1px solid #CFCFCF;
	padding: 1px;
}

option {
	padding: 0 1em 0 0;
}

option.disabled-option {
	color: graytext;
}

.rtl option {
	padding: 0 0 0 1em;
}

input.radio {
	border: none;
	background-color: transparent;
}

.post {
	background-color: white;
	border-style: solid;
	border-width: 1px;
}

.btnbbcode {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #F4F0E7;
	border: 1px solid #666666;
}

.btnlite {
	font-weight: normal;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.btnfile {
	font-weight: normal;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	padding: 1px 5px;
	font-size: 1.1em;
}

.helpline {
	background-color: #DFDFDF;
	border-style: none;
}


/* BBCode
 ------------ */

.quotetitle .quotetitle {
	font-size: 1em;
}

.quotecontent, .attachcontent {
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.4em;

	background-color: #FAFAFA;
	color: #4B5C77;
}

.attachcontent {
	font-size: 0.85em;
}

.codetitle {
	margin: 10px 5px 0 5px;
	padding: 2px 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
}

.codecontent {
	direction: ltr;
	margin: 0 5px 10px 5px;
	padding: 5px;
	border-color: #CFCFCF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	font-weight: normal;
	color: #006600;
	font-size: 9pt;
	font-family:"Courier New", monospace;
	background-color: #FAFAFA;
	max-height:400px;
	overflow:scroll;
}

.syntaxbg {
	color: #FFFFFF;
}

.syntaxcomment {
	color: #FF8000;
}

.syntaxdefault {
	color: #0000BB;
}

.syntaxhtml {
	color: #000000;
}

.syntaxkeyword {
	color: #007700;
}

.syntaxstring {
	color: #DD0000;
}


/* Private messages
 ------------------ */
.pm_marked_colour {
	background-color: #000000;
}

.pm_replied_colour {
	background-color: #CFCFCF;
}

.pm_friend_colour {
	background-color: #007700;
}

.pm_foe_colour {
	background-color: #DD0000;
}


/* Misc
 ------------ */
img {
	border: none;
}

.sep {
	color: black;
	background-color: #FFA34F;
}

table.colortable td {
	padding: 0;
}

pre {
	font-size: 1.1em;
	font-family: Monaco, 'Courier New', monospace;
}

.nowrap {
	white-space: nowrap;
}


/* XCore stylesheet by Jason Mayes 2009 */


#titleBar
{
	height:53px;
	background-color:#323232;
	padding:0;
	overflow:hidden;
}

#siteLogo
{
	position:absolute;
	top:26px;
	width:111px;
	height:100px;
}

#navigation
{
	height:53px;
	background-color:transparent;
	float:right;
	border-right:1px solid #5d5d5d;
	border-left:1px solid #151515;
}

#navigation ul
{
	float:right;
	list-style-image:none;
	list-style-type:none;
	height:53px;
	margin:0;
	padding:0;
}

#navigation ul li
{
	display:inline;
	float:left;
	height:53px;
	margin:0;
	padding:0;
	width:80px;
	border-left:1px solid #5c5c5c;
	border-right:1px solid #151515;
	overflow:hidden;
}

#navigation ul li a
{
	padding:20px 0 19px 0;
	text-align:center;
	float:left;
	width:80px;
	color:#D0D0D0;
	font-size:10pt;
}

#navigation ul li a:hover, #navigation ul li a.selected, a.navSel
{
	color:#ffc426!important;
}

#navigation ul li a:hover
{
	background:#373737;
}

.joinBarX {
    font-size: 12pt !important;
    margin-top: -2px;
}

#contentMain table.tablebg
{
	margin-top:5px;
	background-color:transparent;
}

#pageRSS
{
	float:right;
	width:14px;
	height:128px;
	padding:0px 8px 0 8px;
	border-left:1px solid #D5D5D5;
}

#rssIMG
{
	margin-top:8px;
}

#contentMain
{
	background-color:transparent;
	width:998px;
	min-height:600px;
	overflow:hidden;
	background-image:url('images/title.png');
	background-repeat:no-repeat;
}

#pageheader
{
	margin-top:5px;
}

#footer
{
	height:290px;
	background-color:#252524;
	background-repeat:no-repeat;
	color:#cccccc;
	overflow:hidden;
	margin-top:10px;
}

#quickLinksFooter, #tweeterFrontPage
{
	width:460px;
	float:left;
	padding:0 0 0 20px;
}

#footer a
{
	color:#e5d68c;
	font-size:10pt;
}

#footer p
{
	font-size:10pt;
}

#footer #newUserBlockFooter .gensmall
{
	padding:0;
}
#promotionFooter
{
	float:right;
	width: 470px;
	margin:20px 20px 0 0;
	text-align:right;
}

#promotionFooter a
{
	color:#ffffff;
	font-weight:normal;
	font-size:8pt;
	text-decoration:underline;
}


#newUserBlockFooter
{
	float:right;
 	width:470px;
	height:305px;
	margin:-5px 20px 0 0;
	overflow:hidden;
}

#newUserBlockFooter p
{
	margin-top:5px;
}

#newUserBlockFooter h2, #quickLinksFooter h2, #tweeterFrontPage h2
{
	color:#e5d68c;
	font-size:11pt;
	margin-top:0;
	padding:5px 0 5px 20px;
	background-image:url("/sites/all/themes/jason_XCore/imgs/arrow.png");
	background-repeat:no-repeat;
	background-position:left;
	background-color:#3c3c3c;
}

#newUserBlockFooter h2
{
	margin-bottom:10px;
	clear:both;
	margin-top:10px;
}

#newUserBlockFooter ul
{
	margin-top:20px;
	margin-bottom:20px;
}

#newUserBlockFooter ul li
{
	display:inline;
	margin-left:10px;
}

#quickLinksFooter
{
	width:460px;
	float:left;
	padding:25px 0 0 20px;
}

#quickLinksFooter p
{
	float:left;
	clear:both;
	margin:10px 0 0 20px;
	width:435px;
}

#quickLinksFooter p span.quickLinks
{
	float:left;
	clear:both;
}

#quickLinksFooter p span.quickLinks
{
	float:left;
	clear:both;
}

#block-user-2  h2
{
	display:none;
}

#menubar {
	margin-top:30px;
	height: 27px;
	padding: 0 10px 0 10px;
	font-weight: bold;
}

#signIn, #signOut
{
	position:absolute;
	top:80px;
	left:100%;
	margin-left:-36px;
	width:36px;
	height:105px;
	background-color:#3c3c3c;
	background-repeat: no-repeat;
	overflow:hidden;
}

#signIn a, #signOut a
{
	float:left;
	padding:53px 18px 52px 18px;
	text-indent:-1000px;
}

#signIn
{
	background-image: url("images/signIn.png");
}

#inlineSignIn_content h2
{
	text-align:center;
}

#signOut
{
	background-image: url("images/signOut.png");
}

#container
{
	margin:0 auto;
	width:998px;
	background-color:#fffef8;
}

/* Utiliity Classes */


/* Utiliity Classes */

.flRight
{
	float:right;
}

.flLeft
{
	float:left;
}

.bolden
{
	font-weight:bold;
}

.invisible
{
	display:none;
}

.clear
{
	clear:both;
}

.textRight
{
	text-align:right;
}

.textLeft
{
	text-align:left;
}

.overflowHidden
{
	overflow:hidden;
}


p.breadcrumbs {
	margin: 0;
	float: left;
	color: black;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {
	color: green;
	font-weight:bold;
}

.nav {
	color: #323232;
	font-weight: bold;
	margin-right:3px;
}

.nav a
{
	color: #323232!important;
}

.nav a:hover
{
	color: #D78208!important;
}

.pagination {
	padding: 4px;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

.titles {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
}

a.forumlink {
	color: #444444;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a.topictitle {
	margin: 1px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

a.topictitle:hover
{
	color: #D78208;
}

.btnmain {
	font-weight: bold;
	background-color: #F4F0E7;
	border: 1px solid #CFCFCF;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}

.quotetitle, .attachtitle {
	margin: 10px 5px 0 5px;
	padding: 4px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #CFCFCF;
	color: #333333;
	background-color: #CFCFCF;
	font-size: 0.85em;
	font-weight: bold;
}

.username-coloured {
	font-weight: bold;
}

#mainBar a, a:active
{
	color:#EBE6E7;
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
}

#mainBar a:visited
{
	color:#EBE6E7;
	text-decoration:none;
	font-weight: bold;
}

#mainBar a:hover
{
	color:#cea800;
	text-decoration:none;
	font-weight: bold;
}

/* Utiliity Classes */

.flRight
{
	float:right;
}

.cursor {
	cursor: pointer;
}

.flLeft
{
	float:left;
}

.bolden
{
	font-weight:bold;
}

.invisible
{
	display:none;
}

.clear
{
	clear:both;
}

.textRight
{
	text-align:right;
}

.textLeft
{
	text-align:left;
}

.overflowHidden
{
	overflow:hidden;
}

.closeBtn a{
	margin-right: 2px;
	cursor: pointer;
	color: #f3f3f3!important;
}

.closeBtn a:hover {
	margin-right: 2px;
	cursor: pointer;
	color: #cea800!important;
}

.new_item {
	background-color: #FFC426;
}

#mainBar
{
	background-color:#323232;
	color:#EBE6E7;
	height:25px;
	overflow:hidden;
	position:fixed;
	bottom:0;
	right: 0;
	border: 1px solid #5d5d5d;
	font-family:Arial,"Liberation Sans",sans-serif;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#user_notif_menu li {
	list-style-type: none;
	margin-left: -4px;
	padding: 3px;
	border-bottom: 1px solid #5D5D5D;
	margin-right: 14px;
}

#user_notif_menu li:hover {
	background-color: #3f3f3f;
}

#user_notif_menu a {
	color: #FFFFFF;
}

#user_notif_menu a:hover {
	color: #cea800;
}

#share_notif_menu li {
	list-style-type: none;
	margin-left: -4px;
	padding: 3px;
	margin-right: 14px;
}

#share_notif_menu .gplusshare {
	margin-left: 16px;
}

#share_notif_menu li:hover {
	background-color: #3f3f3f;
}

#share_notif_menu a {
	color: #FFFFFF;
}

#share_notif_menu a:hover {
	color: #cea800;
}

#xcore_notif_menu .listEven {
	list-style-type: none;
	margin-left: -4px;
	padding: 3px;
	border-bottom: 1px solid #5D5D5D;
	margin-right: 14px;
}

#xcore_notif_menu .listOdd{
	list-style-type: none;
	margin-left: -4px;
	padding: 3px;
	margin-right: 14px;
	color: #f3f3f3;
}

#xcore_notif_menu li:hover {
}

#xcore_notif_menu a {
	color: #323232;
}

#xcore_notif_menu a:hover {
	color: #cea800;
}

#mainBar a
{
	color:#EBE6E7;
	height:17px;
	padding:4px;
	width: 110px;
	float:left;
}

#mainBar p
{
	border-right:1px solid #5d5d5d;
	float:left;
	height:25px;
	font-size:10pt;
	color:#EBE6E7;
	margin-right:2px;
	width:120px;
	float:right;
	overflow:hidden;
	font-family:Arial,"Liberation Sans",sans-serif;
	text-align:center;
}

#notif_rss {
	width: 27px!important;
}

#notif_rss a {
	width: 20px;
}

#notif_rss img
{
	margin-top: 2px;
}

#mainBar a:hover {
	background-color: #3f3f3f;
	color: #cea800;
}

#notif_user {
	position:fixed;
	right:0;
	bottom: 0;
	margin-bottom: 19px;
	margin-right: 70px;
}

#user_notif_menu {
	z-index: 1;
	display:none;
	background-color: #323232;
	height: 140px;
	width: 125px;
	position:fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 26px;
	border: 1px solid #5d5d5d;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#user_notif_menu img {
	height: 40px;
	width: 40px;
}

.notif_search {
	width: 90px;
	margin-left: -3px;
}

.search_button {
	border: 1px solid #f3f3f3;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #f3f3f3;
}

.search_button:hover {
	cursor: pointer;
}

#share_notif_menu {
	text-align:center;
	display: none;
	background-color: #323232;
	height: 140px;
	width: 120px;
	position:fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 160px;
	margin-right: 3px;
	border: 1px solid #5d5d5d;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

#notif_warning {
	text-align:center;
	height:
}

#share_notif_menu ul {
	margin-top: 8px;
}

#notif_warning {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-bottom: 30px;
	background-color: #C40404;
	width: 125px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#notif_warning:hover {
	color: #f3f3f3;
}

#notif_warning p
{
	width: 120px;
	height:23px;
	font-size:10pt;
	color:#323232;
	margin-right:0px;
	float:right;
	overflow:hidden;
	margin-top: 5px;
	font-family:Arial,"Liberation Sans",sans-serif;
	text-align:center;
}

#notif_warning a {
	color: #f3f3f3;
}

#notif_warning a:hover {
	cursor: pointer;
	color: #cea800;
}

#popUpCon {
	margin: 0 auto;
	width: 996px;
	position: relative;
	z-index: 100;
}

#searchMain {
	display: none;
	background: #323232;
	padding: 16.5px;
	position: absolute;
	right: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px 0px #6f6f6f;
	-moz-box-shadow: 0px 1px 2px 0px #6f6f6f;
	box-shadow: 0px 1px 2px 0px #6f6f6f; 
}

#searchMain a {
	color: #323232;
}

#searchMain a:hover {
	color: #323232;
}

.notif_search {
	width: 150px;
	margin-left: -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #707070;
	padding:3px;
}

.notif_search:focus
{
	background:#f6f6f6;
	border:1px solid #323232;
	outline: medium none;
	-webkit-box-shadow: 0px 0px 4px 1px #f3f3f3;
	-moz-box-shadow: 0px 0px 4px 1px #f3f3f3;
	box-shadow: 0px 0px 4px 1px #f3f3f3; 
}

.search_button {
	margin-left: 5px;
	padding:3px;
	border: 1px solid #6f6f6f;
	background: #f3f3f3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0px -1px 1px 0px #6f6f6f;
	-moz-box-shadow: inset 0px -1px 1px 0px #6f6f6f;
	box-shadow: inset 0px -1px 1px 0px #6f6f6f;
}

.search_button:active
{
	background:#f0f0f0;
	-webkit-box-shadow: inset 0px 1px 2px 0px #6f6f6f;
	-moz-box-shadow: inset 0px 1px 2px 0px #6f6f6f;
	box-shadow: inset 0px 1px 2px 0px #6f6f6f;
}

#searchMain p {
	color: #f3f3f3;
	margin-bottom: 4px;
}

.searchRadio {
	margin-right: 6px;
}

#loginBox {
	display: none;
	background: #323232;
	padding: 19px;
	position:absolute;
	right: 0;
	width: 209px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

#loginBox #user-login {
	width: 200px;
	margin-top: -10px;
}

#loginBox #edit-name {
	width: 190px;
}

#loginBox #edit-pass {
	width: 190px;
}

#loginBox .description {
	display: none;
}
