/**
 * @package Website_Template
 * @since Website 1.0
 */

/* =Classes
----------------------------------------------------------------------------- */
.container {
	margin: 0 auto;
	position: relative;
	width: 940px;
}
.alpha {
	float: left;
}
.beta {
	float: right;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	.container {
		width: 700px;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	.container {
		width: 300px;
	}
	.alpha, .beta {
		float: none;
		width: auto !important;
	}
}
@media only screen and (max-width: 319px) { /* <= Mini */
	html {
		min-width: 220px;
	}
	.container {
		width: 220px;
	}
}

/* =Browser notification
----------------------------------------------------------------------------- */
.browser-notification {
	border-bottom: 1px solid #a29330;
	background: #fdf2ab url(../img/exclamation.gif) no-repeat 10px center;
	font: 11px/18px Verdana;
	color: #303030;
	display: none;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
}
.browser-notification p {
	margin: 0;
	padding: 10px 36px 12px;
}
.browser-notification a {
	color: #e25600;
	text-decoration: none;
}
.browser-notification a:hover {
	border-bottom-width: 0;
	color: #e25600;
	text-decoration: underline;
}
.browser-notification .close {
	font-weight: bold;
	cursor: pointer;
	position: absolute;
	right: 14px;
	top: 10px;
}

/* =Top
----------------------------------------------------------------------------- */
#top {
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 9px 0 2px;
}
#top h1 {
	display: none;
}
#top .frame > .inner {
	display: none;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
    #top {
	    padding-top: 2px;
    }
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#top {
		padding: 13px 0;
		height: 33px;
	}
	.no-js #top {
		height: auto;
	}
	#top h1 {
		font-weight: normal;
		line-height: 33px;
		cursor: pointer;
		display: block;
		padding: 0 12px;
	}
	#top h1:after {
		content: "";
		background-position: 0 center;
		background-repeat: no-repeat;
		display: block;
		position: absolute;
		right: 12px;
		top: 0;
		bottom: 0;
		width: 13px;
	}
	#top h1:hover:after {
		background-position: -13px center;
	}
	#top .frame {
		display: none;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		overflow: hidden;
		z-index: 10;
	}
	.no-js #top .frame {
		display: block;
		position: static;
	}
	#top .frame > .inner {
		display: block;
		padding: 3px 12px 0px;
	}
}

/* =Search
----------------------------------------------------------------------------- */

@media only screen and (max-width: 739px) { /* <= Mobile */
	
	.wsc_search
    {
        margin-bottom: 5px;
    }
	
	.wsc_search span.ServerSkinWidget
    {
        display: none;
    }
    
    .wsc_search input.NormalTextBox
    {
        border: medium none;
        box-shadow: none;
        display: block;
        float: left;
        font-family: Georgia,serif;
        font-size: 13px;
        font-style: italic;
        margin: 0;
        padding:9px 0;
        text-indent: 10px;
        width: 260px;
    }
    
    .wsc_search a.ServerSkinWidget
    {
        background-repeat:no-repeat;
        display: block;
        height: 0;
        margin-top: -34px;
        overflow: hidden;
        padding-top: 34px;
        width: 17px;
        float: right;
    }
    
    .wsc_search a.ServerSkinWidget {
		background-position: -35px 9px;
	}
	.wsc_search a.ServerSkinWidget:hover {
		background-position: -52px 9px;
	}
	
        
}




/* =Navigation
----------------------------------------------------------------------------- */
nav li {
	white-space: nowrap;
	display: block;
	position: relative;
}
nav a {
	cursor: default;
	display: block;
	position: relative;
}
nav a[href] {
	cursor: pointer;
}
nav a:hover {
	border-bottom-width: 0 !important;
}
nav li.sub > a:after {
	content: "›";
}

/* =Level 0 */
nav > ul > li {
	float: left;
	margin-right: 14px;
}
nav > ul > li > a:after {
	padding-left: 4px;
}
nav > ul > li.right {
	float: right;
	margin-left: 28px;
	margin-right: 0;
}

/* =Level 1+ */
nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
nav li:hover > ul {
	display: block;
}
nav li ul li {
	border-width: 1px;
	border-style: solid;
	border-top-style: dotted;
	border-bottom-width: 0;
}
nav li ul li:first-child {
	border-top-style: solid;
}
nav li ul li:last-child {
	border-bottom-width: 1px;
}
nav li ul li.sub > a {
	padding-right: 24px !important;
}
nav li ul li.sub > a:after {
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
}
nav li ul li a {
	padding: 0 12px;
	line-height: 33px;
}

/* =Level 2+ */
nav li ul li ul {
	padding: 0 !important;
	left: 100% !important;
	top: -1px !important;
}
nav li ul li ul.left {
	left: auto !important;
	right: 100% !important;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	nav ul {
		position: static !important;
		padding: 0 !important;
	}
	nav li {
		box-shadow: none !important;
		border-left-width: 0 !important;
		border-right-width: 0 !important;
		border-top-width: 1px !important;
		border-top-style: dotted !important;
		border-bottom-width: 0 !important;
		display: block !important;
		float: none !important;
		margin: 0 !important;
	}
	nav li.sub > a {
		cursor: pointer;
	}
	.no-js nav li ul {
		display: block !important;
	}
	nav li a {
		padding: 0 16px;
		line-height: 33px;
	}
	nav li ul li a {
		padding-left: 32px !important;
	}
	nav li ul li ul li a {
		padding-left: 48px !important;
	}
	nav li ul li ul li ul li a {
		padding-left: 64px !important;
	}
	nav li ul li ul li ul li ul li a {
		padding-left: 80px !important;
	}
}

/* =Navigation top
----------------------------------------------------------------------------- */
#nav-top 
{
    display:inline-block;
	font-size: 13px;
	line-height: 32px;
}
#nav-top li ul {
	padding-top: 4px;
	left: -2px;
}
#nav-top li ul li {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width:740px) and (max-width: 979px)
{
    /* <= Tablet */
    #nav-top
    {
        float:left;
    }
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#nav-top ul {
		display: block;
	}
	#nav-top li.sub > a:after {
		display: none;
	}
	#nav-top > ul > li:first-child {
		border-top-width: 0 !important;
	}
}

/* =Navigation main
----------------------------------------------------------------------------- */
#nav-main {
	border-top-width: 1px;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 21px;
	font-family: Rokkitt, "Times New Roman";
	line-height: 26px;
	margin-bottom: 20px;
	padding: 5px 0;
}
#nav-main > ul {
	margin: 0 auto;
}
#nav-main li ul {
	padding-top: 5px;
	left: -2px;
}
#nav-main li ul li {
	box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 740px) { /* >= Tablet */
	#nav-main li ul {
		display: none !important;
	}
	#nav-main li:hover > ul {
		display: block !important;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#nav-main {
		border-top-width: 0;
		padding: 0;
	}
	#nav-main li.sub > a:after {
		content: "";
		background-position: -26px center;
		background-repeat: no-repeat;
		position: absolute;
		padding: 0;
		right: 16px;
		top: 0;
		bottom: 0;
		width: 13px;
	}
	#nav-main li:hover > ul {
		display: none;
	}
	#nav-main li.sub > a:hover:after{
		background-position: -39px center;
	}
}
@media only screen and (max-width: 319px) { /* <= Mini */
	#nav-main {
		font-size: 18px;
	}
	#nav-main li a {
		line-height: 30px;
	}
}

/* =Main
----------------------------------------------------------------------------- */
#main {
	padding: 20px 0;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#main {
		padding: 15px 0;
	}
}

/* =Header
----------------------------------------------------------------------------- */
#header {
	margin-bottom: 20px;
}
#header hgroup {
	width: 440px; /* = 940px - 468px - 32px */
}
#header hgroup h1 { /* logo */
	border-right-width: 1px;
	border-right-style: solid;
	font: normal 51px/0.7 Rokkitt, "Times New Roman";
	margin-right: 32px;
	padding-right: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#header hgroup h1 a:hover {
	border-bottom-width: 0;
}
#header hgroup h2 {
	font: normal 22px/22px Rokkitt, "Times New Roman";
	height: 60px;
}

#header .HeaderAdPane {
    max-width: 468px;
}
#header .ad {
	height: 60px;
}
#header .ad img {
	display: block;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	#header hgroup {
		float: none;
		width: auto;
	}
	#header .HeaderAdPane {
	    float: none;
	    max-width: inherit;
	    margin-top : 16px;
    } 
	#header .ad {
		display: block;
		float: none;
		margin: 0 auto;
		width: 468px;
	}
	#header .ad > div {
		display: block;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#header hgroup h1 {
		border-right-width: 0;
		line-height: 47px;
		text-align: center;
		margin: 0;
		padding-right: 0;
	}
	#header hgroup h2 {
		text-align: center;
		margin-top: 7px;
		height: auto;
	}
	#header .ad,
	#header .ad img {
		width: 100%;
		height: auto;
	}
}

/* =Banners
----------------------------------------------------------------------------- */
#banners .wsc_pane {
	margin-bottom: 25px;
}
#banners .wsc_pane.paneOutline 
{
    margin-bottom: 0px;
}
.no-js #banners {
	display: none;
}
#banners article {
	box-sizing: border-box;
	padding: 14px 20px 0 20px;
	width: 320px;
}
#banners article > *:first-child {
	margin-top: 0;
}
#banners article h1 {
	font: normal 32px/32px Rokkitt, "Times New Roman";
}
#banners article h1 + p {
	margin-top: 6px;
}
#banners article p {
	margin-top: 10px;
	margin-bottom: 0px;
}
#banners .banner {
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
}
#banners .descriptions article {
	display: none;
}
#banners .descriptions article:first-child {
	display: block;
}
#banners .image a, 
#banners .image img {
	display: block;
	position: relative;
	width: 100%;
	/*height: 100%;*/
}
#banners .image {
	border-bottom-width: 0;
}

#banners .flexslider .slides 
{
    margin-bottom: 0px;
}

#banners .flexslider .slides li 
{
    margin-top: 0px;
}

.banner.flexslider .slides,
.banner.flexslider .slides li,
.banner.flexslider .slides a,
.banner.flexslider .slides img {
	/*height: 100%;*/
}
#banners .second {
	margin: 0 0 19px 20px;
}
#banners .third {
	margin: 19px 0 0 20px;
}

#banners .BannerLeftNarrow .second,
#banners .BannerLeftNarrow .third 
{
    margin-left: 0px;
}

.banner.full {
	width: 100%;
}

.banner.wsc_call_html 
{
   /* height:285px; */
}
#banners .big {
    width: 620px;
}
#banners .big.wsc_pane 
{
    height: auto !important;
}

#banners .small 
{
    width:300px;
}
#banners .small .caption {
	font: normal 21px/19px Rokkitt, "Times New Roman";
	display: block;
	position: absolute;
	padding: 9px 13px;
	left: 0;
	right: 0;
	bottom: 0;
}


.banner .caption.vertical {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: 100%;
}



@media only screen and (max-width: 979px) { /* <= Tablet */
	#banners article {
		width: 240px;
	}
	#banners article h1 {
		font-size: 28px;
		line-height: 28px;
	}
	#banners .second {
		margin-bottom: 15px;
	}
	#banners .third {
		margin-top: 15px;
	}
	
	#banners .big {
		width: 460px;
	}
	
	#banners .small {
		width: 230px;
	}
	#banners .banner.small {
        width: 220px;
	}
	
	#banners .small .caption {
		font-size: 16px;
		line-height: 15px;
		padding: 7px 11px;
	}
}
@media only screen and (max-width: 739px) { /* <= Mobile */
	#banners .wsc_pane {
		margin-bottom: 20px;
	}
	#banners article {
		padding: 12px 15px;
		width: 270px;
	}
	#banners article h1 {
		font-size: 26px;
		line-height: 26px;
	}
	#banners .second {
		float: left;
		margin: 8px 8px 0 0;
	}
	#banners .third {
		float: right;
		margin: 8px 0 0 0;
	}
	
	#banners .BannerLeftNarrow .second,
	#banners .BannerLeftNarrow .third
	{
	    margin-top: 0px;
	    margin-bottom: 8px;
	}
	
	#banners .BannerLeftNarrow.wsc_pane,
	#banners .BannerLeftWide.wsc_pane
	{
	    margin-bottom: 0px;
	}
	#banners .banner.small {
		width: 146px;
		height: 65px;
	}
	#banners .big {
		width: 100%;
	}
	
	#banners .small .caption {
		display: none;
	}
}
@media only screen and (max-width: 319px) { /* <= Mini */
	#banners article {
		padding: 9px 12px;
	}
	#banners article h1 {
		font-size: 20px;
		line-height: 20px;
	}
	#banners .banner.small {
		width: 106px;
		height: 47px;
	}	
}


/* =Social Panes
---------------------------------------------------------------------------- */
.ProfilePanes .column
{
    float:left;
}

.ProfilePanes .column.col-1-4
{
    margin-right:2%;
}



/* =Content
----------------------------------------------------------------------------- */
#content.alpha,
#content.beta {
	width: 700px;
}

@media only screen and (max-width: 979px) { /* <= Tablet */
	#content.alpha,
	#content.beta {
		width: 460px;
	}
}

/* =Aside
----------------------------------------------------------------------------- */
#aside {
	width: 220px;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#aside .wsc_pane {
		margin-top: 20px;
	}
}

/* =Bottom
----------------------------------------------------------------------------- */
#bottom {
	background-position: top;
	background-repeat: repeat-x;
	padding: 27px 0 0 0;
}

#bottom input[type="submit"] {
	-ms-filter: "";
	border-width: 0;
	background: none !important;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	height: 30px;
}

/* =Footer
----------------------------------------------------------------------------- */
#footer {
	border-top-width: 0px;
	border-top-style: dotted;
	font-size: 9px;
	line-height: 16px;
	padding-bottom: 27px;
}

#footer.wsc_footer_border 
{
	border-top-width: 1px;
	padding-bottom: 15px;
	padding-top: 13px; 
}

#footer a:hover {
	border-bottom-width: 0;
}

@media only screen and (max-width: 739px) { /* <= Mobile */
	#footer .primary {
		margin-bottom: 8px;
	}
}