/***********************************************************************

	TITLE: 		Welsh Triathlon Stylesheet
	FILE: 		stylesheet.css
	VERSION: 	1.1
************************************************************************/
/*----------------[ General Layout ]----------------------*/
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #e2e2e2;
	font-size: 10px;
	font-family: Arial, sans-serif;
	}
.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
	}
/*----------------[ Header]----------------------*/
.header {
	background-color: #3366CC;
	background:url(images/wt_header_background.gif);
	padding: 25px;
	height:133px;
	}
.print_logo {
	display: none;
	}
.header_separator {
	margin-right: 18px;
	margin-left: 18px;
	}
.header_logo {
	margin-right:5px;
	}
.header #search {
	margin-top:10px;
	padding:0px;
	}
.header #searchtext {
	width:130px;
	}
.header #cse-search-box {
	margin-top:10px;
	padding:0px;
	}
.header #q {
	width:130px;
	}
.header #button {
	padding-top:3px;
	}
.corner_icons {
	color:#ffffff;
	font-size:1.1em;
	width:165px;
	float:right;
	}
.corner_icons a {
	color:#ffffff;
	text-decoration:underline;
	line-height:2em;
	}
.corner_icons img {
	padding-bottom:9px;
	}
/*----------------[ Navigation]----------------------*/
#tabs  {
	display: block;
	margin-left: 875px;
	width:100%;
	background-repeat: no-repeat;
	background-position: left bottom;
	}
.test {
	margin-left: 160px !important;
}
#tabs ul {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	}
#tabs ul li { 
	display: block; 
	margin: 4px 0 0 0; 
	float:left; 
	padding: 0; 
	color: #000000;
	}
#tabs ul li a { 
	display: block; 
	float: left; 
	color: #000000; 
	text-decoration: none;
	padding: 5px 8.5px 7px;
	}
#tabs .active {
	background-color: #e2e2e2;
	color:#FFFFFF;
	background-image: url(images/wt_button_center.gif);
	background-repeat:no-repeat;
	background-position:right;
	}
#tabs .active a {
	color:#FFFFFF;
	}
#tabs ul li span a {
	background-image: url(images/wt_button_left.gif);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
	}

/*----------------[ Main Content]----------------------*/
.main_content {
	background-color: #FFFFFF;
	background:url(images/main_body_background.gif);
	background-repeat: repeat-y;
	background-position: bottom;
	padding:10px;
	}
.main_body_background_bottom {
	padding-left: 1px;
	margin: 0px;
	}
.main_content h1 {
	font-size:1.8em;
	color: #999999;
	margin:0px;
	margin-bottom:0px;
	}
.main_content h2 {
	font-size:1.3em;
	color:#999999;
	margin:0px;
	margin-bottom:6px;
	line-height:18px;
	}
.main_content h2 a {
	font-size:1.3em;
	color:#999999;
	margin:0px;
	margin-bottom:6px;
	line-height:18px;
	}
.main_content h3 {
	font-size:1.2em;
	color:#000000;
	margin:0px;
	margin-bottom:6px;
	line-height:18px;
	}
.main_content h3 a {
	font-size:1.2em;
	color:#000000;
	margin:0px;
	margin-bottom:6px;
	line-height:18px;
	}
.main_content h4 {
	font-size:1.2em;
	color:#000000;
	margin:0px;
	margin-bottom:5px;
	margin-top:10px;
	line-height:1.1em;
	}
.main_content h4 a {
	font-size:1.1em;
	color:#000000;
	margin:0px;
	margin-bottom:10px;
	line-height:1.1em;
	}
.main_content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin:0px;
	}
.main_content p a {
	color:#000000;
	}
.main_content img {
	margin-right: 15px;
	}
.main_content_headline {
	vertical-align:top;
	}
.main_content_headline img {
	margin-bottom:10px;
	}
.main_content ul {
	padding: 0;
	margin: 0;
	}
.main_content ol {
	padding: 0;
	margin: 0;
	margin-left:45px;
	}
.main_content li {
	list-style:disc;
	margin-left: 30px;
	padding: 1px;
	margin-right: 0;
	font-size:1.2em;
	}
.subheading_left {
	display:block;
	width:48%;
	float:left;
	background-image: url(images/table_body_seperator.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding-right:8px;
	}
.subheading_right {
	display:block;
	width:48%;
	float:right;
	padding-left:8px;
	}
.features_header {
	background-image: url(images/wt_features_header.gif);
	background-repeat:no-repeat;
	font-size: 1.1em;
	font-weight:bold;
	padding-top: 5px;
	padding-left:5px;
	padding-bottom:3px;
	margin-left:5px;
	color: #FFFFFF;
	width:480px;
	margin-top:10px;
	}
.features {
	width:480px;
	background-color:#e6e6e6;
	margin-bottom: 15px;
	margin-left:5px;
	font-size:1.2em;
	background-image: url(images/features_background_opacity.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
.features_items {
	padding-top: 10px;
	padding-bottom:10px;
	padding-left: 13px;
	padding-right: 10px;
	}
.features_items img {
	padding: 0px;
	padding-right:3px;
	margin: 0px;
	}
.features_items table tbody tr {
	background-image: url(images/table_seperator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.features_items a {
	color:#000000;
	}
.section_heading p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin:0px;
	}
.section_heading img {
	margin-bottom:8px;
	}
.page_content h1 {
	font-size:1.8em;
	color: #999999;
	margin:0px;
	margin-bottom:6px;
	}
.page_content h2 {
	font-size: 1.2em;
	color:#000000;
	}
.page_content p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom:1.5em;
	}
.page_content p a {
	color:#000000;
	}
.pagecontent_header {
	background-image: url(images/features.gif);
	background-repeat:no-repeat;
	font-size: 1.1em;
	font-weight:bold;
	padding-top: 5px;
	padding-left:5px;
	padding-bottom:3px;
	color: #FFFFFF;
	width:480px;
	margin-top:10px;
	}
.page_content_date {
	font-size:1.1em;
	font-weight:bold;
	margin-top:5px;
	}
.page_content img {
	margin:0px;
	margin-left: 7px;
	margin-bottom: 5px;
	}
.page_content ul {
	line-height: 1.8em;
	margin-bottom:1.5em;
	}
.page_content ul a {
	color: #000000;
	}
.video {
	padding-top: 10px;
	}
.login_fail {
	color: #000000;
	font-size:1.0em;
	font-weight:bold;
	}
#membership {
	padding: 0px;
	margin: 0px;
	}
/*----------------[ Tables]----------------------*/
.page_content table {
	border: solid 1px #B9B9B9;
	margin-bottom: 20px;
	margin-top: 10px;
	padding-bottom:5px;
	}
.page_content tbody th {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align:left;
	}
.page_content tbody tr {
	font-size: 1.2em;
	line-height: 1.5em;
	background-image: url(images/table_seperator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.page_content tbody tr a {
	color: #000000;
	}
	
	
/*----------------[ Footer]----------------------*/
.footer {
	background-color: #003D82;
	background:url(images/wt_footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	margin-top: 5px;
	}
.footer_contact {
	left: auto;
	float:left;
	}
.footer_copyright {
	text-align: right;
	}
.footer a {
	color:#FFFFFF;
	}
/*----------------[ Sidebar]----------------------*/
.spacer img {
	margin: 0px;
	padding: 0px;
	}
.sidebar_panel_header {
	background-image: url(images/wt_sidebar_panel_header.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	padding-top: 5px;
	padding-left:5px;
	padding-bottom:3px;
	color: #FFFFFF;
	}
.sidebar_panel_body {
	background-repeat: no-repeat;
	font-size: 1.1em;
	line-height:1.5em;
	padding-top: 10px;
	padding-left: 10px;
	padding-right:5px;
	padding-bottom:10px;
	color: #000000;
	margin-bottom:10px;
	background-image: url(images/sidebar_background.gif);
	background-position: bottom;
	}
.sidebar_panel_body a {
	line-height:1.6em;
	color:#000000;
	}
.sidebar_panel_body ul {
	padding: 0;
	margin: 0;
	}
.sidebar_panel_body li {
	list-style:disc;
	margin-left: 20px;
	padding: 1px;
	margin-right: 0;
	font-size:1.0em;
	}
.sidebar_panel_join {
	background:#ff0000;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-top: 5px;
	padding-left:10px;
	padding-bottom:5px;
	color: #000000;
	margin-bottom:10px;
	color:#FFFFFF;
	width:194px;
	}
.sidebar_panel_body img {
	margin:0px;
	padding:0px;
	}
.sidebar_panel_body_plain img {
	margin:0px;
	padding:0px;
	}
.sidebar_panel_body #findacoach {
	margin-top:10px;
	padding:0px;
	margin-bottom:0px;
	}
.sidebar_panel_body #disabled {
	margin-top:10px;
	padding:0px;
	margin-bottom:0px;
	}
.sidebar_panel_body #shop {
	margin-top:10px;
	padding:0px;
	margin-bottom:0px;
	}
.sidebar_panel_body #button {
	padding-top:3px;
	}
.sidebar_panel_body #buttonvote {
	padding-top:3px;
	padding-left:5px;
	}
.sidebar_panel_body #button2 {
	padding-top:9px;
	padding-left:3px;
	}
.sidebar_panel_body #button4 {
	padding-top:5px;
	padding-left:1px;
	padding-right:1px;
	}
.sidebar_panel_body #textfield {
	width:135px;
	}
.sidebar_panel_body p {
	font-size:1.0em;
	}
.sidebar_panel_body_plain {
	background-repeat: no-repeat;
	background-image: url(images/sidebar_background_plain.gif);
	background-position: bottom;
	font-size: 1.1em;
	padding-top: 10px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:10px;
	color: #000000;
	margin-bottom:10px;
	}
.body_seperator_left {
	background-image: url(images/table_body_seperator.gif);
	background-repeat: repeat-y;
	background-position: right;
	}
.body_seperator_right {
	background-image: url(images/table_body_seperator.gif);
	background-repeat: repeat-y;
	background-position: left;
	}
.sponsors img {
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	}
/*----------------[ Editor]----------------------*/
.page_editor #pagename {
	width: 480px;
	margin-bottom: 10px;
	}
.page_editor #page_editor {
	margin: 0px;
	padding: 0px;
	}
.page_editor input {
	margin-top: 3px;
	}
.page_editor a {
	color: #003d82;
	}

/*----------------[Shop]----------------------*/
.shop {
	font-size: 1.2em;
	font-family: Arial, sans-serif;
	line-height: 1.5em;
	}

/*----------------[Events]----------------------*/	
.events_table h2 a {
	font-size: 1.1em;
	margin:0px;
	padding:0px;
	font-weight:bold;
	}
.events_table h3 {
	font-size: 1.2em;
	margin:0px;
	padding:0px;
	color:#000000;
	}
.events_table h4 {
	font-size: 1.2em;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
.events_table h5 {
	font-size: 1.1em;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}
.events_table tbody tr {
	font-size: 1.2em;
	line-height: 1.5em;
	background-image: url(images/table_seperator.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
.events_table {
	border: 1px solid #B9B9B9;
	}
/*---------------[Social Bookmarks]---------------*/
#socialBookMarks ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	}
#socialBookMarks ul li { 
	display: block; 
	margin: 0px 30px 0 0; 
	font-size: 1.1em;
	float:left; 
	padding: 0; 
	color: #000000;
	}
#socialBookMarks img {
	vertical-align: bottom;
	}
#socialBookMarks h2 {
	padding-top: 5px;
	margin-top: 0px;
	}
/*---------------[Page Actions]---------------*/
#pageactions {
	padding-top:10px;
	}
#pageactions ul {
	padding: 0px;
	margin: 0px;
	text-align: left;
	}
#pageactions ul li { 
	display: block; 
	margin: 0px 3px 0px 0; 
	font-size: 1.1em;
	float:left; 
	padding: 0; 
	color: #000000;
	}
#pageactions img {
	vertical-align: bottom;
	}
/*---------------[Maps]---------------*/
#map a {
	color:#003d82;
	}
#map form {
	padding: 0px;
	margin: 0px;
	}
/*---------------[Membership]---------------*/	
#formAddress {
	padding:0px;
	margin: 0px;
	}
#contact {
	padding:0px;
	margin: 0px;
	}
#address {
	padding:0px;
	margin: 0px;
	}
#email {
	padding:0px;
	margin: 0px;
	}
.verify_address {
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	}
.verify_address a {
	color: #000000;
	}
.verify_address h2 {
	font-size: 1.1em;
	color:#000000;
	margin-top: 10px;
	}
#experience {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	width:280px;
	}
	
/*-------------Menu Widget---------------------------*/

.news_widget	{
	border:1px solid #808080;
	width:100%;
	height:280px;
}
.news_widget div.img	{
	float:left;
	margin:0px;
	padding:0px;
	width:400px;
	height:280px;
}
.news_widget div.img a img	{
	margin:0px;
}
.news_widget div.img img	{
	border:none;
}
.news_widget .items	{
	float:left;
	width:314px;
	margin:0px;
}
.news_widget .items a	{
	width:302px;
	padding:6px;
	height:44px;
	background:#FFFFFF url(../images/home/item-gradient.png) repeat-x scroll 0 0;
	display:block;
	text-decoration:none;
	font-size: 1.2em;
	font-weight:bold;
	color:#149f48;
}
.news_widget .items a.sel	{
	background:#FFFFFF url(../welshtriathlon/images/home/selected-gradient.png) repeat-x scroll 0 0;
	color:#FFF;
	font-weight:bold;
	font-size: 1.5em;
}
.news_widget br	{
	clear:both;
}

