/*
Theme Name: 4sports-golf
Theme URI: http://www.breathe4u.com
Description: Golfing Theme created especially for 4sports.
Version: 1
Author: Breathe
Author URI:http://www.breathe4u.com
*/


/* GENERAL STYLES///////////////////////////////////////////// */

* {
	padding:0px;
	margin:0px;
}

html {
	padding:0px;
	margin:0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 0.75em Verdana, Arial, Helvetica, sans-serif;
	color: #54686e;
	background-color: #dee3e9;
	background-image: url(images/background-image.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

a img {
	border:none;

}

#wrapper {
	width:970px;
	margin:0 auto;
	text-align:left;
	position: relative;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
}
strong {
	font-weight: normal;
	color: #000;
} 



/* TOP NAV///////////////////////////////////////////// */

#top-nav {
	position: relative;
	background-color: #fff;
	height:168px;
	background: url(images/top-nav-back.jpg) no-repeat 0px 0px;
}
body { behavior: url("http://www.4sportsgolf.com/wp-content/themes/4sports-golf/csshover3.htc"); } 

#top-nav {
	position: relative;
	background-color: #fff;
	height:168px;
	background: url(images/top-nav-back.jpg) no-repeat 0px 0px;
 }
	
#top-nav ul {
	margin:0;
	padding:0;
	position: absolute;
	list-style: none;
	left:200px;
	top:0px;
	
}
#top-nav li {
	font-size: 80%;
	float:left;
	no-repeat right top;
	margin:0;
	padding:0;
	text-transform:uppercase;	
}
#top-nav a {
	float:left;
	display:block;
	no-repeat left top;
	padding:20px 10px;
	color: #54686e;
	text-decoration:none;
}

#top-nav li:hover {

    background:url("images/top-nav-rollover-thick.jpg")
    no-repeat right top;
    margin:0;
    padding:0;


}
	
#top-nav a:hover {
    display:block;
    background:url("images/top-nav-rollover-thin.jpg")
    no-repeat left top;
    padding:20px 10px;
    text-decoration:none;
    color:#fff;
    }

#top-nav h2{
	font: 100% Georgia, Times New Roman, Times, serif;
	letter-spacing:3px;
	color: #fff;
	position: absolute;
	left:280px;
	top:77px;
}

#top-nav h1{
	text-indent:-5000px;
}


/* SUB NAV///////////////////////////////////////////// */


#sub-nav {
	font-size:80%;
	line-height:240%;
	position: relative;
	float:left;
	background-color: #fff;
	left:0px;
	top:0px;
	width:192px;
}

#sub-nav li {
	/*display:block;*/
	color: #54686e;
}

#sub-nav strong {
	font-weight: normal;
	color: #54686e;	
	padding-right:20px;
	text-transform:uppercase;
} 

#sub-nav li a{
	display:block;
	text-decoration: none;
	color: #54686e;	
	padding-right:20px;
	text-transform:uppercase;
}

#sub-nav li a:hover{
	color: #fff;
	background: url(images/sub-nav-back.jpg) no-repeat 0px 0px;
}
#sub-nav ul{
	padding-top:5px;
	text-align:right;
	list-style: none;
	position:relative;
	padding-bottom:0px;

}



/* MAIN PANEL///////////////////////////////////////////// */

#main-content .alignright {
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	margin-top:15px;
}


#main-content {
	font-size:80%;
	position: absolute;
	left:202px;
	top:118px;
	width:750px;
	margin:0px;
	padding:0px;
}

#top-panel {
	background: url(images/main-panel-back.jpg) repeat-y 0px 0px;
	float:left;
	width:750px;
	margin:0px;
	padding:0px;

}

#image-holder {
	position:relative;
	left:25px;
	width:319px;
	height:402px;
	/*background: url(images/main-image-home.jpg) no-repeat 0px 0px;*/
	float:left;
}

.error404 #image-holder {
	background: url(images/main-image-home.jpg) no-repeat 0px 0px;
}

#text-holder {
	width:335px;
	top:0px;
	left:50px;
	float:left;
	position:relative;
}

#top-panel h2 {
	width:100%;
	float:left;
	position:relative;
	font: 180% Georgia, Times New Roman, Times, serif;
	color:#000;
	top:25px;
	line-height:120%;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:10px;
	margin-bottom:20px;
}

#text-holder p{
	float:left;
	margin-top:20px;
	font-size:100%;
	line-height:145%;
}


/* GOLFERS PANEL///////////////////////////////////////////// */

#golfers-panel {
	float:left;
clear:both;
	background: url(images/main-panel-back.jpg) repeat-y 0px 0px;
}

#golfers-panel ul{
	list-style: none;
	margin-left:22px;
	margin-top:7px;
}

#golfers-panel li{
	width:54px;
	float:left;
	margin-right:18px;
}
#golfers-panel li a{
	font: 95% Georgia, Times New Roman, Times, serif;
	width:60px;
	text-decoration:none;
	color: #000;
}

#golfers-panel li a:hover {
	color: #54686e;
}

#golfers-panel .arrow{
	margin-top:5px;
	margin-bottom:10px;
}


/* FOOTER///////////////////////////////////////////// */

#footer {
	font-size:90%;
	padding:12px;
	background-color: #dee3e9;
}

#footer a {
	color: #54686e;
}
#footer a:hover {
	text-decoration:none;
}

/* TABS ON HOME///////////////////////////////////////////// */

#tabs {
	clear:both;
	width:335px;
	float:left;
	margin-top:15px;
	margin-left:0px;
	padding-left:0px;
}

.TabbedPanelsContent h3{
	font: 130% Georgia, Times New Roman, Times, serif;
	color:#000;
	letter-spacing:1px;
	line-height:100%;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:5px;
	float:left;
	margin-left:15px;
	margin-top:5px;
}

/* BIO PAGE STYLES///////////////////////////////////////////// */

#image-holder-bio {
	position:relative;
	right:30px;
	margin-bottom:30px;
	width:291px;
	float:right;
	top:55px;
}
#image-holder-bio h3{
	font: 140% Georgia, Times New Roman, Times, serif;
	color:#000;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:7px;
	margin-bottom:15px;
	margin-top:20px;
	width:291px;
}

#image-holder-bio .big-image{
	margin:0px;
	padding:0px;
}

#image-holder-bio img{
	margin-right:15px;
	padding:0px;
}

#text-holder-bio {
	width:357px;
	top:0px;
	left:30px;
	float:left;
	position:relative;
}
#text-holder-bio h2{
	font: 180% Georgia, Times New Roman, Times, serif;
	line-height:120%;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:10px;
	margin-bottom:40px;
	width:357px;
}
#text-holder-bio a{
	color:#000;
	text-decoration:none;
}

#text-holder-bio a:hover{
	color:#54686e;
	text-decoration:none;
}

#text-holder-bio p a{
	color:#000;
	text-decoration:underline;
}

#text-holder-bio p a:hover{
	color:#54686e;
	text-decoration:underline;
}


#text-holder-bio h1, h3, h4, h5, h6{
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-top:20px;
	width:357px;
}
#text-holder-bio h1 {
	font-size: 200%;
	text-transform:uppercase;
}
#text-holder-bio h3 {
	font-size: 150%;
	width:357px;
}
#text-holder-bio h4 {
	font-size: 140%;
	width:357px;
}
#text-holder-bio h5 {
	font-size: 130%;
	width:357px;
}
#text-holder-bio h6 {
	font-size: 120%;
	width:357px;
}
#text-holder-bio p{
	width:357px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:15px;
	font-size:100%;
	line-height:145%;
}
#text-holder-bio img{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
}
#text-holder-bio ul ol {
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;


}
#text-holder-bio blockquote {
	color:#000;
	font-style:italic;
	margin-top:15px;
	margin-bottom:15px;
	width:357px;
}
#text-holder-bio li {
	margin-bottom:15px;
	margin-left:15px;
}

/* NEWS PAGE STYLES///////////////////////////////////////////// */

#text-holder-news {
	width:640px;
	top:0px;
	left:50px;
	float:left;
	position:relative;
}

#text-holder-news h2{
	font: 180% Georgia, Times New Roman, Times, serif;
	line-height:120%;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:10px;
	margin-bottom:40px;
	width:640px;
}


#text-holder-news .post h1, h3, h4, h5, h6{
	font-family: Georgia, Times New Roman, Times, serif;
	color:#000;
	border-bottom: dotted 1px #00aeef;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-top:20px;
	width:640px;

}

#text-holder-news h1 {
	font-size: 200%;
	text-transform:uppercase;
	width:640px;
}
#text-holder-news h3 {
	font-size: 150%;
	width:640px;
}
#text-holder-news h4 {
	font-size: 140%;
	width:640px;
}
#text-holder-news h5 {
	font-size: 130%;
	width:640px;
}
#text-holder-news h6 {
	font-size: 120%;
	width:640px;
}

#text-holder-news p{
	width:640px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:15px;
	font-size:100%;
	line-height:145%;
}

#text-holder-news img{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	margin-top:15px;
}

#text-holder-news p a{
	color:#000;
	text-decoration:underline;
}
#text-holder-news p strong{
	color:#000;

}

#text-holder-news a{
	color:#000;
	text-decoration:none;
}

#text-holder-news a:hover{
	color:#54686e;
	text-decoration:none;
}

#text-holder-news ul, ol {
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
	width:640px;
}

#text-holder-news blockquote {
	color:#000;
	font-style:italic;
	width:438px;
	margin-top:15px;
	margin-bottom:15px;
	width:640px;
}

/* HILIGHT TEXT FOR NAVS STYLES//////////////////////// */

	
#top-nav  .current_page_item a{
    display:block;
    background:url("images/top-nav-rollover-thin.jpg")
    no-repeat left top;
    padding:20px 10px;
    text-decoration:none;
    color:#fff;
}

#top-nav .page_item.current_page_item{
    background:url("images/top-nav-rollover-thick.jpg")
    no-repeat right top;
    margin:0;
    padding:0;
}

#sub-nav .current_page_item a{
	color: #fff;
	background: url(images/sub-nav-back.jpg) no-repeat 0px 0px;
}

#top-nav  .current_page_parent a{
    display:block;
    background:url("images/top-nav-rollover-thin.jpg")
    no-repeat left top;
    padding:20px 10px;
    text-decoration:none;
    color:#fff;
}

#top-nav .page_item.current_page_parent{
    background:url("images/top-nav-rollover-thick.jpg")
    no-repeat right top;
    margin:0;
    padding:0;
 }



/* SIDE IMAGES CODE FOR INDIVIDUAL PAGES START//////////////////////////////*/
/* ABOUT US PAGE///*/

.page-id-40 #image-holder-bio{
    background:url("images/side/dominik-senn.jpg") no-repeat 0px 0px;
    height:410px;
}


/* PLAYER MANAGEMENT PAGE///*/

.page-id-7 #image-holder-bio{
    background:url("images/side/player-management-side.jpg") no-repeat 0px 0px;
    height:580px;
}


/* COMMERCIAL PAGE///*/

.page-id-43 #image-holder-bio{
    background:url("images/side/commercial-side.jpg") no-repeat 0px 0px;
    height:575px;
}


/* TOUR DIARY PAGE///*/

.page-id-9 #image-holder-bio{
    background:url("images/side/tour-diary-side.jpg") no-repeat 0px 0px;
    height:420px;
}

/* CONTACT US PAGE///*/

.page-id-15 #image-holder-bio{
    background:url("images/side/contact-us-side.jpg") no-repeat 0px 0px;
    height:420px;
}

/* SIDE IMAGES CODE FOR INDIVIDUAL PAGES END//////////////////////////////*/


/* RESULTS BUTTON CODE START//////////////////////////////*/

.results-button a{
    clear:both;
    width:103px;
    height:56px;
    display:block;
    background:url("images/results-button.jpg") no-repeat 0px 0px;
}

.results-button a:hover{
    background:url("images/results-button.jpg") no-repeat 0px -56px;
}

.results-button-2011 a{
    clear:both;
    width:103px;
    height:56px;
    display:block;
    background:url("images/results-button-2011.jpg") no-repeat 0px 0px;
}

.results-button-2011 a:hover{
    background:url("images/results-button-2011.jpg") no-repeat 0px -56px;
}

.results-button-2012 a{
    clear:both;
    width:103px;
    height:56px;
    display:block;
    background:url("images/results-button-2012.jpg") no-repeat 0px 0px;
}

.results-button-2012 a:hover{
    background:url("images/results-button-2012.jpg") no-repeat 0px -56px;
}

/* RESULTS BUTTON CODE END//////////////////////////////*/

/* LOGO CODE FOR PARTNERS PAGE START//////////////////////////////*/
.page-id-11 #text-holder-news .logo {
    margin-left:0px;
    margin-right:7px;
    margin-top:0px;
    margin-bottom:7px;
    padding:0px;
    float:left;
}


/* LOGO CODE FOR PARTNERS PAGE END//////////////////////////////*/



/*TABLE CODE ON BIO PAGES START///////////////////////*/

#text-holder-bio .wp-table-reloaded{
	color: #54686e;
	width:357px;
	padding-top:0px;
	margin-top:0px;
	font-size:100%;
	line-height:120%;
}

#text-holder-bio .wp-table-reloaded th, #text-holder-bio .wp-table-reloaded td{
	color: #54686e;
	padding-top:0px;
	margin-top:0px;
	font-size:100%;
	line-height:120%;
}

/*TABLE CODE BREANNE///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-22 .column-1{
	width:105px;
}
/*TABLE CODE ANDERS HANSEN///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-10 .column-1{
	width:78px;
}
/*TABLE CODE EOARDO MOLINARI///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-11 .column-1{
	width:78px;
}
/*TABLE CODE JUSTIN ROSE///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-12 .column-1{
	width:67px;
}
/*TABLE CODE KIRAN MATHARU///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-13 .column-1{
	width:80px;
}
/*TABLE CODE MATT RICHARDSON///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-14 .column-1{
	width:80px;
}
/*TABLE CODE PAUL LAWRIE///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-15 .column-1{
	width:80px;
}
/*TABLE CODE PETER HANSON///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-16 .column-1{
	width:80px;
}

/*TABLE CODE PETER HEDBLOM///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-17 .column-1{
	width:80px;
}

/*TABLE CODE TOM WHITEHOUSE///////////////////////////////////////*/
#text-holder-bio .wp-table-reloaded-id-18 .column-1{
	width:80px;
}

/*TABLE CODE ON BIO PAGES END///////////////////////*/





/*TOUR DIARY START///////////////////////*/


.page-id-9 .entry strong{
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:120%;
	line-height:140%;
}

.page-id-9 #text-holder-bio .entry .column-1{
	width:121px;
	padding:20px 0px 0px 0px;
	margin:0px;
}

.page-id-9 #text-holder-bio .entry .column-2{
	width:231px;
	padding:20px 0px 0px 0px;
	margin:0px;
}





.page-id-9 #text-holder-bio .wp-table-reloaded th img{
	padding:0px;
	margin:0px;
}


.page-id-9 #text-holder-bio .wp-table-reloaded tr img{
	padding:0px;
	margin:0px;
}



.page-id-9 #text-holder-bio.entry .wp-table-reloaded {
	width:358px;
	background-color:yellow;
	padding:0px;
	margin:0px;
}

.wp-table-reloaded-id-20 .column-1{
	border-bottom:dotted 1px #00aeef;
}

.wp-table-reloaded-id-20 .column-2{
	border-bottom:dotted 1px #00aeef;
}

/* CLOCK AND TICKER STYLES/////////////////////////////*/

.separatorInvisible {
	width:750px;
	clear: both;
	padding: 0px;
	margin: 0px;

}

.page-id-3 #text-holder h2 {
	margin-bottom:25px;
}
#tape{
	float:left;
	text-align:left;
	width:750px;
	font: 130% Georgia, Times New Roman, Times, serif;
	letter-spacing:3px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:50px;

}
.ticker{

	color:#fff;
	padding-top:25px;
	width:730px;
	margin-left:10px;
}
#ticker{

}
.ticker-div{
	height:52px;
	background: url(images/ticker-back.jpg) no-repeat 0px 0px;
}

