/* Style css */
@import url('reset.css');

body {
color: #F0F0F0;
font-family: 'DroidSerifRegular', Tahoma, Verdana, sans-serif;
font-size: 13px;
margin: 0px;
padding: 0px;
background: #111 url('images/bg.jpg') no-repeat fixed center center;
line-height: 140%;
}

h1, h2, h3, h4, h5, h6 {
margin: 10px 0pt 15px;
font-family: 'LeagueGothicRegular','Palatino Linotype', 'Book Antiqua', Palatino, serif;
}

h2 {
font-size: 40px;
color: #FEFC1B;
text-transform: lowercase;
font-style: italic;
background: url('images/line.png') repeat-x bottom;
line-height: 100%
}

h3 {
font-size: 30px;
font-weight: normal;
}

.clr {
clear: both;
}

img {
border: 0px;
}

img.border {
border: 1px solid #111;
-webkit-box-shadow: #111 5px 5px 5px;
-moz-box-shadow: #111 5px 5px 5px;
box-shadow: #111 5px 5px 5px;
}

ol, ul {
list-style: none;
padding: 0px;
margin: 0px;
}

a {
text-decoration: none;
color: #E6011E;
}

.width {
margin: 0px auto;
width: 980px;
}

/* Header */
#header {
color: #F0F0F0;f
padding: 25px 0px 0px;
}

#logo {
float: left;
margin: 10px 0 0 10px;
}

#welcome {
float: right;
padding: 60px 0 0 0;
}

#welcome h1 {
font-size: 50px;
margin-right: 10px;
}

/* Menu */
#header_menu {
height: 35px;
background: #111;
}

#header_menu li{
float: left;
position:relative;
}

#header_menu li a {
display: block;
font-weight: bold;
padding: 2px;
margin: 6px 15px 7px;
text-decoration: none;
color: #fff;
font-size: 16px;
border-bottom: 2px solid #111;
}

#header_menu a:hover, #header_menu .active > a {
border-bottom: 2px solid #FEFC1B;
}

#header_menu li ul {
position: absolute;
display: none;
z-index: 20;
background: #222;
background: rgba(34, 34, 34, .9);
}

#header_menu li ul li {
float:none;
}

#header_menu ul li:hover ul.sub-menu {
display: block;
}

#header_menu ul li ul.sub-menu li:hover ul.sub-sub-menu{
display: block;
left:100%;
top: -8px;
}

#header_menu li ul li a {
font-size: 15px;
font-weight: normal;
border-bottom: 0px;
}

#header_menu li ul li a:hover {
color: #FEFC1B;
border-bottom: 0px;
}

/* Header Banner */
#header-banner {
height: 204px;
background: #111;
}

/* Content */
#container {
margin: 15px 0 0;
}

#container .width {
overflow: hidden;
background: #111;
}

#content {
float: left;
margin: 10px 18px 20px 10px;
width: 614px;
background: #222;
padding: 0px 10px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}

.banner {
text-align: center;
}

.coupon {
text-align:center;
}

/* Sidebar */
#rsidebar {
float: left;
margin: 10px 10px 20px 0px;
padding: 0px 10px 10px 8px;
width: 290px;
background: #222;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
position: relative;
}

#rsidebar div.sidebar_item{
padding-bottom: 20px;
}

.social_media {
text-align: center;
}

.social_media h2{
text-align: left;
}

.social_media a {
margin: 0px 5px;
}

.social_media img {
opacity: 0.7;
}

.social_media img:hover {
-webkit-transform: scale(1.2) translate(0px, -2px);
-webkit-transition: all 0.2s ease-in;
opacity: 1;
}

.icons {
padding-top: 10px;
overflow: hidden;
}

.icons li {
width: 76px;
padding: 5px 0px 5px 20px;
float:left;
}


/* Footer */
#footer {
/*background: url('images/fbg.png') repeat-x bottom; */
}

ul.footer li {
float: left;
padding: 0px 13px 5px;
width: 170px;
}

#footer p {
float: right;
padding: 0px 0px 5px;
}

#footer p.copy {
padding: 0px 0px 20px;
}

#footer span.right {
border-right: none;
padding: 0px 0px 0px 10px;
}

#footer span {
border-right: 1px solid white;
padding: 0px 10px;
}

.info {
padding-right: 10px;
}

/* Contact Form */
.accepted {
background: #FEFC1B;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #000;
margin: 15px 20px;
padding: 2px 15px;
}

.error {
background: fireBrick;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color: #FFF;
margin: 15px 20px;
padding: 2px 15px;
font-weight: bold;
}

#contactform div, #cambalache div{
clear:both;
margin:1em 0;
}

#contactform label, #cambalache label{
display: block;
float: none;
width: auto;
}

#contactform input, #cambalache input {
border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
border-style: solid;
border-width: 1px;
color: #333;
font-size: 16px;
padding: 5px;
font-family: Tahoma, Verdana, sans-serif;
}

#contactform textarea, #cambalache textarea{
border-color: #B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
border-style: solid;
border-width: 1px;
font-family: Tahoma, Verdana, sans-serif;
font-size: 16px;
padding: 0.6em 0.5em 0.7em;
width: 450px;
}

#contactform input[type="submit"], #cambalache input[type="submit"] {
background: #333;
border: 1px solid #444;
color: white;
cursor: pointer;
font-size: 100%;
font-weight: bolder;
border-bottom: 1px solid #444;
border-left: 1px solid #999;
border-right: 1px solid #444;
border-top: 1px solid #999;
}

#contactform input[type="submit"]:hover, #cambalache input[type="submit"]:hover {
border-bottom: 1px solid #999;
border-left: 1px solid #444;
border-right: 1px solid #999;
border-top: 1px solid #444;
}

#contactform input[type="text"] , #cambalache input[type="text"]{
width:450px;
}

/* Programming Page and Events pages*/
.programming span.time {
display: block;
float: left;
width: 100px;
}

.eventos span.time {
display: block;
float: left;
width: 200px;
}

.eventos span.event {
display: block;
float: left;
width: 200px;
}

.eventos li, .programming li, .timbers li {
padding: 3px 0px;
}
.timbers span.time {
float: left;
width: 166px;
}

.timbers span.event {
float: left;
width: 142px;
}

.timbers span.location {
width: 132px;
float: left;
}

.timbers span.score {
width: 41px;
float: left;
text-align: right;
}

.timbers li.heading span {
text-decoration: underline;
}

.timbers span.home {
color: #74A532;
}


/* Club Pantera */
.clubpantera {
padding-top: 10px;
}

/* Weather */
/*
 * Example of zWeatherFeed Styling
 *
 * Version: 1.0.2
 * (c) Copyright 2010, Zazar Ltd
 *
 */

.weatherFeed{
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px 10px;
    width: 280px;
}

#rsidebar .weatherfeed div {
padding-top: 5px;
}

.weatherFeed a { color: #888; }

.weatherFeed a:hover{
    text-decoration: none;
}

.weatherItem{
    padding: 0.8em;
    text-align: right;
}

.weatherCity { text-transform: uppercase; padding: 0px 0px 7px;}

.weatherTemp{
    font-size: 2.8em;
    font-weight: bold;
	padding: 0px 0px 7px;
}

.weatherDesc, .weatherCity { font-weight: bold; }

.weatherDesc { margin-bottom: 0.4em; }

.weatherRange, .weatherWind { font-size: 0.8em; }

.weatherLink{
    text-align: left;
    font-size: 0.8em;
}

/* Currency */
.currencyFeed {
font-family: Arial, Helvetica, sans-serif;
margin-left: 20px;
}

.currency {
font-size: 20px;
font-weight: bold;
}

.currencyLink a {
color: #888;
font-size: 0.8em;
}


/* Home Page Slider */
.cover h3 {
margin: 10px;
font-size: 32px;
}

.boxgrid{ 
width: 302px; 
height: 200px; /* 260 */ 
margin:0px 10px; 
float:left; 
background:#161613; 
border: solid 2px #333; 
overflow: hidden; 
position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
.boxgrid p{ 
	padding: 0 10px; 
	color:#afafaf; 
	/*font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif;  */
}

.boxcaption{ 
float: left; 
position: absolute; 
background: #000;
height: 100px;
width: 100%; 
opacity: .8; 
/* For IE 5-7 */
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionfull .boxcaption {
	top: 160; /*260*/
	left: 0;
}
.caption .boxcaption {
	top: 160; /*220*/
	left: 0;
}

.cover  {
top: 160px;
}

.seperator {
background: url('images/seperator.png') no-repeat center center;
height: 4px;
padding: 10px 0px;
}

.line {
background: url('images/line.png') repeat-x center;
height: 2px;
padding: 10px 0px;
}
