/*  
Theme Name: Gaming Blog Theme
Theme URI: http://gaming-blog.net/
Description: WordPress theme design for Gaming-Blog.net.
Version: 2.0
Author: Ia Lucero
Author URI: http://stellify.net/
*/
* {
	margin: 0;
	padding: 0;
	font-family: "lucida sans", "lucida grande", arial, helvetica, sans-serif;
}
html, input, select, textarea {
	font-size: 100%;
	color: #ccc;
}
body {
	background: #111 url(images/background.png) 0 135px repeat-x;
	text-align: center;
	font-size: 0.625em/1em;
}
#wrapper {
	text-align: left;
	margin: 25px auto;
	display: block;
	width: 960px;
}
/* header */
#header {
	position: relative;
	left: -42px;
	width: 1002px;
	height: 85px;
	background: url(images/header-bg.gif) bottom repeat-x;
}
#header h1, #header h1 a {
	width: 394px;
	height: 85px;
}
#header h1 a {
	display: block;
	text-indent: -1000em;
	background: url(images/gaming-blog.png) no-repeat;
}
#header .description {
	width: 189px;
	height: 15px;
	display: block;
	text-indent: -1000em;
	background: url(images/subtitle.png) no-repeat;
	position: relative;
	top: 30px;
	left: 10px;
}
#header .navigation {
	height: 85px;
	margin-right: 20px;
}
#header .navigation li {
	display: inline;
	margin-left: 10px;
}
#header .navigation li a {
	position: relative;
	top: 31px;
}
#header .navigation li a:hover, #header .navigation li.current a {
	border-bottom: 5px solid #333;
}
#main {
	background: #333; /*url(images/main-bg.gif) repeat-y;*/
	padding-bottom: 33px;
}
/* posts */
#posts {
	width: 540px;
	background: #333;
}
#posts .post {
	margin: 0 20px 40px;
	padding-bottom: 50px;
	background: url(images/post-divider.gif) bottom no-repeat;
}
#posts .meta {
	color: #999;
	margin: 5px 0 20px;
}
#posts p.error {
	margin: 0 20px;
	padding: 20px;
	background: #444;
}
#posts .post .content img {
	margin: 0 10px;
}
#posts .post .content img[align="left"] {
	margin-left: 0;
}
#posts .post .content img[align="right"] {
	margin-right: 0;
}
#posts p, #posts .content p, #posts .content ul, #posts .content ol, #posts .content blockquote, .commentlist, .commentlist li {
	margin: 20px 0;
}
#posts blockquote {
	padding: 1% 20px;
	background: #222;
}
#posts .comments {
	background: url(images/comment-icon.png) right no-repeat;
	padding: 5px 35px 5px 0;
	text-align: right;
}
#posts .navigation {
	margin: 20px;
}
/* comments */
#commentsection {
	margin: 20px;
}
.commentlist {
	border-top: 1px solid #777;
}
.commentlist li {
	border-bottom: 1px solid #777;
}
#author, #email, #url {
	width: 180px;
}
#comment {
	width: 400px;
}
#author, #email, #url, #comment, #submit {
	background: #222;
	border: 1px solid #777;
	padding: 5px;
}
/* sidebar */
#sidebar {
	width: 400px;
	background: #444;
	font-size: 90%;
	/*position: relative;
	top: -33px;*/
}
ul#primary {
	width: 200px;
}
ul#secondary {
	width: 140px;
	margin: 20px 20px 20px 0;
}
#sidebar ul li h2 {
	color: #078c84;
	margin: 0 0 10px;
}
ul#primary li h2 {
	background: #333 url(images/sidebar-item-title-bg.gif) 95% 0 no-repeat;
	padding: 3px 0 3px 10px;
}
ul.sidebar {
	margin: 20px;
}
ul.sidebar li {
	margin-bottom: 20px;
}
ul.sidebar li ul li {
	margin: 0;
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #333;
}
#searchform div {
	width: 198px;
	height: 28px;
	border: 1px solid #777;
	background: url(images/search-bg.png) no-repeat;
}
#s {
	width: 172px;
	background: transparent;
	border: none;
	padding: 5px 0 5px 5px;
	color: #aaa;
}
#searchsubmit {
	width: 21px;
	height: 28px;
}
#sidebar a.feed {
	padding: 5px 0 5px 25px;
	display: block;
}
#sidebar .feed {
	background: url(images/feed-icon-blue.png) 0 50% no-repeat;
}
#sidebar a.feed.primary {
	background: url(images/feed-icon-orange.png) 0 50% no-repeat;
}
ul.sidebar li a img {
	margin-left: 10px;
}
#footer {
	margin: 10px 0;
}
/* common */
ul.navigation, .commentlist, #sidebar ul {
	list-style: none outside; /* list items have extra left padding/margin without outside */
}
/* floats */
#posts, #sidebar, ul#primary, ul#secondary, #header h1, #header .description, #s, #searchsubmit, .left {
	float: left;
	display: inline;
}
#header .navigation, .right {
	float: right;
	display: inline;
}
.clear {
	clear: both;
	display: block;
}
#header .clear, #main .clear {
	min-height: 0; /* ie7 clear float */
}
.content, .sidebar {
	overflow: hidden;
}
/* sizes */
h1 {
	font-size: 1.6em;
	line-height: 1em;
}
h2 {
	font-size: 1.3em;
}
#header .navigation, #posts .post .content, blockquote {
	font-size: 0.9em;
}
#posts .post .content {
	line-height: 1.6em;
}
#subscribe {
	font-size: 140%;
}
.meta, ul.sidebar li ul li, #footer {
	font-size: 0.85em;
}
#commentsection {
	font-size: 0.8em;
}
/* text styles */
#header .navigation a, #posts a, #sidebar a.feed, .comments {
	font-weight: bold;
}
#posts a, #sidebar a.feed, .comments {
	font-style: italic;
}
a {
	color: #ff6c00;
	text-decoration: none;
}
a:hover {
	color: #00c5b2;
}
#header .navigation a, #sidebar a {
	color: #bbb;
}
#posts h1.title a, #posts .comments a {
	color: #078c84;
}
a img {
	border: none;
}
