/*  
Theme Name: Premium Sports Theme
Theme URI: http://www.singaporeathletics.com/premium-sports-theme
Description: Sports related WordPress theme. <a href="ttp://www.singaporeathletics.com">Demo</a>
Version: 1.0
Author: Sha
Author URI: http://www.blogger-template.info
Tags: black, grey, white, red, orange, custom header, fixed width, two columns, widgets, adsense, gravatar
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Main Layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body,td,th {
font-family:Arial;
font-size:12px;
color:#333333;
}

body {
background:#ffffff;
margin-left:0px;
margin-top:0px;
margin-right:0px;
margin-bottom:0px;
background-image:url(images/singapore-athletics-01.gif);
background-repeat:repeat-x;
}

a:link {color:#cc0000; text-decoration:underline;}
a:visited {color:#cc0000; text-decoration:underline;}
a:active {color:#cc0000; text-decoration:underline;}
a:hover {color:#000000; text-decoration:none;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Pagebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pagebar {font:11px Arial, Helvetica, sans-serif; padding-top:0px; padding-bottom:5px; margin:0px; color:#666666;}
.pagebar a, .pageList .this-page {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar a:visited {padding:2px 6px; text-decoration:none; border:solid 1px #dadada; background:#ffffff;}
.pagebar .break {padding:2px 6px; border:none; text-decoration:none; background:#ffffff;}
.pagebar .this-page {padding:2px 6px; font-weight:bold; font-size:13px; vertical-align:top; border-color:#f6f6f6; background:#ffffff;}
.pagebar a:hover {text-decoration:none; border-color:#dadada; color:#ffffff; background:#cc0000;}

#pagination {
margin:0 auto;
text-align:center;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Images & Caption Alignment
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.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;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Comments
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
padding: 0; 
}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 11px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#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;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
	
.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white;
}

.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Content
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container4 {
margin:0 auto;
text-align:center;
width:991px;
}

blockquote,
pre {
	background-image:url(images/singapore-athletics-04b.gif);
  background-repeat:no-repeat;
	border:1px solid #ddd;
	padding:8px 12px 8px 40px;
	margin:5px 0;
	font-size:14px;
	font-style:italic;
	color:#FFFFFF
}
.more-link,
.more-link:visited,
.more-link:hover {
	font-size:11px;
	color:#999;
	text-decoration:none;
}
.center {text-align:center;}
.right {text-align:right;}
.left {text-align:left;}
.navigation {display:block;text-align:center; padding:0px 20px 0px 20px; font-size:10px;}
.space li {padding:0px 0px 20px 0px; margin:0px;}
.gravatar {float:right; margin:10px 10px 10px 10px;}
hr {height:1px; border:0px; color:#CECFCE; background-color:#CECFCE;}
pre {height:auto; padding:10px 10px 10px 10px; overflow-x:scroll; width:540px;}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignleft {
   float: left;
   margin: 0 10px 5px 0;
}

.alignright {
   float: right;
   margin: 0 0 5px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Top Navigation & Search
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container1 {
margin:0 auto;
text-align:center;
width:991px;
}

.box1a {
background-image:url(images/singapore-athletics-02.jpg);
background-repeat:no-repeat;
}

.box1b ul {padding:0px 0px 0px 22px; margin:0px; list-style-type:none;}
.box1b li {padding:0px; margin:0px; list-style-type:none;}

.box1c {
font-size:10px;
color:#000000;
}

.box1c li form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box1c ul {padding:10px 0px 0px 0px; margin:0px; list-style-type:none;}
.box1c li {padding:0px; margin:0px; list-style-type:none;}
.box1c li a {text-decoration:none; color:#000000;}  
.box1c li a:visited {text-decoration:none; color:#000000;} 
.box1c li a:hover {text-decoration:underline; color:#000000;} 

.box1d {
width:115px;
background-color:#ffffff;
border-color:#ffffff; 
border-width:1px; 
border-style:solid;
font-size:10px;
color:#999999;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Logo and 728x90 ad
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container2 {
margin:0 auto;
text-align:center;
width:991px;
}

.box2a {
background-image:url(images/singapore-athletics-04.gif);
background-repeat:no-repeat;
}

.box2b {
padding:0px 15px 0px 15px;
text-align:center;
}

.box2b ul {padding:40px 0px 0px 0px; margin:0px; list-style-type:none;}
.box2b li {padding:0px; margin:0px; list-style-type:none;}

.box2a h1 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:25px;
}

.box2b h1 a {text-decoration:none; color:#ffffff;}
.box2b h1 a:visited {text-decoration:none; color:#ffffff;}
.box2b h1 a:hover {text-decoration:none; color:#000000;}

.box2b h4 {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
font-size:11px;
font-weight:bold;
color:#ec6a0a;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Navigation
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container3 {
margin:0 auto;
text-align:center;
width:991px;
}

.box3a ul {padding:0px 0px 0px 0px; margin:0px; list-style-type:none;}
.box3a li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; border-left:1px solid #ffffff; border-right:1px solid #393e44; float:left; display:block; font-size:14px; font-weight:bold;}
.box3a li a {color:#ffffff; text-decoration:none; padding:8px 17px 7px 17px; margin:0px; display:block; }  
.box3a li a:visited {color:#ffffff; text-decoration:none;} 
.box3a li a:hover {color:#000000; text-decoration:none; background-color:#ffffff;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Files & Events
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box4a {
margin:0px 0px 0px 7px;
width:631px;
}

.box4b {
background-image:url(images/singapore-athletics-05.jpg);
background-repeat:no-repeat;
}

.box4c h3 {
margin:10px 0px 0px 18px;
padding:0px 0px 0px 0px;
font-size:11px;
color:#FFFFFF;
}

.box4c ul {padding:20px 0px 0px 25px; margin:0px;}
.box4c li {padding:1px 0px 0px 0px; margin:0px; text-decoration:none; font-size:10px; line-height:14px;}

.box4d {
margin:10px 0px 0px 0px;
padding:0px 20px 0px 0px;
font-size:10px;
text-align:right;
}

.box4e h3 {
margin:10px 0px 0px 18px;
padding:0px 0px 0px 0px;
font-size:11px;
color:#FFFFFF;
}

.box4e ul {padding:20px 0px 0px 25px; margin:0px;}
.box4e li {padding:1px 0px 0px 0px; margin:0px; text-decoration:none; font-size:10px; line-height:14px;}
.box4e li a {} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Loop
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box5a {
margin:0px 0px 0px 7px;
width:631px;
}

.box5b {
background-image:url(images/singapore-athletics-06a.gif);
background-repeat:repeat-y;
}

.box5c {
background-image:url(images/singapore-athletics-06b.gif);
background-repeat:no-repeat;
}

.box5d {
font-size:10px;
color:#999999;
}

.box5d ul {padding:25px 0px 0px 0px; margin:0px; list-style-type:none;}
.box5d li {padding:0px; margin:0px; text-decoration:none; list-style-type:none;}

.box5e {
margin:0px 15px 0px 0px;
}

.box5f {
margin:0px 0px 0px 0px;
padding:5px 10px 5px 10px;
background-image:url(images/splitbar2.gif);
font-size:14px;
font-weight:bold;
line-height:14px;
color:#ffffff;
}

.box5f a {color:#ffffff; text-decoration:none;}  
.box5f a:visited {color:#ffffff; text-decoration:none;} 
.box5f a:hover {color:#ffff00; text-decoration:none;} 

.box5g {
margin:14px 29px 0px 28px;
padding:8px 8px 8px 8px;
background-color:#f5f5f5;
border-color:#e9e9e9; 
border-width:1px; 
border-style:solid;
}

.box5g img{
border:none;
}

.box5h {
font-size:16px;
margin:18px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box5h p {
margin:0px;
padding:0px;
float:left;
}

.box5h br {
margin:0px;
padding:0px;
float:left;
}

.box5i {
padding:20px 0px 0px 0px;
background-image:url(images/singapore-athletics-06d.gif);
background-repeat:no-repeat;
background-position:bottom;
}

.box5j {
padding:1px 5px 0px 30px;
font-size:10px;
}

.box5j a {color:#000000; text-decoration:none;}  
.box5j a:visited {color:#000000; text-decoration:none;} 
.box5j a:hover {color:#000000; text-decoration:underline;} 

.box5k {
padding:0px 0px 5px 0px;
font-size:10px;
background-image:url(images/singapore-athletics-06e.gif);
background-repeat:no-repeat;
}

.box5k a {color:#ffff00; text-decoration:none;}  
.box5k a:visited {color:#ffff00; text-decoration:none;} 
.box5k a:hover {color:#ffffff; text-decoration:none;}

.box5l {
padding:0px 25px 0px 0px;
font-weight:bold;
}

.box5m {
font-size:16px;
margin:10px 28px 0px 38px;
padding:0px 0px 0px 0px;
}

.box5m img{
border:none;
}

.box5n {
font-size:10px;
color:#999999;
padding:0px 30px 0px 30px;
}

.homecol2 {
	width: 631px;
	float: left;
	font-size: 14px;
	font-family: Verdana;
	margin: 6px 6px 0px 6px;
	padding: 0px;
	}

.homecol2 ul.latest {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 5px 10px;
	}
	
.homecol2 ul.latest li.latestlist {
	list-style-type: disc;
	margin: 0px 0px 5px 3px;
	padding: 0px 0px 0px 0px;
	}

.homecol2 a {color:#FF6600; text-decoration:none;}  
.homecol2 a:visited {color:#FF6600; text-decoration:none;} 
.homecol2 a:hover {color:#000000; text-decoration:none;}	

.latestlistbar {
        background: #ffffff url(images/splitbar2.gif) no-repeat;
        color: #ffffff;
        width: 290px;
        height: 18px;
	font-size: 14px;
	font-family: Verdana, Arial;
        font-weight: bolder;
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 0px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Archives
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box6a {
margin:0px 0px 0px 7px;
width:631px;
}

.box6b {
margin:0px 0px 0px 10px;
width:300px;
}

.box6c {
background-image:url(images/singapore-athletics-07a.gif);
background-repeat:no-repeat;
}

.box6c h3 {
padding:15px 0px 16px 20px;
margin:0px 0px 0px 0px;
font-size:13px;
color:#000000;
}

.box6d ul {padding:0px 12px 0px 12px; margin:0px; list-style-type:none;}
.box6d li {padding:12px 10px 12px 20px; margin:0px; text-decoration:none; border-bottom:1px dashed #666666; font-size:11px; font-weight:bold;}

.box6e {
text-align:right;
font-size:10px;
padding:12px 20px 0px 0px;
}

.box6f {
background-image:url(images/singapore-athletics-07c.gif);
background-repeat:no-repeat;
background-position:bottom;
height:25px;
}

.box6g {
margin:0px 0px 0px 10px;
width:300px;
text-align:left;
}

.box6h {
background-image:url(images/singapore-athletics-07d.gif);
background-repeat:no-repeat;
}

.box6h h3 {
padding:15px 0px 16px 20px;
margin:0px 0px 0px 0px;
font-size:13px;
color:#ffffff;
}

.box6i {
background-image:url(images/singapore-athletics-07f.gif);
background-repeat:no-repeat;
background-position:bottom;
height:25px;
}

.box6j {
background-image:url(images/singapore-athletics-07g.gif);
background-repeat:repeat-y;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Mailing List and Related
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box7 {
margin:0px 0px 0px 7px;
width:631px;
}

.box7a {
background-image:url(images/singapore-athletics-02.gif);
background-repeat:no-repeat;
}

.box7b {
color:#666666;
}

.box7b small {
font-size:10px;
}

.box7b form {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

.box7b h3 {
margin:15px 0px 0px 18px;
padding:0px 0px 0px 0px;
font-size:20px;
color:#000000;
}

.box7b ul {padding:8px 0px 0px 40px; margin:0px; list-style-type:none;}
.box7b li {padding:0px 0px 0px 0px; margin:0px;}

.box7c {
background-color:#ffffff;
border-color:#000000; 
border-width:1px; 
border-style:solid;
}

.box7d {
margin:10px 0px 0px 0px;
background-color:#7dc328;
border-color:#a1c14c; 
border-width:1px; 
border-style:solid;
color:#FFFFFF;
font-weight:bold;
}

.box7e {
font-size:12px;
color:#000000;
}

.box7e h3 {
margin:15px 0px 0px 20px;
padding:0px 0px 0px 0px;
font-size:20px;
color:#000000;
}

.box7e ul {padding:10px 0px 0px 35px; margin:0px;}
.box7e li {padding:4px 25px 4px 15px; margin:0px; list-style-type:none; background:url(images/li.gif) no-repeat left top;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar Widget
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8widget {
height:40px;
background-image:url(images/singapore-athletics-08widget.gif);
background-repeat:no-repeat;
width:326px;
}

.box8widget ul {padding:10px 0px 0px 0px; margin:0px;}
.box8widget li {padding:0px 0px 0px 20px; margin:0px; list-style-type:none; font-size:16px; font-weight:bold; color:#000000;}

.box8a {
background-image:url(images/singapore-athletics-08a.gif);
background-repeat:repeat-y;
}

.box8b {
padding:19px 25px 0px 25px;
}

.box8b img {
border:none;
}

.box8c{
height:20px;
background-image:url(images/singapore-athletics-08c.gif);
background-repeat:no-repeat;
background-position:bottom;
width:326px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Sidebar
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box8about {
height:65px;
background-image:url(images/singapore-athletics-08about.gif);
background-repeat:no-repeat;
width:326px;
}

.box8about ul {padding:35px 0px 0px 0px; margin:0px;}
.box8about li {padding:0px 0px 0px 65px; margin:0px; list-style-type:none; font-size:16px; font-weight:bold; color:#000000;}

.box8b1 {
padding:5px 25px 0px 25px;
}

.box8about-paypal {
padding:0px;
margin:0px;
}

.box8about-donate {
font-size:10px;
}

.box8latest {
height:58px;
background-image:url(images/singapore-athletics-08latest.gif);
background-repeat:no-repeat;
width:326px;
}

.box8latest ul {padding:30px 0px 0px 0px; margin:0px;}
.box8latest li {padding:0px 0px 0px 100px; margin:0px; list-style-type:none; font-size:16px; font-weight:bold; color:#000000;}

.box8b2 {
padding:19px 25px 0px 25px;
font-size:15px;
}

.box8poll {
height:58px;
background-image:url(images/singapore-athletics-08poll.gif);
background-repeat:no-repeat;
width:326px;
}

.box8poll ul {padding:30px 0px 0px 0px; margin:0px;}
.box8poll li {padding:0px 0px 0px 100px; margin:0px; list-style-type:none; font-size:16px; font-weight:bold; color:#000000;}

.box8links {
height:66px;
background-image:url(images/singapore-athletics-08links.gif);
background-repeat:no-repeat;
width:326px;
}

.box8links ul {padding:36px 0px 0px 0px; margin:0px;}
.box8links li {padding:0px 0px 0px 85px; margin:0px; list-style-type:none; font-size:16px; font-weight:bold; color:#000000;}

.box8ad {
background-image:url(images/singapore-athletics-08ad.gif);
background-repeat:no-repeat;
}

.box8int1 {
background-image:url(images/singapore-athletics-08int2.gif);
background-repeat:repeat-y;
}

.box8int2 {
background-image:url(images/singapore-athletics-08int1.jpg);
background-repeat:no-repeat;
}

.box8int2 ul {padding:19px 0px 0px 90px; margin:0px;}
.box8int2 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; font-size:10px; color:#666666;}

.box8int5 {
font-size:14px;
font-weight:bold;
color:#424d5d;
}

.box8int3 {
background-image:url(images/singapore-athletics-08int3.jpg);
background-repeat:no-repeat;
}

.box8int4 img {
background-color:#FFFFFF;
border-color:#cecece; 
border-width:1px; 
border-style:solid;
padding:2px 2px 2px 2px; 
margin:0px 5px 5px 0px;
margin:0px;
width:140px;
height:105px;
}

.box8int4 ul {padding:2px 0px 0px 0px; margin:0px;}
.box8int4 li {padding:0px 0px 0px 0px; margin:0px; list-style-type:none; font-weight:bold; font-size:16px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Expand
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 10px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Tabs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.tabbie {text-align:left; border-spacing:0px; margin:0px 0px 0px 0px;}
.tabbie ol {padding:5px 0px 0px 0px; margin:0px;} 
.tabbie ul {padding:5px 0px 0px 0px; margin:0px;} 
.tabbie li {padding:5px 5px 5px 5px; margin:0px; text-decoration:none; font-size:10px; list-style-type:none; border-bottom:1px dashed #CCCCCC; color:#666666;}
.tabbie li a {text-decoration:none; font-size:11px;}
.tabbie li a:visited {text-decoration:none;}
.tabbie li a:hover {text-decoration:none;}

#ContainerTabs1 {
padding:0px 0px 0px 0px; margin:0px
}

#ContentTabs2 {
border-top:1px solid #cccccc;
padding:10px;
margin-top:-3px;
}

UL#Tabs {
font-family:Verdana, Arial;
font-size:10px;
font-weight:bold;
list-style-type:none;
padding-bottom:13px;
margin-bottom:13px;
}

/* TABS TOP Tabs */
#Tabs LI.Tab {
float:right;
height:20px;
background-color:#ffcc00;
margin:2px 0px 0px 3px;
border:1px solid #cccccc;
}

#Tabs LI.Tab A {
float:left;
display:block;
color:#666666;
text-decoration:none;
padding:4px;
}

#Tabs LI.Tab A:hover {
background-color:#bfe0fe;
}

/* TABS TOP Selected Tab */
#Tabs LI.SelectedTab {
float:right;
height:20px;
background-color:#ffffff;
margin:2px 0px 0px 5px;
border-top:1px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #ffffff;
border-left:1px solid #cccccc;
}

#Tabs LI.SelectedTab A {
float:left;
display:block;
color:#666666;
text-decoration:none;
padding:4px;
cursor:default;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Info
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box9a {
background-color:#1f1d1e;
}

.box9b {
background-image:url(images/singapore-athletics-10.gif);
background-repeat:repeat-x;
}

.box9c {
background-image:url(images/singapore-athletics-09.jpg);
background-repeat:no-repeat;
}

.box9d {
margin:31px 0px 0px 71px;
width:232px;
text-align:left;
color:#CCCCCC;
}

.box9d img {
border:none;
}

.box9e {
font-size:18px;
font-weight:bold;
color:#FFFFFF;
}

.box9f {
margin:31px 0px 0px 50px;
text-align:left;
}

.box9g {
margin:31px 0px 0px 71px;
text-align:left;
color:#CCCCCC;
}

.box9g img {
border:none;
}

.box9h {
color:#ffffff;
padding:0px 0px 0px 0px;
font-size:11px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.box10a {
height:41px;
background-image:url(images/singapore-athletics-11.gif);
background-repeat:repeat-x;
}

.box10b {
background-image:url(images/singapore-athletics-12.gif);
background-repeat:no-repeat;
}

.box10f {
background-image:url(images/singapore-athletics-13.gif);
background-repeat:no-repeat;
}

.box10c ul {padding:17px 0px 0px 0px; margin:0px; list-style-type:none;}
.box10c li {padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; text-decoration:none; font-size:11px; color:#FFFFFF;}
.box10c li a {color:#ffffff; text-decoration:none; font-weight:bold;}  
.box10c li a:visited {color:#ffffff; text-decoration:none;} 
.box10c li a:hover {color:#cccccc; text-decoration:underline;} 

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Author Bio
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.authbio{
color: #666;
font-family:Arial, Helvetica, Verdana, sans-serif;
font-size:14px;
font-weight: normal;
text-align:left;
background: #FFFFFF;
border: 1px solid #ccc;
width: 540px;
height:100px;
padding: 8px;
margin-bottom:5px;
}
img.alignleft {
    float:left;
    background-color: #EBF0F4;
    border:1px solid #ccc;
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

/*cat menu*/

#cmenubar{
	height:32px;
	background:#373737;
	display:block;
	padding:0px 0 0px 0px;
	font: 12px Tahoma,Century gothic,verdana, Arial, sans-serif;
	font-weight:normal;
	margin-top:1px;
	margin:0 auto;
	width:990px;
	overflow: hidden;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	}
#cmenu{
	margin:0px;
	padding:0px;
	width:990px;
	height:32px;
	overflow: hidden;
		-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius:7px;
	-webkit-border-bottom-left-radius:7px;
	}
#cmenu ul {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#cmenu li {
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
	}
#cmenu li a, #cmenu li a:link, #cmenu li a:visited {
	color:#fff;
	display:block;
	margin:0px;
	padding:9px 20px 9px 20px;
	text-decoration: none;
	border-left: 1px solid #fff;
	}
#cmenu li a:hover, #cmenu li a:active {
	background:#b60606;
	color: #ffffff;
	margin:0px;
	padding:9px 20px 9px 20px;
	text-decoration:none;
	}
#cmenu li li a, #cmenu li li a:link, #cmenu li li a:visited {
	background:#444;
	width:130px;
	color:#fff;
	font-family:century gothic,Georgia,  sans-serif;
	font-weight:normal;
	float:none;
	margin:0px;
	padding:6px 10px 5px 10px;
	border-bottom:1px solid #111;
	border-left:1px solid #111;
	text-decoration: none;
	}
#cmenu li li a:hover, #cmenu li li a:active {
	background:#b60606;
	color:#fff;
	padding:6px 10px 5px 10px;
	text-decoration: none;
	}
#cmenu li ul {
	z-index: 9999;
	position:absolute;
	left:-999em;
	height:auto;
	width:130px;
	margin:0px;
	padding:0px;
	}
#cmenu li li {
	 }
#cmenu li ul a { 
	width: 120px;
	}
#cmenu li ul a:hover, #cmenu li ul a:active { 
	}
#cmenu li ul ul {
	margin: -29px 0 0 150px;
	}
#cmenu li:hover ul ul, #cmenu li:hover ul ul ul, 
#cmenu li.sfhover ul ul, #cmenu li.sfhover ul ul ul {
	left: -999em;
	}
#cmenu li:hover ul, #cmenu li li:hover ul, 
#cmenu li li li:hover ul, #cmenu li.sfhover ul, 
#cmenu li li.sfhover ul, #cmenu li li li.sfhover ul {
	left: auto;
	}
#cmenu li:hover, #cmenu li.sfhover { 
	position: static;
	}

#tmenubar { 
  height: 62px;
  align :center;
	background: #CA0002;
	font: Century gothic,verdana, Arial, sans-serif,Tahoma;
	text-align: center;
	width:600px;
}

#headline, #latest, #the_loop
{
	width:590px;
	margin:10px;
	padding:10px;
	border:#daccb0 1px solid;
	background-color:#FFFFFF;
	background-image:url(images/featured1.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}

#headline p, #featured p, #popular p, #latest p, #the_loop p
{
	overflow:hidden;
}

#headline img, #featured img, #popular img, #latest img, #the_loop img.thumb, #the_loop img.wp-post-image
{
	float:left;
	margin:5px 10px 10px 0;
	padding:1px;
	border:#c9bba0 1px solid;
}

#headline img, #latest img, #the_loop img
{
	max-width:586px;
}

#featured img, #popular img
{
	float:left;
	margin:5px 5px 5px 0;
	padding:1px;
	border:#c9bba0 1px solid;
	max-width:276px;
}

#latest img
{
	float:left;
	margin:5px 7px 7px 0;
	padding:1px;
	border:#c9bba0 1px solid;
}

#headline h3, #featured h3, #popular h3, #latest h3, .sitem h3, #top h3
{
	background-color:#BB0101;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:3px 7px;
	text-transform:uppercase;
	border:#cbbb9a 1px solid;
	margin-top:0;
	margin-bottom:3px;
}

#headline h2 a, #the_loop h2 a
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	padding-bottom:2px;
	font-size:20px;
	color:#333333;
	border-bottom:#333333 1px dotted;
}

#headline h2 a:link, #headline h2 a:visited, #featured h2 a:link, #featured h2 a:visited, #popular h2 a:link, #popular h2 a:visited, #latest h2 a:link, #latest h2 a:visited, #the_loop h2 a:link, #the_loop h2 a:visited
{
	color:#333333;
	text-decoration:none;
}

#headline h2 a:hover, #headline h2 a:active, #featured h2 a:hover, #featured h2 a:active, #popular h2 a:hover, #popular h2 a:active, #latest h2 a:hover, #latest h2 a:active, #the_loop h2 a:hover, #the_loop h2 a:active
{
	color:#333333;
	text-decoration:underline;
}

p.postmeta
{
	line-height:25px;
}

#headline p, #featured p, #popular p, #latest p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333333;
}

#headline p,  #latest p
{
	text-align:justify;
}

#headline p a:link, #headline p a:visited,  #featured p a:link, #featured p a:visited, #popular p a:link, #popular p a:visited, #latest p a:link, #latest p a:visited
{
	color:#cc3300;
	text-decoration:none;
}

#headline p a:hover, #headline p a:active, #featured p a:hover, #featured p a:active, #popular p a:hover, #popular p a:active, #latest p a:hover, #latest p a:active
{
	text-decoration:underline;
}

#featured
{
	float:left;
	width:280px;
	margin:0 0 10px 10px;
	padding:10px;
	border:#daccb0 1px solid;
	background-color:#FFFFFF;
	background-image:url(images/list1.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}

#featured h2, #popular h2, #latest h2
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:7px;
	font-size:16px;
	color:#333333;
}

.spost
{
	clear:both;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#featured .spost, #popular .spost
{
	min-height:123px;
}

.spbottom
{
	clear:both;
	border-bottom:#333333 1px dotted;
}

p.read
{
	margin-top:5px;
}

#popular
{
	float:right;
	width:280px;
        margin:0 10px 10px 0;
	padding:10px;
	border:#daccb0 1px solid;
	background-color:#FFFFFF;
	background-image:url(images/list1.png);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
}

#latest, #bottom
{
	clear:both;
}

.pt-tbl {background:#fff; border:1px solid #8098A8;padding:0px 9px 9px 9px ;}
.pt-tbl  h2 {font-family:arial,Georgia, "Times New Roman", Times, serif; font-size:18px; color:#000; font-weight:normal;margin:4px 0px 0px 0px;  padding:0px 0px 6px 0px; border-bottom:1px solid #000; font-weight:bold;}
.pt-tbl table{border-collapse:collapse; border-color:#fff; border:1px solid #fff; color:#fff; font-family:tahome, arial; font-size:11px; margin-top:10px;}
.pt-tbl table td{padding-top:5px; padding-bottom:5px;background:#FFFFF0; color:#000; text-align:center;}

.pt-tbl table td p{ margin:0px; padding:0px 5px 0px 8px;  }
.pt-tbl table td.bg-hd{background:#BB0101;font-weight:bold;color:#fff;text-align:center; }
.pt-tbl table td.wd85{ text-align:left; }
/*.pt-tbl table td.bg-lft{background:#E7E7E7;color:#000000;  text-align:left; width:85px; height:44px;}*/
.pt-tbl table td.bg-lft{background:#E7E7E7;color:#000000;  text-align:left; width:85px; height:28px;}
.pt-tbl table td.bg-alt{background:#DAE6F5;color:#000; text-align:center;}

#top-tbl {background:#fff; padding:10px 9px 9px 9px ;}

.navig
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	padding-top:15px;
}

.navig .left, .navig .right
{
	display:inline;
	margin:0 5px;
}