/*
	Theme Name: Ian Baker Finch
	Description: Custom 2 Column, Widget Ready Wordpress theme.
	Author: Web.com
	Author URI: http://www.web.com
	Tags: two columns, widget ready, fixed width
	
	The CSS, XHTML and design is copyrighted Web.com
	
*/

* {vertical-align: baseline; font-weight: inherit; font-family: inherit; font-style: inherit; font-size: 100%; outline: 0; padding: 0; margin: 0;}
img, a{border: 0;}
body{text-align: center; font-size: 75%;} /* Set font size to 12px in IE */
html>body{font-size: 14px;} /* Set font size to 12px in everything else  */
#container{text-align: left; margin: 0 auto;}
#bodyshell{float: left; width: 100%;}
#main{
    padding: 0 0 25px;
    width: 990px;
}
#footer{clear: both;}

.clear{clear: both;}
.spacer {
    padding: 14px 0 0;
}
.clearer{clear: both; width: 100%; height: 0; font-size: 0; overflow: hidden;}
.float-left{float: left; display: inline;}
.float-right{float: right; display: inline;}

ul.infolinks, .infolinks ul{margin: 0; padding: 0; list-style: none;}
ul.infolinks li, .infolinks ul li{list-style: none; display: inline;}
ul.infolinks-ds, .infolinks-ds ul {margin: 0; padding: 0; list-style: none;}
ul.infolinks-ds li, .infolinks-ds ul li {list-style: none; display: block;}

h1{
    font-size: 1.5em;
    letter-spacing: -0.03em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h2{
    font-size: 1.25em;
    letter-spacing: -0.03em;
    margin-bottom: 7px;
    text-transform: uppercase;
}
h3{
	font-size: 1.25em; 
	line-height: 1.15em; 
	margin: 22px 0 7px;
}
h4{
    font-size: 1.15em;
    margin: 0 0 1px;
	font-weight: bold;
}
h5{
	font-size: 1.2em; 
}
h6{
	font-size: 1.14em; 
	margin: 0 0 2px;
	font-weight: bold;
}
h4 a {
    color: #00874F;
    text-decoration: none;
}
h4 a:hover {
    color: #000000;
    text-decoration: underline;
}
h2.title {
    color: #000000;
    font-size: 1.25em;
    font-weight: 700;
    text-transform: none;
}
h2.title a {
    color: #000000;
    text-decoration: none;
    text-transform: none;
}
h2.title a:hover {
	text-decoration: underline;
}
strong{font-weight: bold;}
em{font-style: italic;}
hr{background-color: #DFDFDF; border-top: 1px solid #DFDFDF; border-bottom: none; border-left: none; border-right:none; color: #DFDFDF; height: 1px; margin: 22px 0 20px;}

ul, ol, dl{list-style-position: outside; margin: 1em 1em 1em 2em;}
dl{margin-left: 1em;}
dd{margin-left: 2em;}

p{margin-bottom: 1em; line-height: 18px;}
blockquote{margin: 1em;}
a{color: #00874F; text-decoration: underline;}

body{background: url("images/sitebg.gif") repeat-x scroll center top #ffffff; color: #000000; font-family: Arial, Helvetica, sans-serif;}
#wrapper {
    background: url("images/ftbg.gif") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
}
#container{width: 990px; padding-bottom: 25px;}
#leftnav{
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0 0 35px;
    width: 187px;
}
#content{}
.intpage {
    background-color: #ffffff;
    min-height: 330px;
    padding: 18px !important;
    width: 954px !important;
}
#content-home{}
#content-pad{
    float: right;
    min-height: 250px;
    padding: 0 0 40px 25px;
    width: 738px;
}
#content-pad-home{}
.fullwidth {
    padding-left: 0 !important;
    width: 945px !important;
}


/* Start Header Styles */
#header{
    height: 187px;
    margin: 0 auto;
    position: relative;
    width: 990px;
}
.logo {
    left: 16px;
    position: absolute;
    top: 53px;
}
#header .search {
    position: absolute;
    right: 13px;
    top: 60px;
}
#header .searchbg {
    background: url("images/searchbg.png") repeat-x scroll 0 0 transparent;
    height: 45px;
    padding-right: 16px;
    width: 270px;
}
#header .search .searchInput {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    font-size: 13px;
    height: 16px;
    margin: 13px 0;
    padding: 0 14px;
    width: 216px;
}
#header .search .searchbtn {
    border-width: 0;
    float: right;
    margin: 13px 0 0;
}
.smicons {
    position: absolute;
    right: 311px;
    top: 57px;
    width: 163px;
}
.smicons ul {
    margin: 0;
    text-align: right;
}
.smicons ul li {
    display: inline;
}
.navbar {
    background: url("images/navbg.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 130px;
}
.navbar ul {
    margin: 0;
    min-height: 50px;
    padding: 4px 0 0;
    text-align: center;
    width: 990px;
}
.navbar ul li {
    display: inline;
    padding: 0;
    text-transform: uppercase;
}
.navbar ul li a {
    color: #018752;
    display: inline-block;
    font-family: Maven Pro,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 18px 7px 17px;
    text-decoration: none;
    text-transform: uppercase;
}
.navbar ul li:first-child:hover a, .navbar ul li:first-child a, .navbar ul li:first-child a:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("images/icon-home.png");
    background-origin: padding-box;
    background-position: 0 0;
    background-size: auto auto;
    border: medium none;
    font-size: 0;
    padding: 17px 0 7px 24px;
}
.navbar ul li a:hover, .navbar ul li:hover a {
    background: none repeat scroll 0 0 #f5f5f5;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #018752;
    padding: 16px 6px 15px;
    text-decoration: none;
}
.navbar ul li ul {
	display: none;
}
.navbar ul li:hover {
	position: relative;
}
.navbar ul li:hover ul {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    display: block;
    left: 0;
    padding: 2px 2px 0;
    position: absolute;
    text-align: left;
    top: 28px;
    width: 182px;
    z-index: 5000;
}
.navbar ul li:hover ul li {
    background: none repeat scroll 0 0 #e9e9e9;
    display: block;
    margin: 0 0 2px;
    width: 182px;
}
.navbar ul li:hover ul li:hover, .navbar ul li:hover ul li:hover a {
    background: none repeat scroll 0 0 #fdd116;
    color: #666666 !important;
    text-decoration: underline !important;
}
.navbar ul li:hover ul li:hover a {
    color: #666666;
    padding: 5px 7px;
}
.navbar ul li:hover li:hover:first-child a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 13px;
}
.navbar ul li:hover ul li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #656565;
    display: block;
    font-family: arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 7px;
    text-decoration: none;
    text-transform: none;
}
/* End Header Styles */

/* Start Footer Styles */
.ftad {padding-bottom: 20px;}
.ftwrapper {
    min-height: 315px;
}
#footer{
    font-size: 13px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 29px;
    width: 995px;
}
.fttop {
    min-height: 237px;
    padding: 0 20px;
}
.footnav {
    float: left;
    height: 191px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    width: 617px;
}
.footnav ul, .sponsorlinks ul {
    margin: 0;
}
.footnav ul li {
    float: left;
    list-style-type: none;
    padding: 0 46px 21px 0;
    width: 42%;
}
.footnav ul li a, .sponsorlinks ul li a {
    color: #3c3c3c;
    text-decoration: none;
}
.footnav ul li a:hover, .sponsorlinks ul li a:hover {
    color: #3c3c3c;
    text-decoration: underline;
}
.sponsorlinks {
    float: left;
    height: 228px;
    overflow: hidden;
    text-align: left;
    width: 177px;
}
.sponsorlinks ul li {
    list-style-type: none;
    padding: 0 0 13px;
}
.ftsmicons {
    float: right;
    height: 141px;
    text-align: left;
    width: 104px;
}
.ftsmicons ul {
    margin: 0;
}
.ftsmicons ul li {
    display: block;
}
.ftsmicons ul li a {
    color: #3c3c3c;
    text-decoration: none;
}
.ftsmicons ul li img {
    padding: 0 8px 0 0;
    vertical-align: middle;
}
.copyright {
    clear: both;
    color: #767676;
    font-size: 12px;
    padding: 13px 0 0;
    text-align: center;
}
.copyright a {
    color: #767676;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: none;
}
.copyright img {
    padding: 0 0 9px 2px;
    vertical-align: middle;
}

/* End Footer Styles */

/* Start Title Styles */
.pagebanner{
    border-bottom: 1px solid #fce57d;
    color: #008852;
    font-family: Maven Pro;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 0 22px;
    padding: 9px 11px;
}
/* End Title Styles */

/* Start Breadcrumbs */
.breadcrumb{font-size: 12px; padding: 0 11px 10px;}
.breadcrumb a{color:#00874F; text-decoration: none;}
.breadcrumb a:hover{color:#00874F; text-decoration: underline;}
/* End Breadcrumbs */

/* Start Sidebar Styles */
#leftnav .searchInput {width: 145px;height: 23px;}
#leftnav .searchbtn {
    vertical-align: middle;
}
#leftds.infolinks ul.blog-widgets {clear: both;margin: 10px 0;padding: 0;}
#leftds.infolinks ul.page-cats {border: 1px solid #D4D4D4;float: left;margin: 0 0 10px;padding: 3px;width: 179px;}
#leftds.infolinks ul.page-cats li ul li {display: block;}
#leftds{width: 180px;}
#leftds li.widget, #leftds.infolinks ul.blog-widgets li.categories {border: 1px solid #D4D4D4; float: left; margin: 0 0 10px; padding: 3px; width: 179px;}
#leftds li ul li ul.children li {background: none;}
#leftds li ul li ul.children {margin: 0 0 0 26px;background: none;}
#leftds li h2{color: #FFFFFF;background: #00874F;font-size: 14px;font-weight: bold;letter-spacing: 0.01em;padding: 14px 10px 10px;}
#leftds li ul{padding: 12px 0;}
#leftds li ul li{padding: 0 5px 11px 10px; display: block;}
#leftds li ul li:last-child{padding: 0 5px 0 10px;}
#leftds li ul li a{color: #000000; text-decoration: none;}
#leftds li ul li a:hover{color: #00874F; text-decoration: underline;}
#leftds li ul li ul{margin: 0 0 0 20px; padding: 5px 0;}
#leftds li ul li ul li{padding: 0 !important;}
#leftds li ul li ul li a{background: none; padding: 0;}
#leftds li.widget_archive select{margin: 15px 9px 12px; width: 160px;}
#leftds li.widget_calendar #calendar_wrap{margin: 10px 24px 0; width: 130px;}
#leftds li.widget_calendar #calendar_wrap #wp-calendar caption{font-weight: bold; margin: 0 0 3px;}
#leftds li.widget_calendar #calendar_wrap #wp-calendar thead{font-weight: bold;}
#leftds li.widget_categories select{margin: 15px 9px 12px; width: 160px;}
#leftds li.widget_meta li{display: block;}
#leftds li.widget_search form{margin: 10px 0 5px;}
#leftds li.widget_search form label{display:none;}
#leftds li.widget_search form input#s{height: 20px; width: 112px;}
#leftds li.widget_search form input#searchsubmit{}
#leftds li.widget_tag_cloud .tagcloud{background-color: #FFFFFF; padding: 10px;}
#leftds li.widget_tag_cloud .tagcloud a{padding: 1px; text-decoration: none;}
#leftds li.widget_tag_cloud .tagcloud a:hover{text-decoration: underline;}
#leftds li div.textwidget {padding:12px 9px; line-height: 1.45em;}
/* End Sidebar Styles */

/* Start Homepage Styles */
.homebanner {
    background: url(images/bannershadow.png) no-repeat center bottom transparent;
    height: 376px;
    margin-bottom: 14px;
}
.banner {
    background-color: #f7f7f7;
    border-radius: 5px;
    float: left;
    padding: 15px;
    width: 960px;
}
.ftpage {
    float: left;
    width: 658px;
}
.ftpagecontent {}
.ftimg {
    float: left;
    padding: 0 18px 17px 0;
}
.ftimg img {
    border: 1px solid #cccccc;
    padding: 5px;
}
.ftpagecontent a {
    text-decoration: none;   
}
.ftpagecontent a:hover {text-decoration: underline;}
.twitterfeed {
    float: right;
    width: 310px;
}
.sponsors {
    border-bottom: 1px solid #dedede;
    clear: both;
    margin-bottom: 14px;
    padding-bottom: 15px;
}
.sponsors ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.sponsors ul li {
    display: inline-block;
    list-style-type: none;
    padding: 2px 10px;
    text-align: center;
}
.sponsors ul li img {
    vertical-align: middle;
}
/* START SEQUENCE BANNER */
.scSequenceBanner {
    border: 10px solid #ffffff;
    height: 306px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.scSequenceBannerMain {
    position: relative;
}
.scSequenceBannerMain div {
    left: 0;
    position: absolute;
    top: 0;
}
.scSequenceButtons {
    background: url("images/blacktrans.png") repeat scroll 0 0 transparent;
    height: 25px;
    padding: 12px 10px;
    position: absolute;
    text-align: right;
    width: 921px;
    z-index: 100;
}
a.scSButton {
    background: url("images/scSBbtn.png") no-repeat scroll -18px 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline;
    font-size: 11px;
    height: 19px;
    margin: 0 6px 0 0;
    padding: 0 9px 8px;
    text-align: center;
    width: 18px;
}
a.scSButton:hover {
    background: url("images/scSBbtn.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
}
a.scSBon, a.scSBon:hover {
    background: url("images/scSBbtn.png") no-repeat scroll 0 0 transparent;
    font-weight: bold;
}
.scSequencePause {
    background: url("images/scSBPause.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    position: absolute;
    width: 72px;
    z-index: 100;
}
/* End Homepage Styles */

/* Start Misc Styles */
.customcontactform input, select, textarea {
    border: 1px solid #D3D3D3;
    border-radius: 0 0 0 0 !important;
	width: 400px !important;
}
.customcontactform .submit {
    cursor: pointer;
    background: #C7C7C7;
    color: #000;
    padding: 5px 9px !important;
    font-weight: bold;
	width: 70px !important
}
.contents{}
.post {
	padding: 25px 0; 
	border-bottom: solid 1px #C4C4C4;
	clear: both;
	margin: 0 0 14px 0;
}
p.nav {
    clear: both;
}
.post .contents img {
    float: left;
    border: solid 1px #D4D4D4;
    margin: 10px 10px 10px 0;
}
form#commentform {
    padding: 0 0 0 30px;
}
.gallery-item {
    width: 21% !important;
}
#sponsor-links {}
.sponsorblock {
    padding: 22px 0;
}
.sponsorblock-img {
    float: left;
    padding: 0 37px 0 0;
    width: 40%;
}
.sponsorblock-link {
    float: left;
    padding: 15px 0 0;
    width: 50%;
}
/* End Misc Styles

/* Start Image Classes */
.alignnone{padding: 6px;}
.alignleft{float: left; margin: 20px 20px 20px 0; padding: 6px;}
.aligncenter{display: block; margin: 0 auto; padding: 6px;}
.alignright{float: right; margin: 20px 0 20px 20px; padding: 6px;}
/* End Image Classes */

/* Content Page Styles */
.customcontactform {
	margin: 0 !important;
	width: 420px !important;
}
.split-content {
	clear: both;
	margin: 0 0 20px 0;
}
.split-content-left {
	float: left;
	width: 48%;
	margin-right: 15px;
}
.split-content-right {
	float: right;
	width: 48%;
}
.floatright {
    float: right;
    margin: -10px 0 0 15px;
}
.floatleft {
    float: left;
    margin: -10px 15px 0 0;
}
.video-module {
    border-bottom: 1px solid #E7E7E7;
    padding: 22px 0 1px;
}

.tourschedule {
	border-bottom: 1px solid #E7E7E7;
	padding: 15px 0 10px;
}

.tourdate {
	background: none repeat scroll 0 0 #EBEBEB;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px;
	text-align: center;
	width: 100px;
}

#tourdate {
	
}

#tourdate a {
	text-decoration: none;
	display: block;
	background: none repeat scroll 0 0 #EBEBEB;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px;
	text-align: center;
	width: 100px;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.25);
	border: 1px solid #2255ca;
}

#tourdate.key {
	background: none repeat scroll 0 0 #c5eea3;
	margin: 0 15px 0 0;
	padding: 10px;
	text-align: center;
	width: 100px;
	font-weight: bold;
	float: left;
	margin: 0 15px 0 0;
	padding: 10px;
	text-align: center;
	width: 100px;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.25);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.25);
	border: 1px solid #2255ca;
}

#tourdate.playing a{
	background: none repeat scroll 0 0 #c5eea3;
	margin: 0 15px 0 0;
	padding: 10px;
	text-align: center;
	width: 100px;
	font-weight: bold;
}

#key {
	padding-top: 10px;
	vertical-align: middle;
	font-weight: bold;
	
	
}

.tourdate .month {
	text-transform: uppercase;
	font-size: 11px;
}

.tourdate .day {
	font-size: 26px;
	font-weight: bold;
}

.tournament {
	width: 580px;
}

#schedule-results div {
	display: inline-block !important;
	vertical-align: middle !important;
}

#bp-image img {
	padding: 3px 3px 1px 3px;
	border: 1px solid #ccc;
	margin-right: 15px;
	
}
/* End Content Page Styles */