@CHARSET "UTF-8";

/* --- header_bar.css --- */

#header_bar
{
        font-size: 11px;
color: rgb(150,150,150);
background-image: url('styles/aurora/xenforo/top-bg.jpg');
background-repeat: repeat-x;
height: 41px;

}

/* clearfix */ #header_bar { zoom: 1; } #header_bar:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

#header_bar .pageContent
{
	padding: 0px; 
	position: relative;
        z-index: 50;
        
}
.tabLinks.custombox {
	width: 1007px;
	margin: -25px auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	padding: 10px 34px !important;
}
.tabLinks.custombox li { display: inline-block;}
.tabLinks.custombox .secondaryContent { background: transparent none;}
#header_bar .pageWidth
{
	
}
#header_bar .modLink
{
 padding-left: 10px;
}
#header_bar .itemLabel 
{
   display: inline-block;
   padding-top: 10px;
}

#header_bar a,
#header_bar .itemCount
{
	color: #959595;
        text-shadow: rgba(0, 0, 0, 0.597656) 0px 1px 0px;
        font-family: Arial, sans-serif;
}
#header_bar a:hover
{
	text-decoration: none;
	/* background-color: @dimMonochrome; */
	color: #ededed;
	/* -webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px; */
}

/* TODO: maybe sort out the vertical alignment of the counters so they they are properly centered */

#header_bar .itemCount
{
	display: inline-block;
	height: 16px;
	line-height: 16px;
}

#header_bar .itemCount,
#header_bar .itemCount_u {
color: #bbbbbb;
	font-size: 11px;
	background-color: rgb(52,120,166);color: white;
	padding: 1px 7px;
	margin-left: 5px;
	border: 1px solid rgb(13, 40, 56);
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}
#header_bar .itemCount.Zero
{	
	color: #bbbbbb;
	font-size: 11px;
	background: rgb(49,54,57);
	padding: 1px 7px;
	margin-left: 5px;
	border: 1px solid rgb(13, 40, 56);
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;
}

#header_bar .itemCount_u,
#header_bar .itemCount.alert
{	
	color: white;
	background: rgb(52, 120, 166);
}
	
#header_bar .adminLink
{
	/* float: right; */
}

#header_bar .permissionTest,
#header_bar .permissionTest:hover
{
	background: #e03030;
	color: white;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); -moz-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); -khtml-box-shadow: 2px 2px 5px rgba(0,0,0, 0.25); box-shadow: 2px 2px 5px rgba(0,0,0, 0.25);
	font-weight: bold;
}

/* The following is adapted from navigation.css */

#header_bar .visitorTabs
{
	float: right;
}
	
        #header_bar .navTab
        {
	    padding-top: 7px;
	    padding-bottom: 7px;
	    float: left;
	    white-space: nowrap;
	    word-wrap: normal;
        }
	#header_bar .visitorTabs .navLink
	{
		height:20px;
		line-height:20px;
		padding: 0 10px;
	}
	
	#header_bar .navLink:hover
	{
		text-decoration: none;
		background: none;
	}
	/*#header_bar .Popup .PopupControl:hover, #header_bar .Popup.PopupContainerControl:hover {
		background-color:@dimMonochrome;
		text-decoration:none;
	}*/
	#header_bar .navTab:hover {
		background-color:@dimMonochrome;
		text-decoration:none;
	}

	#header_bar .visitorTabs .itemCount
	{
		background: url('https://psyhoforum.biz/styles/aurora/xenforo/gradients/item-gradient.png') @importantColor top repeat-x;
		text-shadow: 0 1px 0 rgba(0,0,0,.3);
	}

	#header_bar .visitorTabs .navLink .miniMe {
		border: none;
		height: 20px;
		width: 20px;
		padding-right:10px;
		vertical-align:top;
	}

	/* modifications */

	#header_bar .Popup .PopupControl.PopupOpen,
	#header_bar .Popup.PopupContainerControl.PopupOpen
	{
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	#header_bar .Popup .PopupControl.PopupOpen a,
	#header_bar .Popup.PopupContainerControl.PopupOpen a 
	{
		color: #ededed;
                text-shadow: 0 0 0 transparent, 0 1px 0 rgb(49, 54, 57);
	}
	#header_bar .navTab.Popup.PopupContainerControl.PopupOpen:hover {background: transparent;}
	#header_bar .navTab.Popup .PopupControl.PopupOpen:hover
	{
		background: #848484 url('https://psyhoforum.biz/styles/aurora/xenforo/gradients/user-bar-hover.png') repeat-x top;
	}

/* --- login_bar.css --- */

/** Login bar basics **/

#loginBar
{
	color: rgb(227, 227, 227);
background: url(https://psyhoforum.biz/rgba.php?r=201&g=201&b=201&a=153); background: rgba(201, 201, 201, 0.6); _filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99C9C9C9,endColorstr=#99C9C9C9);;
border-width: 1px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
position: absolute;
z-index: 45;
width: 100%;

}

	#loginBar .pageContent
	{
		padding-top: 0;
		position: relative;
		_height: 0px;

                color: #131212;
                background: url('styles/aurora/xenforo/login_signup_bg.png') no-repeat left;
	} 

	}

	#loginBar a
	{
		color: #3c3c3c;

	}

	#loginBar form
	{
		padding: 5px 0;
margin: 0 auto;
display: none;
line-height: 20px;
position: relative;
width: 500px;
height: 180px;

	}
	
		#loginBar .xenForm .ctrlUnit,		
		#loginBar .xenForm .ctrlUnit dt label
		{
			margin: 0;
			border: none;
		}
	
		#loginBar .xenForm .ctrlUnit dt
		{
			width: 215px;
		}
		
		#loginBar .xenForm .ctrlUnit dd
		{
			position: relative;
			width: 250px;
		}
		#loginBar .xenForm .ctrlUnit.submitUnit dd { width: 100%; text-align:right;}
		#loginBar .xenForm .ctrlUnit.submitUnit dt { display: none;}

	#loginBar .xenForm .ctrlUnit dd .textCtrl,
	#loginBar .passwordOptions
	{
		width: 250px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}
	
	#loginBar .lostPassword
	{
		font-size: 11px;
	}

	#loginBar .lostPasswordLogin
	{
		font-size: 11px;
	}
	
	#loginBar .rememberPassword
	{
		font-size: 11px;
	}

	#loginBar .textCtrl
	{
		color: rgb(170, 170, 170);
background-color: #fff;
border-color: #999;
text-shadow: 0 0 0 transparent, 0px 1px 0px #ccc;

	}
	
	#loginBar .textCtrl[type=text]
	{
		font-weight: bold;
font-size: 18px;

	        padding: 0 10px 0 10px;  
                line-height: 27px;
                height: 27px;
                
	}

	#loginBar .textCtrl:-webkit-autofill /* http://code.google.com/p/chromium/issues/detail?id=1334#c35 */
	{
		background: #fff !important;
		color: rgb(170, 170, 170);
	}
        #ctrl_password {line-height: 27px; height: 27px;}
	#loginBar .textCtrl:focus
	{
		background-color: #eee;
border-color: #999;

	text-shadow: 0 0 0 transparent, 0px 1px 0px #83add0;

	}
	
	#loginBar input.textCtrl.disabled
	{
		background-color: #ccc;
border-style: dashed;

	}
	
	#loginBar .button
	{
		min-width: 85px;
		*width: 85px;
	}
	
		#loginBar .button.primary
		{
			font-weight: bold;
                        background-color: #0C1F2D!important;
                        color: #fff;
		}
                #loginBar .button.primary:hover
		        {
                        background-color: #0B304A!important;
                        color: #fff!important;}
		
/** changes when eAuth is present **/

#loginBar form.eAuth
{
	width: 700px; /* normal width + 170px */
}

	#loginBar form.eAuth .ctrlWrapper
	{
		border-right: 1px dotted #56575a;
		margin-right: 200px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
	}

	#loginBar form.eAuth #eAuthUnit
	{
		position: absolute;
		top: 0px;
		right: 0px;
	}

		#eAuthUnit li

		{
			margin-top: 10px;

		}
	
			#eAuthUnit li a
			{
				width: 180px;
				-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
			}
	
/** handle **/

#loginBar #loginBarHandle
{
	font-weight: bold;
font-size: 12px;
color: rgb(200, 200, 200);
background-color: rgb(28, 43, 50);
padding-right: 10px;
padding-left: 5px;
margin-top: -5px;
margin-right: 20px;
border: 1px solid rgb(12, 22, 27);
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
position: absolute;
right: 0px;
bottom: -19px;
text-align: center;
z-index: 1;
line-height: 25px;
-webkit-box-shadow: 0 0 2px #061015; -moz-box-shadow: 0 0 2px #061015; -khtml-box-shadow: 0 0 2px #061015; box-shadow: 0 0 2px #061015;

}
#loginBarHandle a {
color: #fff !important;
}

/* --- panel_scroller.css --- */

.hasJs #Notices { display: none; }

.PanelScroller
{
   padding-top: 10px;   
   width: 643px; 
margin: 0 auto;
   
}

.PanelScroller .scrollContainer,
.PanelScrollerOff .panel
{
	margin-bottom: 10px;
border: 1px none #bbbbbb;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
font-size: 10pt;
width: 643px;

}

.PanelScroller .PanelContainer
{
	position: relative;
	clear: both;
	width: 100%;
	overflow: auto;  
        border: 2px solid rgb(13, 40, 56);
        background: url('styles/aurora/xenforo/grey_trans_bg.jpg');
        -webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;      
}

	.hasJs .PanelScroller .Panels
	{
		position: absolute;
	}

	.PanelScroller .Panels
	{
		clear: both;
		margin: 0;
		padding: 0;
	}
	
		.PanelScroller .panel,
		.PanelScrollerOff .panel

		{
			padding: 10px;
-webkit-border-radius: 3px; -moz-border-radius: 3px; -khtml-border-radius: 3px; border-radius: 3px;

			
			position: relative;
			padding: 0 !important;

                        
		}
	

        .PanelScroller .panel .noticeContent,
		.PanelScroller .panel .noticeContent
		{
			padding: 10px;
		}

/** panel scroller nav **/

.PanelScroller .navContainer
{
	margin: -12px 21px 0;
overflow: hidden;
zoom: 1;

}

.PanelScroller .navControls
{
	float: right;
}

/* clearfix */ .PanelScroller .navControls { zoom: 1; } .PanelScroller .navControls:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }

	.PanelScroller .navControls a
	{
		font-size: 10px;
color: #ddd;
background-color: rgb(13, 55, 80);
padding: 6px 6px 4px;
margin-left: -1px;
float: left;
display: block;
position: relative;

		
		border: 1px none #bbbbbb;
-webkit-border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px;
		-webkit-border-radius: 0; -moz-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	}
	
		.PanelScroller .navControls > a:first-child
		{
			-webkit-border-bottom-left-radius: 5px; -moz-border-radius-bottomleft: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px;
		}
		
		.PanelScroller .navControls > a:last-child
		{
			-webkit-border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px;
		}
		
		.PanelScroller .navControls a:hover
		{
			text-decoration: none;
background-color: rgb(19, 66, 94);

		}
		
		.PanelScroller .navControls a.current
		{
			background-color: rgb(13, 40, 56);

		}
		
			.PanelScroller .navControls a .arrow
			{
				display: none;
			}
			
			.PanelScroller .navControls a.current span
			{
				display: block;
				line-height: 0px;
				width: 0px;
				height: 0px;
				border-top: 5px solid rgb(240, 240, 240);
				border-right: 5px solid transparent;
				border-bottom: 1px none black;
				border-left: 5px solid transparent;
				position: absolute;
			}
			
			.PanelScroller .navControls a.current .arrow
			{
				border-top-color: #bbbbbb;
				top: 0px;
				left: 50%;
				margin-left: -5px;
			}
			
				.PanelScroller .navControls a .arrow span
				{
					border-top-color: ;
					top: -6px;
					left: -5px;
				}
				
/* notices */


/* --- quick_navigation_menu.css --- */

#jumpMenu
{
	overflow: hidden; zoom: 1;
}

.xenOverlay #jumpMenu .jumpMenuColumn
{
	float: left;
	width: 50%;
}

.xenOverlay #jumpMenu .blockLinksList
{
	height: 250px;
	overflow: auto;
}

#jumpMenu .blockLinksList ul,
#jumpMenu .nodeList li.d0
{
	padding-top: 5px;
	border-top: 1px solid #d9d7d7;
	margin-top: 5px;
}

	#jumpMenu .blockLinksList ul:first-child,
	#jumpMenu .nodeList li.d0:first-child
	{
		padding-top: 0;
		border-top: none;
		margin-top: 0;
	}

.xenOverlay #jumpMenu .nodeList
{
	border-left: 1px solid #d9d7d7;
}

#jumpMenu .blockLinksList li
{
	vertical-align: bottom;
}


@media (max-width:480px)
{
	.Responsive .xenOverlay #jumpMenu .jumpMenuColumn
	{
		float: none;
		width: auto;
	}

	.Responsive .xenOverlay #jumpMenu .blockLinksList
	{
		max-height: 250px;
		height: auto;
	}
}