/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #000000; color: #fff; text-shadow: none; }
::selection { background: #000000; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Ross Marks
   ========================================================================== */

* {
	margin: 0;
}
html, body {
	background:#575757 url(../img/bg06.jpg) repeat;
	background-position:left;
	margin: 0;
    padding: 0;
    height: 100%;
}

#container {
    overflow: hidden;
    width: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding:0;
	padding-bottom: 0px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

.leftside{
	background:#575757 url(../img/left_bar.png) repeat-y;
	background-position:left;

	width:180px;
	float:left;
	border-width:0 12px 0 0;
	border-style:solid;
	border-color:#2c2c2c;	
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.rightside{
	background:#575757 url(../img/right_bar.png) repeat-y;
	background-position:right; 
	width:180px;
	float:right;
	border-width:0 0 0 12px;
	border-style:solid;
	border-color:#2c2c2c;	
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.left_title{
	height:25px;
	width:135px;
	float:right;
	margin: 0px 4px 15px 0;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color:#FFF;
	max-width:100%; 
	background-color:#000;
	max-width:100%; 
	color:#FFF;
	text-align: center;
}
.right_title{
	height:25px;
	width:135px;
	float:left;
	margin: 0 0 15px 3px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color:#000;
	max-width:100%; 
	color:#FFF;
	text-align: center;
}
.imagebox_left{
	background-color:#575757;
	height:90px;
	width:135px;
	float:right;
	margin: 15px 4px 15px 0;
}
.imagebox_right{
	background-color:#575757;
	height:90px;
	width:135px;
	float:left;
	margin: 15px 0 15px 3px;
}
.end_left{
	background-color:#FFF;
	width:135px;
	min-height:100%;
	float:right;
	margin: 15px 4px 0 0;
	padding-top: 15px;
	background:#575757 url(../img/blank.png) repeat-y;
	background-position:left;
	padding-bottom: 500em;
    margin-bottom: -500em;
}
.end_right{
	background-color:#FFF;
	width:135px;
	min-height:100%;
	float:left;
	margin: 15px 0 0 3px;
	padding-top: 15px;
	background:#575757 url(../img/blank.png) repeat-y;
	background-position:left;
	padding-bottom: 500em;
    margin-bottom: -500em;
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	max-width:100%; 
	min-width:100%; 
	max-height:100%; 
	min-height:100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	background-color:#575757;
}
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	max-width:100%; 
	min-width:100%; 
	max-height:100%; 
	min-height:100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background-color:#575757;
}

header { 
	display:block;
	background-color:#FFF;
	width:580px;
	height: 70px;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px 10px 10px;
	background-position:center top; 
	background-image: url(../img/banner.png);
	background-size:100%;

	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
	-webkit-box-shadow: inset 0px -6px 10px 0px #222;
	box-shadow: inset 0px -6px 10px 0px #222; 
	
	font: bold 34px "Century Schoolbook", Georgia, Times, serif;
	color: #CCC;
	line-height: 90%;
	letter-spacing: -2px;
}
.header_inner{
	width:560px;
	height: 50px;	
	margin: 0px;
	padding: 10px;
	border-width:3px;
	border-color;#FFF;

	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 100px 10px #000;
	box-shadow: inset 0px 0px 100px 10px #000; 
	
	z-index:-1;
	vertical-align:top;
}

.main{
	width:580px;
	background:#FFF;
	margin-left: auto ;
	margin-right: auto ;
	margin-top: 20px; 
	margin-bottom: 20px;
	padding: 8px;
	min-height:300px;
	max-height:300px;
	height:300px;

	-webkit-border-right-radius: 20px;
	-webkit-border-left-radius: 20px;
	-moz-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 10px 0px #000;
	box-shadow: inset 0px 0px 10px 0px #000; 
	
	vertical-align:top;
}
.main_inner{
	width:100%;

	margin: 0px;
	padding: 0px;
	min-height:100%;
	max-height:100%;
	
	border-width:3px;
	border-color;#FFF;

	-webkit-border-right-radius: 20px;
	-webkit-border-left-radius: 20px;
	-moz-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 200px 90px #000;
	box-shadow: inset 0px 0px 200px 90px #000; 
	
	z-index:-1;
	vertical-align:top;
}
.main_content{
	width:100%;
 
	margin: 0px;
	padding: 20px;
	min-height:100%;
	max-height:100%;
		
	filter: url("data:image/svg+xml;utf8,<svg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'0\' /></filter></svg>#blur");
	filter: blur(2px); 
	-webkit-filter: blur(-2px); 
	-moz-filter: blur(-2px);
	-o-filter: blur(-2px); 
	-ms-filter: blur(-2px);
	vertical-align:top;
	color:#FFF;
}

.footer, .push {
	height: 150px;
	clear: both;
}
footer {

	height:70px;
	margin: -70px auto  auto  auto ;
		background-position:center bottom; 
	background-image: url(../img/banner.png);
	background-size:580px;
	width:580px;
	padding: 10px 10px 40px;
	height: 20px;
	
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	
	-webkit-box-shadow: inset 0px 6px 10px 0px #222;
	box-shadow: inset 0px 6px 10px 0px #222; 
	
	font: bold 15px "Century Schoolbook", Georgia, Times, serif;
	color: #CCC;
	line-height: 90%;
	letter-spacing: -2px;
	text-align: left;
	vertical-align:bottom;
	

}
.footer_inner{
	width:560px;
	height: 20px;	
	margin: 0px;
	padding: 10px;
	padding-top: 40px;
	padding-bottom:0px;
	border-width:3px;
	border-color;#FFF;

	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	
	-webkit-box-shadow: inset 0px 0px 100px 10px #000;
	box-shadow: inset 0px 0px 100px 10px #000; 	
	
	z-index:-1;
	vertical-align:bottom;
}

.bylink{
	bottom:0;
	
	padding: 0px 0px 5px 10px;
}
.bylink a{
	text-decoration:none;
	color:#CCC;
}
.bylink a:visited{
	text-decoration:none;
	color:#CCC;
}
.bylink a:hover{
	text-decoration:none;
	color:#333;
}
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
