/*
Theme Name: Ishisoft Theme
Theme URI: http://ishisoft.com
Description: Ishisoft Theme!
Version: 1.0
Author: Ishisoft
Author URI: http://ishisoft.com

*/

/*blue: hue 146*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Verdana, Tahoma, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #000000;
	color: #aaaaaa;
}

a:link, a:visited{
	text-decoration: none;
	color: #0082e0;
}

a:hover{
	color: #003862;
}

h1{
	font-size: 18px;
	padding: 0 0 10px 0;
	text-align: center;
	color: #777777;
}

h1 a:link, h1 a:visited, h1 a:hover{
	color: #aa5555;
}

img{
	border-style: none;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 950px;
	text-align: left;
}

#header{
	float: left;
	width: 950px;
	padding: 10px 0;
}

#header img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul#tabs {
	list-style-type: none;
	background-image: url('images/postheader-devlog.png');
	height: 40px;
	width: 950px;
	margin: 10px auto;
	padding: 0;
}

ul#tabs li{
	float: left;
	width: 118px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	
}

ul#tabs li a, ul#tabs li a:visited{
	color: #aa5555;
}

ul#tabs li a:hover{
	color: #ff8888;
}

#container{
	float: left;
	width: 950px;
}

.postcontainer{
	display: block;
}

.post{
	width: 796px;
	padding: 0 0 5px 0;
	background: #111111;
	border-style: solid;
	border-width: 0 0 24px 0;
	border-color: #000000;
	display: inline-block;
	min-height: 139px;
}

.post h2{
	padding: 2px 5px 2px 5px;
	font-size: 18px;
	position: relative;
}

.post h2 a:link, .post h2 a:visited{
	text-decoration: none;
	color: #aaaaaa;
}

.post h2 a:hover{
	color: #777777;
}

.postformaticons{
	position: absolute;
	top: 0;
	right: 0;
}

.postformaticons img{
	display: inline;
	padding: 0;
	margin: 0;
}

.postheader-devlog h2{
	background: url('images/postheader-devlog.png') repeat-x top center;
}

.postheader-games h2{
	background: url('images/postheader-games.png') repeat-x top center;
}

.postheader-misc h2{
	background: url('images/postheader-misc.png') repeat-x top center;
}

.postheader-art h2{
	background: url('images/postheader-art.png') repeat-x top center;
}

.entry{
	line-height: 18px;
	padding: 0 5px 5px 5px;
}

.entry ul{
	list-style-type: none;
	padding: 0 0 0 5px;
}

.entry h2{
	padding: 20px 0 5px 0;
}

.entry img{
	padding: 5px;
}

.entry img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.postside-misc{
	line-height: 18px;
	float: left;
	width: 144px;
	height: 144px;
	background: #111111;
	margin: 0 10px 0 0;
	display: inline-block;
	padding: 0;
	background-image: url('images/postside-misc.png'); /*this can be overwritten with inline styles! posts.php*/
	background-repeat: no-repeat;
}

.postside-games{
	line-height: 18px;
	float: left;
	width: 144px;
	height: 144px;
	background: #111111;
	margin: 0 10px 0 0;
	display: inline-block;
	padding: 0;
	background-image: url('images/postside-games.png'); /*this can be overwritten with inline styles! posts.php*/
	background-repeat: no-repeat;
}

.postside-devlog{
	line-height: 18px;
	float: left;
	width: 144px;
	height: 144px;
	background: #111111;
	margin: 0 10px 0 0;
	display: inline-block;
	padding: 0;
	background-image: url('images/postside-devlog.png'); /*this can be overwritten with inline styles! posts.php*/
	background-repeat: no-repeat;
}

.postside-art{
	line-height: 18px;
	float: left;
	width: 144px;
	height: 144px;
	background: #111111;
	margin: 0 10px 0 0;
	display: inline-block;
	padding: 0;
	background-image: url('images/postside-art.png'); /*this can be overwritten with inline styles! posts.php*/
	background-repeat: no-repeat;
}

.postmetadata{
	border-style: solid;
	border-color: #000000;
	border-width: 3px 0;
	margin: 10px 0 10px 0;
	background-color: #080808;
	padding: 0 5px;
	color: #666666;
	line-height: 18px;
}

.navigation{
	padding: 0 0 24px 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer{
	float: left;
	clear: both;
	width: 750px;
	padding: 10px 0 10px 0;
}

#footer p{
	line-height: 18px;
}

.comments-template{
	margin: 0;
	padding: 0;
	border-top: 24px solid #000000;
}

.comments-template p{
	padding: 10px 5px 0 5px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 0px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 24px solid #000000;
}

.comments-template h2, .comments-template h3{
	font-size: 18px;
	color: #aaaaaa;
}

.commentmetadata{
	font-size: 12px;
	padding: 0 5px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

.avatar {
float: left;
margin: 0;
padding: 0 8px 0 0;
}

input{
	background-color: #1a1a1a;
	border: 2px solid #444444;
	color: #888888;
	font-family: Verdana, Tahoma, Sans-serif;
}

textarea{
	background-color: #1a1a1a;
	border: 2px solid #444444;
	color: #888888;
	font-family: Verdana, Tahoma, Sans-serif;
}

.prev-single-post{
	display: block;
	float: left
}

.next-single-post{
	display: block;
	float: right
}