@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
}

div{
	/*border:1px solid #000;*/
}

.bg{background:#ccc;}

#logo{
	height:143px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/logo.png") no-repeat 0px 19px;
}

#search_bar{
	height:30px;
	padding:56px 0px 57px 0px;
}

#search_bar > input.search{
	width:178px;
	height:12px;
	background:#eae9e9;
	border:0;
	color:#686868;
	font-family: Arial;
	font-size:12px;
	padding:9px;
	float: left;
}

#search_bar .search-btn{
	width:33px;
	height:30px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/search-btn.png") no-repeat 0px 0px;
	margin-left: 1px;
	border:0;
	float: left;
}

#search_bar .search-btn:hover{
	background-position: 0px -30px;
	cursor:pointer;
}

#nav-container{
	height:42px;
	z-index:2;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/nav/nav-bg.png") no-repeat 0px 0px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.2);
    	box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.promo-btn-container{
	height:298px;
	margin-top:20px;
}

.promo-btn-container ul.buttons{
	list-style: none;
	margin:0;
	padding:0;
}

.promo-btn-container ul.buttons li{
	width:310px;
	height:70px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/promo-btn-bg.png") #c0c0c0 no-repeat 0px 0px;
	display: block;
	float: left;
	margin-bottom:6px;
}

#slider{
	height:298px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/slider-placeholder.jpg") no-repeat 0px 0px;
	margin-top:20px;
}

.supporters{
	height:156px;
	background-color:#f6f7f7;
	margin-top:20px;
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.supporters > .helv{
	width:570px;
	height:12px;
	padding:11px 10px 10px 10px;
	font-size:13px;
	line-height: 14px;
	background-color:#e0dfdf;
	color:#636363;
	float:left;
	margin:0;
	text-transform: uppercase !important;
}

.social-tabs{
	height:156px;
	margin-top:20px;
	position: relative;
}

.social-tabs ul.tabs {
	margin:0px;
	padding:0px;
}

.social-tabs ul.tabs li {
	list-style:none;
	display:inline;
}

.social-tabs ul.tabs li a.topics {
	width:214px;
	height:37px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/topics-tab.png") no-repeat 0px 0px;
	padding:0;
	margin-right:2px;
	float: left;
}

.social-tabs ul.tabs li a.fb {
	width:66px;
	height:37px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/fb-tab.png") no-repeat 0px 0px;
	padding:0;
	margin-right:2px;
	float: left;
}

.social-tabs ul.tabs li a.linkedin {
	width:66px;
	height:37px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/linkedin-tab.png") no-repeat 0px 0px;
	padding:0;
	float: left;
}

/*
.social-tabs ul.tabs li a.twitter {
	width:66px;
	height:37px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/twitter-tab.png") no-repeat 0px 0px;
	padding:0;
	float: left;
}
*/

.social-tabs ul.tabs li a:hover {
	background-position:0px -37px;
}

.social-tabs ul.tabs li a.active{
	background-position:0px -74px;
}

.social-tabs .content {
	width:320px;
	height:89px;
	padding:15px;
	position: absolute;
	z-index:10;
	top:37px;
	font-family:Arial;
	font-size:12px;
	color:#999999;
	line-height:16px;
	
	/* CSS 3 */
	-webkit-box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow:  1px 1px 2px 0px rgba(0, 0, 0, 0.1);
	background: #ebebeb; /* Old browsers */
	background: -moz-linear-gradient(top, #ebebeb 0%, #f8f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f8f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ebebeb 0%,#f8f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ebebeb 0%,#f8f9f9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ebebeb 0%,#f8f9f9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ebebeb 0%,#f8f9f9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f8f9f9',GradientType=0 ); /* IE6-9 */
	background-color:#ebebeb;
}

.social-tabs #content_2, .social-tabs #content_3, .social-tabs #content_4 {display:none;}

.social-tabs .content .topic-row1{
	width:320px;
	height:30px;
	float: left;
	padding-bottom:14px;
	border-bottom:1px solid #e6e7e7;
}

.social-tabs .content .topic-row2{
	width:320px;
	height:30px;
	float: left;
	padding-top:14px;
}

.social-tabs .content .date {
	width:68px;
	height:22px;
	float:left;
}

.social-tabs .content .date .day{
	width:34px;
	height:28px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:28px;
	line-height: 25px;
	color:#757575;
}

.social-tabs .content .date .month,
.social-tabs .content .date .year{
	width:33px;
	height:12px;
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:11px;
	line-height: 12px;
	color:#757575;	
	text-transform: uppercase;
}

.social-tabs .content .date .year{
	font-weight: 400;
	line-height: 14px;
}

.social-tabs .content .topic-content{
	width:241px;
	height:30px;
	border-left:1px solid #cccccc;
	padding-left:10px;
	font-family: Arial;
	font-size:12px;
	color:#757575;
	float: left;
	line-height: 16px;
}

.social-tabs .content .topic-content a{
	color:#c02329;
	font-weight:bold;
	text-decoration: none;
}
.social-tabs .content .topic-content a:hover{
	text-decoration: underline;
}

.social-tabs .content .topic-content .topic-info{
	font-size:11px;
	font-style: italic;
	text-decoration: none;
	font-weight: normal;
	color:#949494;
}

.social-tabs .content .topic-content .topic-info a{font-weight:normal;}


.social-tabs .content .follow,
.social-tabs .content .share,
.social-tabs .content .recommend{
	height:63px;
	float:left;
	text-align:center;
}

.social-tabs .content .follow{
	width:74px;
	padding:26px 26px 0px 0px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/1-follow-us.png") no-repeat 2px 0px; 
}

.social-tabs .content .share{
	width:64px;
	padding:26px 20px 0px 16px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/2-share-us.png") no-repeat 20px 0px;
	border-right:1px solid #e2e2e2;
	border-left:1px solid #e2e2e2;
}

.social-tabs .content .recommend{
	width:104px;
	padding:26px 0px 0px 12px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/3-recommend-us.png") no-repeat 10px 0px;
}

#footer{
	width:100%;
	margin-top: 30px;
	background:url("https://www.bgf.org.au/bgf/images/bgf_css/bg-footer.png") #ffffff repeat-x 0px 0px;
}

#footer .logo{background:url("https://www.bgf.org.au/bgf/images/bgf_css/logo-footer.png")	no-repeat 0px 25px;
	height:250px;
}

#footer .column1,
#footer .column2,
#footer .column3,
#footer .column4{
	height: 230px;
	padding-top: 20px;
}

#footer .column1 ul,
#footer .column2 ul,
#footer .column3 ul,
#footer .column4 ul{
	list-style: none;
	margin:0;
	padding:0;
}

#footer .column1 ul li, #footer .column1 ul li a,
#footer .column2 ul li, #footer .column2 ul li a,
#footer .column3 ul li, #footer .column3 ul li a,
#footer .column4 ul li, #footer .column4 ul li a{
	margin:0;
	font-family: Arial;
	font-size:11px;
	color:#535353;
	line-height: 21px;
	text-decoration: none;
	font-weight: normal !important;
}

#footer .column1 ul li a:hover,
#footer .column2 ul li a:hover,
#footer .column3 ul li a:hover,
#footer .column4 ul li a:hover{
	text-decoration: underline;
}

#footer .column1 ul li:first-child,
#footer .column2 ul li:first-child,
#footer .column3 ul li:first-child,
#footer .column4 ul li:first-child{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size:14px;
	color:#ae232f;
	margin-bottom: 10px;
}

#footer .copyright{
	font-family: Arial;
	font-size:11px;
	color:#b1b1b1;
	height:11px;
	padding-top:5px;
	padding-bottom: 20px;
	background: #FFF;
}

#footer .by-ctc{
	height:19px;
	padding:6px 0px 11px 0px;
}

#footer .by-ctc > a{
	width: 73px;
	height:19px;
	border:0;
	display: block;
	float: right;
	background:url('https://www.bgf.org.au/bgf/images/bgf_css/ctc-icon.png')
}


/* Internal Pages CSS */

.img-banner{
	height:180px;
	margin-top: 20px;
	display: table !important;
}

.img-banner .img{
	width:950px;
	height: 200px;
	z-index:0;
	background:url('https://www.bgf.org.au/bgf/images/bgf_css/banners/placeholder.jpg') no-repeat 0px 0px;
}

.img-banner .banner-txt{
	width:300px;
	height:170px;
	padding:30px 0px 30px 30px;
	text-transform: uppercase;
	font-size:38px;
	color:#FFF;
	line-height: 46px;
	z-index:10;
	display: table-cell !important;
	vertical-align: middle !important;
	opacity: 0.7;
}

.sidebar-nav {
	margin-top: 20px;	
}

.sidebar-nav ul{
	list-style: none;
	margin:0;
	padding:0;
}

.sidebar-nav ul li a{
	width:210px;
	height:12px;
	padding:10px;
	float: left;
	font-family: Arial;
	font-size: 12px;
	color:#535353;
	margin-bottom: 1px;
	text-decoration: none;
	font-weight: normal; 
	
	background: #e3e2e2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #efefef 0%, #e3e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e3e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #efefef 0%,#e3e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #efefef 0%,#e3e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #efefef 0%,#e3e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #efefef 0%,#e3e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e3e2e2',GradientType=0 ); /* IE6-8 */

}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li a.selected{
	color:#FFF;

	background: #b7b7b7; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I3YjdiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MjgyODIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b7b7b7 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b7b7b7), color-stop(100%,#828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b7b7b7 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b7b7b7 0%,#828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b7b7b7 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b7b7b7 0%,#828282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7b7b7', endColorstr='#828282',GradientType=0 ); /* IE6-8 */
}

.content-holder{
	width:690px !important;
	font-family: Arial;
	font-size:12px;
	color:#757575;
	margin-top: 20px;
	padding-left:20px;
	line-height: 18px;
}

.content-holder h1{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: 0px;
	font-size: 24px;
	color: #a61419;
	line-height: 24px;
}

.content-holder ul{
	list-style-image: url('https://www.bgf.org.au/bgf/images/bgf_css/bullets.png');
	list-style-position: outside;
	padding:0;
	margin:0;
}

.content-holder ul li,
.content-holder ul.sponsors li{
	margin-left:15px;
	line-height: 18px;
	margin-bottom: 7px;
}

.content-holder ul.sponsors,
.content-holder ul.profile {
	list-style:none;
	padding:0;
	margin:0;
}

.content-holder ul.sponsors li,
.content-holder ul.profile li {
	display:block;
	float:left;
}

.content-holder ul.sponsors li{
	margin-left:0px !important;
}

.content-holder ul.profile li .image_thumb{
	display:block;
	float:left;
	border:none;
}
.content-holder ul.sponsors li img{
	display:block;
	border: 1px solid #EAEAEA;
	padding:20px;
	margin:0px 20px 20px 0px;
}

.content-holder ul.sponsors li h1{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	margin-bottom:0px;
}

.content-holder ul.sponsors li h2,
.content-holder ul.sponsors li h2 a{
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-decoration:none !important;
	margin-top:0px;
}

.content-holder ul.profile li h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:18px;
	font-weight:600;
	margin-top:0px;
	margin-bottom:8px;
	color:#c0575b;
	float:left;
	width:569px;
	padding-left:15px;
}

.content-holder ul.profile li h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height:14px;
	font-weight:400;
	margin-top:0px;
	margin-bottom:8px;
	color:#535353;
	float:left;
	width:569px;
	padding-left:15px;
}

.content-holder ul.profile li .content {
	width:569px;
	padding-left:15px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	float:left;
	display:block;
}

.content-holder ul.profile li .content p {
	margin: 1em 0px;
}

.content-holder .breadcrumbs{
	width:658px;
	height:11px;
	line-height: 11px;
	font-family: Arial;
	font-size:11px;
	color:#868686;
	padding:15px;
	margin-bottom:20px;
	
	background: #f7f7f7;
	border: 1px solid #f1f0f0;
}

.content-holder .breadcrumbs a{
	color: #c0575b;
}

.content-holder .breadcrumbs a:hover{color:#c02329;}

.profile li .hr,
.content-holder .hr,
.content-holder .hr-first,
.content-holder .hr,
.content-holder .hr-first{
	width:100%;
	height:1px;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	background:url(https://www.bgf.org.au/bgf/images/bgf_css/hr.png) repeat-x 0px 0px;		
}




/*
=========================================================
=================  Contact Form CSS =====================
=========================================================
*/

.input-type1{
	width:290px;
	height:14px;
	background-color:#cacaca;
	border:0px;
	color:#333;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.input-type1sml{
	width:100px;
	height:14px;
	background-color:#cacaca;
	border:0px;
	color:#333;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.input-type1med{
	width:200px;
	height:14px;
	background-color:#cacaca;
	border:0px;
	color:#333;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.input-type2{
	width:290px;
	height:14px;
	background-color:#FFF;
	border:0px;
	color:#333;
	border:1px solid #d5d3d3;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.input-type3{
	width:70px;
	height:14px;
	background-color:#cacaca;
	border:0px;
	color:#333;
	border:1px solid #d5d3d3;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.input-type4{
	width:290px;
	height:90px;
	background-color:#cacaca;
	border:0px;
	color:#333;
	font-style:italic;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	padding:5px;
}

.cc-bg{background:#f4f4f4;}

.required-field{
	color:#ed6272;
	font-weight:bold;
}

.required-cc{
	color:#ed6272;
	font-weight:bold;
	background:#f4f4f4;
}

.mandatory-asterisk{
	padding:0px !important;
	color:#e41937;
	font-weight:bold;
}

.inputError{
	background:#fbc1c1 !important;
	color:#6d0000 !important;
	border:none;
	padding:5px;
	color:#4e575d;
	font-family:Arial;
	font-size:12px;
}

.error {
	color: red;
	padding: 2px;
}

.form-error{
	font-family:Arial;
	font-size:12px;
	font-style:italic;
	color:#f13737;
	padding-top:0px;
	padding-bottom:10px;
}

.send-it-btn{
	width:84px;
	height:32px;
	background:url(https://www.bgf.org.au/bgf/images/bgf_css/send-it-btn.png) no-repeat 0px 0px;
	display:block;
	border:0;
	cursor:pointer;
}

.send-it-btn:hover{background:url(https://www.bgf.org.au/bgf/images/bgf_css/send-it-btn.png) no-repeat 0px -32px;
}

.contact-success-msg{
	width:879px;
	height:16px;
	padding:20px 20px 20px 51px;
	background:url(https://www.bgf.org.au/bgf/images/bgf_css/tick.png) #f2fdf4 no-repeat 20px 20px;
	border:1px solid #e5efe7;
	font-family:'Open Sans', sans-serif;
	font-weight:300px;
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
	color:#354c3a;
}

.contact-error-msg{
	width:879px;
	height:16px;
	padding:20px 20px 20px 51px;
	background:url(https://www.bgf.org.au/bgf/images/bgf_css/cross.png) #fff4f4 no-repeat 20px 20px;
	border:1px solid #f1e4e4;
	font-family:'Open Sans', sans-serif;
	font-weight:300px;
	font-size:16px;
	line-height:18px;
	margin-bottom:20px;
	color:#553c3c;
}

.notice	{
	width: 600px;
	background: #ffffff;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #ca2428;
	padding:0px 15px 0px 15px;
	margin:	20px 0px 20px 0px;
}

.eventBox{
	width: 600px;
	background: #ffffff;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border: 1px solid #ca2428;
	padding:20px 20px 20px 20px;
	margin:	0px 0px 0px 0px;
}