/*
Theme Name: Soccerlens 2009
Theme URI: http://www.soccerlens.com/
Description: Soccerlens.com - WPMU Theme
Version: 1.0
Author: Ramsay Bell
Author URI: http://www.ramsaybell.com/



/* 
********************************************
Begin: Browser Specific Patches / Fixes
********************************************
*/

/* Begin: IE6 Alpha PNG Fix */
img, div, span, ul, li { behavior: url(/wp-content/themes/soccerlens2009/iepngfix.htc) }
/* End: IE6 Alpha PNG Fix */

/* 
********************************************
End: Browser Specific Patches / Fixes
********************************************
*/

/* 
********************************************
Begin: Rounded Corners
********************************************
*/

/* CurvyCorners JavaScript API Invocation used due to Windows Chrome anti aliasing bug */

/* Required to allow auto expansion via Archives plugin */
.rounded_corners_full_expand {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*
.rounded_corners_full {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.rounded_corners_top {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;	
}

.rounded_corners_bottom {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
*/

/* 
********************************************
End: Rounded Corners
********************************************
*/



/* 
********************************************
Begin: General Typography & Colors
********************************************
*/

@font-face {
	font-family: 'DINLightRegular';
	src: url('fonts/DIN-L___.eot');
	src: local('DINLight Regular'), local('DINLight'), url('fonts/DIN-L___.woff') format('woff'), url('fonts/DIN-L___.ttf') format('truetype'), url('fonts/DIN-L___.svg#DINLight') format('svg');
	}


body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#FFF;
	color: #333;
	text-align: center;
	behavior: url("/wp-content/themes/soccerlens2009/csshover3.htc"); 
	}

p{
	font-size:12px;
	line-height:16px;
	text-align:justify;
	padding:0 5px 0 5px;
}

#page {
	text-align: left;
	}

#content {
	font-size: 1.2em
	}
	
.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

#footer {
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

.red {
	color: #660000;
	}

a, a:hover {
	color: #333333;
	text-decoration:none;
	}

/* 
********************************************
End: General Typography & Colors
********************************************
*/



/* 
********************************************
Begin: Sitewide Headers
********************************************
*/

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	font-size:13px;
    position: relative;
	line-height: 7px;
	padding:0px;
	margin:0px;
	color:#000;
	}

h4 span {
    /* background: url(images/strapline-gradient.png)  no-repeat top left; */
    position: absolute;
    width: 160px;
    height:10px;
	padding:0px;
	margin:0px;
	}

/* 
********************************************
End: Sitewide Headers
********************************************
*/



/* 
********************************************
Begin: General Structure
********************************************
*/

html,body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	/* Required to move site content below transparent header */
	padding-top: 99px;
	width: 960px;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 0px 5px;
	margin: 0px 0 0;
	width: 630px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 625px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* 
********************************************
End: General Structure
********************************************
*/



/* 
********************************************
Start: Entry Lists
********************************************
*/

/*	Special stylized non-IE bullets do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	/*margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;*/
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	}

html>body .entry li {
	/*margin: 7px 0 8px 10px;*/
	background-color: transparent;
	background-image: url(football-bullet.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-position: left center;*/
	background-position: left top;
	display: block;
	padding-left: 32px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* 
********************************************
End: Entry Lists
********************************************
*/



/* 
********************************************
Start: General Form Elements
********************************************
*/

/* Form elements for each element (e.g. Comments) defined in relevent section in stylesheet. */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* 
********************************************
End: General Form Elements
********************************************
*/



/* 
********************************************
Begin: Sidebar
********************************************
*/

#sidebar {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 0px 0 10px 0;
	display:inline;
	float:right;
	margin-right:07px;
	width: 312px;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#sidebar form {
	margin: 0;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	
/* 
********************************************
End: Sidebar
********************************************
*/



/* 
********************************************
Begin: Calendar
********************************************
*/

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
	}

/* 
********************************************
End: Calendar
********************************************
*/


/* 
********************************************
Begin: Various Tags & Classes
********************************************
*/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	}

/* 
********************************************
End: Various Tags & Classes
********************************************
*/



/* 
********************************************
Begin: Image Captions & Images
********************************************
*/

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.alignright, .post img.alignright, .wp-caption.alignright {float:right; margin:0 0 1em 1em}
img.alignleft, .post img.alignleft, .wp-caption.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter, .post img.aligncenter, .wp-caption.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright, .post a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft, .post a img.alignleft  {float:left; margin:0 1em 1em 0}
a img.aligncenter, .post a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* show border on category icon images */
.category-icon img {	
	padding: 8px;
	margin: 16px;
	margin-bottom:4px;
	margin-left: 0px;
	border: 1px solid #ccc;
	}

/* show border on images in post */
.post img {	
	padding: 8px;
	margin: 0px;
	/* remove border */
	/*border: 1px solid #ccc;*/
	}

/* remove border on images in post with captions */
.wp-caption img {
	margin: 0px;
	padding: 0px;
	border: none;
	}

/* add border to class with caption */
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f3f3f3;
	padding:4px;
	padding-top:8px;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	font-style:italic;
	}

/* 
********************************************
End: Captions
********************************************
*/



/* 
********************************************
Begin: Page Containers
********************************************
*/

#page-container {
	width: 100%;	
	background: url(page-container-bg.jpg) no-repeat bottom center;
	height:auto !important;
}

#page-bottom-bg-container {
	width: 100%;	
	background: url(page-bottom-bg-container.jpg) no-repeat top center;
}

/* 
********************************************
End: Page Containers
********************************************
*/



/* 
********************************************
Begin: Header Structure
********************************************
*/

h1{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 0 3px 5px;
	text-transform:uppercase;
}

#header-container {
	width: 100%;
	background:url(headerbg.gif) no-repeat top center;
	height: 109px;
	text-align: center;
	/* absolute position required for transparent png (transpaent png required for ability to change background) */
	position:absolute;
}

#header {
	width: 960px;
	height: 83px;
	padding: 0px;
	/* to center ad - 3 x auto for opera */
	margin: 0 auto auto auto;
	text-align: left;
	}

#logo-container {
	height: 60px;
	width:240px;
	padding:0px;
	margin:0px;
	float:left;
	/* adjust to make logo align with elements down the left hand side of the page */
	margin-left: 5px;
	/*margin-top:12px;	*/
	margin-top:7px;
}

#logo {
	width:285px;
	height:50px;
	float:left;
}

#logo-strapline {
	width:100%;
	height:10px;
	float:left;
	margin-top: 4px;
}

#logo-strapline a:hover, #logo-strapline a, #logo-strapline a:visited {
	text-decoration:none;
}

#logo-strapline h4 {
	font-family: DINLightRegular;
	color: #737373;
	font-weight: normal;
	}

/* 
********************************************
End: Header Structure
********************************************
*/



/* 
********************************************
Begin: Footer Structure
********************************************
*/

#footer-container {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	}

#footer-categories-container {
	background-image: url(footer-categories-container-bg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#292929;
	min-height:220px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:220px;
	padding-top:12px;
	}

#footer-categories {
	width:960px;
	margin: 0 auto auto auto;
	text-align:left;
	color:#666666;
	font-size:12px;
	}

#footer-categories h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
	color:#FFF;
	font-size:12px;
	line-height: 40px;
	padding:0px;
	margin:0px;
	}

#footer-categories a, #footer-categories a:visited {
	text-decoration: none;	
	color:#666666;
	}

#footer-categories a:hover {
	text-decoration: none;
	color:#FFF;
	}

#footer-categories-link-column {
	width: 220px;
	float:left;	
	list-style: none;
	/* to allow auto height */
	min-height:208px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:208px;
	}

#footer-categories-link-column ul {
	/* decrease space between h4 and text - required twice for cross browser compatibility */
	padding-top:0px;
	margin-top:0px;
	line-height:20px;
	}

#footer-categories-link-column li {
	color:#666666;
	background-repeat: no-repeat;
	background-position: 0 .5em;
	/* decrease space between h4 and text - required twice for cross browser compatibility */
	padding-top:0px;
	margin-top:0px;
	margin-left: -25px;
	/*list-style-image: url(images/bullet-white.png);*/
	/* gif used for ie6 compatibility */
	list-style-image: url(bullet-white.gif);
	}

#footer-categories-text-column {
	width: 300px;
	float:left;
	text-align:justify;
	}

#footer-copyright-container {
	background:	#000000;
	width:100%;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align: center;
	min-height:55px;
	padding-top:12px;
	/* hack for ie6 min-height */
	height:auto !important;
  	height:55px;
	}

#footer-copyright {
	width:960px;
	margin: 0 auto auto auto;
	}

#footer-copyright a {
	color:#ffffff;
	text-decoration:underline;
	}

#footer-copyright a:hover {
	color:#ffffff;
	text-decoration:none;
	}

/* 
********************************************
End: Footer Structure
********************************************
*/



/* 
********************************************
Begin: Main Top Menu 
********************************************
*/

#top-menu-container {
	width: 960px;
	background: url(top-menu-bg.png) no-repeat top center;
	/*height: 44px;*/
	height: 86px;
	padding:0px;
	margin:0px;
	/* used to allow football to float on the right */
	position:relative;
	}


.top-menu-split {
	width: 2px;
	height:37px;
	background: url(top-menu-split.png) no-repeat top center;
	padding:0px;
	margin:0px;
	float:left;	
	list-style:none;
	position:relative;
	}


/* Start: Top Menu - Hover Styles */


.top-menu-first a:hover { 
	background: url('top-menu-hover-first-btn-bg.png') top left no-repeat; 
	/* remove text-underline in ie6 */
	text-decoration: none;
	} 

.top-menu-first-active a:hover { 
	background: url('top-menu-hover-first-btn-bg.png') top left no-repeat; 
	/* remove text-underline in ie6 */
	text-decoration: none;
	} 

/* End: Top Menu - Hover Styles */

/* Start: Top Menu - Active Styles */

.top-menu-active {
	background: url('top-menu-hover-btn-bg.png') top left no-repeat; 
	/* remove text-underline in ie6 */
	text-decoration: none;
	}

.top-menu-active #top-menu-gradient {
    background: url(top-menu-text-gradient-hover.png)  repeat-x bottom left;
	/* set to absolute for floating the gradient */
    position: absolute;
	width:100%;
    height:37px;
	padding:0px;
	margin:0px;
	/* required to stop overflow on ie6 and ie7 */
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	/* positions gradient over text - low z-index used so that any flash elements used in the future can hover above */
	/* an element with greater stack order is always in front of an element with a lower stack order. */
	z-index:1000;
	/* required for IE */
	cursor:pointer;
	}

.top-menu-first-active {
	background: url('top-menu-hover-first-btn-bg.png') top left no-repeat; 
	/* remove text-underline in ie6 */
	text-decoration: none;
	}

.top-menu-first-active #top-menu-gradient {
    background: url(top-menu-text-gradient-hover.png)  repeat-x bottom left;
	/* set to absolute for floating the gradient */
    position: absolute;
	/* reduce width to stop gradient overflowing */
	width:94%;
    height:37px;
	padding:0px;
	margin:0px;
	/* move items in to hide gradient overflow */
	margin-left:4px;
	/* required to stop overflow on ie6 and ie7 */
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	/* positions gradient over text - low z-index used so that any flash elements used in the future can hover above */
	/* an element with greater stack order is always in front of an element with a lower stack order. */
	z-index:1000;
	/* required for IE */
	cursor:pointer;
	}

.top-menu-first-active h5 {
	font-size:13px;
    position: relative;
	line-height: 38px;
	padding:0px;
	margin:0px;
	color:#FFF;
	text-transform:uppercase;
	/* add space to left of first menu item */
	margin-left: 17px;
	margin-right:15px;
	}

/* End: Top Menu - Active Styles */

/* Start: Gradient Overflow Patch */
#top-menu-first-gradient-patch {
	position:absolute;
	width:4px;
	height:37px;
	z-index:999;
	}
/* End: Gradient Overflow Patch */

.top-menu-first h5 {
	font-size:13px;
    position: relative;
	line-height: 38px;
	padding:0px;
	margin:0px;
	color:#FFF;
	text-transform:uppercase;
	/* add space to left of first menu item */
	margin-left: 17px;
	margin-right:10px;
	}

.top-menu-first #top-menu-gradient {
    background: url(top-menu-text-gradient.png)  repeat-x bottom left;
	/* set to absolute for floating the gradient */
    position: absolute;
	/* reduce width to stop gradient overflowing */
	width:95%;
    height:37px;
	padding:0px;
	margin:0px;
	/* move items in to hide gradient overflow */
	margin-left:4px;
	/* required to stop overflow on ie6 and ie7 */
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	/* positions gradient over text - low z-index used so that any flash elements used in the future can hover above */
	/* an element with greater stack order is always in front of an element with a lower stack order. */
	z-index:1000;
	/* required for IE */
	cursor:pointer;
	}

h5 {
	font-size:13px;
    position: relative;
	line-height: 38px;
	padding:0px;
	margin:0px;
	color:#FFF;
	text-transform:uppercase;
	margin-left: 10px;
	margin-right:10px;
	}

#top-menu-gradient {
    background: url(top-menu-text-gradient.png)  repeat-x bottom left;
	/* set to absolute for floating the gradient */
    position: absolute;
	width:100%;
    height:37px;
	padding:0px;
	margin:0px;
	/* required to stop overflow on ie6 and ie7 */
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	/* positions gradient over text - low z-index used so that any flash elements used in the future can hover above */
	/* an element with greater stack order is always in front of an element with a lower stack order. */
	z-index:1000;
	/* required for IE */
	cursor:pointer;
	}

#top-menu-gradient:hover {
    background: url(top-menu-text-gradient-hover.png)  repeat-x bottom left;
	}

#top-menu-football {
	background: url(top-menu-football-bg.png)  no-repeat top left;
	position:absolute;
	top:0px;
	left:880px;
	bottom:0px;
	right:0px;
	z-index:1001;
	padding:0px;
	margin:0px;
	width: 70px;
	height:63px;
	}

/* Start: News Ticker */

#news-ticker-container {
	background: url(news-ticker-container-bg.png)  no-repeat top left;
	width:960px;
	height:34px;
	position:relative;
	float:left;
	left:0px;
	bottom:0px;
	right:0px;
	padding:0px;
	margin:0px;
	/* to hide overflow when the site loads */
	overflow:hidden;
}

#news-ticker {
	margin-left:10px;
	margin-top:9px;
	float:left;
	/* to hide overflow when the site loads */
	height:12px;
	overflow:hidden;
}

#news-ticker-header {
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8f0000;
	font-weight:bolder;
	text-transform:uppercase;
	text-align:left;
	padding-right:0px;
	float:left;
	margin-left:10px;
	margin-top:9px;
}

.news-ticker-content {
	font: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-align:left;
}

#news-ticker-buttons-container {
	width: 45px;
	height:14px;
	float:left;
	margin-left:15px;
	margin-top:8px;
}

#news-ticker-button {
	width: 14px;
	height:14px;
	float:left;
	margin-right:1px;
}

@charset "UTF-8";
/* CSS Document */

#news-container {
	  width: 700px;
	  float:left;
	  padding:0px;
	  margin:0px;
  }

/*#news li {
	  list-style:none;
	  padding:0px;
	  margin:0px;
  }*/
 
/* CSS Document for top slider 
*/

ul#slide_control li,
ul#slide_nav li,ul#news{
    list-style:none;
	padding:0px;
	margin:0px;
}

/* slide navigation specific */

ul#slide_nav {
background:	transparent url(news_bg.png) no-repeat scroll 0 50%;
padding: 15px;
position: absolute;
width: 490px;
margin-left:40px;
margin-top: 0px;

}

ul#slide_nav li {
background-image: url(button.png);
display: block;
float: left;
height: 9px;
list-style: none;
padding: 2px;
margin: 0px;
width: 10px;
}
ul#slide_nav li:hover {
}
ul#slide_nav li#button_selected {
background-image: url(button_selected.png);
}
ul#slide_nav li#button_selected:hover {
}

/* slide image holder specific */

ul#news
{
	padding:0px;
	margin:0px;
	
}

ul#news a, ul#news a:visited {
	color: #8f0000;
	text-decoration:none;
	font-weight:bold;
	text-transform:capitalize;
}

ul#news a:hover {
	text-decoration: underline;	
}

ul#news img{
    width: 510px;
    height: 220px;
}
ul#slide_control li{
    list-style: none;
    display: block;
    float:left;
	padding:0px;
	margin:0px;
}
ul#news li img{
	
}


/* slide control specific */

ul#slide_control {
	width:50px;
	padding:0px;
	margin:0px;
}

/* control button specific */

#prev_button, #next_button, #pause_button {
    margin-left: 0px;
}

#nex_prev_buttons {
left: 0;
}
#next_button {
background-image: url(news-ticker-next-btn.png);
height: 14px;
width: 14px;
}
#next_button:hover {
background-image: url(news-ticker-next-btn-hover.png);
}
#prev_button {
background-image: url(news-ticker-previous-btn.png);
height: 14px;
width: 14px;
}
#prev_button:hover {
background-image: url(news-ticker-previous-btn-hover.png);
}

.pause_button {
background-image: url(news-ticker-pause-btn.png);
height: 14px;
width: 15px;
}
.pause_button:hover {
background-image: url(news-ticker-pause-btn-hover.png);
}

.paused_button {
background-image: url(news-ticker-play-btn.png);
height: 14px;
width: 15px;
}
.paused_button:hover {
background-image: url(news-ticker-play-btn-hover.png);
}

#hover_next_button, #hover_prev_button {
height: 4px;
background-repeat: no-repeat;
overflow: hidden;
width: 4px;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url(news-ticker-next-btn.png);
background-position: 21px 35px;
right: 0;
}
#hover_prev_button {
background-image: url(news-ticker-previous-btn.png);
background-position: 8px 35px;
left: 0;
}


/* for slider text or caption  */

ul#news-desc{
 	color: #000;
    text-align: left;
    padding: 3px;
    border: 0px solid;
    list-style: none;
}
ul#news-desc h2{
	font-size:30px;
	margin-bottom:8px;
}



.fade{
	margin-bottom: 2em;
}

.fade p{
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}


#slide_nav li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}

#slide_nav li span, #pause_button span, .prev_button span, .next_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left: -10000px;
}
#slide_nav li, #pause_button, .prev_button, .next_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}
/* End: News Ticker */

/* 
********************************************
End: Main Top Menu 
********************************************
*/



/* 
********************************************
Start: Header Menu
********************************************
*/

#header-items-container {
	height:50px;
	padding:0px;
	margin:0px;
	float:left;
	width:461px;
	float:right;
	margin-top:25px;
}

#header-menu {
	height:35px;
	padding:0px;
	margin:0px;
	float:left;
	width:461px;
}

#header-menu ul {
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	list-style: none;
	display:inline-block;
	text-align: center;
	width:461pxpx;
	line-height:36px;
}

.header-menu-normal {
	width: 75px;
	height:35px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-tile.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

.header-menu-first {
	width: 80px;
	height:35px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-first.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

.header-menu-last {
	width: 80px;
	height:35px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-last.png) top right no-repeat;
	position:relative;
	float:left;
	list-style: none; 
	/*text-align: center;*/
	text-align:left;
	text-indent:13px;
}

.header-menu-split {
	width: 2px;
	height:35px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-split.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

/* Start: Header Menu - Hover Styles */

/*
.header-menu-normal:hover { 
	 background: url('images/header-menu/header-menu-tile-hover.png') top left repeat-x; 
} 

.header-menu-first:hover { 
	background: url('images/header-menu/header-menu-first-hover.png') top left no-repeat;  
} 

.header-menu-last:hover { 
	background: url('images/header-menu/header-menu-last-hover.png') top right no-repeat; 
} 
*/

/* End: Header Menu - Hover Styles */

/* Start: Header Menu - Link Classes */

.header-menu-link {
	color:#6f6f6f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.header-menu-link:hover {
	/*color:#fff;*/
	color:#6f6f6f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}

.header-menu-title {
	color:#6f6f6f;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;			
}

#header-menu-link-bullet {
	background: url('arrow-bullet.png') top left no-repeat; 
	width:8px;
	height:12px;
	top:12px;
	left:12px;
	position:absolute;
}

#rss-icon {
	background: url('rss.png') top left no-repeat; 
	width:23px;
	height:22px;
	position:absolute;
	left:43px;
	top:7px;
}

/* End: Header Menu - Link Classes */

#header-menu-seach {
	height:34px;
	padding:0px;
	margin:0px;
	float:left;
	width:240px;
}

#header-menu-search ul {
	padding:0px;
	margin:0px;
	position:relative;
	float:left;
	list-style: none;
	display:inline-block;
	text-align: center;
	width:240px;
	line-height:34px;
}

.header-menu-search-normal {
	width: 220px;
	height:34px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-tile.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

.header-menu-search-first {
	width: 10px;
	height:34px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-search-first.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

.header-menu-search-last {
	width: 10px;
	height:34px;
	padding:0px;
	margin:0px;
	display: inline-block;
	background:url(header-menu-search-last.png) repeat-x;
	position:relative;
	float:left;
	list-style: none; 
	text-align: center;
}

/* 
********************************************
End: Header Menu
********************************************
*/


/* 
********************************************
Start: Adverts
********************************************
*/

#top-ad-container {
	width: 100%;
	background: url(top-ad-container.jpg) no-repeat top center #FFF;
	height: 109px;
	text-align: center;
}

#ad-728x90-leaderboard-top, #ad-468x60-top, #ad-300x250-sidebar, #ad-160x600-sidebar, #ad-120x600-sidebar {
	/*border: 1px solid #3f3f3f;*/
	border: none;
	padding: 0px;
	/* to center ad - 3 x auto for opera */
	margin: 0 auto auto auto;
	/* hack for ie6 to prevent additional height being added to div */
	font-size:0px;
}

#ad-728x90-leaderboard-top img, #ad-468x60-top img, #ad-300x250-sidebar img, #ad-160x600-sidebar img, #ad-120x600-sidebar img {
	border: 0px;
}

#ad-728x90-leaderboard-top {
	width: 728px;
	height: 90px;
}

#ad-468x60-top {
	width: 468px;
	height: 60px;
	float:left;
	margin-top:13px;
}

#ad-300x250-sidebar {
	width: 300px;
	height: 250px;
}

#ad-160x600-sidebar {
	width: 160px;
	height: 600px;
	margin-left:8px;
	/*float: left;*/
}

#ad-120x600-sidebar {
	width: 120px;
	height: 600px;
	margin-left:8px;
	/*float:left;*/
}

/* 
********************************************
End: Adverts
********************************************
*/

/* 
********************************************
Start: Line Splits
********************************************
*/

#line-split {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:100%;
	clear:both;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#box-split {
	background-image: none;
	background: url(box-split.png) repeat-x;
	height:2px;
	padding:0px;
	margin:0px;
	list-style:none;
	width:100%;
	clear:both;
	}

#box-container-inc-header ul .box-split {
	background-image: none;
	background: url(box-split.png) repeat-x;
	height:2px;
	padding:0px;
	margin:0px;
	list-style:none;
	width:100%;
	clear:both;
}
/* 
********************************************
End: Line Splits
********************************************
*/

/* 
********************************************
Start: Rounded Corner Div Styles
********************************************
*/

#box-container {
	background-color:#ebebeb;
	padding:5px;
}

#box-container-inc-header {
	background-color:#ebebeb;
	padding:5px;
	background-image:url(box-header-bg.png);
	background-position:top;
	background-repeat:repeat-x;
}

#box-container-featured-news {
	/*background-color:#ebebeb;*/
	/*padding:5px;*/
	padding-top:5px;
	padding-bottom: 0px;
	margin:0px;
	background-image:url(featured-news-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:400px;
	/*width: 615px;*/
	width:100%;
	overflow:hidden;
	float:right;
}

#box-container-site-section-news {
	/*background-color:#ebebeb;*/
	/*padding:5px;*/
	padding-top:5px;
	padding-bottom: 0px;
	margin:0px;
	background-image:url(site-section-news-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height: 260px;
	/*width: 615px;*/
	width:100%;
	overflow: hidden;
	float:right;
}

#box-container-content-full {
	/*background-color:#f3f3f3;*/
	background-color:#fff;
	padding:5px;
	padding-bottom: 0px;
	margin:0px;
	background-image:url(box-container-full-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	width: 615px;
	overflow:hidden;
	border: 1px solid #CCC;
	border-top: none;
}

#box-content {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	font-size:11px;
}

#date-icon {
	background-image:url(date-icon-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	overflow:hidden;
	border: 1px solid #CCC;
	background-color:#d7d7d7;
	display:inline-block
}

/*#box-container-content-full img {
	padding: 8px;
	margin: 0px;
	margin: 12px;
	margin-top: 0px;
	margin-bottom:0px;
	border: 1px solid #ccc;
}*/

#disable-image-border img {
	padding: 8px;
	margin: 0px;
	margin: 12px;
	margin-top: 0px;
	padding-top:0px;
	margin-bottom:0px;
	border: none;
}

/* define default link styles for boxes */

#box-container-content-full a, #box-container-content-full a:visited {
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}

#box-container-content-full a:hover {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

/* define header style for boxes */

#box-container-inc-header h3, #box-container-inc-header h3 a, #box-container-inc-header h3 a:hover, #box-container-inc-header h3 a:visited, #box-container h3, #box-container h3 a, #box-container h3 a:hover, #box-container h3 a:visited,#box-container-featured-news h3, #box-container-featured-news h3 a, #box-container-featured-news h3 a:hover, #box-container-featured-news h3 a:visited, #box-container-featured-news h3, #box-container-featured-news h3 a, #box-container-featured-news h3 a:hover, #box-container-featured-news h3 a:visited, #box-container-site-section-news h3, #box-container-site-section-news h3 a, #box-container-site-section-news h3 a:hover, #box-container-site-section-news h3 a:visited, #box-container-site-section-news h3, #box-container-site-section-news h3 a, #box-container-site-section-news h3 a:hover, #box-container-site-section-news h3 a:visited, #box-container-content-full h3, #box-container-content-full h3 a, #box-container-content-full h3 a:hover, #box-container-content-full h3 a:visited, #box-container-content-full h3, #box-container-content-full h3 a, #box-container-content-full h3 a:hover, #box-container-content-full h3 a:visited {
	text-transform:uppercase;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-left: 5px;
	padding-bottom:3px;
}

/*
#box-container-content-full h2, #box-container-content-full h2 a, #box-container-content-full h2 a:hover, #box-container-content-full h2 a:visited, #box-container-content-full h2, #box-container-content-full h2 a, #box-container-content-full h2 a:hover, #box-container-content-full h2 a:visited {
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	text-transform: capitalize;	
}
*/

/* define sub-header style for boxes */
#box-container-inc-header h4, #box-container-inc-header h4 a, #box-container-inc-header h4 a:hover, #box-container-inc-header h4 a:visited, #box-container h4, #box-container h4 a, #box-container h4 a:hover, #box-container h4 a:visited, #box-container-featured-news h4, #box-container-featured-news h4 a, #box-container-featured-news h4 a:hover, #box-container-featured-news h4 a:visited, #box-container-featured-news h4, #box-container-featured-news h4 a, #box-container-featured-news h4 a:hover, #box-container-featured-news h4 a:visited, #box-container-content-full h4 a, #box-container-content-full h4, #box-container-content-full h4 a:hover {
	text-transform:none;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	text-decoration:none;
}

#box-container-inc-header ul, #box-container ul, #box-container-featured-news ul, #box-container-content-full ul {
    list-style:none;
	margin:0px;
	padding:0px;
	padding-top:px;
}

#box-container-inc-header ul li, #box-container ul li, #box-container-featured-news ul li, #box-container-featured-news ul li /*, #box-container-content-full ul li */ {
     background:url(li-icon.gif) no-repeat left 6px;
	 display:block;
     padding-left: 25px; /* the width of the image + some space */
	 padding-top: 7px;
	 padding-bottom: 6px;
     margin: 0px;
	 margin-top:3px;
	 margin-bottom: 2px;
	 margin-left: 3px;
}

#box-container-inc-header ul li a, #box-container-inc-header ul li a:visited, #box-container ul li a, #box-container ul li a:visited, #box-container-featured-news  ul li a, #box-container-featured-news  ul li a:visited {
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

#box-container-inc-header ul li a:hover, #box-container ul li a:hover, #box-container-featured-news  ul li a:hover, #box-container-content-full ul li a:hover {
	color: #660000;
	text-decoration:none;
	font-weight:bold;
}

#box-container-inc-header .box-split, #box-container-inc-header ul li .box-split, #box-container-featured-news .box-split, #box-container .box-split {
	background: url(box-split.png) repeat-x;
	height:2px;
	padding:0px;
	margin:0px;
	list-style:none;
	width:100%;
	clear:both;
}

/* define inner content items */

#content-box-content-item {
	float:left;
	background:url(content-box-content-item-bg.png) repeat-x;
	height:75px;
	width:100%;
	color:#666666;
	text-decoration:none;
}

#content-box-content-item a, #content-box-content-item a:visited, #content-box-content-item a:link {
	color: #666666;	
	text-decoration:none;
}

#content-box-content-item strong {
	color: #333333;	
}

#content-box-content-arrow:hover strong {
	color: #660000;
}

#content-box-content-arrow {
	float:left;
	background:url(content-box-content-item.png) no-repeat;
	height:75px;
	width:100%;
}

#content-box-content-arrow:hover {
	float:left;
	background:url(content-box-content-item-hover.png) no-repeat;
	height:78px;
	width:100%;
}

/* 
********************************************
End: Rounded Corner Div Styles
********************************************
*/


/* 
********************************************
Start: Comments
********************************************
*/

.football-bullet, .football-bullet-red, .football-bullet-grey {
	 padding:0px;
     padding-left: 28px; /* the width of the image + some space */
	 padding-bottom:10px;
	 display:inline-block;
	 margin:0px;
}

.football-bullet {
     background:url(football-bullet.png) no-repeat left center;
}

.football-bullet-red {
     background:url(football-bullet-red.png) no-repeat left center;
}

.football-bullet-grey {
     background:url(football-bullet-grey.png) no-repeat left center;
}

.thread-alt {
	/*background-color: #f8f8f8;*/
	/*background-color: #eaeaea;*/
	background-color:#f3f3f3;
	}

.thread-even {
	background-color: white;
	/*background-color: #f3f3f3;*/
	}

.depth-1 {
	/*border: 1px solid #ddd;*/
	border: none;
	border-top: 1px solid #ddd;
	/*border-bottom: 1px solid #ddd;*/
	padding: 0px;
	margin:0px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li .avatar { 
	float: left;
	/*float: right; */
	/*border: 1px solid #eee;*/
	/*padding: 2px;*/
	/*background: #fff;*/
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/*font-size: 1.1em;*/
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	font-weight: bold;
	/*margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;*/
	list-style: none;
	padding-top: 12px;
	}
	
.commentlist li ul li { 
	font-size: 1em;
	margin-right: -10px;
	margin-left: 10px;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	margin-left: 65px;
}

.children {
	padding: 0;
	border-left: 1px solid #cccccc;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}

#commentform input {
	/*width: 170px;*/
	width: 230px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #999;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
	margin: 0pt;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#comment-link a, #comment-link a:visited {
	color:#333;	
	text-decoration: none;
	font-weight:normal;
}

#comment-link a:hover, #comment-link a:visited:hover {
	color:#660000;	
	text-decoration: none;
	font-weight:normal;
}

#authorpic {
	width: 78px;
	height:78px;
}

/* 
********************************************
End: Comments
********************************************
*/



/* 
********************************************
Start: Category Listing
********************************************
*/

#category-listing {
	font-size: 16px;
	padding:0px;
	margin:0px;
}

#category-listing ul li {
	background: none;
	margin:0px;
	padding-left:0px;
}

li.categories {   /* outermost list item */
	
}

li.cat-item { 
	list-style:none;
	display:inline-block;
	padding:0px;
	margin:0px;
	padding-top:12px;
}

li.current-cat {

}
	
li.current-cat-parent { 

}

#category-listing ul.children {
	font-size:10px;
	padding:0px;
	margin:0px;
	border: none;
	width: 590px;
	font-weight:normal;
}

#category-listing ul.children li.cat-item {
	padding-top:5px;
}

/* 
********************************************
End: Category Listing
********************************************
*/



/* 
********************************************
Begin: Article Archive Plugin Skin
********************************************
*/

#archives-ajax ul li {
	list-style:none;
	list-style-image:none;
	background-image: none;
	border-top: 1px solid #ccc;
	background-color: transparent;
	background-image: url(football-bullet.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	margin-left:0px;
	margin-top:0px;
	padding-left: 32px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 3px;	
}

#archives-ajax ul li a:visited, #archives-ajax ul li a:link {
	color: #333;
	text-decoration:none;
}

#archives-ajax ul li a:visited:hover, #archives-ajax ul li a:hover {
	color: #660000;
	text-decoration:none;
}

#archives-ajax ul.archive {
	list-style:none;
	list-style-image:none;
	background-image: none;
	list-style-position: outside;
	margin: 0px;
	padding:0px;
}

#archives-ajax li.month {
	list-style:none;
	list-style-image:none;
	background-image: none;
	border: none;
	border-bottom: 1px solid #ccc;
	padding:0px;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
}

ul.archive li.month div.left {
	color: #660000;
}

#archives-ajax h3 {
	float:left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	width:100%;
	padding:0px;
	margin:0px;
	padding-top: 7px;
	padding-bottom: 7px;
	color: #660000;
	text-transform:capitalize;
	font-size:12px;
	margin-bottom:12px;
}

/* 
********************************************
End: Article Archive Plugin Skin
********************************************
*/


/* 
********************************************
Start: Links Template
********************************************
*/

#links-list ul {
	padding: 0px;
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;
}

#links-list ul li {
	 background:url(football-bullet.png) no-repeat left center;
     padding-left: 32px; /* the width of the image + some space */
	 padding-top: 7px;
	 padding-bottom: 6px;
     margin: 0px;
	 margin-top:3px;
	 margin-bottom: 2px;
	 margin-left: 3px;
	 list-style:none;
}

/* 
********************************************
End: Links Template
********************************************
*/

/* 
********************************************
Start: Tracker Template
********************************************
*/

#tracker-list {
	margin-left:15px;
}

#tracker-list a:link, #tracker-list a:link:visited, #tracker-list a, #tracker-list a:visited {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}

#tracker-list a:hover, #tracker-list a:link:hover, #tracker-list a:visited:hover {
	color: #660000;
}

#tracker-list ul li a:link, #tracker-list ul li a:link:visited, #tracker-list ul li a, #tracker-list ul li a:visited {
	color: #333;
	text-decoration:none;
	font-weight: bold;
}

#tracker-list ul li a:hover, #tracker-list ul li a:link:hover, #tracker-list ul li a:visited:hover {
	color: #660000;
}

#tracker-list ul {
	padding: 0px;
	margin: 0px;
	margin-left: 15px;
	margin-top:10px;
	margin-bottom:10px;
}

#tracker-list ul li {
	 background:none;
    padding: 0px;
	margin:0px;
	margin-left: 0px;
	padding-top:2px;
	padding-bottom:2px;
	 list-style:disc;
}

/* 
********************************************
End: Links Template
********************************************
*/

/* 
********************************************
Start: Category Template
********************************************
*/

#subcategories ul {
	padding: 0px;
	margin: 0px;
	display:inline-block;
	text-align:left;
	background-image:none;
}

#subcategories ul li {
	 list-style:none;
	 padding:0px;
	 margin:0px;
	 margin-left:10px;
	 background-image:none;
}

/* 
********************************************
End: Category Template
********************************************
*/



/* 
********************************************
Start: Page Numbers Override Patches
********************************************
*/

#page-numbers {
	margin-top: 10px;
	margin-bottom:10px;
}

#page-numbers a:link, #page-numbers a, #page-numbers a:visited  {
	text-decoration: none;	
}

#page-numbers ul li {
	padding:0px;
	margin:0px;
	background:none;
	text-decoration: none;
}

/* 
********************************************
End: Page Numbers
********************************************
*/


/* 
********************************************
Start: DOM Tabs ( sl-tabs widget )
********************************************
*/

.domtabs {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
	}

.domtab {
	background-color: #ebebeb;
	}

.tab {
	border: 1px solid #ccc;
	padding: 1em;
	}

.domtabs li {
	display: inline;
	padding: 0px 8px 4px 8px;
	position: relative;
	bottom: 3px;
	}

.domtabs li a {
	text-decoration: none;
	color: #666;
	}

.domtabs li a:hover {
	color: #880615;
	text-decoration: none;
	}

.domtabs li.active {
	border: 1px solid #ccc;
	background-color: #ebebeb;
	border-bottom: 1px solid #ebebeb !important;
	}

.domtabs li.active a {
	text-decoration: none;
	color: #880615;
	}

.tab ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
	padding:0px;
}

.tab ul li {
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: left center;
	display: block;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 6px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 3px;
}

.tab ul li a {
	font-weight: bold;
	text-decoration: none;
}

.tab ul li a:hover {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

.domtab .box-split {
	background-color: transparent;
	background-image: url(box-split.png);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 2px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 100%;
	clear: both;
}


/* 
********************************************
End: DOM Tabs ( sl-tabs widget )
********************************************
*/


/* 
********************************************
Start: Post Content Headers
********************************************
*/

.post h1 {
	color: #660000;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height:22px;
	margin:0px;
	text-align:left;
	text-transform:capitalize;
}

.post h2 {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height:22px;
	margin:0px;
	text-align:left;
	text-transform:capitalize;
}

#box-container-content-full .post h3 {
	font-size:13px;
    position: relative;
	line-height: 10px;
	padding:0px;
	padding-top: 5px;
	margin:0px;
	color: #660000;
	text-transform:capitalize;
}

#box-container-content-full .post h3 a:link {
	font-size:13px;
    position: relative;
	line-height: 10px;
	padding:0px;
	padding-top: 5px;
	margin:0px;
	color: #660000;
	text-transform: none;
	text-decoration:underline;
}

#box-container-content-full .post h3 a:hover {
	font-size:13px;
    position: relative;
	line-height: 10px;
	padding:0px;
	padding-top: 5px;
	margin:0px;
	color: #660000;
	text-transform: none;
	text-decoration:none;
}

#box-container-content-full .post h4 {
	font-size:13px;
    position: relative;
	line-height: 10px;
	padding:0px;
	padding-top: 5px;
	margin:0px;
	color:#000;
	text-decoration:none;
	text-transform:capitalize;
}

#box-container-content-full .post h4 a:link {
	text-decoration: underline;	
}

#box-container-content-full .post h4 a:hover {
	text-decoration:none;
}

/* 
********************************************
End: Post Content Headers
********************************************
*/



/* 
********************************************
Start: Attachment Thumbnail Patch
********************************************
*/

.attachment-thumbnail {
	width: 150px;
	height: 150px;
}

.post-image {
		width: 150px;
		height:150px;
}

/* 
********************************************
End: Attachment Thumbnails Patch
********************************************
*/

/* 
********************************************
Begin: Sociable Plugin
********************************************
*/

.sociable {
	text-align: center;
	}

.sociable_tagline {
	display: inline;
	margin-right: 3px;
	position: relative;
	top: -12px;
	}


.sociable ul li {
	background: none !important;
	margin: 0 !important;
	padding: 0 !important;
	}
	
.sociable ul li img {
	width: 32px;
	height: 32px;
	}
/* 
********************************************
Begin: Sociable Plugin
********************************************
*/

.visit{
	padding:7px;
	border-bottom:1px solid #999999;
}

ul.topnav{
	list-style:none;
	margin:0px;
	padding:0px;
	height:37px;
}

ul.topnav li{
	float:left;
	line-height:37px;
	text-transform:uppercase;
	background:url(topli-bg.gif) no-repeat right top;
	font-size:12px;
	font-weight:bold;
}

ul.topnav li a{
	padding:0 10px 0 10px;
	color:#ffffff;
	line-height:37px;
	text-align:center;
	display:block;
	background:
}

ul.topnav li a.active{
	padding:0 10px 0 10px;
	color:#ffffff;
	line-height:37px;
	text-align:center;
	display:block;
	background:url(top-a-active.gif) no-repeat;
}

ul.topnav li a.active:hover{
	background:url(top-a-active.gif) no-repeat;
	color:#ffffff;
}

ul.topnav li a:hover{
	background:url(topli-hover.gif) repeat-x;
	text-decoration:none;
	color:#ffffff;
}

.searchbox{
	background:url(searchbg.gif) no-repeat;
	width:303px;
	height:29px;
}

.srchform{
	width:225px;
	line-height:29px;
	color:#333333;
	float:left;
}

.rss{
	float:left;
padding-left:10px;
padding-top:1px;
}