@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #2A2B2D;
}
#txtarea{
	float: left;
	width: 730px;
	margin: 5px 0px 0px 20px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixRtHdr #container {
	width: 955px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixRtHdr #header {
	height: 108px;

} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	background-color: #8b8c8e;
	height: auto;
}
#dartfish_video1 {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 330px;
}
#dartfish_video2 {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 330px;
}
#dartfish_video3 {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 330px;
}
#dartfish_video4 {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 330px;
}

#nav {
	height: 30px;

}
#search {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#statspack {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#services_btn {
}

#news {
	margin: 10px;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #333333;
	line-height: normal;
}
#news a {
	color: #FFFFFF;
	text-decoration: none;
}

#services_news {
	padding: 5px;
	margin-left: 5px;
	background-color: #333333;
	width: 177px;
	margin-top: 5px;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
#table {
	margin: 5px;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#statspack {
}
#features {
	height: 210px;
}
#subfeatures {
	float: left;
	width: 350px;
	margin-top: 5px;
	margin-left: 20px;
	border: thin none #000000;
	padding-top: 5px;
}
#videoplayer {
	float: left;
	width: 345px;
	margin-top: 5px;
	margin-left: 15px;
}

.twoColFixRtHdr #mainContent {
	width: 760px;
	float: left;

} 
#features_shadow {
	height: 10px;
}

.twoColFixRtHdr #footer {
	padding: 2px;
	background-color: #FFFFFF;
	font-size: 11px;
	text-align: center;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subf_item {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	font-size: 11px;
	float: left;
	width: 250px;
}
.subf_desc a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#subfeatures a {
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
}

#subnav {
	height: 25px;
	padding-top: 5px;
}
#img_contributors {
	margin: 5px;
	padding: 5px;
	float: left;
}
#img_videoanalyst {
	margin: 5px;
	padding: 5px;
	float: left;
}
#img_cameraman {
	float: left;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#contributors {
	height: auto;
}
#services_list {
}
.services_sublist {
	float: left;
	width: 330px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.service_thumb {
	display: inline;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 10px;
}
.service_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	width: 500px;
}

#thumb_contributors {
	margin: 5px;
	padding: 5px;
	height: 60px;
	width: 60px;
	float: left;
}
#text_contributors {
	height: 60px;
	float: left;
	width: 600px;
	margin: 5px;
	padding: 5px;
}
#services_feature {
}
#img_viewer {
}
#examples_text {
	margin: 10px;
	padding-top: 30px;
}
#examples_img_rugby {
	margin: 5px;
	padding: 5px;
	height: 200px;
	width: 150px;
	float: left;
}
#examples_img_soccer {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 200px;
	width: 150px;
}
#examples_img_gaa {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 200px;
	width: 150px;
}
#examples_img_other {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 200px;
	width: 150px;
}
a:link {
	color: #000000;
}
#training_text {
}
#articles_featured {
	float: none;
	height: 200px;
	width: 200px;
	background-image: none;
	margin: 15px;
}
#articles_main_list {
	float: right;
	margin: 10px;
	width: 499px;
	background-image: url(images/articles_bg.jpg);
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#articles_main_list a {
	color: #FFFFFF;
}
#articles_featured1 {
	height: 200px;
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#interview_main {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#interview_feature {
	padding-top: 15px;
	padding-left: 5px;
}
#interview_feature_img {
	padding: 5px;
	float: right;
	height: 200px;
	width: 150px;
	margin: 5px;
}
#interview_feature_text {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 550px;
}
#easytag_content {
	margin: 10px;
	padding: 10px;
}

.pagenav{
padding-top:12px;
color: #67cb33;
font-size:13px;
}
.pagenav h2, #sidebar li h2{
margin-bottom: 0;
}
.hidden{
color: #67cb33;
font-size:13px;
}
#sidebar {
	float: left; 
	/*width: 195px;*/
	margin: 10px;
	font-size: 12px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: normal;
	/*background-color: #8b8c8e;*/
	background-color: #333333;
	height: auto;
	
}
#sidebar ul{
margin: 0;
padding: 0;
list-style-type: none;
}
#sidebar ul li, #sidebar ul li a {
color: #fff;
}
#sidebar ul li{
margin-left:10px;
 
}
#sidebar ul li a, #content h2 a{
text-decoration:  none;
}


#sidebar h2{
line-height: normal;
color: #67CB33;
font-size: 12px;

}

#content h2, #content h2 a{
width: 721px;
/*width: auto;*/
height:20px;
margin: 0;
color: #67CB33;
}

#content h2 a{
width:200px;
float: left;
}

#content p.postmetadata a{
color: #67cb33;
}
.postmetadata
{

margin:20px 0 0 20px;
height: 20px;
display: block;

}
#content p.postmetadata a:hover{
color: #333333;
}

#content .title-wrapper{
width:auto;
height:auto;



}
#content .date{
width: 68px;
height: 69px;
margin: 2px 0 0 0;
padding: 0;
background: url(images/calender.png) no-repeat;
display: block;
float: left;
}

#content .date small, #content .date span{
width: 63px;
height: 12px;
padding:8px 0  0 3px;
font-family: Arial, Helvetica, sans-serif;
color: #f6faf2;
font-size: 12px;
letter-spacing: 2px;
font-weight: bold;
display: block;
text-align:center;
}
#content .date span{
height:auto; 
font-size: 16px;
color: #969693;
font-weight: bold;
}

#content .entry{
width:669px;
height:auto;
float:right;
font-family: Calibri;
font-size: large;
 margin-top:10px;
 margin-bottom:20px;
}
#content p{
margin: 3;
padding: 3;
width: 669px;
}