@import url('base.css');

body {
    font-family: Verdana;
}

.ui-bar-a {
	color: #ffffff;
	font-weight: bold;
	text-shadow: -1px -1px 0 #000, 0 0 5px #000;
	background: url('/img/header.png') repeat-x 0 bottom;
	padding-bottom: 25px;
}

.ui-footer {
    padding-top: 25px;
    padding-bottom: 0;
    background: url('/img/footer.png') repeat-x right top;
    height: 35px;
}

.ui-home-header {
    height: 90px;
}

.ui-header h1 {
    font-family: Helvetica !important;
    text-transform: uppercase !important;
    font-size: 20px !important;
    font-weight: bold !important;
    margin:  7px 0 3px !important;
}

.ui-home-header h1 {
    background: url('/img/logo.png') no-repeat 0 0;
    width: 232px !important;
    height: 100px !important;
    overflow: hidden;
    text-indent: -9999px;
    margin: 0 auto !important;
}

.ui-bar-a, 
.ui-bar-a input, 
.ui-bar-a select, 
.ui-bar-a textarea, 
.ui-bar-a button {
	font-family: Verdana;
}
.ui-bar-a .ui-link-inherit {
	color: 					#fff;
}
.ui-bar-a .ui-link {
	color: 					#7cc4e7;
	font-weight: bold;
}
.ui-body-a {
	border: 1px solid 		#2A2A2A;
	background: #330000 url('/img/bg.png');
	color: 					#fff;
	 text-shadow: 0 1px 0 	#000;
	font-weight: normal;
}
.ui-body-a,
.ui-body-a input,
.ui-body-a select,
.ui-body-a textarea,
.ui-body-a button {
	font-family: Verdana;
}
.ui-body-a .ui-link-inherit {
	color: 					#fff;
}
.ui-body-a .ui-link {
	color: 					#fff;
}
.pagination {
    float: right;
    font-size: 10px;
}

.pagination_x {
    float: right;
    font-size: 10px;
	color:#000;
}

a.pagination_x {
    float: right;
    font-size: 10px;
	color:#000;
}

.ui-br {
	border-bottom: rgb(130,130,130);
	border-bottom: rgba(130,130,130,.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.ui-btn div.sub {
    font-size: 10px !important;
    font-weight: normal !important;
}
.ui-btn-up-a {
	background: #851F1F;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 -1px 1px #000;
	background-image: -moz-linear-gradient(top, 
							#851F1F, 
							#BF2D2D);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, #851F1F),
		color-stop(1, #BF2D2D));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#851F1F', EndColorStr='#BF2D2D')";
	border-top: 1px solid 	#000;
	border-top-color: rgba(0,0,0,.6);
	border-bottom: 1px solid 	#fff;
	border-bottom-color: rgba(255,255,255,.2);
}
.ui-btn-up-a a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-hover-a {
	background: #BF2D2D;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background-image: -moz-linear-gradient(top, 
							#BF2D2D, 
							#851F1F);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#BF2D2D),
		color-stop(1, 		#851F1F));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#BF2D2D', EndColorStr='#851F1F')";
	border-bottom: 1px solid 	#000;
	border-bottom-color: rgba(0,0,0,.6);
	border-top: 1px solid 	#fff;
	border-top-color: rgba(255,255,255,.2);
}
.ui-btn-hover-a a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-down-a {
    background: #851F1F;
    font-weight: bold;
	font-size: 13px;
    color: #fff;
    text-shadow: 0 -1px 1px #000;
    background-image: -moz-linear-gradient(top, 
    						#851F1F, 
    						#BF2D2D);
    background-image: -webkit-gradient(linear,left top,left bottom,
    	color-stop(0, #851F1F),
    	color-stop(1, #BF2D2D));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#851F1F', EndColorStr='#BF2D2D')";
    border-top: 1px solid 	#000;
    border-top-color: rgba(0,0,0,.6);
    border-bottom: 1px solid 	#fff;
    border-bottom-color: rgba(255,255,255,.2);
}
.ui-btn-down-a a.ui-link-inherit {
	color: 					#fff;
}
.ui-btn-up-a,
.ui-btn-hover-a,
.ui-btn-down-a {
	text-decoration: none;
}

.full_website {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 8px 10px;
}

.full_website a {
    text-decoration: none !important;
}

h3 {
    margin: 0;
    padding: 0 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
}

h3.sub {
    padding: 15px 5px 5px;
}

.ui-body-content-a {
    background: #851F1F;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    background-image: -moz-linear-gradient(top, 
    						#851F1F, 
    						#BF2D2D);
    background-image: -webkit-gradient(linear,left top,left bottom,
    	color-stop(0, #851F1F),
    	color-stop(1, #BF2D2D));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#851F1F', EndColorStr='#BF2D2D')";
    border-top: 1px solid 	#000;
    border-top-color: rgba(0,0,0,.6);
    border-bottom: 1px solid 	#fff;
    border-bottom-color: rgba(255,255,255,.2);
}

.wrapper {
    padding: 5px 10px;
}

.left-body {
    width: 80px;
    position: absolute;
}

.left-body .button a {
    display: block;
    text-align: center;
    padding: 4px 0;
    margin: 4px 0;
    text-transform: uppercase;
}

.left-body .button a:link, .left-body .button a:active, .left-body .button a:visited {
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 5px #781818, 0 1px 1px #C24747;
    -moz-box-shadow: inset 0 1px 5px #781818, 0 1px 1px #C24747;
    box-shadow: inset 0 1px 5px #781818, 0 1px 1px #C24747;
    border-radius: 5px;
    border: 1px solid #781818;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
}

.left-body .button a:hover {
    background-color: #781818;
}

.right-body {
    float: left;
    padding-left: 90px;
    min-height: 124px;
    line-height: 16px;
}

.right-body.small {
    min-height: 32px;
}

.ui-body-content-a p {
    padding: 0 0 5px;
    margin: 0;
}

.gallery_wrapper img.full {
    position: relative;
    width: 100%;
}