/*
Theme Name: Sevens
Theme URI: http://www.fusspot.co.za/
Description: Custom built wordpress theme for Sevens flash game
Version: 1.2
Author: Nicolette Meth
Author URI: http://www.fusspot.co.za/

*/



body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: #333333;
	background: #FFFFFF url(images/bg.gif);
	margin: 0px;
	padding: 0px 0px 40px;
}
a {
	color: #006699;
	text-decoration: none;
}

p {
	padding: 0px 0px 15px;
	margin: 0px;
}

h1 {
	font: bold 36px/100% "Trebuchet MS", Tahoma, Arial;
	color: #990099;
	border-bottom: 1px dotted #CCCCCC;	
	padding-bottom: 3px;
}

h2 {
	color: #990099;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: normal 190%/100% "Trebuchet MS", Tahoma, Arial;
	padding-bottom: 3px;
}

h3 {
	font: bold 140%/100% "Trebuchet MS", Tahoma, Arial;
	color: #990099;
	margin: 10px 0px 5px 0px;
}

form {
	margin:0px;
	padding:0px;
}

#page {
	margin: 0px auto;
	width: 890px;
	background: #FFFFFF;
}

.shadow {
  box-shadow: 4px 4px 4px #ccc;
  -moz-box-shadow: 4px 4px 4px #ccc;
  -webkit-box-shadow: 4px 4px 4px #ccc;
}

#header {
	background: url(images/header.jpg) repeat-x;
	height: 170px;
	position: relative;
}

#logo {
	float: left;
	padding: 0px 0px 0px 50px;
	height: 60px;
}

#topbanner {
	float: right;
	padding: 50px 30px 0px 0px;
	height: 60px;
}
#content {
	padding: 10px 0px 10px 30px;
	float: left;
	width: 530px;
	overflow: hidden;
}

#gameframe {
	padding: 10px 10px 16px 10px;
	float: left;
	width: 500px;
	height: 582px;
	background:url(images/game-frame.gif) no-repeat;
}

#othergames {
	clear: both;
	width: 500px;
}

#ussd {
	float: left;
	width: 250px;
}

#java {
	float: left;
	width: 250px;
	background:url(images/java-phone.gif) no-repeat;
}

.gamedetails {
	float: left;	
	width: 220px;
	padding: 15px 10px 10px 10px;
	background-image:url(images/box-bg.gif);
	border-bottom: 1px #CCCCCC solid;
	
}

.javagamedetails {
	float: left;	
	width: 220px;
	padding: 0px 20px 10px 0px;
	background-image:url(images/box-bg.gif);
	border-bottom: 1px #CCCCCC solid;
	
}

ul, li {
  	margin-top: 0px;
	padding-top: 0px;
}

#cellimage {
	background:url(images/cellimage.gif) no-repeat;
}

#sidebar {
	float: right;	
	width: 320px;
	padding: 10px 10px 10px 0px;
	
}

#winners, #leaderboard, #promotions  {
	clear: both;
	padding: 20px 0px 0px 0px;
	
}

#winners table, #leaderboard table, #promotions table  {	
	width: 100%;

}

.column-1, .column-2, .column-3 {
	width: 33%;
	
}

#winners th, #leaderboard th, #promotions th  {	
 	text-align: left;
	
}

.results {
	float: left;	
	width: 280px;
	padding: 0px 20px 10px 10px;
	background-image:url(images/box-bg.gif);
	border-bottom: 1px #CCCCCC solid;
	
}

.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
	border-bottom: 1px solid #dceeb7;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
	border-top: 1px solid #dceeb7;
	background: url(images/mini-category.gif) no-repeat left center;
}
.ul-cat li a, .ul-cat li a:visited{
	color: #495233;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: #FF6600;
	text-decoration: none;
}

#footer {
	clear: both;
	font-size: 95%;
	line-height: 130%;
}

#footertop {
	float: left;
	padding: 10px 30px 20px 30px;
	width: 830px;
}

#footerbottom {
    clear: both;
	background: url(images/footer.gif) repeat-x;
	padding: 10px 30px 0px 30px;
	height: 50px;
	line-height: 20px;
	}

#footer h4 {
	font: normal 146%/100% "Trebuchet MS", Tahoma, Arial;
	color: #9cdbfb;
	margin: 10px 0px 5px;
}

#credits {
	margin: 0px auto;
	width: 890px;
	font-size: 85%;
	line-height: 120%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
