/*
Theme Name: World Sport Group
Theme URI: http://www.worldsportgroup.com
Description: World Sport Group WordPress Theme
Version: 1.0
Author: Sedgwick Richardson
Author URI: http://www.sedgwick-richardson.com/
*/

/* Standard */
BODY {
	color: #848484;
	background-color: #8e96a2;
	font-family: Arial;
	font-size: 12px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url('images/bg_dark_grey.gif');
	background-repeat: repeat-x;
	overflow: -moz-scrollbars-vertical;
}
p {

}
A, A:link, A:active, A:visited {
	color: #848484;
	text-decoration: underline;
}
A:hover {
	color: #0094d6;
	text-decoration: underline;
}
H1 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: lighter;
	color: #003D71;
	padding: 0px;
	margin: 45px 0px 10px 0px;
}
#content H1 {
	font-size: 17px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #003d71;
	text-transform: none;
}
H2 {
	font-size: 17px;
	font-weight: lighter;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #003d71;
}
H3 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}
H2 A, H2 A:link, H2 A:active, H2 A:visited {
	color: #003d71;
	text-decoration: none;
}
H2 A:hover {
	color: #003d71;
	text-decoration: none;
}
H3 A, H3 A:link, H3 A:active, H3 A:visited {
	color: #666666;
	text-decoration: none;
}
H3 A:hover {
	color: #666666;
	text-decoration: none;
}
IMG {
	border: 0px;
}
SUP {
	font-size: 6px;
}
OPTGROUP {
	font-style: normal;
}
/* General */
.clear {
	padding: 0px;
	margin: 0px;
	clear: both;
}
.dotted-line {
	width: 100%;
	height: 2px;
	background-image: url('images/grey_line.gif');
	background-repeat: repeat;
	margin-bottom: 3px;
}
.blue-dotted-line {
	width: 100%;
	height: 2px;
	background-image: url('images/grey_line.gif');
	background-repeat: repeat;
	margin-bottom: 3px;
}
.blue-dotted-line-image {
	margin-top: 3px;
}
.grey-dotted-line-image {
	padding-bottom: 10px;
}
.no-underline-link  A, .no-underline-link A:link, .no-underline-link A:active, .no-underline-link A:visited {
	color: #848484;
	text-decoration: none;
}
.no-underline-link A:hover {
	color: #0094d6;
	text-decoration: none;
}
.page_title {
	color: #003d71;
	font-size: 22px;
}
.spacer_ {
	padding: 0px;
	margin: 0px;
}
.min-height {
	min-height: 550px;
	height: auto !important;
	height: 550px;
	background-image: url('images/generic_icons/wsg_circle_bg.png');
	background-repeat: no-repeat;
	background-position: center top; 
}
.image-left {
	float: left;
	margin-right: 20px;
}
/* Containter */
#container {
	margin: 0px auto 0px auto;
	width: 1007px;
}

/* Header */
#header {
	height: 122px;
	background-image: url('images/bg_top.gif');
	background-repeat: repeat-x;
}
#header_left {
	float: left;
	padding-left: 42px;
}
#header_right {
	float: right;
	margin-right: 42px;
}
#logo {
	margin-top: 10px;
}
#navi_top {
	font-size: 11px;
	color: #a7a9ac;
	margin-top: 15px;
	text-transform: uppercase;
}
#navi_icons {
	margin-top: 18px;
}
#navi_top UL, #navi_icons UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navi_top UL LI {
	float: right;
}
#navi_top UL LI A, #navi_top UL LI A:link, #navi_top UL LI A:active, #navi_top UL LI A:visited {
	color: #003d71;
	text-decoration: none;
}
#navi_top UL LI A:hover {
	text-decoration: underline;
}

#navi_top UL LI.space {
	margin-left: 10px;
}
#navi_icons UL LI {
	float: right;
	text-transform: uppercase;
}
#navi_icons UL LI.space {
	margin-left: 10px;
}
/* Body */
#middle {
	clear: both;
	background-image: url('images/bg_light_grey.gif');
	background-repeat: repeat-x;
	background-color: #e0e0e0;
}
#sidebar {
	float: left;
	/*width: 135px;*/
	width:154px;
	text-align: left;
	font-size: 9px;
	background: #ffffff;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}
#sidebar A {
	width: 135px;
}
/* 1st Level UL */
#sidebar UL {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
/* 3rd Level UL */
#sidebar UL LI UL LI UL {
	margin-left: 0px;
}
/* 1st Level UL LI */
#sidebar UL LI {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
/* 2nd Level UL LI */
#sidebar UL LI UL LI {
	padding: 0px 0px 0px 5px;
}
/* 3rd Level UL LI */
#sidebar UL LI UL LI UL LI {
	padding: 0px 0px 0px 10px;
}
/* 2nd Level Current Page Item */
#sidebar UL LI UL LI.current_page_item {
	padding-left: 5px;
	line-height: 16px;
}
/* 3rd Level Current Page Item */
#sidebar UL LI UL LI UL LI.current_page_item {
	padding-left: 3px;
	line-height: 16px;
}
/* 2nd Level (A) Current Page Item */
#sidebar UL LI UL LI.current_page_item A, #sidebar UL LI UL LI.current_page_item A:link, #sidebar UL LI UL LI.current_page_item A:visited, #sidebar UL LI UL LI.current_page_item A:active {
	color: #ffffff;

}
/* 1st Level Style (A) */
#sidebar UL LI A, #sidebar UL LI A:link, #sidebar UL LI A:active, #sidebar UL LI A:visited {
	color: #19507F;
	text-decoration: none;
}
#sidebar UL LI A:hover {
	text-decoration: underline;
}
/* 2nd Level Style (A) */
#sidebar UL LI UL LI A, #sidebar UL LI UL LI A:link, #sidebar UL LI UL LI A:active, #sidebar UL LI UL LI A:visited {
	color: #19507F;
	text-decoration: none;
}
#sidebar UL LI UL LI A:hover {
	text-decoration: underline;
}
/* 3rd Level Style (A) */
#sidebar UL LI UL LI UL LI A, #sidebar UL LI UL LI UL LI A:link, #sidebar UL LI UL LI UL LI A:active, #sidebar UL LI UL LI UL LI A:visited {
	color: #19507F;
	text-decoration: none;
}
#sidebar UL LI UL LI UL LI A:hover {
	text-decoration: underline;
}
#sidebar UL LI.current_page_item UL LI UL {
	background-color: #ffffff;
}
/* 2nd Level Style Back To Normal */
#sidebar UL LI.current_page_item UL LI {
	color: #19507F;
	font-weight: normal;
	font-size: 9px;
	line-height: 18px;
	background-color: #ffffff;
}
/* 3rd Level Style Back To Normal */
#sidebar UL LI.current_page_item UL LI UL LI {
	color: #19507F;
	font-weight: normal;
	font-size: 9px;
	line-height: 18px;
	background-color: #ffffff;
}
/* 2nd Level Style (A) Back To Normal */
#sidebar UL LI.current_page_item UL LI A, #sidebar UL LI.current_page_item UL LI A:link, #sidebar UL LI.current_page_item UL LI A:active, #sidebar UL LI.current_page_item UL LI A:visited {
	color: #19507F;
	font-weight: normal;
	font-size: 9px;
	line-height: 18px;
	background-color: #ffffff;
}
/* 3rd Level Style (A) Back To Normal */
#sidebar UL LI.current_page_item UL LI UL LI A, #sidebar UL LI.current_page_item UL LI UL LI A:link, #sidebar UL LI.current_page_item UL LI UL LI A:active, #sidebar UL LI.current_page_item UL LI UL LI A:visited {
	color: #19507F;
	font-weight: normal;
	font-size: 9px;
	line-height: 18px;
	background-color: #ffffff;
}
/* WordPress Style */
.current_page_item {
	background-image: url('images/bg_sidebar_current.gif');
	background-repeat: repeat-x;
	font-weight: lighter;
	color: #ffffff;
}

/* Contact Form */
.wpcf7-form-control-wrap INPUT {
	/*width: 100%;*/
}
.wpcf7-form-control-wrap SELECT {
	
	/*width: 373px;*/
}
.wpcf7-form-control-wrap TEXTAREA {
	/*border: 1px solid #d1d2d3;
	width: 370px;*/
}
.wpcf7-response-output {
	border: 1px solid #d1d2d3;
	background-color: white;
	width: 475px;
	padding: 3px;
	margin: 10px auto 0px auto;
	display: none;
}

.contact-input{
	background-color:#bcbec0;
	color:#003D71;
	border:2px solid #fff;
	width:363px;
}
.contact-select{
	background-color:#bcbec0;
	color:#003D71;
	border:2px solid #fff;
	width:366px;
}

.sales-input{
	background-color:#fff;
	color:#000;
	border-color:#d1d2d3;
	border-width:1px 1px 1px 0;
	border-style:solid;
	width:100%;
}
.sales-textarea{
	background-color:#fff;
	color:#000;
	border:1px solid #d1d2d3;
	width:100%;
}

.press-input{
	background-color:#fff;
	color:#000;
	border:none;
	width:90%;
}
.press-textarea{
	background-color:#fff;
	color:#000;
	border:1px solid #d1d2d3;
	width:100%;
}
div.wpcf7 {
	text-align: left;
	padding: 0;
}
div.wpcf7 TABLE {
}
div.wpcf7-mail-sent-ok {

}
div.wpcf7-mail-sent-ng {

}
div.wpcf7-spam-blocked {

}
div.wpcf7-validation-errors {

}
span.wpcf7-form-control-wrap {
	position: relative;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}
span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}
span.wpcf7-list-item {
	margin-left: 0.5em;
}
.submit {
	border: 2px solid #d1d2d3;
	background-color: white;
	width: 100px;
}
#content {
	float: left;
	width: 700px;
	text-align: left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	/*padding-left: 30px;*/
	padding-left: 15px;
	background-image: url('images/generic_icons/wsg_circle_bg.png');
	background-repeat: no-repeat;
	/* background-repeat: repeat-y; */
	background-position: top center;
}
#content-partners{
	float: left;
	width: 700px;
	text-align: left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding-left: 30px;
	background-color:#fff;
}
#content-contact {
	float: left;
	width: 700px;
	text-align: left;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	padding-left: 30px;
	background-image: url('images/generic_icons/WSG_cont_us_bg11.png');
	background-repeat: no-repeat;
	/* background-repeat: repeat-y; */
	background-position: top center;
}

.content-contact{
	float: left;
	width: 700px;
	text-align: left;
	padding-left: 30px;
	background-image: url('images/generic_icons/WSG_cont_us_bg11.png');
	background-repeat: no-repeat;
	/* background-repeat: repeat-y; */
	background-position: top center;
}
.content-table {
	border: 0px;
}
.content-table P {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.content-left {
	width: 480px;
	color: #646464;
	text-align:left;
}
.content-left IMG {
	margin-top: 0px;
}
.content-left P {
	font-size: 11px;
	line-height: 18px;
}
.content-left UL {
	padding: 0px;
	margin: 0px 0px 0px 15px;
}
.content-left UL LI {
	line-height: 20px;
	font-size: 10px;
}
.content-right {
	width: 188px;
	text-align: left;
	padding-left: 20px;
}
#wide-content {
	width: 884px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 42px;
	padding: 12px 20px 12px 20px;
	clear:both;
}
.wide-content {
width: 924px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 42px;
	padding: 12px 0 0 0;
}
.wide-content-contact {
width: 884px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 42px;
	padding: 12px 20px 12px 20px;
}
.contact-table-content{
padding-left:180px;
}

#wide-content-content {
	margin: 2px 0px 0px 0px;
}
.wide-content-content {
	margin: 2px 0px 0px 0px;
	padding:0 20px;
	width:884px;
}
#wide-content-top {
	margin: 0px 0px 0px 42px;
}
#wide-content-bottom {
	margin: 0px 0px 0px 42px;
}

.wide-content-bottom {
	margin: -3px 0px 0px 42px;
	height:10px;
	background:url('images/home_rounded_bottom1.gif') no-repeat top left;
	width:924px;
	padding:0;
	clear:both;
}
#wide-content-form{
	width: 884px;
	text-align: left;
	background-color: #ffffff;
	margin: 0px 0px 0px 42px;
	padding: 0;
}
.content-side-1 {
	color: #003d71;
	font-size: 17px;
	font-weight: lighter;
	width: 235px;
	padding: 0px 0px 0px 30px;
}
.content-side-title {
	color: #003d71;
	font-size: 13px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}
.content-side-subtitle {
	color: #0094d6;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
}
.content-side-content {
	font-size: 10px;
}
.content-side-content P, .line-height-20 P {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
	font-size: 12px;
}

.content-side-content P {
	margin: 10px 0;
}

.content-side-content-11 P {
	font-size: 11px;
	line-height: 18px;
}
.content-side-ul {
	margin: 0px 0px 10px 15px;
	padding: 0px;
}
.content-side-ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
}
.content-side-link {
	width: 235px;
	padding: 0px 0px 0px 30px;
}
.content-side-link A, .content-side-link A:link, .content-side-link A:visited, .content-side-link A:active {
	color: #2073AE;
	/*font-size: 10px;*/
	text-decoration: underline;
}
.content-side-link A:hover {
	color: #2073AE;
	text-decoration: none;
}
.contact-us-side-link A, .contact-us-side-link A:link, .contact-us-side-link A:visited, .contact-us-side-link A:active {
	color: #2073AE;
	text-decoration: none;
	font-size: 12px;
}
.contact-us-side-link A:hover {
	color: #2073AE;
	text-decoration: none;
}
/* Footer */
#footer {
	clear: both;
	text-align: right;			
	padding: 9px 40px 9px 0px;
	color: #474747;
	background-color: #e0e0e0;
}
#copyright {
	font-size: 9px;
}
#terms {
	font-size: 8px;
}
#terms A, #terms A:link, #terms A:active, #terms A:visited {
	color: #474747;
	text-decoration: none;
}
#terms A:hover {
	text-decoration: underline;
}
/* Home */
#home_marquee {
	font-size: 12pt;
	background-image: url('images/blue_ticker_bar.png');
	background-repeat: no-repeat;
	background-position: center;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	min-height: 24px;
	line-height: 24px;
}
#home_marquee P {
	padding: 0px;
	margin: 0px;
}
/* News */
.news_date {
	color:#646568;/* #00174d;*/
	font-size: 12px;
}
.news_event_date {
	color: #003d71;
	font-size: 10px;
}
.news_title {
	color: #003d71;
	font-size: 12px;
}
.news_excerpt {
	font-size: 12px;
	padding: 5px 0px 0px 0px;
	color:#646568;
}
.news_excerpt_home {
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}
.news_excerpt P, .news_excerpt_home P {
	padding: 0px;
	margin: 0px;
} 
.news_excerpt_home P {
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}
.news_excerpt A, .news_excerpt A:link, .news_excerpt A:active, .news_excerpt A:visited {
	color: #0094d6;
	text-decoration: none;
}
.news_excerpt A:hover {
	color: #0094d6;
	text-decoration: underline;
}
.news_link_to_full {
	padding-top: 20px;
	margin-bottom: 10px;
	font-size: 9px;
}
.news_link_to_full A, .news_link_to_full A:link, .news_link_to_full A:active, .news_link_to_full A:visited {
	color: #2073AE;
	text-decoration: underline;
}
.news_link_to_full A:hover {
	color: #2073AE;
	text-decoration: none;
}
.history-td-bg {
	background-image: url('images/01_about_us/015_dotted_lines.png');
	background-repeat: repeat-y;
}
.contact-us-table P {
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.sitemap-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: lighter;
	padding: 0px 0px 5px 0px;
	color: #848484;
}
.sitemap-title A, .sitemap-title A:link, .sitemap-title A:active, .sitemap-title A:visited {
	color: #848484;
	text-decoration: none;
}
.sitemap-title A:hover {
	color: #848484;
	text-decoration: none;
}
#sitemap {
	border: 0px;
	font-size: 9px;
	text-transform: uppercase;
}
/* 1st Level UL */
#sitemap UL {
	padding: 0px;
	margin: 0px 0px 0px 16px;
}
/* 2nd Level UL */
#sitemap UL LI UL {
	margin-left: 0px;
	list-style: none;
}
/* 1st Level UL LI */
#sitemap UL LI {
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
/* 2nd Level UL LI */
#sitemap UL LI UL LI {
	padding: 0px 0px 0px 0px;
}
/* 1st Level Style (A) */
#sitemap UL LI A, #sitemap UL LI A:link, #sitemap UL LI A:active, #sitemap UL LI A:visited {
	color: #19507F;
	text-decoration: none;
}
#sitemap UL LI A:hover {
	text-decoration: underline;
}

/* jQuery Tool Tip */
#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #003d71;
	padding: 0px 10px 0px 10px;
	width: 200px;
}
#tooltip * { font-size: 11px; margin: 0px; color: #ffffff; font-weight: lighter; }

/* ISE */
.ise A, .ise A:link, .ise A:active, .ise A:visited {
	color: #808080;
	text-decoration: none;
}
.ise A:hover {
	text-decoration: none;
}
/* Let's remove that Wordpress Stats Smiley Face ! */  
img#wpstats {  
	width:     0px;  
	height:    0px;  
	padding:   0px;  
	border:    none;  
	overflow:  hidden;
}  

.search-result-count{
	font-size:13px;
	font-weight:700;
	colour: #646568;
}

.event-news-side-link {
	width: 235px;
	padding: 0px 0px 0px 30px;
}
.content-side-link A.event-news-link, .content-side-link A.event-news-link:link, .content-side-link A.event-news-link:visited, .content-side-link A.event-news-link:active {
	color: #888888;
	/*font-size: 10px;*/
	text-decoration: underline;
}
.content-side-link A.event-news-link:hover{
	color: #2073AE;
	text-decoration: underline;
}

.rss-feed{
/*padding-top:10px;*/
font-size:10px;color:#003d71;
}
.rss-feed a.rss-feed-link{
background: url('images/rss_ovr.gif') no-repeat left;
color:#003d71;
padding-left:25px;
text-decoration:none;
}
.rss-feed a:hover{
background: url('images/rss.gif') no-repeat left;
color:#888888;
padding-left:25px;
text-decoration:none;
}

/* DARRAN */
.searchform {}

#searchinput {
	border: 1px solid #d6d6d6;
	margin: 0;
	width: 125px;
}

#searchsubmit {
	background: #fff;
	color: #003d71;
	border: 1px solid #d6d6d6;
	margin: 0;
}

.page-item-wsg-news ul, #list-event-news {
	display: none;	
}

.right-menu a:link, .right-menu a:visited {
	color: #848484;
}

.right-menu a:hover {
	color: #0094d6;
	text-decoration: underline;
}

