html, body {
	font-family: arial;
	font-size: 12px;
	border: 0;
	color: #515151;
}
body, img, p, h1, h2, h3, h4, h5, ul, ol, li, form, blockquote {
	margin: 0;
	padding: 0;
}
body {
	background: rgb(37,37,37);
}
p {
	line-height: 20px;
	padding: 10px 0;
}
h1, h2, h3, h4, h5 {
	padding: 10px 0;
}
ul, ol {
	list-style: none;
	padding: 10px 0;
}
small {
	font-size: 11px;
}
code {
	background: #FFFFC1;
}
a {
	color: #006DAD;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
blockquote {
	font-size: 12px;
	width: 80%;
	padding: 0 10%;
	margin: 10px auto;
/*	background: url(images/quote.gif) no-repeat 10px 7px; no image in file. Removed Fergus. 02112011 */
	color: #717171;
	line-height: 19px;
	font-style: italic;
}
blockquote p {
	padding: 10px 0;
}
/* Align */

.aligncenter {
	margin: 10px auto 20px auto;
	display: block;
}
.alignleft {
	margin: 10px 10px 8px 0;
	float: left;
}
.alignright {
	margin: 10px 0px 8px 10px;
	float: right;
}
.col-left {
	float: left;
}
.col-right {
	float: right;
}
/* Top Menu */

#top-menu-out {
	width: 100%;
	background: rgb(32,32,32);
}
#top-menu {
	width: 960px;
	margin-left: 30px;
	height: 35px;
	background: rgb(32,32,32);
	font-size: 12px;
}
#top-menu a {
	color: #fff;
}
#top-menu ul {
	padding: 8px 0 0 0;
	float: right;
	margin-right: -10px;
	position: relative;
}
#top-menu li {
	line-height: 14px;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	border-left: #4A4A4A 1px solid;
}
#top-menu li.first {
	border: 0;
}
/* Header */

#header-out {
	width: 100%;
	background: #015289;
	border-top: #CCCCCC 1px solid;
	border-bottom: #E77615 2px solid;
}
#header {
	width: 960px;
	padding-left: 30px;
	height: 106px;
}
#header .col-left {
	padding: 5px 0px 0 0;
}
#header .col-right {
	padding: 25px 0 0 0;
}
/* Header (title) */

#header h1 {
	display: none;
}
/* Header (date) */

#header .date {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
}
#header .date p {
	padding: 0 0 10px 0;
}
/* Header (search) */

#sidebar #search div {
	width: 310px;
	height: 38px;
	background: #F2F2F2;
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #DEDEDE;
}
#sidebar #search label {
	color: #515151;
	position: absolute;
	left: 10px;
	top: 12px;
	font-weight: bold;
}
#sidebar #search input#s {
	width: 210px;
	background: transparent;
	border: 0;
	position: absolute;
	left: 10px;
	top: 5px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	outline: none;
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #DEDEDE;
}
#sidebar #search input#button {
	position: absolute;
	right: 10px;
	top: 7px;
	border: 1px solid #DEDEDE;
}
/* Main Menu */

#main-menu-out {
	width: 100%;
	background: #F9F9F9 url(images/bg_main_menu.gif) repeat-x 0 0;
	border-bottom: 1px solid #CCCCCC;
}
#main-menu {
	width: 960px;
	margin-left: 30px;
	height: 37px;
}
#main-menu a {
	color: #3E3E3E;
	display:block;
}
#main-menu ul {
	padding: 0;
	font-family: Arial;
	font-size: 15px;
}
#main-menu li {
	display: inline;
	background: Yellow;
	display: block;
	height: 35px;
	float: left;
	background: #F9F9F9 url(images/bg_main_menu.gif) repeat-x 0 0;
}
#main-menu li a {
	display: block;
	border-right: #E4E4E4 1px solid;
	padding: 3px 17px 3px 17px;
	line-height: 30px;
	font-size: 14px;
}
/* Main Menu (current page item) */

#main-menu.normal li.current-cat, #main-menu.normal li.current-cat-parent {
	margin-left: -1px;
	height: 37px;
	background: url(images/bg_button_arrow.gif) no-repeat center 0;
}
#main-menu.normal li.current-cat a, #main-menu.normal li.current-cat-parent a {
	background: url(images/bg_menu_button.gif) no-repeat left top;
	display: block;
	float: left;
	padding: 0 0 0 2px;
	border-right: #E4E4E4 1px solid;
	color: #fff;
	margin-top: 5px;
}
#main-menu.normal li.current-cat a span, #main-menu.normal li.current-cat-parent span {
	background: url(images/bg_menu_button.gif) no-repeat right top;
	display: block;
	line-height: 26px;
	padding: 0 12px 1px 10px;
}
/* Sub Category Menu */


#subcat-menu-out {
	width: 100%;
	background: rgb(252,252,252);
	border-bottom: #EBEBEB 1px solid;
}
#subcat-menu {
	width: 960px;
	margin-left: 30px;
	height: 34px;
}
#subcat-menu a {
	color: #3E3E3E;
}
#subcat-menu a:hover, li.current-cat a {
	color: #00699F;
}
#subcat-menu ul {
	padding: 6px 0 0 0;
	width: 88%;
	margin-left: -7px;
	position: relative;
}
#subcat-menu li {
	display: inline;
	float:left;
}
#subcat-menu li a {
	display: inline;
	float: left;
	padding: 0 8px 0 7px;
	line-height: 28px;
	background: url(images/bg_subcat_border.gif) no-repeat right bottom;
}
#subcat-menu li.current-cat a {
	color: #00699F;
	text-decoration:underline;
}
#subcat-menu ul li ul {
	padding:0px;
	width:auto;
	float:left;
	margin:0;
}
/* Middle */

#middle-out {
	width: 100%;
	background: #fff;
}
#middle {
	width: 960px;
	margin-left: 30px;
	padding-top: 20px;
	padding-bottom: 5px;
}
/* Content */

#content {
	width: 630px;
}
#content.fullwidth, #content.fullwidth #single {
	width: 960px!important;
}
/* Content (featured) */

#content .featured {
	width: 590px;
	padding: 5px 20px 20px 20px;
	background: rgb(36,36,36);
	color: #C4C4C4;
	margin-bottom: 15px;
}
#content .featured h2 {
	font-family: Arial;
	font-weight: normal;
	color: #fff;
	padding: 10px 0 2px 0;
	font-size: 19px;
}
#content .featured h2 a {
	color: #fff;
}
#content .featured p.post-details {
	padding: 2px 0 0 17px;
	font-family: Arial;
	font-style: italic;
	color: #CCCCCC;
	background: url(images/bg_post_details.gif) no-repeat 0 6px;
}
#content .featured p a {
	color: #CCCCCC;
}
#content .featured img.alignleft {
	margin: 15px 15px 0 0;
	border: 1px solid #CCCCCC;
}
#content .post img.alignleft {
	border: 1px solid #CCCCCC;
}
/* Content (main) */

#content #main {
	padding-top: 22px;
}
/* Content (archives) */

#content .archives {
	padding-top: 0 !important;
	width: 100%;
}
#content h2.arh, #results_page h2.arh {
	font-size: 12px;
	background: url(images/bg_h2_arh.gif) repeat-x 0 0;
	line-height: 37px;
	padding: 0 0 0 10px;
}
#content h2.search {
	padding-bottom: 0;
}
#content .archives #latest {
	border-top: 0;
}
#content .more_entries h2 {
	font-size: 17px;
	font-family: Arial;
	font-weight: normal;
}
#content .more_entries {
	padding-top: 0px;
}
#content .more_entries h2 a {
	color: #515151;
}
/* Content (page) */

#content .page .post {
	border: 0 !important;
	padding-bottom: 0 !important;
	margin-bottom: 5px !important;
}
/* Content (latest) */

#content #latest {
	width: 410px;
	border-top: #EBEBEB 1px solid;
}
#content #latest_fed {
	width: 100%;
	border-top: #EBEBEB 1px solid;
}
/* Content (latest > post) */

#content #latest .post, #content #latest_fed .post {
	width: 100%;
	padding: 10px 0;
	border-bottom: #EBEBEB 1px solid;
	clear: both;
}
#content #latest .post h2, #content #latest_fed .post h2 {
	font-family: Arial;
	font-size: 15px;
	font-weight: normal;
	padding: 5px 0 8px 0;
}
#content #latest .post p, #content #latest_fed .post p {
	line-height: 22px;
	padding: 2px 0 5px 0;
	display: inline;
}
#content #latest img.alignleft, #content #latest_fed img.alignleft {
	margin-top: 7px;
	margin-bottom: 0;
}
a.read-more {
	font-weight: bold;
	margin-left: 1px;
}
/* Content (latest > more posts) */

#content #latest #more-posts, #content #latest_fed #more-posts {
	width: 100%;
}
#content #latest #more-posts ul, #content #latest_fed #more-posts ul {
	width: 100%;
	font-family: Arial;
	font-size: 17px;
	padding: 0;
}
#content #latest #more-posts li, #content #latest_fed #more-posts li {
	line-height: 27px;
	padding: 6px 0 7px 0;
	border-bottom: #EBEBEB 1px solid;
}
/* Content (popular) */

#content #popular-articles {
	width: 200px;
	background: rgb(243,243,243);
}
#content #popular-articles img {
	margin-right: 10px;
}
#content #popular-articles h2 {
	font-size: 12px;
	background: url(images/bg_h2_popular.gif) no-repeat 0 0;
	line-height: 37px;
	padding: 0 0 0 25px;
}
#content #popular-articles h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	padding: 10px 0 0 0;
}
#content #popular-articles h3 a {
	color: #343434;
}
#content #popular-articles p {
	padding: 5px 0;
	line-height: 18px;
}
#content #popular-articles a.read-more:hover {
	text-decoration: none;
	border-bottom: #979797 1px solid;
}
#content #popular-articles .block {
	border-bottom: #C7C7C7 1px solid;
	padding: 0 5px 10px 8px;
}
/* Content (single) */

#content #single {
	width: 600px;
	padding-bottom: 30px;
}
/* Content (single > post) */

#content #single .post {
	width: 100%;
	border-bottom: #EBEBEB 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#content #single .post h2 {
	font-size: 25px;
	font-family: Arial;
	font-weight: normal;
}
#content #single .post h2.title {
	padding-bottom: 2px;
}
#content #single .post p.post-details {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	padding: 0 0 10px 20px;
	background: url(images/bg_post_details_single.gif) no-repeat 0 5px;
	color: #797979;
}
#content #single .post p.post-details a {
	color: #797979;
}
#content #single .post img.alignleft {
	margin: 8px 15px 0 0;
}
#content #single .post img.alignright {
	margin: 8px 0 0 15px;
}
/* Post Content Lists and Blockquote */

#content #single .post ol, #content #single .post ul {
	line-height: 20px;
}
#content #single .post ul {
	padding-left: 50px;
}
#content #single .post ul li {
	list-style: circle;
	padding: 3px 0;
}
#content #single .post ol {
	padding-left: 57px;
}
#content #single .post ol li {
	list-style: decimal;
	padding: 3px 0;
}
#content #single .post blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}
/* Content (single > comments) */

#content #single #comments {
}
#content #single #comments h2 {
	font-size: 18px;
	font-family: Arial;
	padding: 10px 0 30px 0;
}
/* Content (single > comments > comment) */

#content #single .comment {
	margin-bottom: 10px;
}
#content #single .comment .col-left {
	width: 112px;
	text-align: right;
	font-family: Arial;
}
#content #single .comment .col-left a {
	color: #565656;
	text-decoration: underline;
}
#content #single .comment .col-left a:hover {
	text-decoration: none;
}
#content #single .comment .col-left img {
	margin-bottom: 5px;
}
#content #single .comment .col-left p {
	padding: 1px 0;
}
#content #single .comment .col-right {
	padding: 5px 20px;
	background: #F8F8F8;
	border: #DEDEDE 1px solid;
	min-height: 70px;
	float:none;
	margin-left:135px;
}
* html #content #single .comment .col-right {
	height: 130px;
}
#content #single .lc_logged {
	margin-top: -20px;
	position: relative;
}
#content #single .reply {
	float:right;
	padding-top:3px;
}
#content #single ul.children .comment {
	margin:0 0 0 20px;
}
/* Content (single > comments > form) */

#content #single #comments label {
	display: block;
	clear: both;
	padding-bottom: 10px;
	width: 400px;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
}
#content #single #comments label span {
	line-height: 27px;
	padding-left: 10px;
	float: left;
}
#content #single #comments label input {
	width: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	float: left;
}
#content #single #comments textarea {
	display: block;
	clear: both;
	width: 65%;
	padding: 5px 4px;
	border: #E5E5E5 1px solid;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Sidebar */

#sidebar {
	width: 311px;
}
#sidebar .block {
	border: #DEDEDE 1px solid;
	background: #F2F2F2;
	padding: 12px 9px;
	margin-bottom: 14px;
}
#sidebar .block h2 {
	font-size: 14px;
	padding: 0 0 10px 0;
}
#sidebar .block .inside, #sidebar .block .textwidget, #sidebar .block .blogroll, #sidebar .widget_pages ul, #sidebar .widget_archive ul, #sidebar .widget_meta ul, #sidebar .widget_categories ul {
	background: #fff;
	border: #DEDEDE 1px solid;
	padding: 5px 12px;
}
#sidebar .inside ul {
	padding: 0;
}
#sidebar .inside li, #sidebar .block .blogroll li, #sidebar .widget_pages li, #sidebar .widget_archive li, #sidebar .widget_meta li, #sidebar .widget_categories li {
	line-height: 20px;
	padding: 3px 0 3px 12px;
	background: url(images/bg_arrows.gif) no-repeat 0 10px;
}
#sidebar .inside li a, #sidebar .block .blogroll li a, #sidebar .widget_pages li a, #sidebar .widget_archive li a, #sidebar .widget_meta li a, #sidebar .widget_categories li a {
	color: #565656;
}
#sidebar .inside li a:hover, #sidebar .block .blogroll li a:hover, #sidebar .widget_pages li a:hover, #sidebar .widget_archive li a:hover, #sidebar .widget_meta li a:hover, #sidebar .widget_categories li a:hover {
	color: #006DAC;
}
/* Sidebar (tabs) */

#sidebar #tabs ul.tabs {
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}
#sidebar #tabs ul.tabs li {
	display: block;
	float: left;
	margin-right: 3px;
}
#sidebar #tabs ul.tabs li a {
	background: #fff;
	display: block;
	border: #DEDEDE 1px solid;
	line-height: 27px;
	padding: 0 9px;
	color: #515151;
	font-weight: bold;
}
#sidebar #tabs ul.tabs li a.selected {
	background: url(images/bg_tabs_selected.gif) repeat-x 0 0;
	color: #fff;
	border: 0;
	margin-top: 1px;
}
#sidebar #tabs .inside {
	position: relative;
	padding-top: 6px;
	padding-bottom:15px;
}
#sidebar #tabs .inside ul {
	padding-top: 0px;
}
#sidebar #tabs .inside li {
	padding: 6px 0;
	border-bottom: #DEDEDE 1px solid;
	background: none;
}
#sidebar #tabs .inside .border-clear {
	width: 100%;
	height: 8px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 1px;
	left: 0;
}
/* Sidebar (subscribe) */

#sidebar .subscribe {
	width: 241px;
	height: 45px;
	padding: 16px 0 0 70px;
	background: url(images/bg_subscribe.gif) no-repeat 0 0;
	margin-bottom: 16px;
}
#sidebar .subscribe h2 {
	font-family: Arial;
	font-size: 17px;
	font-weight: normal;
	font-style: italic;
	color: #2D2D2D;
	padding: 0;
	line-height: 15px;
}
#sidebar .subscribe h2 a {
	color: #2D2D2D;
}
#sidebar .subscribe p {
	font-size: 11px;
	color: #6F6F6F;
	padding: 0;
	line-height: 15px;
}
/* Sidebar (advert) */

#sidebar .advert {
	width: 100%;
	text-align: center;
	margin-bottom: 14px;
	padding-bottom: 5px;
	padding-top: 5px;
	border: #DEDEDE 1px solid;
	background: #F2F2F2;
}
#sidebar .facebook_advert {
	margin-bottom: 14px;
	}
#sidebar .plain {
	background: #FFFFFF;
	padding-bottom: 10px;
}
/* Sidebar (categories and archive) */

#sidebar #cat-arh {
	width: 291px;
}
#sidebar #cat-arh .container {
	background: url(images/bg_catarh.gif);
	border-bottom: #E7E7E7 1px solid;
	width: 100%;
}
#sidebar #cat-arh .inside {
	padding: 7px 8px 10px 12px;
	border-bottom: 0;
}
#sidebar #cat-arh .col-left .inside {
	border-right: 0;
	width: 123px;
}
#sidebar #cat-arh .col-left h2, #sidebar #cat-arh .col-left-fed h2 {
	background: #F2F2F2;
}
#sidebar #cat-arh .col-right .inside {
	width: 125px;
	border-left: 0;
}
#sidebar #cat-arh .col-right h2 {
	background: #F2F2F2;
	margin-left: -1px;
	padding-left: 1px;
}
#sidebar #cat-arh .block h2 {
	display:inline;
}
/* Widget (calendar) */

#wp-calendar {
	width: 95%;
	padding: 0 0 0px 0;
	margin-bottom: 15px;
}
#wp-calendar caption {
	padding: 10px;
}
#wp-calendar th, #wp-calendar td {
	padding: 5px;
	text-align: center;
	background: #C7C7C7;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar td, table#wp-calendar th {
	padding: 3px 0;
}
#wp-calendar a {
	text-decoration: underline;
}
#wp-calendar a:hover {
	text-decoration: none;
}
/* Widget (tag cloud) */

#tag_cloud {
	padding-bottom: 20px;
}
#footer #tag_cloud h2 {
	margin-bottom: 10px;
}
#footer #tag_cloud a {
	color: #515151;
}
/* Widget (textwidget) */

.textwidget {
	padding: 10px 0;
}
/* Footer */

#footer-out {
	width: 100%;
	background: rgb(232,232,232) url(images/bg_footer.gif) repeat-x 0 0;
}
#footer {
	width: 960px;
	margin-left: 30px;
	padding: 10px 0;
}
#footer .block {
	display: block;
	margin-right: 30px;
	float: left;
}
#footer .last {
	margin-right: 0;
}
#footer h2 {
	color: #3B3B3B;
}
/* Footer (flickr) */

.flickr_badge_image img {
	float:left;
	margin:8px 3px 0px;
	padding:0 7px 5px 0;
}
#footer .flickr h2 {
	font-size: 14px;
	font-weight: normal;
}
#footer .flickr h2 span {
	color: #006DAC;
}
#footer .flickr h2 span span {
	color: #DE42B1;
}
#footer .flickr .inside {
	margin-left: -15px;
	position: relative;
	width: 300px;
	padding-top: 10px;
}
#footer .flickr img {
	display: block;
	float: left;
	padding: 3px;
	background: #fff;
	margin:0 0 15px 15px;
	display: inline;
	position: relative;
}
/* Footer (widget) */

#footer .widget {
	width: 300px;
}
#footer .widget h2 {
	font-family: Arial;
	font-size: 16px;
	padding-bottom: 5px;
	font-weight: bold;
}
#footer .widget ul {
	padding-left: 5px;
}
#footer .widget li {
	line-height: 20px;
	padding: 2px 0 2px 15px;
	background: url(images/bg_footer_arrows.gif) no-repeat 0 10px;
}
#footer .widget li a {
	color: #515151;
}
/* Copyright */

#copyright-out {
	width: 100%;
	background: rgb(37,37,37) url(images/bg_copyright.gif) repeat-x 0 0;
}
#copyright {
	width: 960px;
	margin-left: 30px;
	padding: 15px 0 15px 0;
}
#copyright a {
	color: #fff;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright ul {
	padding: 10px 0 5px 0;
	margin-left: -7px;
	position: relative;
}
#copyright li {
	display: inline;
	padding: 0 7px;
	border-left: #3A3A3A 1px solid;
}
#copyright li.first {
	border: 0;
}
#copyright h2 a {
	color: #CACACA;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#copyright h2 a:hover {
	text-decoration: underline;
}
#copyright .col-right {
	padding-top: 5px;
}
#copyright p {
	padding: 0px;
	margin: 0px;
}
/* Fix */

.wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Mix */

.ui-tabs-hide {
	display: none;
}
.ads img {
	margin:5px 5px 0 0;
}
/*=== Misc. ===*/
.fix {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl {
	float: left
}
.fr {
	float: right
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}
img.alignleft {
	padding: 0px;
	margin: 3px 10px 2px 0;
	display: inline;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	/*-moz-border-radius-bottom-left:3px;
	-moz-border-radius-bottom-right:3px;
	-moz-border-radius-top-left:3px;
	-moz-border-radius-top-right:3px;*/
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:4px 0 5px;
	text-align:center;
}
.wp-caption-text {
	padding:3px 0 0;
	font-size:11px;
}
/* Page Nav */

#main-menu.suckerfish, #main-menu.suckerfish ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 100;
}
#main-menu.suckerfish a {
	display: block;
	line-height: 28px;
	padding: 0 10px;
	z-index: 100;
}
#main-menu.suckerfish li {
	float: left;
}
/* Style drop down list */

#main-menu li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}
#main-menu li ul li {
	border: 1px solid #F7F6F6;
	border-width:0 1px 1px;
	background: #FFF;
}
#main-menu li:hover ul, #main-menu li.sfhover ul {
	left: auto;
}
#main-menu li ul li a {
	line-height: 25px;
	font-size: 11px;
	color: #555555;
	width: 130px;
}
#main-menu li ul li ul li a {
	border-width:0 1px 1px 0px;
}
#main-menu li ul ul {
	margin: -31px 0 0 154px;
}
#main-menu li ul ul li a {
	line-height: 25px;
}
#main-menu li:hover ul ul, #main-menu li.sfhover ul ul {
	left: -999em;
}
#main-menu li:hover ul, #main-menu li li:hover ul, #main-menu li.sfhover ul, #main-menu li li.sfhover ul {
	left: auto;
}
/* IE7 Fix */
#main-menu li:hover, #main-menu li.hover {
	position: static;
}
/* Centre */
#top-menu, #main-menu, #subcat-menu, #middle, #footer, #copyright, #header {
	margin: 0 auto;
}
#header {
	padding:0;
}
#popular-articles img.tri_latest {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 15px 5px 0 0;
}
#tabs span.event_date {
	font-weight: bold;
}
#tabs ul#comm img, #tabs ul#feat img, #tabs ul#tagcloud img, #tabs ul#comm2 img{
	float: right;
	padding-top: 4px;
	padding-left: 5px;
}
#tagcloud h5 a {
	font-size: 15px;
	color: #3b3b3b;
	margin-left: 10px;
}
#tagcloud p {
	padding: 0px;
	margin: 0px;
}
#cat-arh h5 a {
	font-size: 15px;
	color: #3b3b3b;
}
#comm .inside img {
	border: 2px solid #CCCCCC;
	margin-left: 6px;
}
#tagcloud .inside img {
	border: 1px solid #CCCCCC;
	margin-left: 6px;
	margin-top: 3px;
	float: right;
}
.article_quote {
	width: 200px;
	float: right;
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 13px;
	line-height: 18px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #E1E1D5;
}
.article_quote_author {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted #999999;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
.article_quote p {
	padding: 0px;
	margin: 0px;
}
<!--
List Nav--> .listNav {
	margin:0 0 10px;
}
.ln-letters {
	overflow:hidden;
}
.ln-letters a {
	font-size:0.9em;
	display:block;
	float:left;
	padding:2px 6px;
	border:1px solid silver;
	text-decoration:none;
	margin-right: 2px;
	margin-bottom: 2px;
}
.ln-letters a.ln-last {
	border-right:1px solid silver;
}
.ln-letters a:hover, .ln-letters a.ln-selected {
	background-color:#eaeaea;
}
.ln-letters a.ln-disabled {
	color:#ccc;
}
/*Results*/
table#article_table th, table#results_table th, table#results_table_2 th, #single .page table th {
	background: #004F83;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	color: #FFFFFF;
}
.header a {
	color: #FFFFFF;
}
#results_table tr td, #results_table_2 tr td, #single .post tr td {
	border-bottom: 1px solid #cccccc;
	padding: 5px;
	text-align: left;
}
#single .post table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}
#results_table, #results_table_2 {
	margin-bottom: 10px;
	font-size: 12px;
	margin-top: 10px;
}
table#results_table img, table#results_table_2 img {
	vertical-align: middle;
}
tr.odd td {
	background: #DEDEDE;
}
table#results_table thead tr .header, table#results_table_2 thead tr .header {
	background-image: url(http://wcs.triathlon.org/assets/images/icons/bg_light.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#results_table thead tr .headerSortUp, table#results_table_2 thead tr .headerSortUp {
	background-image: url(http://wcs.triathlon.org/assets/images/icons/asc_light.gif);
}
table#results_table thead tr .headerSortDown, table#results_table_2 thead tr .headerSortDown {
	background-image: url(http://wcs.triathlon.org/assets/images/icons/desc_light.gif);
}
#contact_form label {
	margin-right: 10px;
}
#contact_form textarea {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	border: #DEDEDE 1px solid;
	width: 500px
}
#contact_form input {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	border: #DEDEDE 1px solid;
	background: #FFFFFF;
}
.video_article_title h6 {
	font-size: 12px;
	margin: 5px 0 10px 0;
}
img.multimedia_photo {
	float: left;
	margin: 5px 10px 0 5px;
	border: 1px solid #CCCCCC;
}
#comm img.fed_tab_logo {
	padding: 10px;
	border: 0px solid;
}
.featured_left_col {
	width: 270px;
	float: left;
}
.featured_right_col {
	width: 270px;
	float: right;
	border-left: 1px solid #FFFFFF;
	padding-left: 30px;
}
.federation_info {
	margin-top: -15px;
}
img.athlete_profile_pic {
	float: right;
	margin-right: -5px;
	margin-top: 10px;
	border: 1px solid #CCCCCC
}
#content .athlete_profile h3 {
	margin-top: 10px;
	margin-bottom: -10px;
}
span.tracker_count {
	border: 1px solid #CCCCCC;
	padding-left: 1px;
	padding-right: 1px;
	background: #E2E2E2;
	color: #000000;
	margin-left: 2px;
	margin-right: 5px;
}
#contact {
	border: #DEDEDE 1px solid;
	background: #F2F2F2;
	padding: 10px;
}
#athlete_search input {
	border: #DEDEDE 1px solid;
	margin-top: 10px;
	height: 20px;
}
#content .events_detail h3 {
	font-size: 20px;
}
#content .events_detail {
	margin-top: 10px;
}
.flickr .inside ul {
	margin-top: -10px;
	margin-left: 10px;
}
.event_info_box h4 {
	margin-bottom: -5px;
}
.event_info_box p {
	margin-bottom: -5px;
	margin-top: -10px;
}
.start_lists_results form {
	margin-top: 10px;
}
.start_lists_results form select {
	font-size: 13px;
}
table.athlete_results {
	font-family: arial;
	font-size: 11px;
	line-height: 16px;
}
table.athlete_results tr.row_even td {
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
}
table.athlete_results th {
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #FFFFFF;
	font-size: 12px;
	border-bottom: 1px solid #DEDEDE;
	background: #004F83;
}
table.athlete_results td {
	padding: 4px;
}
.inside_table {
	background: #FFFFFF;
	border: 1px solid #DEDEDE
}
#athlete_results .full_results p {
	margin-bottom: -10px;
	margin-left: 10px;
}
th.event_titles, td.event_titles {
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
td.position {
	font-weight: bold;
	text-align: center;
}
td.total_time {
	text-align: center;
}
span.progname {
	font-size: 11px;
}
.post .article_results_container {
	width: 270px;
	vertical-align: top;
	margin-right: 10px;
	padding: 5px;
	float: left;
}
.article_rankings_table td {
	padding: 4px;
	font-size: 12px;
	border-bottom: 1px dotted #dedede;
}
.article_rankings_table tr.row_even {
	background: #F2F2F2;
}
.article_rankings_table {
	border: #DEDEDE 1px solid;
}
#tabs ul#tagcloud .event_date {
	margin-right: 20px;
	width: 20px;
	display: inline-block;
}
.post .event_date {
	width: 65px;
	float: left;
	vertical-align: top;
	font-weight: bold;
	margin-top: 2px;
	margin-left: 5px;
}
.post .event_info {
	float: right;
	width: 557px;
}
.post .event_info img {
	float: right;
	margin-top: 10px;
	margin-right: 5px;
}
#results_page select, .start-lists select {
	margin-top: 10px;
}
#results_page img.download, .start-lists img.download, .post img.federation_flag {
	float: right;
	margin-top: 10px;
}
#athlete_form {
	margin-top: 10px;
	background: #F2F2F2;
	padding: 10px;
	border: 1px solid #DEDEDE;
}
.athlete_search form {
	background: #FFFFFF;
	padding: 10px;
	border: 1px solid #DEDEDE;
}
.athlete_search form input {
	border: 1px solid #DEDEDE;
}
.athlete_search form select {
	border: 1px solid #DEDEDE;
}
.athlete_search form label {
	margin-right: 10px;
	width: 130px;
	display: inline-block;
}
.form_seperator {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DEDEDE;
}
.athlete-search table {
	padding-bottom: 10px;
}
ul.no_gallery_results_article li {
	margin-top: 10px;
	margin-left: -5px;
}
img.avatar {
	border: 1px solid #CCCCCC;
}
img#fb_login_image {
	vertical-align: middle;
	margin-right: 10px;
}
.recentcomments a {
	display:inline !important;
	padding:0 !important;
	margin:0 !important;
}
#subcat-menu .social_icons_nav {
	width: 120px;
	float: right;
	margin-top: 9px;
	text-align: right;
	display: inline-block;
}
/*Start of Tabs*/
#load {
	position : absolute;
	top : auto !important;
	left : auto !important;
	margin : 144px 0 0 224px;
}
#tab_panel {
	border: 1px solid #999999;
	height: 320px;
}
#tab_panel_image {
	width: 480px;
	float:left;
	background:#CCC;
}
.tabbed_box {
	float:right;
	z-index: 100;
}
.tabs_headlines li a {
	display: block;
	height: 45px;
	text-align: left;
	border-bottom: 1px solid #999999;
	background:url(http://www.triathlon.org/images/tab_panel_background.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left: 1px solid #dedede;
	font-size: 12px;
	line-height: 14px;
	text-decoration:none;
	color:#333333;
	margin-right: 1px;
}
.tabs_headlines li a.active {
	color:#FFFFFF;
	background:url(http://www.triathlon.org/images/news_player_button_gradient_rev.png);
	color: #FFFFFF;
	font-size: 12px;
}
.tabs_headlines li a:hover {
	text-decoration: underline;
	background:url(http://www.triathlon.org/images/news_player_button_gradient_rev.png);
	color: #FFFFFF;
}
.tab_panel_tabs_item a, .tab_panel_tabs_item a:visited {
	color:#000;
}
#view_all_news {
	height: 31px;
	padding-top: 10px;
	text-align: right;
	padding-right: 10px;
	background: #333333;
	font-size: 11px;
	width: auto;
}
#view_all_news a, #view_all_news a:visited {
	color: #FFFFFF;
}
#view_all_news a:hover {
	text-decoration:underline;
}
.tabs_headlines li img {
	margin-top: 2px;
	margin-left: 5px;
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
}
.tab_active a, .tab_active a:hover, .tab_active a:visited {
	color:#999999;
}
/*Makes a Transparent Box*/
#tab_panel_image {
	width: 480px;
	height: 320px;/*background: url(/images/tab_panel_background_1.jpg) no-repeat;*/
}
#tab_panel_image_overlay {
	width: 480px;
	height: 92px;
	background-color: #333333;
	/* for IE */
  	filter:alpha(opacity=85);
	/* CSS3 standard */
  	opacity:0.85;
	margin:220px 0px
}
#tab_panel_image_overlay h2 {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 10px;
	margin-bottom: -11px;
	font-size: 16px;
}
#tab_panel_image_overlay p {
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
#tab_panel_image_overlay a, #tab_panel_image_overlay a:visited, #tab_panel_image_overlay a:hover {
	color:#FFFFFF;
}
.read-more_tab {
	font-weight: bold;
	font-size: 12px;
}
/*End of Tabs*/

/*Tabs Fix*/


/* panel */
.tabbed_content {
	margin : 0;
	padding : 0;
	display : block;
	height : 320px;
}
#tabbed_box_container {
	width : 628px;
}
.tabbed_box {
	float : none !important;
	padding : 0 0 0 478px;
}
.tabs_headlines li a {
	padding : 7px 0 3px 5px;
	display : block;
	width : auto;
}
.tabs_headlines li img {
	margin : 0 5px 0 0;
	padding : 0;
}
#tabbed-content-wrapper {
	width : 478px;
	height : 320px;
	float : left;
}
ul.tabs_headlines {
	margin : 0;
	padding : 0;
	display : block;
	height : 280px;
}
/*End of Tabs Fixed*/





/*Rankings*/

.rankings_container {
	height: 290px;
	background:#999999;
	background: url(http://www.triathlon.org/images/rankings_box.png);
	background-position: top;
	color: #FFFFFF;
	border: 1px solid #999999;
	margin-bottom: 15px;
}
.rankings_container img {
	padding-left: 0px;
	padding-right: 0px;
}
.rankings_container a {
	color: #FFFFFF;
}
.rankings_container h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0px;
	padding: 0px;
}
.rankings_container p {
	margin: 0px;
	padding: 0px;
}
#rankings_women {
	margin-top: 10px;
	margin-left: 10px;
}
#rankings_men {
	margin-top: 13px;
	margin-left: 10px;
}
#rankings img.rankings_profile_pic {
	border: 1px solid #FFFFFF;
	margin-right: 7px;
}
#sidebar #rankings h2 {
	font-size: 14px;
	padding-top: 0pt;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0pt;
}
.ranking_count {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	border: 1px solid #999999;
	background: #dedede;
	text-align: center;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 2px;
}
#rankings .advert_link {
	margin-right: 5px;
}
#content .featured .quarter {
	width: 270px;
	display: block;
	vertical-align: top;
}
#content .featured .right {
	float: right;
}
#content .featured .quarter a.read-more img {
	margin-right: 4px;
}
#content .featured .video_title {
	font-weight: bold;
}
#content .featured p {
	line-height: 18px;
	padding-bottom: 5px;
}
#content .featured .left {
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #FFFFFF;
	float: left;
}
#sidebar .twitter_post {
	background: #FFFFFF;
	padding: 5px 10px 5px 10px;
	border: 1px solid #DEDEDE;
}
#footer .random_feature h4 {
	padding: 10px 0px 5px 0px;
	margin: 0px;
	font-size: 12px;
}
#footer .random_feature p {
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
#footer .random_feature img {
	border: 1px solid #DEDEDE;
}
#content .post img.multimedia_article {
	float: right;
	margin: 10px
}
#content #popular-articles img.multimedia_article_more {
	margin: 0px;
	padding: 0px;
}
#content #single .post p img {
	margin-bottom: 15px;
}
.featured img.feed {
	float: right;
	margin-top: 15px
}
#sidebar .social_icons {
	width: 70px;
	float: right;
	margin-top: -5px;
	text-align: right;
}
span.fabee_login_button img {
	vertical-align: middle;
	margin-right: 10px;
}
#single .social_sharing, #content .social_sharing, #results_page .social_sharing {
	width: 300px;
	float: right;
	text-align: right;
}
#single .social_sharing img {
	margin-left: 3px;
	vertical-align: top;
	margin-top: 2px;
}
#results_page .social_sharing img, #latest .social_sharing img {
	margin-left: 3px;
	vertical-align: top;
	margin-top: 10px;
}
#popular-articles {
	margin-bottom: 10px;
}
.leaderboard {
	border: 1px solid #DEDEDE;
	margin-bottom: 20px;
}
table.rankings_men {
	float: left;
}
table.rankings_women {
	float: right;
	vertical-align: top;
}
table#results_table, table#results_table_2 {
	border-collapse:collapse
}
#content .split_header h4 {
	font-size: 14px;
	padding: 10px 0 0 0;
}
#content .left {
	float: left;
	width: 50%;
}
#content .right {
	float: right;
	width: 49%;
}
#content .multisport {
	margin-top: -20px;
}
.homepage_split {
	height: 70px;
	margin: 10px 0 -10px 0;
	background: #CCCCCC;
}
#content .post_even {
	background: #F2F2F2;
}
#events_calendar {
	margin-bottom: 10px;
}
.previous_month {
	text-align: left;
	float: left;
	display: inline;
}
.next_month {
	text-align: right;
	display: inline;
	float: right;
}
.calendarMonthHeader {
	display: inline;
	float: left;
	width: 90%;
}
.calendarBG td {
	font-size: 11px;
}
.calendarBG td {
	padding: 5px;
	border: 1px solid #dedede;
}
.calendarBG th {
	padding: 8px;
	background: #666666;
	color: #FFFFFF;
	font-size: 13px;
}
.calendarBG th a {
	color: #FFFFFF;
	text-decoration: underline;
}
td.calendarDayHeading {
	font-weight: bold;
	background: #CCCCCC;
}
td.calendarBlank {
	background: #e2e2e2;
}
.calendar_entry a {
	line-height: 16px;
}
a.day_number {
	margin-bottom: 5px;
}
td.calendarToday {
	background: #6A98B8;
	color: #FFFFFF;
}
.calendar_entry {
	margin-top: 10px;
}
td.calendarToday a, td.calendarToday a:visited, td.calendarToday a:hover {
	color: #FFFFFF;
}
td.calendarCell a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
}
#content img.sport_development {
	margin-left: -15px;
}
#facebook_comments {
	margin-top: 10px;
}
#sidebar #social_icons img {
	float: right;
	margin-top: -5px;
}
#events_calendar table {
	border-collapse: collapse;
}
#athlete_blog .full_results img {
	float: right;
	margin-top: 12px;
}
#main-menu ul#nav li.here a {
	background: #686868;
	color: #FFFFFF;
}
#go_home {
	float: right;
	width: 110px;
	text-align: right;
	margin-top: 10px;
}
#go_home img {
	vertical-align: bottom;
	margin-left: 3px;
}
.tooltip {
	display:none;
	background:transparent url(http://c1303192.cdn.cloudfiles.rackspacecloud.com/images/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
}
#content #athlete_buttons img {
	margin-right: 15px;
}
#content #athlete_buttons_ag img {
	margin-right: 19px;
	margin-top: 20px;
}
#content #athlete_buttons_ag img.button_last {
	margin-right: 0px;
}
ul.download_categories ul {
	margin:0px;
	padding: 0px;
}
ul.download_categories li.parent {
	font-size: 14px;
}
ul.download_categories li.child {
	font-size: 12px;
}
.print_logo {
	display: none;
}
#single .post table {
	border-collapse: collapse;
}
img.anti-doping {
	margin-right: -20px;
	padding-left: 10px;
	padding-bottom: 10px
}
.pad h2, .pad p {
	margin-left: 10px;
}
span.form_req {
	color:#F00;
}
li.tweet_tab {
	padding-top: 5px;
	padding-left: 5px;
}
input {
	border: 1px solid #DEDEDE;
}
select {
	border: 1px solid #DEDEDE;
}
textarea {
	font-family: arial;
	font-size: 12px;
	border: 1px solid #DEDEDE;
}
td.gutter {
	display: none;
}
img.event_pic {
	float: right;
	margin-top: 10px;
	border: 1px solid #CCCCCC
	margin-left: 10px;
}
.inline_quote {
	background: url(http://c1303192.cdn.cloudfiles.rackspacecloud.com/images/article_photog_quote.png);
	background-repeat:no-repeat;
	background-position: top left ;
	margin-top: 10px;
padding-top: 40px;
}
.inline_quote p {
	margin-left: 50px;
	margin-right: 40px;
	font-style: italic;
}
p del {
	color: red;
	padding-right: 3px;
}
#gplus {
	display: inline;
	margin-right: -10px;
}
#fblike {
	display: inline;
	margin-right: -10px;
}
