/*
Theme Name: SimplePie
Theme URI: http://simplepie.org
Description: A simple, yet beautiful theme inspired by several cleanly designed websites.
Version: 1.4
Author: Ryan Parman
Author URI: http://skyzyx.com
Updated: 21 June 2007
*/

/*fb hack*/
.fb-page, .fb-comments iframe[style] {width: 100% !important;}

/*********************************************
HYPERLINK STYLES
*********************************************/
a {
	color:#369;
	text-decoration:none;
	padding:0 1px;
	font-size: 16pt;
}

a:hover {
	color:#ff0 !important;
	background-color:#333;
	text-decoration:none;
	padding:0 1px;
}

a.nohover {
	text-decoration:none;
	border:none;
}

a.nohover:hover {
	background-color:transparent;
	border:none;
}

a.namelink {
	padding:0;
	margin:0;
	overflow:hidden;
	height:1px;
}

h4 a,
.sample_feeds a {
	color:#000;
}


/*********************************************
GENERAL STYLES
*********************************************/
body {
	/*font:12px/18px Verdana, sans-serif;*/
	font:14px/1.5em "Lucida Grande", Tahoma, sans-serif;
	letter-spacing:0px;
	color:#333;
	background-image: linear-gradient(to top,#abcdef, white);
	background-attachment: fixed;
	margin:0;
	padding:0;
}

div#site {

	width:800px;
	margin:20px auto 0 auto;
}

div#content {
    margin-top: -10px;
    width: 850px;
    height:735px;
	overflow-y:auto;
	// overflow-x:hidden;
}

h1#logo {
	margin:0;
	padding:0;
	text-align:center;
}

h1#logo a, 
h1#logo a:hover {
	background-color:transparent;
	text-decoration:none;
	padding:0;
}

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

h3 {
	margin:20px 0 -10px 10;
	padding:0;
	font-size:1em;
}

h4 {
	margin:20px 0 0 0;
	padding:0;
	font-size:1.2em;
	letter-spacing:-1px;
}

h5 {
	margin:10px 0 0 0;
	padding:0;
	font-size:1em;
	font-weight:bold;
}

em {
	font-style:normal;
	background-color:#ffc;
}

p {
	margin:0;
	padding:5px 0;
}

ul, ol {
	margin:10px 0 10px 20px;
	padding:0 0 0 15px;
}

ul li, ol li {
	margin:0 0 7px 0;
	padding:0 0 0 3px;
}

form {
	margin:0;
	padding:0;
}

code {
	font-size:1em;
	background-color:#f3f3ff;
	color:#000;
}

div#site pre {
	background-color:#f3f3ff;
	color:#000080;
	border:1px dotted #000080;
	overflow:auto;
	padding:3px 5px;
}

/*
blockquote {
	font-size:1em;
	color:#666;
	border-left:4px solid #666;
	margin:10px 0 10px 30px;
	padding:0 5px 0 10px;
	background:#f3f3f3 url(background_blockquote.png) repeat top left;
}
*/

input, select, textarea {
	font-size:12px;
	line-height:1.2em;
	padding:2px;
}

input[type=text], select, textarea {
	background-color:#e9f5ff;
	border:1px solid #333;
}

input[type=text]:focus, select:focus, textarea:focus {
	background-color:#ffe;
}

.clearLeft {clear:left;}
.clearRight {clear:right;}
.clearBoth {clear:both;}
.hide {display:none;}


/*********************************************
NAVIGATION STYLES
*********************************************/
div#header {
	background:#fff url(top_gradient.gif) repeat-x top left;
	margin:0;
	padding:0;
}

div#header form {
	margin:0;
	padding:0;
}

div#header div#headerInner {
	margin:0;
	padding:0;
}

div#header div#headerInner div#logoContainer {
}

div#header div#headerInner div#logoContainerInner {
	width:750px;
	height:125px;
	margin:0 auto;
	padding:7px;
	font-size:16pt;
}

div#header div#headerInner div#logoContainer div#logo {
	float:left;
	width:200px;
}

div#header div#headerInner div#logoContainer div#logo a,
div#header div#headerInner div#logoContainer div#logo a:hover {
	border:none;
	background:none;
}

div#header div#headerInner div#logoContainer div#feed {
	float:right;
	width:300px;
	text-align:right;
	padding:10px 0 0 0;
}

div#header div#headerInner div#logoContainer div#feed input.text {
	width:60%;
}

div#header div#headerInner div#menu {
	background:#eee url(background_menuitem_shadow.gif) repeat-x top left;
	border-top:2px solid #ccc;
	border-bottom:1px solid #ddd;
	text-align:center;
	margin-top: 0px auto;
	border: 1px solid #000;
}

div#menu table {
	width:900px;
	margin:0 auto 0 25%;
}

div#header div#headerInner div#menu ul {
	display:block;
	width:100%;
	margin:0 auto;
	padding:0;
	font-size:12px;
}

div#header div#headerInner div#menu ul li {
	display:block;
	float:left;
}

div#header div#headerInner div#menu ul li a {
	display:block;
	margin:0px 0 0 0;
	padding:5px 7px 4px 7px;
	text-decoration:none;
	color:#666 !important;
	background-color:transparent;
}

div#header div#headerInner div#menu ul li a:hover {
	display:block;
	margin:-2px 0 0 0;
	padding:5px 7px 8px 7px;
	text-decoration:none;
	color:#666;
	background:#fff url(background_menuitem_off.gif) no-repeat bottom right;
}

body#body div#header div#headerInner div#menu ul li#topbar a {
	display:block;
	margin:-2px 0 0 0;
	padding:5px 7px 8px 7px;
	text-decoration:none;
	color:#333;
	font-weight:bold;
	background:#fff url(background_menuitem.gif) no-repeat bottom right;
}


/*********************************************
CONTENT STYLES
*********************************************/
div.chunk {
    
	padding:3px 0 0 3px;
	font-size:14pt;
}

div.stuff {
    width:230px; 
    height:300px; 
    overflow:hidden; 
    margin:5px 15px 20px 10px; 
    float:left; 
    border-top: 1px solid #543; 
    border-left: 1px solid #432;
    background: url("http://checkmysports.com/images/newspaperbg.png");
    /* background-color: #efefef; */
    padding: 7px;
}

div.topchunk {
	margin:0 !important;
}

.source {
    font-size:16px;
	line-height:1.8em;
	color:#999;
}

.footnote,
.footnote a {
	font-size:12px;
	line-height:1.3em;
	color:#aaa;
}

.footnote em {
	background-color:transparent;
	font-style:italic;
}

.footnote code {
	background-color:transparent;
	font:11px/14px monospace;
	color:#aaa;
}

p.subscribe {
	background-color:#f3f3f3;
	font-size:12px;
	text-align:center;
}

p.highlight {
	background-color:#ffc;
	font-size:12px;
	text-align:center;
}

p.sample_feeds {
	font-size:12px;
	line-height:1.2em;
}

div.sp_errors {
	background-color:#eee;
	padding:5px;
	text-align:center;
	font-size:12px;
}

.noborder {
	border:none !important;
}

.logo img {
    max-width: 100px;
    margin-top:-25px;
    
}

img {
    max-width: 200px;
    max-height: 300px;
}

img.favicon {
	margin:0 4px -2px 0;
	width:16px;
	height:16px;
}

p.favicons a,
p.favicons a:hover {
	border:none;
	background-color:transparent;
}

p.favicons img {
	border:none;
}


/*********************************************
DEMO STYLES
*********************************************/
div#sp_input {
	background-color:#ffc;
	border:2px solid #f90;
	padding:5px;
	text-align:center;
}

div#sp_input input.text {
	border:1px solid #999;
	background:#e9f5ff url(feed.png) no-repeat 4px 50%;
	width:75%;
	padding:2px 2px 2px 28px;
	font:18px/22px "Lucida Grande", Verdana, sans-serif;
	font-weight:bold;
	letter-spacing:-1px;
}

form#sp_form {
	margin:15px 0;
}

div.focus {
	margin:0;
	padding:10px 20px;
	/*background-color:#efe;*/
}

p.sample_feeds {
	text-align:justify;
}

#sp_results {
    width:820px;
    padding: 5px 5px;

}


/*********************************************
SIFR STYLES
*********************************************/
.sIFR-active h3.header {
	visibility:hidden;
	line-height:1em;
}

.item {
    margin-bottom: 10px;
    border-right: 1px solid #151;
    border-bottom: 2px solid #111;
    padding: 5px;
    background: #ff0 url("http://www.iscoredtickets.com/images/shaggie_cap_right.gif");
    background-repeat: no-repeat;
    background-position: right bottom;
    font-size: 14pt;
}

.sports {
    font-size:24pt;
}

.checkmytitle {
  font: 400 40px/1.3 'Oleo Script', Helvetica, sans-serif;
  color: #2b2b2b;
  text-shadow: 3px 3px 5px rgba(0,0,0,0.1);
}

.about {
  font: 400 100px/1.3 'Oleo Script', Helvetica, sans-serif;
  color: #00e;
}

.checkcheck {
  font: 400 75px/1.3 'Oleo Script', Helvetica, sans-serif;
  color: #0e0;
  /*text-shadow: 1px 1px #000; */
}

#sportsscores {
    background: rgba(1,100,1,0.4); border-radius:25px;
}

.fav {
    text-align:center;
    border: 1px solid #555;
    background-color: rgba(250,250,5,0.7);
}

.favbutton {
    border-right: 1px solid #333;
    border-bottom: 2px solid #000;
}

.scoreletters {
    font-size: 35pt;
    margin: 3px 36px;
}

.subtitle {
    font-style:italic; 
    margin:-8px 0 0 52px; 
    font-size:12pt;
}

.tscores {
    font-size: 18pt; 
    border: 1px solid #0e0; 
    width:370px; 
    padding:10px; 
    background: rgba(25,200,25,0.4); 
    box-shadow: 5px 10px 8px rgba(50,100,50,0.4);
}

.lsidemenu a {
    font-size: 32pt;
}

/* facebook and twitter buttons for in-page links */
.fa {
    background: rgba(1,100,1,0.4); 
    border-radius:25px;
  padding: 20px;
  font-size: 30px;
  width: auto;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
 //  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}
