@import url("/bstyle-main.css");
@import url(//fonts.googleapis.com/css?family=Istok+Web:400,700,400italic,700italic);
@import url(//fonts.googleapis.com/css?family=Reenie+Beanie);
@import url(//fonts.googleapis.com/css?family=Arapey);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,400,600);
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:400,700);
@import url(//fonts.googleapis.com/css?family=Maven+Pro:400,500,700);
@import url(//fonts.googleapis.com/css?family=Asap:400,700,400italic,700italic);


* {margin: 0; padding: 0;}
body { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #000; background: url(/images/background.png) left repeat #eae5e1; }
img { border: 0px; }
a { color: #000; text-decoration: none; }
a:hover { color: #777; text-decoration: none; }


.new_comment { display: none; }

.members_only { border-radius: 10px; position: absolute; width: 1000px; height: 100%; z-index: 95; text-align: center; background-color: #000; opacity: 0.97; filter: alpha(opacity=97); min-height: 850px; }

input,textarea {  }

.login_box {

    width: 48%;
    box-sizing: border-box;
    min-height: 300px;
    background: #fafafa;
    border: 1px dashed #ccc;
    padding: 10px 20px;
    margin-bottom: 10px;
    display: block;
    text-align: left;

}

.profile_red { padding: 5px; border: 1px solid #F69F97; background-color: #FCDCDC; color: #AA2A1D; margin-bottom: 10px; display: block; }
.profile_green { padding: 5px; border: 1px solid #14B314; background-color: #C8E2C1; margin: 2px; margin-bottom: 10px; display: block; }
.profile_yellow { padding: 5px; border: 1px solid #FCCF1B; background-color: #FCF9BD; margin: 2px; margin-bottom: 10px; display: block; }


.paybox { margin: 20px auto; border-radius: 5px; padding: 20px; border: 1px dashed #808080; background: #F1E8D1; }

.paybutton { padding: 5px 20px; background: #F3CC30; margin: 5px 0; white-space: normal; }


.pitch { display: inline-block; width: 328px; height: 273px; background: #FFF; margin: 2px; overflow: hidden; }


ul.home_list {
    list-style: none;
}

ul.home_list li {
    padding: 2px;
    margin-bottom: 4px;
}


.homeselect { list-style-type: none; font-weight: bold; color: gray; }
.homeselect li { margin-bottom: 5px; }
.homeselect a { text-decoration: underline; }


.goright { display: inline-block; height: 100%; width: 100%; background: url(/images/button-right.png) center center no-repeat; }
.goright:hover { opacity: 0.4; filter: alpha(opacity=40); }
.goleft { display: inline-block; height: 100%; width: 100%; background: url(/images/button-left.png) center center no-repeat; }
.goleft:hover { opacity: 0.4; filter: alpha(opacity=40); }

 
.profile { padding: 5px; margin-bottom: 10px; }
.profile_red { padding: 5px; border: 1px solid #FF0000; background-color: #F5BDBD; margin-bottom: 10px; }
.profile_green { padding: 5px; border: 1px solid #14B314; background-color: #C8E2C1; margin: 2px; margin-bottom: 10px; }


.header { width: 100%; height: 34px; margin: 0 auto 0 auto; padding: 2px 0 2px 0; background: #56100f; z-index: 100; position: fixed; } 
.header .logo { width: 180px; height: 34px; float: left; }
.header .rightnav { width: 800px; height: 34px; float: right; }

.header_container { width: 1000px; display: block; margin: 0 auto 0 auto; height: 34px; } 

.submitselect { height: 20px; font-size: 16px; border-bottom: 1px solid #D1D1D1; width: 300px; display: block; line-height: 20px; padding: 10px; }

.submitselecton { height: 20px; font-size: 16px; border-bottom: 1px solid #D1D1D1; width: 300px; display: block; line-height: 20px; color: #FFF; background: #616161; padding: 10px; }

.user_container { width: 1000px; height: 28px; margin: 0 auto 0 auto; padding: 2px 0 2px 0; }

.docs { width: 640px; list-style-type: none; background: #eae5e1; float: left; }
.docs li { clear: both; margin-bottom: 10px; height:135px; width: 640px; overflow: hidden; }
.docs li img { width:180px; height:135px; float:left; border: 1px solid #FFF; margin-right: 10px;}
.docs li a:hover img { border: 1px solid #000; }
.docs li p { white-space:nowrap; font-size: 14px; }
.docs li p.title { font-size: 20px; }
.docs li p.tags { white-space:normal; height: 2.2em; overflow: hidden; width: 400px; }
.docs li p a { text-decoration:underline; color: #000; }
.docs li p a:hover { text-decoration:none; color: #000; }

.text { width: 640px; list-style-type: none; background: #eae5e1; float: left; }
.text li { clear: both; margin-bottom: 10px; min-height: 135px; width: 640px; overflow: hidden; border-bottom: 1px dashed #ccc; background-color: #fdfdfd; }
.text li p { margin: 0 6px 0 6px; font-size: 14px; }
.text li p.title { margin-top: 4px; font-size: 20px; }
.text li p.tags { white-space:normal; height: 2.2em; overflow: hidden; width: 400px; }
.text li p a { text-decoration:underline; color: #000; }
.text li p a:hover { text-decoration:none; color: #000; }
.text li p.blurb { margin-top: 10px; margin-bottom: 10px; }

.data { width: 640px; float: left; }
.datawide { width: 1000px; }

.data p.headline{ font-size: 30px; font-weight: bold; margin-bottom: 10px; }
.datawide p.headline { font-size: 30px; font-weight: bold; margin-bottom: 10px; }



.thumbs { width: 1000px; margin: auto; list-style-type: none; background: #eae5e1; }
.thumbs li { position: relative; float: left; width: 196px; height: 200px; }
.thumbs li img { width:180px; height:135px; border: 1px solid #FFF; margin: auto; display: block; border-radius: 10px; }
.thumbs li a:hover img { border: 1px solid #000; }
.thumbs li p { width:180px; height: auto; font-size: 12px; overflow: hidden; margin: auto; }
.thumbs li p.title { font-size: 14px; max-height: 35px; display: block; font-weight:bold; }
.thumbs li p a { text-decoration:none; color: #000; }
.thumbs li p a:hover { text-decoration:underline; color: #000; }

.thumbs_small { list-style-type: none; background: #eae5e1; }
.thumbs_small li { position: relative; float: left; width: 100px; height: 75px; margin: 4px; }
.thumbs_small li img { width: 100px; height: 75px; border: 1px solid #FFF; margin: auto; display: block; border-radius: 10px; }
.thumbs_small li a:hover img { border: 1px solid #000; }
.thumbs_small li p { width: 100px; height: auto; font-size: 12px; overflow: hidden; margin: auto; }
.thumbs_small li p.title { font-size: 14px; max-height: 35px; display: block; font-weight:bold; }
.thumbs_small li p a { text-decoration:none; color: #000; }
.thumbs_small li p a:hover { text-decoration:underline; color: #000; }


.list { width: 640px; list-style-type: none; background: #eae5e1; float: left; }
.list li { margin-bottom: 10px; height:70px; width: 460px; overflow: hidden; border-bottom: 1px dashed #ccc; }
.list li p { white-space:nowrap; font-size: 14px; }
.list li p.title { font-size: 20px; }
.list li p.tags { white-space:normal; height: 1.2em; overflow: hidden; width: 400px; }
.list li p a { text-decoration:underline; color: #000; }
.list li p a:hover { text-decoration:none; color: #000; }

.pages { clear: both; text-align: center; font-size: 20px; word-spacing: 8px; margin: auto; }
.pages a { }
.pages a:hover { text-decoration:underline; color: #444; }
.pages span.sel { background: #404040; padding: 1px 10px; color: #FFF; border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; }


.clear { clear: both; }

.right { width: 310px; min-height: 600px; float: right; }

.footer { font-size: 14px; color: #9a9a9a; min-height: 200px; margin: auto; clear: both; text-align: center; padding: 10px; background: #1c1c1c; } 
.footer a { color: #9a9a9a; text-decoration:underline; } 
.footer a:hover { text-decoration:none; color: #9a9a9a; }

.content { width: 1000px; margin: auto; clear: both; background: #eae5e1; padding: 10px; min-height: 900px; } 
.content ul { list-style-position:inside; }
.content h2 { font-size: 15px; margin-left: 0px; margin-bottom: 10px; }

.content h1 { font-size: 25px; margin-left: 0px; margin-bottom: 10px; }
.content span.forback { display: block; float: right; }
.content p {

}

.content p.title { font-size: 20px; margin-bottom: 10px; }
.content p a { text-decoration:underline; color: #000; }
.content p a:hover { text-decoration:none; color: #000; }

.content p.content_bar_off { background-color:#fff; float: right; width: 100px; }
.content p.content_bar_on { background-color:#aaa; float: right; width: 100px; }

.userbox {
	float: right;
	width: 800px;
	height: 34px;
	display: block;
}

.searchbox {
	float: right;
	width: 390px;
	height: 40px;
	display: block;
}

.searchbox input.searchq {
	font-size: 16px;
	color: #999;
	padding: 6px;
	width: 300px;
	border: 1px solid #b8b8b8;
}

.searchbox input.submitq {
	background: url(http://media.beomedia.com/network/blue-button-search.png) top left no-repeat;
	width: 67px;
	height: 32px;
	border: none;
	color: #dee4ff;
	cursor: pointer;
	text-indent:-9999px;
}

.searchbox input.submitq:hover {
	background: url(http://media.beomedia.com/network/blue-button-search.png) 0 -32px;
}

.searchbox input.submitq:active {
	background: url(http://media.beomedia.com/network/blue-button-search.png) 0 -64px;
}


label {
	width: 160px;
	display:inline-block;
}

.button_blue {
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 0;
width: auto;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 2px 10px 2px 10px;
	background: rgba(0, 0, 0, 0.15);
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0 0 0 10px;
	overflow: hidden;
	cursor: pointer;
	float: right;

}

.button_blue:hover {

	background: rgba(0, 0, 0, 0.5);
	color: white;

}

.button_blue_on {

	background: rgba(0, 0, 0, 0.5);
	color: white;

}


.button_blue_contact {
	display: block;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border: 0;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding: 2px 10px 2px 10px;
	background: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: bold;
	color: white;
	margin: 0 0 0 10px;
	overflow: hidden;
	cursor: pointer;
	float: right;
}

.button_blue_contact:hover {

	background: rgba(0, 0, 0, 0.9);
	color: white;

}

.button_blue_contact.disabled {
	background: #AC3333;
}

.button_blue_contact.disabled:hover{
	background: rgba(0, 0, 0, 0.9);
	color: white;
}

.button_blue_contact.phone {
	background: #DB8C15;
}

.button_blue_contact.phone:hover {
	background: rgba(0, 0, 0, 0.9);
	color: white;
}

.button_blue_contact.off {
	background: #949494;
}

.button_blue_contact.off:hover {
	background: rgba(0, 0, 0, 0.9);
	color: white;
}



.button {
	font-size: 18px;
	margin-top: 10px;
	padding: 2px 10px 2px 10px;
}


.hot_button {

color: white;
font-size: 14px;
font-weight: bold;
background: #217A21;
padding: 1px 6px 1px 6px;
display: block;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;

}

.hot_button span {
    animation-name: blinker;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  /* Decimal not necessary, 0 and 1 is enough */
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.views { width: 310px; list-style-type: none; background: #f4f4f4; }
.views li { margin-bottom: 4px; height: 40px; width: 310px; overflow: hidden; clear: both; border-bottom: 1px dashed #ccc; text-indent: 10px; font-size: 16px; }
.views li a { text-decoration: underline; color: #000; }
.views li a:hover { text-decoration: none; color: #000; }


.reveal-modal-bg { 
	position: fixed; 
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 100;
	display: none;
	top: 0;
	left: 0; 
}

.reveal-modal {
	visibility: hidden;
	top: 100px; 
	left: 50%;
	margin-left: -300px;
	width: 520px;
	background: #eee;
	position: absolute;
	z-index: 101;
	padding: 30px 40px 34px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

.reveal-modal .close-reveal-modal {
	font-size: 22px;
	line-height: .5;
	position: absolute;
	top: 8px;
	right: 11px;
	color: #aaa;
	text-shadow: 0 -1px 1px rbga(0,0,0,.6);
	font-weight: bold;
	cursor: pointer;
}

.datawide p { max-width: none; }