/*  
Theme Name: premiumnews-dev-phase2
Theme URI: http://www.jp2designs.com/
Description: based on Premium theme.
Version: 1
Author: JP2 Designs
Author URI: http://www.jp2designs.com/
*/

/*========= SETUP =========*/

*{
	border: 0;
	margin: 0 auto;
	padding: 0;
}
body {
	background: #000 url(images/background.jpg) no-repeat center top;
	background-attachment: fixed;
	color: #000000;
	font: 62.5% Arial,Helvetica,Sans-Serif;
}
p, ul li, ol li {
font-size: 1.4em;
}
h2 {
font-size: 2em;
}
a{
	color: #2eb135;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
    width: 150px;
}
li{
	list-style: none;
}
ol li {
list-style-type:decimal;
margin-left:1em;
padding:2px 0;
}

/*========= LAYOUT =========*/
#page{
	width: 960px;
}
/*--- Main Columns ---*/
#columns{
	padding: 0 15px;
	background: #FFFFFF url(images/white-side.gif) repeat-y scroll 0 0;
}
.col1{
	float: left;
	width: 550px;
}
.col2{
	float: right;
	width: 350px;
}
.nocol {
	width:925px; /* alternative home page */
}
.col {
width: 940px;
}
.subcol{
width: 160px;
}
.subcol h2{
color: #1c8e2f;
padding: 0 0 10px;
}
/*========= HEADER =========*/
#header{
	height: 210px;
	width: 960px;
	padding-top: 10px;
	background: url(images/white-top.gif) no-repeat scroll center 205px;
}
#header2{
	height: 250px;
	width: 960px;
	padding-top: 10px;
	background: url(images/white-top.gif) no-repeat scroll center 245px;
}
/*- Logo -*/
#header2 h1, #header h1{
	float: left;
	width: 411px;
	margin-left: 75px;
}
#header2 h1 a, #header h1 a {
	height: 146px;
	width: 411px;
}
/*- RSS -*/
#rss {
	float:right;
	padding:7px 10px 0 0;
	text-align:right;
    height: 110px;
}
#rss a {
	color: #F7EC25;
	font-size:1em;
	text-decoration:none;
}
#rss a:hover {
text-decoration:underline;
}
#rss ul {
	margin:5px 10px 0 0;
}
#rss li{
	margin: 0 0 5px;
}

/*- Page Navigation -*/
#nav{
	width:200px;
	float:left;
	padding-top: 12px;
}
#nav-left {
	display:inline;
	/*width:430px;*/
	}
#nav-right {
	float:right;
	display:inline;
	width:520px;
	}
#nav ul  li {
    list-style: none;
	font: bold 1.6em Arial;
	line-height: 1.5em;
}
#nav ul  li a {
	text-decoration: none;
	color: #F7EC25;
	outline: none;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none; 
}  
#nav ul li a:hover {
text-decoration: underline;
}    
/*- Category Navigation -*/
#suckerfish {
clear: both;
padding-top: 10px;
}
html>body #suckerfish {
padding-top: 0!important;
}
.nav2 {
	height: 35px;
	font-weight:bold;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
}
.nav2 li.current ul {
	z-index: 999;	
	color: #f7ec25;
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #333;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #F7EC25;
	display: block;
	padding: 0 11px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li a:hover, .nav2 li.sfHover, .nav2 li.current, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	text-decoration: none;
	background: #000;
	color: #lc8e2f!important;
}
.nav2 li.sfHover a, .nav2 li.current a, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
	color: #lc8e2f!important;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}
.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#searchform {
	width: 960px;
	height: 30px;
}
#search{
	background: #333333;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	padding: 0 10px 0 0;
	width: 325px;
	margin-right: 15px;
}
* html #search{
	margin-right: 8px;
}
#search input{
	background: transparent;
	border: 0;
	color: #f7ec25;
	float: left;
	font-size: 1.2em;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn{
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}

/*========= (FRONT-PAGE) =========*/
.featured{
	border-style: solid solid none;
	border-color: #000;
	border-width: 2px 2px 0;
	height: 346px;
	width: 605px;
	float: left;
-moz-border-radius-topright: 7px;
-moz-border-radius-topleft: 7px;
-webkit-border-radius-topright: 7px;
-webkit-border-radius-topleft: 7px;
}
.featured h2{ /* categories */
	padding: 5px 2px 0 18px!important;
}
.featured p, .front {
padding: 10px!important;
line-height: 1.3em;
}
.featured-img{
	margin: 0 10px 0 0;
	width:300px;
	height:300px;
	float:left;
	display:inline;
}
.fimg {
text-align:center!important;
display:block;
padding-top: 15px;
}
#featured-th{
width: 605px;
height: 104px;
float: left;
background: #0e0e0e;
border-style: none solid solid;
border-color: #000;
border-width: 0 2px 2px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
-webkit-border-radius-bottomright: 7px;
-webkit-border-radius-bottomleft: 7px;
}
#featured-th img{
margin: 0;
border:none;
border: 1px solid #C0C0C0;
}
.featured-smallimg[style]{
background-position: top center!important;
}
#featured-th .idTabs {
list-style:none;
padding-left: 7px;
}
#featured-th .idTabs li {
float:left;
display:inline;
margin:20px 2px 0;
}
#featured-th .idTabs li.last {
	margin-right:0px !important;
}
.singlecont {
width: 285px;
float: left;
padding: 5px;
height: 212px;
background: #fff url(images/homeboxbg.jpg) no-repeat;
}
.wrap {
width: 438px;
float: right;
padding: 5px;
margin-bottom: 15px;
}
.right {
width: 285px;
float: right;
padding: 5px;
height:212px;
background: #fff url(images/homeboxbg.jpg) no-repeat;
}
.left {
margin-right: 20px;
}
.football ul {
padding: 20px 0 0 2px;
}
.football ul li {
background: url(images/icon-football.png) no-repeat left center !important;
padding: 3px 2px 5px 14px;
color: #000;
}
.football ul li a, .football ul li a:visited  {
color: #000;
}
.football ul li a:hover {
/* color: #2eb135; */
text-decoration: underline;
}
.featurepost {
width: 420px;
float: left;
border: 1px #7fd496 solid;
padding:5px;
}
.g, .y {
color: #f4ed25;
padding: 10px 0 0 18px;
font-weight: normal;
}
.featuredheader {
background: #0e0e0e url(images/headerbg.gif) no-repeat scroll 0 0;
height:41px;
padding-top: 5px;
}


/*========= SIDEBAR =========*/
.catlist h4, .news h4, .widget h4, #bet h4 {
color: #2eb135;
font-size: 1.4em;
background:url(images/ico-catlist.gif) center right no-repeat;
text-transform: uppercase;
}
/*- bet tips -*/
#bet{
border: 1px solid #000;
height: 150px;
margin: 0 0 25px;
padding: 10px;
background: #0e0e0e;
overflow: auto;
color: #fff!important;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
#bet a {
color: #fff!important;
}
.widget .hl {
display:  none!important;
}
#bet ul li {
background: url(images/icon-football.png) no-repeat left center !important;
padding: 2px 0 2px 20px;
font-size:1.2em;
}
/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #000;
	height:31px;
	width:350px;
	float:left;
	display:block;
	}
.sideTabs .idTabs{
	font-size: 1.1em;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li{
	float: left;
	font-size: 1.3em;
	line-height: 30px;
}
.sideTabs .idTabs li a{
	background: #ccc;
	border: 1px solid #636363;
	border-bottom: 0;
	color: #000;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
}
.sideTabs .idTabs li a:hover,
.sideTabs .idTabs .selected{
	background: #0e0e0e;
	border: 1px solid #000;
	border-bottom:1px solid #0e0e0e;
	color: #fff;
	text-decoration: none;
}
.navbox{
	background: #0e0e0e;
	border: 1px solid #000;
	border-top: 0;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-radius-bottomright: 7px;
	-webkit-border-radius-bottomleft: 7px;
}
.list1,list3,list4{
	padding-bottom:12px;
	}
.list1 li,.list3 li,.list4 li{
background: url(images/icon-football.png) no-repeat left center;
padding: 6px 0 6px 25px;
color: #cecece;
}
.list1 li a,.list3 li a,.list4 li a{
	color: #fff;
}
/*- Ads -*/
.ads{
border: 1px solid #000;
height: 125px;
margin: 0 0 25px;
padding: 10px;
background: #0e0e0e;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
.ads img{
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last{
	margin: 0;
}
div .news {
background:#0e0e0e;
color: #fff;
border:1px solid #000;
margin:0pt 0pt 25px;
padding:20px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}
div .news h2 {
color:#1C8E2F;
padding:0pt 0pt 10px 0;
text-transform: uppercase;
}
div .news ul {
padding-top: 10px;
line-height: 20px;
}
div .news a:link {
color: #fff;
}
.fan_box .full_widget[style]{
border: 1px solid #000!important;
}
.fan_box .full_widget .connect_top[style] {
background: #0e0e0e;
}

/*=== Styling Widget Lists ===*/
.widget h2 {
	text-transform:uppercase;
	}
.widget ul {
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li{
	margin: 0 0 7px;
}
.widget ul li a{
	color: #000000;
}
.widget {
margin-bottom: 15px;
}
.widget input {
	border: 0;
	padding-left: 10px;
}

/*=== Small Box Post ===*/
.post{
	margin: 0;
}
.post h3{
	font-size: 1.5em;
	padding: 0 0 5px;
}
.post h1{
	font-size: 1.6em;
}
.post h1 a{
	color: #000000;
}
.post p{
	padding: 0 0 15px;
}
.post p.posted{
	color: #c0c0c0;
}
/*- Box -*/
.box{
	border-top: 3px solid #c0c0c0;
	clear: both;
	height: 1%;
	margin: 0 0 20px;
	padding: 15px 0 20px;
}
.box .post{
	width: 260px;
}
.box .post h3{
	font-size: 1.4em;
}
.box .post h1{
	font-size: 1.5em;
}
.box .post p.posted{
	font-size: 1.2em;
}
/*=== Traditional Blog Post ===*/
.post-alt{
	margin: 0 0 15px 0;
	border-bottom: 1px dashed #000000;
}
.post-alt h3{
	font-size: 1.6em;
	padding: 0;
}
.post-alt h2{
	font-size: 2em;
	padding: 0.5em 0 0;
}
.post-alt h1{
	font-size: 2.5em;
	padding: 0;
}
.post-alt h1 a{
	color: #000000;
}
.post-alt p{
	padding: 0 0 15px;
}
.post-alt p.posted{
	color: #6a6a6a;
}
/*=== Buttons ===*/
.continue{
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-top:1em !important;
}
.comments a{
	background: url(images/ico-comm.gif) no-repeat left;
	color: #000000;
	padding: 0 0 0 20px;
	font-weight:bold;
}
a.more{
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
color: #6a6a6a;
font-weight: bold;
font-size: 2em;
}
.alignleft{
display:inline;
float:left;
margin: 0 0 5px 5px;
}
.alignright{
display:inline;
float:right;
margin: 0 0 5px 5px;
}

/*========= ARCHIVE SPECIFIC =========*/
#archivebox {
	background:#0e0e0e;
	border: 1px solid #000;
	padding:10px;
	width:530px;
	margin-bottom:15px;
}
#archivebox h3, #archivebox h2, #archivebox h1 {
	font-size:2.2em;
	color:#f1f1f1;
}
#archivebox h3 em{
	color:#C0C0C0 !important;
	font-style:normal;
}
.archivefeed {
	margin-top:5px;
}
.archivefeed a {
	background:url(images/ico-arcfeed.gif) center left no-repeat;
	padding-left:20px;
	color:#fff;
	font-weight:bold;
}
.arclist{
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2{
	color: #000;
	font-size: 2.3em;
	padding: 0 0 10px 0 !important;
}
.arclist ul li{
	padding:0 0 7px 10px;
	color:#808080;
	font-weight:bold;
}
.list1 a {
color: #fff!important;
}

/*========= SINGLE POST SPECIFIC =========*/
.singletags {
	margin-top:5px;
	font-weight:bold;
	font-size: 1.5em;
	color:#C0C0C0;
}
.entry p{
	text-align:left;
	line-height:20px;
	padding: 0.5em 0;
	}
.entry blockquote, blockquote { 
	padding: 3px 15px;
	background: #a4f9b2;
	border: 1px solid #1c8e2f;
	margin: 5px auto 15px auto;
	color:#000;
	width:85%;
	}
.entry blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
	}
.entry img { 
	background:#cecece;
	padding: 5px;
	/* margin-left: 5px;  attempt to get rid of ie7 issue */
	float:right;
	}

/* caption */
.wp-caption {
background: #cecece;
border: solid 1px #1c1c1c; 
font-size: 0.9em;
color: #020202;
-moz-border-radius: 7px;
}
.wp-caption-text {
color:#444444;
margin:0 5px;
padding:0 !important;
text-align:center !important;
}
.wp-smiley, .entry img .wp-smiley {
margin: 1px !important;
padding: 1px !important;
border: 0px !important;
background: #fff !important;
}
.entry ul, .entry ol {
	margin-bottom:10px;
        line-height:1.5em;
}
.entry ul li ul, .entry ol li ol, .entry ol li ul {
	margin-bottom:0px!important;
	padding-top:3px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:1em;
	padding:3px 0px;
}
.entry ul li ul li, .entry ol li ul li {
	list-style:disc inside !important;
	font-size: 1em;
}
.entry ol li {
	list-style:decimal inside !important;
	padding:3px 0px;
	}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
	
/*========= COMMENTS =========*/
h4.commh2{
	font-size: 1.6em;
	padding: 10px 0 5px;
	font-weight:bold !important;
}
ol.commentlist{
	margin-top: 10px;
	padding: 0;
	list-style: none;
	line-height: 20px;
}
ol.commentlist p{
	margin-bottom:10px;
	line-height: 18px;
        font-size: 1em!important;
}
ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li{
padding: 20px 10px 10px 10px;
list-style-type:none;
clear: both;
margin:0;
}
ol.commentlist li.alt{
padding: 10px 10px 0 10px !important;
background:#cecece;
border:1px solid #1C1c1c;
list-style-type:none;
clear: both;
margin:0;
}

.cluv {
border: none!important;
margin-top: 1em;
font-style: italic;
}

/*========= MISC =========*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.hl{
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.hl-full{
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:100%;
	margin:20px 0 25px !important;
	margin:10px 0 15px;	
	padding:0 !important;
}
.hl2{
	border-bottom: 3px solid #c0c0c0;
}
.hl3{
	padding: 10px 0 0;
}
.blog{
	width:100% !important;
	float:left;
}
.between{
	height:2px;
	margin-bottom:15px;
	}
.fl{
	float: left;
}
.fr{
	float: right;
}
.ac{
	text-align: center;
}
.ar{
	text-align: right;
}
.th{
	border: 1px solid #000;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
    width: 100px;
    height: 57px;
}


.gravatar {
        float:left;
        padding: 3px;
        border: 1px solid #000;
        background: #fff;
}

.postgrav {
	float: left;
	padding: 3px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background: #fff;
}

#sk2-footer {
display: none;
}

.clear {
clear: both;
height: 18px;
}

.rightbox {
display:inline;
float:right;
margin-top:0 !important;
}

.entry table {
border:1px solid #CCCCCC;
border-collapse:collapse;
font-size:1.3em;
}

.entry table td, .entry table th {
border:1px solid #CCCCCC;
padding:2px;
margin:1em 0;
}

/*========= FOOTER =========*/
#footer{
clear: both;
color: #636363;
padding: 0 15px 0;
height: 280px;
background: #fff url(images/white-bottom.gif) no-repeat bottom center;
}
#footer a{
color: #999;
}
.hf {
color: #2eb135;
font-size: 1.4em;
text-transform: uppercase;
}
#footerbg {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border: 1px solid #000;
background: #0e0e0e;
height: 265px;
}
#twitter {
width: 290px;
float: left;
margin: 0 10px 0 2px;
padding: 5px 5px 0;
}
#flickr {
width: 290px;
float: left;
height: 261px;
margin-right: 10px;
padding: 5px 5px 0;
}
#links {
width: 287px;
height: 235px;
float: right;
padding: 5px 5px 0;
margin-right: 2px;
}

#twitter div {
width: 290px;
height: 235px;
overflow: auto;
display: block;
padding: 10px 0 0 5px;
}
#twitter ul li {
margin-bottom: 10px;
}
.twitimg {
float: left;
border-color:#8E8E8E #404040 #404040 #8E8E8E;
border-style:solid;
border-width:1px;
margin: 0 5px 0 0;
padding: 1px;
width: 50px;
}
#flickr_badge_wrapper {
padding:10px 0 10px 0;
}
.flickr_badge_image {
margin:0 10px 10px 0; float: left;
}
.flickr_badge_image img {
border: 1px solid black !important;
}
#flickr_badge_source {
text-align:left;
}
#flickr_badge_icon {
float:left; margin-right:5px;
}
#flickr_www {
display:none;
}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
text-decoration:none !important; background:inherit !important;color:#3993ff;
}
#links ul {
padding-top: 10px;
}
.list2 {
background: url(images/icon-football.png) no-repeat left top !important;
width: 120px;
float: left;
line-height: 16px;
padding: 0 5px 10px 15px;
}

#credit {
float: right;
margin: 0 1em 2em 0;
}

#author-info {
border: 2px solid #b1b1b1; 
background: #cecece; padding: 10px; margin: 0 0 15px 0;
overflow: auto;
}
 #author-info div#author-image {
 float: left; margin: 0 10px 5px 0; border: 5px solid #1C1C1C;
 }
  #author-bio p {
  line-height: 1.2em;
  }

.wwsgd {
border: 2px solid #b1b1b1; 
padding:0.5em!important;
background:#cecece;
margin-bottom:1em;
text-align: center;
}

.adsense {
padding-bottom: 10px;
}