/*  
Theme Name: My Theme
Theme URI:
Description: My Theme
Version: 1.0
Author: Chippi
Author URI:
*/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

a {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.navigation {
	margin: 20px 0;
	text-align: center;
}

.navigation a {
	color: #FF6600;
	font-weight: bold;
	margin: 0 20px;
}

div#header {
	background: url(images/header-bg.jpg) top repeat-x;
}

div#header .container {
	height: 150px;
	background: url(images/header.jpg) no-repeat;
}

div#menu {
	background: #77054D url(images/menu.jpg) repeat-x;
	height: 35px;
}

div#menu ul li {
	float: left;
	list-style-type: none;
}

div#menu ul li a {
	text-decoration: none;
	display: block;
	color: #FFFFFF;
	padding: 10px 20px;
	font-weight: bold;
}

div#menu ul li a:hover {
	color: #FFFFFF;
	background: #77054D url(images/menu-hover.jpg) top repeat-x;
}

div#menu ul li.current_page_item a {
	background: #FFFFFF url(images/menu-over.jpg) top repeat-x;
	color: #000000;
}

div#columns {
	background: url(images/columns-bg.jpg) top repeat-x;
	padding-top: 20px;
}

div#columns .container {
	margin-top: 20px;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}

div#top {
	width: 100%;
	background: #0066CC url(images/top-home.jpg) top repeat-x;
	float: left;
	color: #FFFFFF;
	margin-bottom: 20px;
}

div#top .right .link a {
	float: left;
	margin: 20px;
	display: block;
	padding: 5px 20px;
	background-color: #66CC00;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}

div#top h1 {
	font-size: 16px;
	font-weight: bold;
	background-color: #0066CC;
	border-bottom: 4px solid #003399;
	padding: 8px 20px;
}

div#top h2 {
	font-size: 18px;
	margin-left: 20px;
	margin-top: 20px;
	font-weight: normal;
}

div#top .left p, div#top .right p {
	margin: 20px;
}

div#top .left {
	width: 300px;
	float: left;
	padding-bottom: 10px;
}

div#top .image {
	background: #003366 url(images/top-home-image.jpg) no-repeat;
	border: 4px solid #FFFFFF;
	height: 180px;
	width: 180px;
	float: right;
	margin: 20px;
	margin-bottom: 0;
}

div#top .right {
	padding-bottom: 10px;
	width: 600px;
	float: left;
	height: 100%;
	background: #3A92EB url(images/top-home-right.jpg) left repeat-y;
}

table#bonus, table#stats {
	width: 100%;
	text-align: center;
}

table#bonus .color {
	background-color: #F2F2F2;
}

table#bonus a {
	font-weight: bold;
	text-decoration: none;
}

table#bonus a:hover {
	text-decoration: underline;
}

table#bonus th, table#stats th {
	padding: 15px 8px;
	background: #6FAFEF url(images/bonus-th.jpg) top repeat-x;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

table#bonus tr.color {
	background-color: #F2F2F2;
}

.ddsg-wrapper ul li strong {
	width: 100%;
	float: left;
	margin-bottom: 5px 0;
}

table#bonus td.white {
	background-color: #FFFFFF;
}

table#bonus td.description {
	text-align: left;
}

table#bonus td, table#stats td {
	padding: 12px 8px;
}

div#post {
	border: 1px solid #F2F2F2;
	width: 100%;
	background: url(images/top.jpg) top repeat-x;
}

.single-image {
	float: right;
	padding-left: 20px;
}

.box {
	height: 100%;
	padding: 20px;
}

div#post ul.options li {
	padding: 5px 20px;
	background: url(images/options.gif) left no-repeat;
	list-style-type: none;
	font-weight: bold;
}

div#post .image {
	padding: 20px;
	float: left;
}

div#post p {
	margin: 10px 0;
}

div#post a {
	font-weight: bold;
}

div#post .link-0 a, div#post .link-1 a, div#post .link-2 a, div#post .link-3 a, div#post .link-4 a, div#post .link-5 a {
	display: block;
	width: 100%;
	color: #FF6600;
	height: 40px;
	text-align: center;
	font-weight: bold;
	background: url(images/play-bar.jpg) no-repeat;
}

div#post .link-1 a {background: url(images/play-bar-1.jpg) no-repeat;}
div#post .link-2 a {background: url(images/play-bar-2.jpg) no-repeat;}
div#post .link-3 a {background: url(images/play-bar-3.jpg) no-repeat;}
div#post .link-4 a {background: url(images/play-bar-4.jpg) no-repeat;}
div#post .link-5 a {background: url(images/play-bar-5.jpg) no-repeat;}

div#post .title {
	font-size: 24px;
	color: #FF6600;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #F2F2F2;
	text-decoration: none;
}

div#post .title a:hover {
	border-bottom: 1px dotted #FF6600;
}

div#post .info {
	padding: 5px 20px;
	background: url(images/calendar.gif) left no-repeat;
}

div#post .info a, div#post .meta a {
	font-weight: bold;
	margin-right: 2px;
}

div#post .info b, div#post .meta b {
	margin-right: 2px;
}

div#post .data {
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px 0;
}

div#post .comment {
	font-size: 11px;
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	padding: 10px;
}

form#commentform #comment {
	width: 100%;
}

div#middle, div#home-middle {
	float: left;
	width: 645px;
}

div#middle h4 {
	color: #FFCC00;
	font-weight: bold;
	font-size: 17px;
}

div#middle ol {
	margin-left: 30px;
}

div#middle ol li {
	margin-bottom: 10px;
}

div#middle ol li b {
	color: #0066CC;
}

div#middle p {
	margin-bottom: 20px;
}

div#middle ul {
	margin: 10px 20px;
}

div#middle ul li {
	display: block;
	padding: 5px 0;
	color: #0066CC;
}

div#middle ul li a {
	font-weight: bold;
}

div#middle ul li ul li {
	font-weight: normal;
	padding: 3px 20px;
}

div#middle h1 {
	padding: 5px 0;
	color: #FF6600;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

div#middle h2 {
	background: #FFFFFF url(images/middle-h2.jpg) top repeat-x;
	padding: 8px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

div#middle .links p {
	margin: 10px 0;
}

div#middle ul.links {
	margin: 0;
}

div#middle .links a {
	border: 1px solid #F2F2F2;
	padding: 5px;
	font-size: 16px;
	margin-bottom: 10px;
	background-color: #F2F2F2;
	font-weight: bold;
	display: block;
}

div#middle .links a:hover {
	background-color: #FFFFFF;
}

div#right {
	float: right;
	width: 220px;
}

div#sidebar {
	background: url(images/columns.jpg) top right repeat-y;
}

div#right a {
	font-weight: bold;
	text-decoration: none;
}

div#right a:hover {
	text-decoration: underline;
}

form.search {
	float: right;
	margin-top: 56px;
	margin-right: 25px;
}

form.search .text {
	width: 150px;
	padding: 2px;
}
form.search .button {
	padding: 2px;
}

div#right h2 {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	margin-bottom: 10px;
	background: url(images/right-h2.jpg) top repeat-x;
}

div#right ul {
	margin-bottom: 10px;
}

div#right ul li {
	list-style-type: none;
	margin-left: 15px;
	border-bottom: 1px solid #F2F2F2;
}
div#right ul li a {
	display: block;
	padding: 5px 10px;
	padding-left: 25px;
}

div#right ul.review li {
	background: url(images/review.gif) left no-repeat;
}

div#right ul.review li.all a {
	color: #FF6600;
}

div#right ul.pages li {
	background: url(images/info.gif) left no-repeat;
}

div#right ul.categories li {
	background: url(images/folder.gif) left no-repeat;
}

div#right ul.archives li {
	background: url(images/calendar.gif) left no-repeat;
}

div#right ul.links li {
	background: url(images/link.gif) left no-repeat;
}

div#right ul li ul li {
	border: none;
	padding: 0;
}

div#footer {
	background: #0066CC url(images/footer-bg.jpg) top repeat-x;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
	width: 100%;
	float: left;
}

div#footer ul {
	margin: 0;
	padding: 0;
}

div#footer li {
	list-style-type: none;
	display: inline;
	margin: 0 5px;
}

div#footer a {
	color: #FFFFFF;
	font-weight: bold;
}

div#footer p {
	margin: 0;
	margin-bottom: 5px;
}