/*  
Theme Name: SuperstarsArena
Theme URI: http://www.superstarsarena.com/
Description: A customized Superstars Arena Theme.
Author: Superstars-Arena
Author URI: http://www.superstarsarena.com/
Version: 1.0
*/

/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

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

a:hover {
  color: #347299;
  text-decoration: underline;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 0px auto;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #5592AF url(images/bgbody.jpg) repeat-x top left;
  }
  
  #body-size
  {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
   }

.topcurve {
  margin-top: 15px;
  height: 13px;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: #FFFFFF;
  
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
   }

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

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 8px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 0px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  font-size: 23pt;
  width: 450px;
  margin-top: 0px;
  }

#underheader h1.sitename a {
  color: #5F5F5F;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #ffffff;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12px;
  color: #898888;
  }


#underheader #toprss {
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: left;
  }
#toprss .li
{
list-style-type: none;
}

#toprss .li a {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #4C607D;
	text-decoration: none;
	font-weight: none;
  }
#toprss .li a:hover {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #4C607D;
	text-decoration: underline;
	font-weight: none;
  }
    
.loginout {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #033E68;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	 }
  
.loginout li {
 list-style-type: none;
  }
    
.loginout a {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #033E68;
	font-weight: bold;
	text-decoration: none;
	 }
  
.loginout a:hover {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #033E68;
	font-weight: bold;
	text-decoration: underline;
	  }
  
  .loginout1 a {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	  }
  
.loginout1 a:hover {
  font: verdana, tahoma, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	  }

/* Menu */

#nav {
  clear: both;
  margin: 10px 0 -15px 0;
  }

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav li {
  float: left;
  margin-right: 10px;
  border-top: 1px solid #A5E6BE;
  border-left: 1px solid #A5E6BE;
  border-right: 1px solid #A5E6BE;
  }
  

* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.gif) left top no-repeat;
  text-transform: lowercase;
  	list-style-type: none;
  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.gif) right top no-repeat;
  text-decoration: none;
  list-style-type: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #FCF8CD;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }
  
  
  
#chromemenu li
{
background-color: #178742;
}
#chromemenu li:hover
{
background-color: #15AA4E;
}

#donate ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#donate li {
  float: left;
  margin-right: 10px;
  border-top: 1px solid #A5E6BE;
  border-left: 1px solid #A5E6BE;
  border-right: 1px solid #A5E6BE;
  }
#donate li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft1.gif) left top no-repeat;
  text-transform: lowercase;
  	list-style-type: none;
  font-size: 10pt;
  text-decoration: none;
  }

#donate li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright1.gif) right top no-repeat;
  text-decoration: none;
  list-style-type: none;
  }
  #donate li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#donate li a:hover span {
  background-position: right -26px;
  color: #FCF8CD;
  }

#donate li.current_page a {
  background-position: left -26px;
  }

#donate li.current_page a span {
  background-position: right -26px;
  color: #000;
  }
* html #donate li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #donate li a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  text-decoration: none;
  }
  
  
/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #FFFFFF;
  }

#contentwrapper {
  float: left;
  width: 550px;
  background: #FFFFFF;
  }

#content {
font-size: 12px;
text-align: justify;
background: #FFFFFF;
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 18px;
  color: #333333;
  background: #FFFFFF;
  height: 25px;
  width: 530px;
  padding-bottom: 1px;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

h2.postTitle a:hover {
  color: #215679;
  }

.postMeta {
  padding: 2px 10px 0px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }



#content p, .postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #333333;
  text-align: justify;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

.postTags {
  margin-right: 1px;
  margin-left: 1px;
  font-size: 12px;
  color: #797977;
  background: #F6F6F6;
  padding: 2px 4px;
  
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 0px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 0 0 0 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin-right: 0px;
  margin-left: -30px;
  background: #E0ECFF;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 540px;
  }

.commentlist li.alt {
  margin-right: 0px;
  margin-left: -30px;
  background: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 50px;
  width: 540px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  font-weight: bold;
  }

.commentlist cite a {
color: #A11D20;
font-weight: bold;
text-decoration: none;
  }

.commentlist cite a:hover {
color: #A11D20;
font-weight: bold;
text-decoration: underline;
  }
  
.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #A11D20;
  }

.comment p {
  padding: 0px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 200px;
  height: 30px;
  background: url(images/commentbutton.jpg) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }
.comment
{
background: #E0ECFF;
padding-top: 10px;
padding-bottom: 0px;
}
.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  background: #FFFFFF;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background-color: #BB2025;
  margin-bottom: 3px;
  }



.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  padding-top: 10px;
  padding-bottom: 0px;
  width: 100%;
  height: 60px;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #5592AF url(images/footerbg.jpg) repeat-x top left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  }
  
#footer table
{
float: center;
width: 800px;
text-align: center;
margin-left:auto; 
margin-right:auto;
}

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #ffffff;
  }

#footer a:hover {
  color: #fff;
  }



/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }
.imgleft {
float: left;
padding: 6px 6px 0px 0px;
padding:1px;
margin-right: 5px;
border:1px solid #C2C2C2;
background-color:#FFFFFF;
}
.imgleft1 {
float: left;
padding: 6px 6px 0px 0px;
padding:1px;
margin-right: 5px;
border:1px solid #C2C2C2;
background:url(images/noimage.gif) no-repeat; display:block;
}

.imgright {
float: right;
padding: 6px 6px 0px 0px;
padding:1px;
margin-left: 5px;
border:1px solid #C2C2C2;
background-color:#FFFFFF;

}
.imgfrnd {
padding: 6px 6px 0px 0px;
padding:5px;
margin-left: 5px;
border:0px solid #FF8D2E;
background-color:#FF8D2E;

}
.padding
{
padding: 2px 2px 2px 2px;
}
.custom_title
{
font-family: verdana;
font-size: 12px;
color: #F87F1D;
padding-top: 2px;
padding-left: 1px;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}
.custom_title:hover
{
font-family: verdana;
font-size: 12px;
color: #F87F1D;
padding-top: 2px;
padding-left: 1px;
padding-bottom: 5px;
font-weight: bold;
text-decoration: none;

}
.readmore
{
font-family: verdana;
font-size: 12px;
color: #AC0000;
padding-top: 2px;
padding-left: 1px;
padding-bottom: 2px;
font-weight: bold;
text-decoration: none;
}
.readmore:hover
{
font-family: verdana;
font-size: 12px;
color: #AC0000;
padding-top: 2px;
padding-left: 1px;
padding-bottom: 2px;
font-weight: bold;
text-decoration: underline;
}
.similar-stories
{
list-style-type:none;
	color: #797977;
	text-decoration: none;
	background: #ffffff;
	font-weight: none;
  padding: 0px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  height: 110px;
    
}
.similar-stories a
{
font-family:Tahoma, Arial; 
  font-size:12px; 
  color:#797977;
  font-weight:bold;
  text-decoration:none; 
}
.similar-stories a:hover
{
font-family:Tahoma, Arial; 
  font-size:12px; 
  color:#797977;
  font-weight:bold;
  text-decoration:underline; 
}

.similar-story
{
list-style:none;
margin-top:15px;
margin-bottom: 3px;
font-family: Trebuchet MS, sans-serif;
font-size: 16px;
font-weight: bold;
color: #FFFFFF;
background-color: #0A446C;
padding-top: 2px;
padding-bottom: 2px;
padding-left:5px;
text-align:left;
margin-left:0px;

}
.table1
{
border-style:solid;
border-width:1px;
border-color:#FFFFFF;
background: #FFFFFF;
padding: 0px
}
.table2
{
border-style:solid;
border-width:0px;
background: #F6F6F6;
padding: 0px 9px 0px 9px;
}
textarea#please_link_to_area {
	width: 550px;
	height: 90px;
	border: 1px solid #CACACA;
	padding-top: 5px;
	padding: 2px;
	font-family: arial, Tahoma, sans-serif;
	background: #ffffff;
	color: #333333;
	font-size: 12px;
}
#flags
{
font-family: arial;
font-size: 1px;
color: #DFDBDC;
text-align: left;
text-decoration: none;
font-weight: none;
}
#flags a
{
font-family: arial;
font-size: 1px;
color: #DFDBDC;
text-align: left;
text-decoration: none;
font-weight: none;
}
#flags a 
{
font-family: arial;
font-size: 1px;
color: #DFDBDC;
text-align: left;
text-decoration: none;
font-weight: none;
}
.competition
{
font-family: Trebuchet MS, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #FF6600;
}
.competition1
{
font-family: Trebuchet MS, sans-serif;
font-size: 14px;
font-weight: none;
color: #FFFFFF;
background-color: #FF6600;
padding-top: 3px;
padding-bottom: 3px;
}
.competition
{
font-family: Trebuchet MS, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: underline;
}
.competition:hover
{
font-family: Trebuchet MS, sans-serif;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}
#likethis
{
padding-left: 8px;
padding-top: 80px;
font-family: arial;
font-size: 12px;
}
#likethis a
{
color: #AC0D25;
text-decoration: none;

}
#likethis a:hover
{
color: #AC0D25;
text-decoration: underline;

}

/* Drop Down Menu*/
.chromestyle{
font-weight: bold;
}
.chromestyle ul li{
list-style: none;
}

.chromestyle ul li a{
color: #FFFFFF;
text-decoration: none;
background: #178742;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #15AA4E; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #178742;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #15AA4E;
}


.video_gallery
{
padding-left:4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
display: inline-block;
list-style: none;
width: 166px;
height: 200px;
float:left
}
.video_gallery2
{
padding-left:4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
display: inline-block;
list-style: none;
width: 150px;
height: 200px;
float:left
}
.video_gallery3
{
padding-left:4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
display: inline-block;
list-style: none;
width: 165px;
height: 170px;
float:left
}
.vid_link
{
text-align: left;
font-size: 12px;
color:#848484;
font-weight: bold;
text-decoration: none;
}
.vid_link:hover
{
text-align: left;
font-size: 12px;
color:#848484;
font-weight: bold;
text-decoration: underline;
}
.vid_link1
{
text-align: left;
font-size: 11px;
color:#1E5480;
font-weight: none;
text-decoration: none;
}
.vid_link1:hover
{
text-align: left;
font-size: 11px;
color:#1E5480;
font-weight: none;
text-decoration: underline;
}

.imgvidgal
{
padding:1px;
margin-right: 5px;
border:1px solid #C2C2C2;
background-color:#FFFFFF;
}
.vid_tb
{
font-size: 11px;
text-align:left;
color:#CCCCCC;
}
.subtd
{
min-height: 140px;
}
.vid_ul2
{
width: 500px;

}


