html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


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

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

body {
	font-family:Helvetica, sans-serif;
	font-size:1em;
	color:#1b1b1b;
	-webkit-text-size-adjust: none;
	}

h1 {
	text-transform:uppercase;
	padding:5px 0;
	line-height:140%;
	font-size:140%;
	}
.post h1 {
	padding:5px 0 0;
	}
h2 {
	text-transform:uppercase;
	padding:5px 0;
	line-height:140%;
	font-size:110%;
	}
h2.wp-table-reloaded-table-name {
	padding:5px 0 0;
	line-height:100%;
	font-size:110%;
	}
h3 {
	text-transform:uppercase;
	padding:5px 0;
	line-height:140%;
	font-size:100%;
	}
h4 {
	text-transform:uppercase;
	padding:5px 0;
	line-height:140%;
	font-size:95%;
	}
h5, h6 {
	text-transform:uppercase;
	padding:5px 0;
	line-height:140%;
	font-size:85%;
	}

p {
	font-size:81.3%;
	line-height:140%;
	padding:5px 0 10px;
	}
ul {
	font-size:81.3%;
	line-height:140%;
	padding:5px 20px 10px;
	}
ol {
	font-size:81.3%;
	line-height:140%;
	padding:5px 20px 10px;
	}
.commentlist p {
	font-size:100%;
	width:490px;
	}	
p.date {
	font-size:65%;
	padding:0 0 10px
	}		
p.right {
	font-weight:bold;
	padding:5px 0 0;
	float:right;
	}
#flickr h3 {
	padding:0 0 5px;
	}
	
	
/***************************************************************************************************************************************/


body {
	background:#000 url('images/bg/bg.gif') no-repeat center top fixed;
	}
#banner {
	height:170px;
	background:url('images/bg/banner_bg.gif') no-repeat center top;
	position:relative;
	}
#logo {
	position:absolute;
	width:410px;
	height:60px;
	top:40px;
	left:10px;
	}
	
#main_content {
	background:#f4f5f4 url('images/bg/content_bg.gif') no-repeat center top;
	padding:15px 0;
	overflow:hidden;
	height:100%;
	}
#latest_forum {
	height:247px;
	}
ul.latest_forum_list {
	padding:0;
	margin:0 0 3px;
	list-style:none;
	border-bottom:1px solid #ccc;
	}
ul.latest_forum_list li{
	border-top:1px solid #ccc;
	padding:5px;
	}
ul.latest_forum_list li a {
	font-weight:bold;
	}
ul.latest_forum_list li span{
	font-size:90%;
	text-align:right;
	display:block;
	}

img.image_right {
	float:right;
	}
img.image_left {
	float:left;
	}
.rounded {
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	}	
.content {
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	background:#e2e3e2;
	padding:10px 15px;
	overflow:hidden;
	height:100%;
	}
.section {
	padding-top:15px;
	overflow:hidden;
	height:100%;
	}

.post {
	padding:0 0 5px;
	margin:0 0 10px;
	overflow:hidden;
	height:100%;
	border-bottom:1px solid #ccc;
	}	

.right_signpost {
	height:157px;
	display:block;
	}
.right_signpost2 {
	height:65px;
	display:block;
	}		
	
/* comments */

ol.commentlist {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	}
ol.commentlist li {
	display:block;
	padding:10px 0 10px 0;
	margin:0;
	clear:both;
	border-bottom:1px solid #ccc;
	overflow:auto;
	height:100%;
	}
ol.commentlist li img.avatar {
	float:right;
	margin:5px 0 10px 10px;
	width:64px;
	height:64px;
	padding:5px;
	border:1px solid #ccc;
	}
ol.commentlist li h5 {
	padding:0;
	margin:0 0 5px 0;
	}
	
.commentmetadata {
	display:none;
	}


/* comments END */	

.content .comment-number {
	float:right;
	display:block;
	padding:8px 10px 12px 10px;
	margin:5px 0 0 10px;
	width:26px;
	height:26px;
	font-size:120%;
	font-weight:bold;
	background-image: url('images/icons/speech_bubble.gif');
	background-repeat: no-repeat;
	background-position: center center;
	text-align:center;
	}
.content .comment-number span {
	font-size:80%;
	padding:10px 0 0 0;
	}
	
#flickr {
	height:120px;
	position:relative;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	background:#e2e3e2;
	padding:10px 15px;
	}
#flickr h3{
	padding:0;
	font-size:20px;
	}
#flickr #flickr_photostream {
	display:block;
	clear:both;
	}
#flickr #flickr_photostream img {
	padding:9px 15px 0 0;
	float:left;
	display:inline;
	}
#flickr #flickr_badge_image10 {
	}
	
	
/***************************************************************************************************************************************/


#nav {
	height:46px;
	background:url('images/bg/nav_bg.gif') no-repeat center top;
	position:relative;
	border-bottom:1px solid #000;
	}
	
#nav ul{
	list-style:none;
	padding:0;
	margin:0;
	line-height:100%;
	}
#nav ul li{
	display:inline;
	float:left;
	}
	
#nav ul#primary li a{
	display:block;
	float:left;
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	padding:17px 10px 0;
	height:29px;
	text-decoration:none;
	}
#nav ul#primary li a:hover {
	text-decoration:none;
	color:#000;
	}
#nav ul#primary li a.active{
	background:url('images/bg/nav_selected_bg.gif') no-repeat center bottom;
	text-decoration:none;
	color:#000;
	}
	
	
#banner #breadcrumb {
	position:absolute;
	top:153px;
	left:10px;
	}
#banner #breadcrumb p {
	color:#ccc;
	font-size:10px;
	padding:0;
	line-height:100%;
	}
#banner #breadcrumb p span {
	color:#fff;
	}
#banner #breadcrumb p a {
	color:#fff;
	text-decoration:none;
	}
#banner #breadcrumb p a:hover {
	color:#fff;
	text-decoration:underline;
	}
	

#footer {
	padding:15px 0;
	}
#footer h5 {
	color:#9f1a0b;
	font-size:13px;
	font-weight:normal;
	padding:5px 0 0;
	text-transform:none;
	}
#footer p, #footer ul {
	font-size:11px;
	color:#ccc;
	padding:0;
	}
#footer p {
	padding:20px 0 10px;
	}
#footer p.tags {
	padding:0 0 20px;
	}
#footer ul {
	padding:5px 0 10px;
	}
#footer ul li{
	display:inline;
	}
#footer ul li a{
	display:block;
	background:url('images/icons/footer_arrow.gif') no-repeat left 3px;
	padding:0 0 0 12px;
	}
#footer p.right {
	text-align:right;
	}	
		
	
/***************************************************************************************************************************************/


#nav fieldset {
	position:absolute;
	left:770px;
	top:11px;
	}
#nav fieldset label {
	display:none;
	}
#nav fieldset input#s{
	width:133px;
	padding:4px 7px 0;
	border:0 none;
	background:none;
	color:#666;
	}
#nav fieldset input#s:focus {
	color:#333;
	}

.contact_form {
	padding:0px 0 10px;
	overflow:hidden;
	height:100%;
	}	
.contact_form ul {
	padding: 0;
	font-family:Helvetica, sans-serif;
	font-size:81.3%;
	}
.contact_form ul li{
	display:block;
	overflow:hidden;
	height:100%;
	clear:both;
	padding:0 0 10px;
	}
.contact_form ul li small{
	font-style:italic;	
	font-size:90%;
	}
.contact_form ul li em{
	font-weight:bold;
	color:#ff0000;
	}
.contact_form ul li.submit{
	padding:5px 0 0;
	}
.contact_form ul li label{
	font-weight:bold;
	margin:0;
	}
.contact_form ul li .text_field{
	width:50%;
	padding:5px;
	border:1px solid #ccc;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	}
.contact_form ul li .text_area{
	width:97%;
	padding:5px;
	border:1px solid #eee;
	font-family:Helvetica, sans-serif;
	font-size:90%;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	}
.contact_form ul li .submit{
	padding:5px 10px;
	border:1px solid #ccc;
	cursor:pointer;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background:#ccc;
	font-weight:bold;
	}
.contact_form ul li .text_field:focus, .contact_form ul li .text_area:focus {
	border:1px solid #999;
	}
.contact_form ul li.submit input:focus {
	position:relative;
	top:0;
	}
.contact_form ul li .submit:hover {
	border:1px solid #333;
	}
	
.wpcf7-response-output {
	padding:10px 0;
	font-weight:bold;
	clear:both;
	display:block;
	}	
	


.comment_form {
	padding:10px 0;
	overflow:hidden;
	height:100%;
	}	
.comment_form ul {
	padding: 0;
	font-family:Helvetica, sans-serif;
	font-size:81.3%;
	}
.comment_form ul li{
	display:block;
	overflow:hidden;
	height:100%;
	clear:both;
	padding:0 0 10px;
	}
.comment_form ul li small{
	font-style:italic;	
	font-size:90%;
	}
.comment_form ul li em{
	font-weight:bold;
	}
.comment_form ul li.submit{
	padding:5px 0 0;
	}
.comment_form ul li label{
	font-weight:bold;
	margin:0;
	}
.comment_form ul li .text_field{
	width:50%;
	padding:5px;
	border:1px solid #ccc;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	}
.comment_form ul li .text_area{
	width:97%;
	padding:5px;
	border:1px solid #eee;
	font-family:Helvetica, sans-serif;
	font-size:90%;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	}
.comment_form ul li .submit{
	padding:5px 10px;
	border:1px solid #ccc;
	cursor:pointer;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background:#ccc;
	font-weight:bold;
	}
.comment_form ul li .text_field:focus, .comment_form ul li .text_area:focus {
	border:1px solid #999;
	}
.comment_form ul li.submit input:focus {
	position:relative;
	top:0;
	}
.comment_form ul li .submit:hover {
	border:1px solid #333;
	}	
	
	
/***************************************************************************************************************************************/


a {
	color:#9f1a0b;
	text-decoration:none;	
	outline:none;
	border:0;
	}
a:hover {
	color:#9f1a0b;
	text-decoration:underline;	
	}

a.read_more {
	text-transform:uppercase;
	font-weight:bold;
	}

#footer a{
	color:#ccc;
	text-decoration:none;	
	}
#footer a:hover {
	color:#ccc;
	text-decoration:underline;	
	}
	
	
/***************************************************************************************************************************************/


#featured {
	height:267px;
	overflow:hidden;
	position:relative;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	background:#e2e3e2;
	}
#featured .pane {
	position:absolute;
	display:none;
	width:620px;
	height:267px;
	}
#featured .image{
	width:620px;
	height:267px;
	display:block;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px; 
	}
#featured .text{
	width:260px;
	position:absolute;
	top:30px;
	left:20px;
	color:#fff;
	}
#featured .text h1{
	font-size:28px;
	text-transform:uppercase;
	font-weight:bold;
	padding:0 0 5px;
	line-height:100%;
	}
#featured .text p{
	font-size:14px;
	}
#featured .text p a, 
#featured .text h1 a{
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	display:block;
	}
#featured .text p a:hover, 
#featured .text h1 a:hover {
	text-decoration:underline;
	color:#fff;
	}
	
#featured #tabs ul {
	position:absolute;
	bottom:10px;
	right:10px;
	font-size:90%;
	line-height:100%;
	font-weight:bold;
	visibility:hidden;
	}	
#featured #tabs ul li{
	float:left;
	display:inline;
	margin:0 0 0 5px;
	}	
#featured #tabs ul li a{
	float:left;
	display:block;
	padding:5px 0 0 0;
	width:24px;
	height:19px;
	text-align:center;
	background:url('images/bg/featured_nav.png') no-repeat center bottom;
	color:#fff;
	text-indent:-9999px;
	}	
#featured #tabs ul li a:hover, #featured #tabs ul li a.current {
	background:url('images/bg/featured_nav.png') no-repeat center top;
	color:#000;
	font-weight:bold;
	}
	
	
/***************************************************************************************************************************************/

table.latest_result {
	text-align:center;
	width:100%;
	font-size:120%;
	font-weight:bold;
	margin:10px 0;
	vertical-align:middle;
	}
table.latest_result td {
	vertical-align:middle;
	padding:3px 0;
	}


table.home_schedule {
	font-size:75%;
	text-align:center;
	width:100%;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	}
table.home_schedule th {
	font-weight:bold;
	background:#bb4336 url('images/bg/table_header_bg.gif') repeat-x left bottom;
	color:#fff;
	padding:8px 3px;
	vertical-align:middle;
	border-bottom:2px solid #ccc;
	}
table.home_schedule td {
	border-bottom:1px solid #ccc;
	padding:8px 3px;
	vertical-align:middle;
	background:#ddd;
	}
table.home_schedule tr.even td {
	background:#eee;
	}

table#contact {
	width:100%;
	font-size:81.3%;
	margin:10px 0 20px;
	}
table#contact th {
	font-size:110%;
	}
table#contact th, 
table#contact td {
	text-align:left;
	padding:5px 0;
	}
	
	
table.wp-table-reloaded {
	width:100%;
	font-size:87.5%;
	text-align:left;
	margin:10px 0;
	vertical-align:middle;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	clear:both;
	}
table.wp-table-reloaded th{
	background:#bb4336 url('images/bg/table_header_bg.gif') repeat-x left bottom;
	color:#fff;
	padding:8px 5px;
	vertical-align:middle;
	font-weight:bold;
	}
table.wp-table-reloaded td {
	border-bottom:1px solid #ccc;
	padding:8px 5px;
	vertical-align:middle;
	background:#ddd;
	font-size:90%;
	}
table.wp-table-reloaded tr.even td {
	background:#eee;
	}
	
table.wp-table-reloaded .header {
	background: #E6EEEE url(../img/bg.gif) no-repeat center right;
	cursor: pointer;
	}
table.wp-table-reloaded .headerSortUp {
	background: #8DBDD8 url(../img/asc.gif) no-repeat center right;
	}

table.wp-table-reloaded .headerSortDown {
	background: #8DBDD8 url(../img/desc.gif) no-repeat center right;
	}
	
	
	
/***************************************************************************************************************************************/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


ul.player_profile {
	margin:5px 0 5px;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:100%;
	clear:both;
	}
ul.player_profile li {
	clear:both;
	overflow:hidden;
	height:100%;
	display:block;
	padding:5px 0;
	border-bottom:1px solid #ccc;
	}
.player_profile_top {
	padding:0 0 5px;
	margin:0 0 5px;
	overflow:hidden;
	height:100%;
	clear:both;
	}
.player_profile_top ul.player_profile {
	font-size:87.5%;
	float:left;
	width:260px;
	}
ul.player_profile strong {
	display:block;
	float:left; 
	width:110px;
	}
ul.player_profile.lower strong {
	width:200px;
	}
ul.player_profile span {
	display:block;
	float:left; 
	width:150px;
	}
ul.player_profile.lower span {
	width:390px;
	}
.player_profile_top img.player_pic {
	float:right;
	margin:5px 0 10px 10px;
	border:5px solid #eee;
	/*-moz-box-shadow: 2px 2px 10px #333;
	-webkit-box-shadow: 2px 2px 10px #333;
	box-shadow: 2px 2px 10px #333;*/
	}

		
