@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

@import url(egolf_css.css);

@import url(players.css);



body {
font-family: 'Open Sans', sans-serif;
background: #053d8d url('../images/background_blue.jpg') repeat-x;
letter-spacing:.2px;
padding-bottom:0;
}

body.florida {
font-family: 'Open Sans', sans-serif;
background: #4a99de url('../images/background_lightblue.jpg') repeat-x;
letter-spacing:.2px;
}


body.west {
font-family: 'Open Sans', sans-serif;
background: #790707 url('../images/background_red.jpg') repeat-x;
letter-spacing:.2px;
}

h2 {
font-size: 28px;
line-height:32px;
}

#top_navigation {
width: 100%;
height: 55px;
background: #151515;
}

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

#banner_egolf {
height: 126px;
width: 100%;
background: url('../images/banner_1.jpg');
}

#banner_florida {
height: 126px;
width: 100%;
background: url('http://www.egolfprofessionaltour.com/cart/includes/templates/tarheel/images/banner_2.jpg');
}

#banner_west {
height: 126px;
width: 100%;
background: url('http://www.egolfprofessionaltour.com/cart/includes/templates/tarheel/images/banner_3.jpg');
}

#slider_container {
width: 980px;
height: 502px;
margin: 0 auto 15px auto;
}

#content {
width: 950px;
margin: 0 auto 15px auto;
background: #efeeec url('../images/background_paper.jpg') repeat;
min-height:400px;
padding: 15px;
padding-bottom:50px;
}

#content_left {
width:635px;
height: 100%;
margin-right:15px;
}

#content_sidebar {
width: 300px;
height: 100%;
}

div.page {
padding: 20px;
}

div.page > div#content_left {
width:680px;
padding-right:13px;
padding-left:10px;
border-right: 1px solid #DDDDDD;
}

div.page > div#content_sidebar {
width:205px;
padding:0px;
height:100%;
}


#footer {
width: 100%;
height: 75px;
background: #151515;
color: #ECECEC;
margin-bottom:0;
padding-bottom:0;
}

#footer > p {
margin: 0 auto 10px auto;
}

#slider p {
margin: 0 0 0px;
}

.margin_r15 {
margin-right: 15px;
}

.margin_b15 {
margin-bottom: 15px;
}

.margin_r10 {
margin-right: 10px;
}

.margin_r9 {
margin-right: 9px;
}

.table {
display:table;
}

.table-cell {
display:table-cell;
}

.center_table-cell {
display:table-cell;
vertical-align: middle; 
text-align: center; 
}

.content_half {
width:310px;
}

/* Slider_Container */

#slider {
width: 650px;
height: 501px;
margin-right: 15px;
}

#slider_right {
width: 315px;
height: 501px;
}

div#slider_container > div.egolf > div > div > div.thumbsHolderWrapper {
background: none repeat scroll 0 0 #053D8D;
}

div#slider_container > div.florida> div > div > div.thumbsHolderWrapper {
background: none repeat scroll 0 0 #4b9adf;
}

div#slider_container > div.west > div > div > div.thumbsHolderWrapper {
background: none repeat scroll 0 0 #790707;
}


/* Banner */

.egolf_logo {
height: 100px;
width: 235px;
display:block;
text-indent:-9999px;
overflow:hidden;
background: url('../images/egolflogo.png');
margin-top: 12px;
margin-bottom: 13px;
margin-left: 15px;
background-repeat: no-repeat;
}

.egolf_logo_west {
height: 100px;
width: 235px;
display:block;
text-indent:-9999px;
overflow:hidden;
background: url('../images/egolflogo_west.png');
margin-top: 12px;
margin-bottom: 13px;
margin-left: 15px;
background-repeat: no-repeat;
}

.egolf_logo_florida {
height: 100px;
width: 235px;
display:block;
text-indent:-9999px;
overflow:hidden;
background: url('../images/egolflogo_florida.png');
margin-top: 12px;
margin-bottom: 13px;
margin-left: 15px;
background-repeat: no-repeat;
}



/* Title */

a.bluegolf_leaderboard {
margin:auto;
text-align: center;
display:block;
}

.title {
height: 43px;
color: #ececec;
background: #151515 url('../images/red_border.png') no-repeat;
margin-bottom: 10px;
font-size: 22px;
text-transform:uppercase;
line-height: 43px;
display:block;
}

.title h3 {
font-weight: 400;
font-size: 22px;
line-height: 43px;
margin: 0 0 0 20px;
}

.titleist_lead {
position:relative;
top: -4px;
}

.text_container{
background: #FFF;
padding: 10px;
}

.text_content {
width: 100%;
margin: 0 0 0 0; padding: 0; border: 0;
display: block;
}

#slider_right > .text_container > .text_content {
height:122px;
}

/* Tour news */

div.tour_news_headline {
margin-bottom: 9px;
text-align:center;
}

div.tour_news_headline > div {
height:240px;
width: 293px;
}

div.tour_news_headline > div > div {
margin-top:10px;
height:80px;
}

div.tour_news_headline > div > div > a {
color: #202020;
}

div.tour_news_headline > div > div > a:hover, div.tour_news_headline > div > div > a:focus {
color: #404040;
text-decoration:none;
}

div.tour_news_headline_text {
margin-bottom:9px;
}

div.tour_news_headline_text > div > ul {
margin: 0 0 10px 0px;
padding:0;
text-align:left;
}

div.tour_news_headline_text > div > ul > li {
width: 275px;
margin-left:25px;
}

div.tour_news_headline_text > div > ul > li > a {
color: #202020;
}

div.tour_news_headline_text > div > ul > li > a:hover, div.tour_news_headline_text > div > ul > li > a:focus {
color: #404040;
text-decoration:none;
}

div.tour_news_headline_more {
margin-bottom:15px;
}

div.tour_news_headline_more > div {
width: 615px;
}

a.more_news {
display:block;
margin-top:4px;
}

/*  Tour information */

div.upcoming_events > div.text_container > div.text_content{
min-height: 240px;
line-height: 26px;
}

div.upcoming_events > div.text_container {
margin-bottom:15px;
}

div.tour_info > div.text_container > div.text_content {
min-height:525px
}

/* Industry news */

div#industry_news > div > div > ul {
    margin: 0 0 0 25px;
    padding: 0;
}

div#industry_news > div > div > ul > li {
line-height:24px;
}


/* Zencart */

h1#ezPagesHeading {
text-align: center;
}

#ezPageDefault {
width:642px;
}