/*  
Theme Name: Bingospill
Description: The Bingospill WordPress theme created by Reimund Trost (Code7).
Version: 1.6
Author: Reimund Trost
Author URI: http://code7.se/

	Bingospill v1.0

	This theme was designed and built by Reimund Trost,
	whose homepage you will find at http://code7.se/

*/

/* Main styles {{{ */
body {
	margin: 0;
	font-size: 80%;
	font-family: 'Lucida Grande', Arial, Sans-Serif;
	background: #eedee3;
	color: #3f3f3f;
	text-align: center;
}

h2 {
	color: #910733;
	margin: 1.5em 0 0 0;
}

h3 {
	margin-bottom: 0;
}

p { margin: 0.4em 0 0.5em 0; }
a { color: #910733; }
p a:hover { text-decoration: none; }

img { border: 0; }

ul {
	margin: 0;
	padding: 1em;
}

hr {
	margin: 1em 0 0 0;
	height: 1px;
	background: #bdbdbd;
	color: #bdbdbd;
	padding: 0;
	border: 0;
}
/* }}} End Main styles */

/* Container {{{ */
#container {
	text-align: left;
	width: 71em;
	margin: 0 auto 0 auto;
}
/* }}} End Container */

/* Content {{{ */
#content {
	width: 54.8em;
	margin: 0;
	padding: 0 2em 2em 2em;
	float: right;
	background: #f9f3f5;
	border-right: 1px solid #c1b4b8;
	border-left: 1px solid #c1b4b8;
}

div.post { width: 44em; }

#top-10 {
	width: 36em;
	float: left;
}

#top-10 div.post h3 { margin: 0.4em 0 0.6em 0; }

#top-10 img.banner {
    float: right;
    margin-right: 2em;
}

#top-10 div.post {
	width: 36em;
	margin-bottom: 0;
}

#top-10 img.ball {
	margin: 0 1.5em 0 0;
	float: left;
}

#top-10 a.review, #top-10 a.offer {
	background: #fff url(images/arrow.png) no-repeat;
	height: 1em;
	display: block;
	float: right;
	line-height: 15px;
	margin-top: 1em;
	padding-left: 18px;
}

#top-10 a.offer {
	float: left;
}

#news {
	margin: 0;
	margin-left: 1em;
	width: 17em;
	float: left;
}

#news h5 {
	padding-left: 0.4em;
    padding-right: 0.4em;
}

#news a { font-size: 1.3em; }

#news div.post {
    width: 17.6em;
	margin-bottom: 0;
}
/* }}} End Content */

/* Sidebar {{{ */
#sidebar {
	width: 11.8em;
	float: left;
}

#sidebar a {
	color: #391621;
	text-decoration: none;
	margin: 0;
	padding: 0.4em 0 0.4em 1em;
	display: block;
	border-bottom: 1px solid #eedee3;
}

#sidebar a:hover {
	background: #f7f0f2;
	border-bottom: 1px solid #dcd2d5;
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 1em 0 0 0;
}

#sidebar ul li.current_page_item a {
	background: url(images/menu-bullet.png) no-repeat;
	padding-left: 18px;
}
	
#sidebar ul li.current_page_item a:hover {
	background: #f7f0f2 url(images/menu-bullet-over.png) no-repeat;
}

#sidebar ul li {
	padding: 0;
	margin: 0.1em 0 0.1em 0;
	display: inline;
	margin: 0;
	font-weight: bold;
}
/* }}} End Sidebar */

/* Header {{{ */
#header {
	height: 127px;
	width: 100%;
	float: left;
	background: #841539 url(images/header-bg.png) repeat-x;
}

#header div {
	width: 95%;
	text-align: center;
	float: left;
}

#header-img {
	padding-right: 80px;
	margin: 0 auto;
}

#header .right {
	margin: 5px 2px 0 0;
}

/* }}} End Header */

/* Footer {{{ */
#footer {
	width: 100%;
	font-size: 0.8em;
	background: #051229;
	text-align: center;
	color: #5f7397;
}

#footer em {
	font-weight: bold;
	font-style: normal;
	margin: 0 0.5em 0 0;
}

#footer p { padding: 0.2em 0 0 0; }

#footer a {
	color: #5f7397;
    margin: 0 0 0 0.5em;
}

#footer a:hover { text-decoration: none; }

#footer ul {
	margin: 0 3.6em 0 1em;
	padding: 0;
	list-style-type: none;
	float: left;
}

#footer ul li { padding: 0 0 0.3em 0; }
#footer div p { margin: 0; }

#footer .center {
	width: 70em;
	padding: 1em;
}

#footer div div {
	font-size: 0.9em;
	margin-right: 10em;
}
/* }}} End Footer */

/* Utility classes {{{ */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.left {	float: left; }
.right { float: right; }
.center { margin: 0 auto; }
/* }}} End Utility classes */

/* Rounded boxes {{{ */
.rounded-box {
    background: url("images/rounded-left.png") top left no-repeat;
    float: left;
    margin: 1em 0 1em 0;
}

.rounded-box .start {
    background: url("images/rounded-right.png") top right no-repeat;
    margin: 0;
    margin-left: 12px;
    padding: 1em 0;
}

.rounded-box .main {
    background: #fff;
    border-left: 1px solid #e8dade;
    border-right: 1px solid #e8dade;
    margin: 0;
    padding: 0 1.2em 0 1.2em;
    display: block;
}

.rounded-box .end-left {
    margin: 0 0 0 0;
    padding-left: 12px;
    background: url("images/rounded-left.png") bottom left no-repeat;
}

.rounded-box .end-right {
    display: block;
    background: url("images/rounded-right.png") bottom right no-repeat;
}
/* }}} End Rounded boxes */

/* Buttons {{{ */
.button-h a,
.button-l a,
.button-m a,
.button-s a  {  
    color: #fff;
    display: block;
    text-decoration: none;
}

.button-h,
.button-l,
.button-m,
.button-s { float: left; }

.button-h {
    background: url(images/button-huge-1.png) no-repeat top right;
    padding: 0 34px 0 0;
}

.button-h a {
    background: url(images/button-huge-1.png) no-repeat top left;
    padding: 10px 0 9px 30px;
    font-size: 16px;
}

.button-l {
    background: url(images/button-large-1.png) no-repeat top right;
    padding: 0 18px 0 0;
}

.button-l a {
    background: url(images/button-large-1.png) no-repeat top left;
    padding: 7px 0 6px 16px;
    font-size: 12px;
}

.button-m {
    background: url(images/button-medium-1.png) no-repeat top right;
    padding: 0 10px 0 0;
}

.button-m a {
    background: url(images/button-medium-1.png) no-repeat top left;
    padding: 4px 0 4px 10px;
    font-size: 11px;
}

.button-s {
    background: url(images/button-small-1.png) no-repeat top right;
    padding: 0 8px 0 0;
}

.button-s a {
    background: url(images/button-small-1.png) no-repeat top left;
    padding: 3px 0 3px 6px;
    font-size: 10px;
    margin: 0;
}


.button-h a:hover,
.button-l a:hover,
.button-m a:hover,
.button-s a:hover { text-decoration: underline; }
/* }}} End Buttons */

/* Everything else {{{ */
div.navigation { padding: 1em 0 0 0; }

.postmetadata small {
	background: #e9e9e9;
	display: block;
	padding: 1em;
	margin: 2em 0 1.5em 0;
	float: left;
}

.mini-top-list {
	margin: 3em 0 2em 1.6em;
	float: right;
	width: 20em;
}

.mini-top-list ul {
	padding: 0 0 0 1em;
	background: #fff;
}

.narrow p { width: 32em; }
.mini-top-list .main { width: auto; }
.mini-top-list ul li { padding: 0.25em 0 0.25em 0; }
#reviews { list-style-type: none; }
#reviews li { padding: 0.5em 0 0.5em 0; }
#reviews li h4 { margin: 0; }

#reviews li img {
	float: left;
	padding: 1em;
	margin 1em 0 0 0;
}

#guide { width: 20em; }
#guide .main { padding: 0.4em 1em 0.1em 1em; }
#guide h3 { padding-bottom: 0; }
#guide p { padding-top: 0.4em; }
#guide img.rating { height: 14px; }

div.tags a:hover { text-decoration: none; }

div.tags {
	margin: 1.6em 0 0 0;
	width: 11.8em;
	float: left;
}

div.tags small { margin: 0; }
.credits { display: none; }
/* }}} End Everything else }}} */