/*
Theme Name: RotoRob_v7
Theme URI: 
Description: 
Author: 
Author URI: 
version: 1.0
Tags: 
*/

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-moz-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-ms-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@-o-keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 1; }
    50.01% { opacity: 0; }
    100% { opacity: 0; }
}

/* @end blink */

/* basics */

*{margin:0; padding:0;}

body {
	margin:0px;
	background-color:#f3f2ec;
	background-image:url(images/PageBG.gif);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS";
	font-size: 14px;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 18pt;}
h3 {font-size: 18pt;}
h4 {font-size: 14pt; margin-left:-20px; margin-top:20px; margin-bottom:10px;}

.pagetitle {
margin-top:-25px;
margin-bottom:0px;
margin-left:176px;
font-size:14px;
color:#8f8e8c;
text-transform:uppercase;
}

.datetime {
margin-bottom:10px;
margin-top:10px;
color:#8f8e8c;
text-transform:uppercase;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#cc0000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}


.logo {
margin-top:52px;
float:left;
}

.leaderboard {
float:right;
margin-top:52px;
}

.leadershadow {
margin:0px;
float:right;
}

/* IE7 Only */
*:first-child+html .logo {
margin-top:42px;
margin-right:16px;
float:left;
}

/* IE7 Only */
*:first-child+html .leaderboard {
float:right;
margin-top:42px;
margin-right:0px;
margin-bottom:-5px;
}

/* IE7 Only */
*:first-child+html .leadershadow {
margin:0px;
float:right;
}


/* container */


#container {
	width:1000px;
	margin: 0 auto; /*this and a width centers the page*/
	padding:0;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
  	width:100%; 
  	height:237px;
	margin-bottom:40px;
background-image: url(images/PageBG.gif);
background-repeat:repeat-x;
	}
#header table {
max-width:1000px;
margin: 0 auto;
}

#header h1{
	font-family:"Trebuchet MS";
	padding:20px 0 0 16px;
	margin:0;	
	}
	
/*#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}*/


#header h2{
	font-family:"Trebuchet MS";
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}









/* content */


#content {
	float: left;
	width:510px;
	overflow: hidden;
	margin-left:15px;
	}

.post {
	background-color:#FFFFFF;
	background-image:url(images/PostBG.gif);
	background-repeat:no-repeat;
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	line-height: 18pt;
	}
	
.post h2{
	font-family:"Trebuchet MS";
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#f3f1ed;
	border:#cac8c5 1px solid;
	padding:10px;
	margin:0px;
	}
	
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.gallery-item {

	}

.gallery-caption {
	width:200px;

	}

.gallery-icon {
	
	}

/* left sidebar */

#left {
	background-color:#f3f2ec;
	background-image:url(images/LeftBG.gif);
	background-repeat:no-repeat;
	width:160px;
	float:left;
	margin:0;
	padding:0;
	font-size:12px;
	line-height:18px; /*controls Dominate Now area*/

	}

#left h2{
	font-size:14px;
	font-family:"Trebuchet MS";
	color: #000;
	margin-bottom:8px;	
	padding: 0;
}

/*#left label{
	font-family:"Trebuchet MS";
	color: #000;	
	margin: 0;
	padding: 0;
}*/

#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:0px;
	padding:0;
	list-style-type: none;
	}

#left ul li {
	font-size:14px;
	margin-top:-10px;
	padding: 0;
	line-height: 25pt;
	
	}

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

#left ul ul ul ul li {
/*background-image:url(images/dots.gif);
background-repeat:no-repeat;*/
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

/*#left ul ul ul li{
	padding: 0 0 0 15px;
	background-image:url(images/dots.gif);list-style-image:url(images/star.png);
	color: #898989;
}*/



/* right sidebar */

#right{
	background-color:#f3f2ec;
	background-image:url(images/RightBG.gif);
	background-repeat:no-repeat;
	width:300px;
	float:right;
	margin:0px;
	padding:0px;
	}

#right h2{
	font-size:14px;
	font-family:"Trebuchet MS";
	color: #000000;	
	margin-left:20px;
	margin-top:20px;
	margin-bottom:-10px;
	padding-bottom:-30px;
}

#right label{
	font-family:"Trebuchet MS";
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
margin-left:20px;
	}

#right ul li {
	/*margin: 0;
	padding: 0;*/

	line-height: 20pt;
	list-style-type: none;
	
	}

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

#right ul li {
/*background-image:url(images/dots.gif);*/
	}

#right ul ul li {
background-image:url(images/dots.gif);
background-repeat:no-repeat;

	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

/*#right ul ul ul li{
	padding:0px;
	list-style-type: square;
	color: #898989;
}*/












#linkcat-2 h2{ /*this is the blogroll header */
margin-left:0px;
margin-top:20px;
margin-bottom:10px;
}



#right ul li h2{ /*this is the meta header*/
margin-left:0px;
margin-top:20px;
margin-bottom:10px;
	}







/* comments */


#commentform{
	background:#fff;
	margin-top:12px;
	padding:20px;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #cc0000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family:"Trebuchet MS";
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	
	font-family:"Trebuchet MS";
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	background:#f3f1ed;
	border:#cac8c5 1px solid;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{
margin:0; 
padding:0; 
font-size:14px;
color:#8f8e8c;}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin-top:10px;
	padding:20px;
	/*padding:5px 0 5px 10px;*/
	list-style-type:none;
	}

ol.commentlist li.alt {background: #ecebe1;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#cc0000;}

cite {
	font-family:"Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #cc0000; text-decoration: none; border-bottom: 1px dotted #465D71;}

#respond h3 {
font-size:14px;
color:#8f8e8c;
}

select  { 
 float:right;
 margin-right:20px;
 margin-bottom:0px;
 position: relative; top: -33px;
 width:155px;
}

/* search */

#searchform{
	padding:0;
	}

#searchform input#s{
	width:250px;
	color:#CCCCCC;
	background-color:#333333;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	border-top:1px solid #666666;
	padding:5px;
	padding-left:10px;
	margin-left:19px;
	margin-top:15px;
	}

.alignleft a{float:left; margin-top:20px; margin-bottom:20px; margin-left:20px;}
.alignright a{float:right; margin-top:10px; margin-bottom:20px; margin-right:20px;}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

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


/* footer */

#footer {
	background:#333333;
	background-image:url(images/FooterBG.gif);
	padding-top:40px;
	padding-bottom:60px;
	margin-top:40px;
	}
	
#footer p{padding:12px 0;margin: 0; color: #cac8c5; text-align:center;}
#footer a{color: #cc0000;text-decoration: none;}
#footer a:hover{color: #efefef;text-decoration: underline;}


/*IMAGE AND CUTLINE STUFF BELOW*/


img {
border:0px;
margin:0px;
}


.alignleft {
margin-bottom:10px;
}

.alignright{
margin-bottom:10px;
}

.aligncenter{
margin-bottom:10px;
}

.leftimage {
	border:#cac8c5 1px solid;
	background-color:#f3f1ed;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:20px;
	margin-bottom:20px;


	float: left;
	width: 260px;
	color: #8f8e8c;
	
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: Arial
}

.rightimage {
	border:#cac8c5 1px solid;
	background-color:#f3f1ed;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-bottom:20px;
	
	float: right;
	width: 260px;
	color: #8f8e8c;
	
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: Arial
}

.rightimagebio {
	border:#cac8c5 1px solid;
	background-color:#f3f1ed;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
	margin-bottom:20px;

	float: right;
	color: #8f8e8c;
	
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: Arial
}

.centerimage {
	border:#cac8c5 1px solid;
	background-color:#f3f1ed;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;

	width: 450px;
	color: #8f8e8c;
	
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 1px;
	font-family: Arial
}








/*NEW MENU STUFF BELOW*/

div.home {
	float: left;
	width: 98px; height: 45px;
	background: url( 'images/navHome.gif' ) top left no-repeat;
	}
div.home span {
	display: block;
	margin:0; padding: 9px 0 0 0px;
	}
div.home a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( '/images/navHome.gif' ) 0 -45px no-repeat;
	}
div.home a:hover {
	background-image: none;
	color: #ffffff;
	}
/* on */
div.homeon a {
	float: left;
	width: 98px; height: 45px;
	background: url( 'images/navHome.gif' ) 0 -90px no-repeat;
/*	width: 98px; height: 45px;
	cursor:pointer;
	background: url( '<?php bloginfo('url'); ?>/wp-content/themes/RotoRob_v7/images/navHome.gif' ) 0 -90px no-repeat;*/
	}

/*baseball*/

div.baseball {
	float: left;
	width: 133px; height: 45px;
	background: url( 'images/navBaseball.gif' ) top left no-repeat;
	}
div.baseball span {
	display: block;
	margin:0; padding: 9px 0 0 0px;
	}
div.baseball a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'images/navBaseball.gif' ) 0 -45px no-repeat;
	}
div.baseball a:hover {
	background-image: none;
	color: #ffffff;
	}
/* on */
div.baseballon a {
	float: left;
	width: 133px; height: 45px;
	background: url( 'images/navBaseball.gif' ) 0 -90px no-repeat;
/*	width: 133px; height: 45px;
	cursor:pointer;
	background: url( '<?php bloginfo('url'); ?>/wp-content/themes/RotoRob_v7/images/navBaseball.gif' ) 0 -90px no-repeat;*/
	}

/*basketball*/

div.basketball {
	float: left;
	width: 154px; height: 45px;
	background: url( 'images/navBasketball.gif' ) top left no-repeat;
	}
div.basketball span {
	display: block;
	margin:0; padding: 9px 0 0 0px;
	}
div.basketball a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'images/navBasketball.gif' ) 0 -45px no-repeat;
	}
div.basketball a:hover {
	background-image: none;
	color: #ffffff;
	}
/* on */
div.basketballon a {
	float: left;
	width: 154px; height: 45px;
	background: url( 'images/navBasketball.gif' ) 0 -90px no-repeat;
/*	width: 154px; height: 45px;
	cursor:pointer;
	background: url( '<?php bloginfo('url'); ?>/wp-content/themes/RotoRob_v7/images/navBasketball.gif' ) 0 -90px no-repeat;*/
	}

/*football*/

div.football {
	float: left;
	width: 131px; height: 45px;
	background: url( 'images/navFootball.gif' ) top left no-repeat;
	}
div.football span {
	display: block;
	margin:0; padding: 9px 0 0 0px;
	}
div.football a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'images/navFootball.gif' ) 0 -45px no-repeat;
	}
div.football a:hover {
	background-image: none;
	color: #ffffff;
	}
/* on */
div.footballon a {
	float: left;
	width: 131px; height: 45px;
	background: url( 'images/navFootball.gif' ) 0 -90px no-repeat;
/*	width: 131px; height: 45px;
	cursor:pointer;
	background: url( '<?php bloginfo('url'); ?>/wp-content/themes/RotoRob_v7/images/navFootball.gif' ) 0 -90px no-repeat;*/
	}

/*hockey*/

div.hockey {
	float: left;
	width: 116px; height: 45px;
	background: url( 'images/navHockey.gif' ) top left no-repeat;
	}
div.hockey span {
	display: block;
	margin:0; padding: 9px 0 0 0px;
	}
div.hockey a {
	display: block;
	margin: 0; padding:0;
	width:100%; height:100%;
	overflow:hidden;
	background: url( 'images/navHockey.gif' ) 0 -45px no-repeat;
	}
div.hockey a:hover {
	background-image: none;
	color: #ffffff;
	}
/* on */
div.hockeyon a {
	float: left;
	width: 116px; height: 45px;
	background: url( 'images/navHockey.gif' ) 0 -90px no-repeat;
/*	width: 116px; height: 45px;
	cursor:pointer;
	background: url( '<?php bloginfo('url'); ?>/wp-content/themes/RotoRob_v7/images/navHockey.gif' ) 0 -90px no-repeat;*/
	}




