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

	Kasyna24 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: #e6e6e6;
	color: #3f3f3f;
	text-align: center;
}

h1 { color: #000; }

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

h3 { margin-bottom: 0; }
p { margin: 0.4em 0 0.5em 0; }
a { color: #0067bd; }
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: 70em;
	margin: 0 auto 0 auto;
	padding: 0;
}
/* }}} End Container */

/* Content {{{ */
#content {
	width: 35em;
	width: 54.8em;
	width: 54.8em;
	margin: 0;
	padding: 0 1.4em 2em 1.4em;
	float: right;
	background: #f6f6f6 url(images/content-shadow-left.png) repeat-y;
	border-right: 1px solid #bababa;
	border-left: 1px solid #bababa;
}

#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.rating {
	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: 1.1em;
	display: block;
	float: right;
	line-height: 15px;
	margin-top: 1em;
	padding-left: 18px;
}

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

.post, .page, .tag-posts { width: 36.4em; }
.tag-posts h3 { margin: 0; }
.tag-posts .postmetadata { margin: 0 0 1.3em 0; }
.tag-posts a { margin: 0; }

#comments {
    float: left;
    width: 30em;
    
}
/* }}} End Content */

/* Sidebars {{{ */
#sidebar {
	width: 12.2em;
	float: left;
	margin: 0;
	padding: 0;
}

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

#sidebar a:hover {
	background: #f4f4f4;
	border-bottom: 1px solid #d9d9d9;
}

#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: #f4f4f4 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;
}

#sidebar-right {
	margin: 0;
	float: right;
}

#sidebar-right .news {
    width: 17.6em;
	margin-bottom: 0;
}

/* }}} End Sidebars */

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

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

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

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

#footer {
	width: 100%;
	font-size: 0.85em;
	background: #5a5a5a;
	text-align: center;
	color: #c5c5c5;
	border-top: 2px solid #494949;
}

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

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

#footer a {
	color: #c5c5c5;
    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 Header & 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 #e1e1e1;
    border-right: 1px solid #e1e1e1;
    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;
}

.rounded-box p { margin: 0; }

#sidebar-right .news, #sidebar-right .mini-top-list {
    margin: 1em 0 1em 0;
    background: url(images/sidebar-box-left.png);
}

#sidebar-right h3 {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#sidebar-right .news h3 {
    margin: 0 0 0 12px;
    padding: 14px 0;
    background: url(images/sidebar-box-right.png) top right no-repeat;
}

#sidebar-right h4 {
	background: #fff;
	margin: 0;
	padding: 1em 0 1em 12px;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    font-weight: normal;
}
	
#sidebar-right p, #sidebar-right .mini-top-list ul {
    display: block;
    background: #fff;
    margin: 0;
    padding: 0 1.2em 0 1.2em;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    line-height: 1.4em;
}

#sidebar-right .end-left {
    padding-left: 12px;
    background: url(images/sidebar-box-left.png) bottom left no-repeat;
}

#sidebar-right .end-right {
    display: block;
    background: url(images/sidebar-box-right.png) bottom right no-repeat;
}

#sidebar-right hr {
    color: #e1e1e1;
    background: #e1e1e1;
}

#sidebar-right div.hr {
    padding: 0.6em 0 0.6em 0;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-width: 0 1px 0 1px;
}

#sidebar-right .mini-top-list { width: 17.6em; }

#sidebar-right .mini-top-list div.start {
    margin: 0 0 0 12px;
    padding: 14px 0;
    background: url(images/sidebar-box-right.png) top right no-repeat;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

#sidebar-right .mini-top-list h3 {
    display: inline;
    background: none;
}

#sidebar-right .mini-top-list span.bonus {
    margin-left: 4.5em;
    font-weight: bold;
}

#sidebar-right .mini-top-list ul { list-style-type: none; }
#sidebar-right .mini-top-list ul li { line-height: 2em; }
#sidebar-right .mini-top-list ul li a { float: left; }

#sidebar-right .mini-top-list ul span {
    float: right;
    font-weight: bold;
}

/* }}} 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; }
div.navigation .right { padding: 0 1em 0 0; }

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

.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;
    text-align: center;
}

#welcome { 
    margin-bottom: 0;
    width: 36em;
}

#welcome .start { padding: 0.5em 0 0.3em 0.2em; }
#welcome .main { padding: 0 1.4em 0 1.4em; }

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