/**
Theme Name: Gamedine
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Game theme
*/

/* -------------------------------------- */

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#202020 url(images/background.png) repeat-x 0 0;
	font:normal 12px 'Myriad Pro',Arial,Tahoma;
	color:#4a483d;
}

a {
	color:#004e78;
	text-decoration:none;
}

a:hover { color:#2a98ff; }

.wrap {
	width:956px;
	padding:0 10px;
	margin:0 auto;
}

/* header */
#header {
	background:url(images/header-bg.jpg) no-repeat 50% 9px;
	height:147px;
	padding-top:30px;
	overflow:hidden;
}

#site-title, #site-description {
	font-weight:normal;
	overflow:hidden;
}

#site-title {
	font-size:49px;
	text-transform:uppercase;
	height:50px;
	color:#fff;
}

#site-title a { color:#fff; }

#site-title a:hover { color:#92e4ff; }

#site-description {
	font-size:18px;
	color:#25baec;
	height:23px;
}

#navigation {
	padding-top:25px;
	float:left;
	width:665px;
}

#top-search-wrap {
	background:transparent url(images/top-search-bg.png) no-repeat 0 0;
	float:right;
	width:281px;
	margin-top:36px;
	position:relative;
	height:30px;
	position:relative;
	display:inline;
}

#top-s, #top-search-submit {
	background:none;
	border:none;
	padding:0;
	position:absolute;
}

#top-s {
	font:normal 12px Arial,Verdana,Tahoma;
	color:#ffffff;
	width:152px;
	top:8px;
	left:24px;
}

#top-search-submit {
	width:91px;
	height:30px;
	cursor:pointer;
	top:0;
	right:0;
}

/* container */
#container {
	background:#fff url(images/container-bg.gif) repeat-y 0 0;
}

#container .inner {
	background:#fff url(images/content-bg.gif) repeat-x 0 0;
}

/* content */
#content {
	float:left;
	width:614px;
	padding:12px 8px 12px 8px;
}

.pagetitle {
	font-size:20px;
	margin-bottom:8px;
}

.post {
	background:url(images/post-bg.png) repeat-y 0 0;
}

.post-top {
	background:#eee url(images/post-top-bg.png) no-repeat 0 0;
	padding:17px;
	width:580px;
	float:left;
}

.post-bottom {
	background:url(images/post-bg.png) repeat-x 100% 0;
	height:3px;
	overflow:hidden;
	margin-bottom:6px;
}

#content .title {
	font-size:21px;
	color:#004e78;
	margin-bottom:5px;
}

.mini-meta {
	font-size:14px;
	color:#666;
	margin-bottom:15px;
}

.mini-meta span { color:#2a98ff; }

.thumbnail {
	float:left;
	border:2px solid #dcdcdc;
	display:inline;
}

#content .entry {
	font-family:Arial, Verdana,Tahoma;
	margin:0 0 12px 150px;
}

.no-image { margin-left:0 !important; }

.meta {
	background:#e2e2e2 url(images/meta-bg.gif) repeat-x 0 0;
	clear:both;
	font-size:11px;
	line-height:29px;
	color:#666;
	padding:0 8px;
	height:29px;
	width:564px;
	position:relative;
}

.meta .left, .meta .right {
	background:url(images/meta-bg.gif) no-repeat 0 -29px;
	display:block;
	height:29px;
	width:5px;
	padding:0;
	border:none;
	position:absolute;
	top:0;
}

.meta .left { left:0; }

.meta .right {
	background-position:0 100%;
	right:0;
}

.meta span, .meta a {
	background:url(images/all-icons.gif) no-repeat;
	border-right:1px solid #cdcdcd;
	float:left;
	padding:0 15px 0 37px;
}

.meta a { color:#666; }

.meta a:hover { color:#2a98ff; }

.meta .rss {
	background-position:7px 8px;
	padding-left:27px;
}

.meta .twit-this { background-position:13px -21px; }

.meta .email { background-position:13px -50px; }

.meta .a2a_dd { background-position:13px -78px; }

.meta .comment-post {
	background-position:13px -107px;
	width:80px;
	overflow:hidden;
	border:none;
}

.meta .read-more {
	background-position:67px -135px;
	float:right;
	padding:0 29px 0 15px;
	border-right:none;
	border-left:1px solid #cdcdcd;
}

/* wp-pagenavi */
#wp-pagenavi-wrapper {
	background:#cbcbcb url(images/pagenavi-wrap-bg.gif) repeat-x 0 0;
	clear:both;
	height:47px;
	position:relative;
	padding:0 8px;
	border:1px solid #bfbfbf;
}

.wp-pagenavi {
	padding-top:17px;
	font:normal 12px Arial, Tahoma, Verdana;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.extend {
	background:#7e7e7e url(images/pagenavi-bg.png) repeat-x 0 0 !important;
	font:bold 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-style:italic;
	color:#fff !important;
	padding:7px 9px !important;
	border:1px solid #656565 !important;
}

.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi a:hover {
	background:#0e91bd url(images/pagenavi-bg.png) repeat-x 0 -34px  !important;
	border:1px solid #146a87 !important;
	font-weight:bold;
}

#container .wp-pagenavi .inner { background:none; }

/* sidebar */
#sidebar {
	background:url(images/sidebar-bg.png) no-repeat 0 0;
	float:right;
	width:306px;
	padding:12px 10px;
}

.widget {
	color:#737373;
	padding:0 6px;
	border-left:1px solid #a8a8a8;
	border-right:1px solid #a8a8a8;
	margin-bottom:11px;
}

.widget-title {
	background:#313131 url(images/widget-title-bg.png) repeat-x 0 0;
	color:#fff;
	padding:0 4px;
	height:33px;
	overflow:hidden;
	border:1px solid #000;
	margin:0 -7px 6px;
}

.widget-title span {
	background:url(images/dot.png) no-repeat 0 8px;
	display:block;
	line-height:33px;
	padding-left:24px;
	text-transform:uppercase;
}

.widget ul li {
	line-height:28px;
	border-bottom:1px solid #dadada;
	padding-left:1px;
}

.widget ul ul {
	padding-left:10px;
}

.widget ul li li {
	border-bottom:none;
	border-top:1px solid #dadada;
}

.widget a { color:#737373; }

.widget a:hover { color:#2a98ff; }

.widget-bottom {
	background:#313131 url(images/widget-bg.gif) repeat-x 0 0;
	display:block;
	height:15px;
	margin:6px -7px 0;
	border:1px solid #000;
}

/* footer */
#footer {
	background:#202020 url(images/footer-bg.png) repeat-x 0 0;
	height:90px;
	line-height:24px;
	color:#fff;
	padding:15px 0;
}

#footer a { color:#25baec; }

#footer a:hover { color:#fff; }


