/*
Theme Name: Sing K Lyrics Theme
Theme URI: http://singklyrics.com/
Description: New singklyrics.com Theme
Author: Liew Ken Choong
Author URI: http://singklyrics.com/
Version: 2.1
Tags:
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}

body {
	background-color: #f8f8f8;
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.5em;
}

ol,ul {
	list-style:none;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content:none;
}

:focus {
	outline:0;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a img {
	border:none;
}

p {
	margin-bottom: 1.1em; 
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}


a:link, a:visited {
	color: #33c;
	text-decoration: none;
}

a:hover, a:active {
	color: #66c;
	text-decoration: underline;
}

.screen-reader-text {
	position: absolute;
	left: -9000px;
}

#wrapper {
	display: block;
	clear: both;
	width: 960px;
	margin: 10px auto;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
	zoom: 1;
}

#leaderboard {
	display: block;
	clear: both;
	width: 728px;
	height: 90px;
	margin: 10px auto;
}

#header {
	display: block;
	clear: both;
}

#masthead {
	display: block;
	clear: both;
	width: 960px;
	height: 80px;
	background-image: url('images/spritelogo.jpg');
	background-repeat:no-repeat;
	background-position:right -40px;
	zoom: 1;
}

#hgroup {
	display: inline;
	float: left;
	width: 180px;
	margin: 10px 0px;
}

#branding {
	display: block;
	clear: both;
	width: 180px;
	height: 0px;
	padding-top: 40px;
	background: url('images/spritelogo.jpg');
	background-repeat:no-repeat;
	background-position: 0 0;
	overflow: hidden;
}

#fb-suggest {
	display: block;
	clear: both;
	width: 180px;
}

#advert-top {
	display: inline;
	float: left;
	width: 468px;
	height: 60px;
	margin: 10px 5px;
}

#nav {
	display: block;
	clear: both;
	margin: 10px 0;
}

#nav .menu-header, div.menu {
	overflow: hidden;
}

#nav .menu-header ul, div.menu ul {
	list-style: none;
	margin: 0;
}

#nav .menu-header li, div.menu li {
	float: left;
	position: relative;
}

.menu-header a {
	clear: both;
	display: inline-block;
	background-color: #eee;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	width: 114px;
	margin: 2px;
	padding: 13px 0px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #fff;
	color: #333;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.menu-header a:hover {
	color: #999;
	text-decoration: none;
	border: 1px solid #999;
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
}

.current-menu-item a {
	background-color: #fff;
}

#main, #headline {
	display: block;
	clear: both;
	overflow: hidden;
}

#featured-latest, #featured-duets, #featured-male-singers, #featured-female-singers, #featured-groups, #featured-news{
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#headline li {
	display: inline;
	float: left;
	width: 172px;
	margin: 10px;
}

#featured-latest li, #featured-duets li, #featured-male-singers li, #featured-female-singers li, #featured-groups li, #featured-news li {
	display: inline;
	float: left;
	width: 185px;
	margin: 10px;
}

.headline-thumb {
	display: block;
	clear: both;
	width: 160px;
	height: 90px;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}

.featured-thumb {
	display: block;
	clear: both;
	width: 175px;
	height: 100px;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}

.headline-thumb:hover, .featured-thumb:hover {
	background-color: #6c6;
}

.headline-meta {
	display: block;
	clear: both;
	overflow: hidden;
}


.featured-title {
	display: block;
	clear: both;
	height: 35px;
	overflow: hidden;
}

.featured-desc {
	display: block;
	clear: both;
	height: 18px;
	color: #393;
	overflow: hidden;
}

.featured-views {
	display: inline;
	float: left;
	height: 18px;
}

.featured-ratings {
	display: inline;
	float: right;
	height: 18px;
}

.category-title, .sidebar-title, .footer-title, .breadcrumb {
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.sidebar-title {
	margin-bottom: 10px;
}

#container {
	display: inline;
	float: left;
	width: 620px;
	margin: 10px;
}

#container p {
	line-height: 1.75em;
}

.entry-title, .entry-meta, .entry-utility, .entry-content, .entry-comments {
	display: block;
	clear: both;
	overflow: hidden;
}

.entry-desc, .entry-date {
	display: inline;
	float: left;
}

.entry-desc {
	color: #393;
}

.entry-views, .entry-ratings {
	display: inline;
	float: right;
	width: 80px;
}

.entry-head {
	display: block;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	zoom: 1;
}

.entry-header {
	display: inline;
	float: right;
	width: 560px;
}

.entry-thumb {
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
	padding: 2px;
	background-color: #aaa;
}

.entry-video {
	display: block;
	clear: both;
	width: 620px;
	height: 350px;
	overflow: hidden;
}

.entry-content {
	margin: 5px 0;
}

.entry-content ol li {
	list-style: decimal;
	margin-left: 30px;
	margin-bottom: 5px;
}

.entry-content ol li a {
	color: #333;
}

.addthis_toolbox, .gdbr-report, .entry-print {
	display: inline;
	float: left;
	margin: 10px 0;
	height: 25px;
}

.entry-print {
	margin-left: 5px;
}

.entry-credits, .entry-fav {
	display: inline;
	float: right;
	margin: 10px 0;
	height: 25px;
}

.entry-warning {
	display: block;
	clear: both;
	text-transform: uppercase;
	color: #f00;
	font-weight: bold;
	margin: 5px 0;
	overflow: hidden;
}

.page-title, .page-fav {
	margin: 10px 0;
}

#page-ads, .wp-pagenavi {
	display: block;
	clear: both;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	zoom: 1;
}

#category-gallery {
	display: block;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
}

.archivelist {
	display: block;
	clear: both;
	overflow: hidden;
}

.archivelist li {
	display: block;
	clear: both;
	overflow: hidden;
}

#category-gallery li{
	display: inline;
	float: left;
	margin: 7px;
	text-align: center;
}

#category-gallery a:hover, #category-gallery a:active {
	text-decoration: none;
}

#category-gallery img {
	display: block;
	clear: both;
	width: 100px;
	height: 100px;
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
	overflow: hidden;
}

#category-gallery img:hover {
	background-color: #6c6;
}

#aside {
	display: inline;
	float: right;
	width: 300px;
	margin: 10px;
}

#aside h3, #footer h3 {
	font-size: 1.2em;
}

#aside-search, #aside-ads, #aside-top, #aside-middle, #aside-bottom {
	display: block;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}

#aside-left {
	display: inline;
	float: left;
	width: 160px;
}

#aside-right {
	display: inline;
	float: right;
	width: 130px;
}

.subscribe-lyrics {
	background:url('images/icons/spritesocial.png');
	display: inline;
	float: left;
}

#footer, #colophon {
	display: block;
	clear: both;
	overflow: hidden;
}

#footer-left, #footer-center, #footer-right {
	display: inline;
	float: left;
	width: 280px;
	margin: 10px;
	padding: 10px;
	zoom: 1;
}

#footer li {
	margin: 5px 0;
}

#footer-about {
	padding: 5px;
	margin: 0;
	text-align: center;
	background-color: #eee;
	zoom: 1;
}

img#wpstats{display:none}

#useronline-count, #useronline-browsing-site {
	padding: 0 5px;
}

#useronline-browsing-site {
	margin-bottom: 5px;
}
