/*
Theme Name: CasualGames
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
Tags:
*/
/* general resets */
body{
	margin:0;
	background:#232323 url(images/main-bg.gif) repeat-x;
	font:13px Arial, Helvetica, sans-serif;
	color:#c0c0c0;
}
a{
	color:#00c9de;
	text-decoration:none;
}
a:hover{
color:rgb(146, 182, 33);
}
img{
	border-style:none;
}
form{
	margin:0;
	padding:0;
}
input{
	font:100% Verdana, Arial,sans-serif;
	vertical-align:middle;
}
/* main */
#main{
	width:784px;
	margin:0 auto;
	padding:40px 0 0;
}
/* logo */
.logo{
	margin:0 0 0 314px;
	height:99px;
	width:202px;
	text-indent:-9999px;
}
.logo a{
	display:block;
	overflow:hidden;
	height:100%;
	background:url(images/logo.png);
}
/* content holder */
.content-holder{
	overflow:hidden;
	height:1%;
	margin:6px 0 0;
}
/* content */
.content{
	float:left;
	width:528px;
	background:url(images/content.png) no-repeat;
	padding:7px 0 0;
}
.content-cont{
	background:url(images/content-cont.png) repeat-y;
	width:100%;
	overflow:hidden;
}
.content-foot{
	height:17px;
	overflow:hidden;
	background:url(images/content-foot.png);
}
.content-wrapper{
	position:relative;
	padding:25px 40px 50px 33px;
}
.content h2{
	color:#00c9de;
	font:24px/28px Arial, Helvetica, sans-serif;
	margin:54px 0 0;
}
.content h2.center,
.content h2.pagetitle{
	margin:0 0 15px;
}
/* post */
.post .head{ padding:0 0 15px;}
.post .first{margin-top:0 !important;}
.post .title{
	overflow:hidden;
	height:1%;
	padding:0 0 7px;
	margin-top:30px;
}
.post .title .date{
	float:left;
	width:64px;
	margin:0 13px 0 0;
	background:#292929;
	text-align:center;
	color:#fff;
	padding:4px 0;
}
.post .title .date strong{
	display:block;
	font:24px/24px Arial, Helvetica, sans-serif;
}
.post .title .date span{
	display:block;
	font-size:11px;
	line-height:15px;
}
.post .title h2{
	margin:-3px 0 0 !important;
	float:left;
	width: 378px;
}
.post .posted,
.post .categorie{
	font-size:11px;
	line-height:21px;
	color:#969696;
}
.post .categorie a{
	background:#292929;
	padding:3px 12px;
}
.post img{ 
/*display:block;*/
padding-right: 10px;
}
.post img.alignright{ 
padding-right: 0;
}
.post p{
	margin:0;
	line-height:21px;
	margin-bottom: 12px;
}
.post h3{
	margin:12px 0 0;
	font-size:13px;
	color:#fff;
}
.post .images-list{
	margin:11px -4px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:459px;
}
.post .images-list li{
	float:left;
	margin:0 4px 0 0;
}
.post dl{
	margin:21px 0 0;
	line-height:21px;
}
.post dt{ display:inline;}
.post dd{
	display:inline;
	margin:0;
}
/* ratings */
.ratings{
	margin:15px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
	font-size:11px;
	line-height:16px;
}
.ratings li{
	float:left;
	width:100%;
	margin:7px 0 0;
}
.ratings strong{
	float:left;
	width:61px;
	font-weight:normal;
	overflow:hidden;
}
.ratings ul{
	margin:0;
	padding:3px 0 0;
	list-style:none;
	float:left;
}
.ratings li li{
	width:auto;
	margin:0 2px 0 0;
}
.ratings img{ display:block;}
/* tags */
.tags{
	margin:30px 0 0;
	line-height:19px;
	font-size:11px;
	color:#969696;
}
.tags strong{ font-weight:normal;}
.tags ul{
	margin:0;
	padding:0 0 0 10px;
	list-style:none;
	display:inline;
}
.tags li{
	display:inline-block;
	margin:0 7px 0 0;
}
.tags a{
	background:#292929;
	padding:2px 12px;
}
/* comment */
.comment{
	background:#464646 url(images/comment-bg.gif) no-repeat 10px 20px;
	padding:15px 15px 17px 33px;
	margin:10px 0 15px;
	color:#c0c0c0;
}
.comment .head{
	font-size:13px;
	color:#fefefe;
}
.comment p{
	margin:8px 0 0;
	line-height:18px;
}
/* form */
.content .form{
	overflow:hidden;
	width:100%;
	margin:7px 0 0;
}
.content .row{
	overflow:hidden;
	width:100%;
	margin:11px 0 0;
}
.content .row input{
	padding:4px 5px;
	float:left;
	width:170px;
	background:#414141;
	border:0;
	color:#c0c0c0;
	margin:0 12px 0 0;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.content .row label{
	float:left;
	color:#c0c0c0;
	font-size:12px;
	margin:10px 0 -2px;
}
.content .form textarea{
	display:block;
	width:450px;
	height:155px;
	padding:5px;
	border:0;
	overflow:auto;
	background:#414141;
	margin:25px 0 0;
	color:#c0c0c0;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.content .form .button{
	display:block;
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#e8e8e8;
	border:0;
	background:url(images/content-button.gif) repeat-x;
	width:155px;
	cursor:pointer;
	margin:16px 0 0;
	height:24px;
}
/* all comments */
.all-comments{
	margin:38px 0 0;
	font-size:11px;
	line-height:31px;
	background:#464646 url(images/comment-bg.gif) no-repeat 8px 13px;
	padding:0 24px;
}
/* sidebar */
.sidebar{
	float:right;
	width:246px;
	margin:-33px 0 0;
	font-size:11px;
}
.sidebar h3{
	margin:38px 0 0;
	background:url(images/hor-dotted-line.gif) repeat-x 0 100%;
	font-size:15px;
	font-weight:normal;
	padding:0 0 8px;
}
.sidebar .linkcat h3{text-transform:uppercase;}
.sidebar .form,
#searchform .form{
	overflow:hidden;
	width:100%;
	margin:10px 0 0;
}
.sidebar .form .text,
#searchform .form .text{
	padding:5px 5px 4px;
	float:left;
	width:109px;
	background:#414141;
	border:0;
	color:#c0c0c0;
	margin:0 10px 0 0;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.sidebar .form .button,
#searchform .form .button{
	float:left;
	font:12px/24px Arial, Helvetica, sans-serif;
	color:#e8e8e8;
	border:0;
	background:url(images/content-button.gif) repeat-x;
	width:65px;
	cursor:pointer;
	height:24px;
	margin:0;
}
.sidebar ul{
	margin:5px 0 0;
	padding:0;
	list-style:none;
	line-height:18px;
	overflow:hidden;
	width:100%;
}
.sidebar li{
	float:left;
	width:100%;
}
.sidebar li.widget_search{margin:33px 0 0 !important;}
.sidebar li a{
	float:left;
	padding:0 0 0 17px;
	background:url(images/side-bullet.gif) no-repeat 1px 6px;
}
.sidebar li a:hover{
	background-position:1px -12px;
	text-decoration:none;
	color:#92b621;
}
.sidebar .htagcloud,
.sidebar .wp-tag-cloud{
	margin:8px 0 0;
	line-height:22px;
}
.sidebar .htagcloud li,
.sidebar .wp-tag-cloud li{
	display:inline;
	float:none;
	width:auto;
}
.sidebar #tag_cloud a,
.sidebar .htagcloud a,
.sidebar .wp-tag-cloud a{
	background:none;
	color:#7c7c7c;
	padding:0 5px;
	white-space:nowrap;
}
.sidebar .htagcloud a.x-important{ font-size:18px;}
.sidebar .htagcloud a.xx-important{ font-size:25px;}
.sidebar #tag_cloud a:hover,
.sidebar .htagcloud a:hover,
.sidebar .wp-tag-cloud a:hover{
	background:#92b621;
	color:#323232;
}
.sidebar .artikel a{
	background:url(images/artikel-bullet.gif) no-repeat 1px 5px;
}
.sidebar .artikel a:hover{ background:url(images/artikel-bullet-active.gif) no-repeat 1px 5px;}
.sidebar .archive a{ background:url(images/archive-bullet.gif) no-repeat 1px 2px;}
.sidebar .archive a:hover{ background-position:1px -18px;}
/* footer */
#footer{
	font-size:11px;
	color:#a4a4a4;
	padding:3px 33px 28px;
}
#footer a{ color:#a4a4a4;}
#footer a.rss{
	padding:0 0 0 18px;
	background:url(images/rss.gif) no-repeat 0 50%;
	margin:0 0 0 10px;
}
.content-wrapper .navigation{padding-top:10px;}
.content-wrapper .navigation .alignleft{float:left;}
.content-wrapper .navigation .alignright{float:right; display:inline;}

input:focus, textarea:focus {
outline: none;
}
