/*   
Theme Name: the game studio
Theme URI: http://www.thegamestudio.net/
Description: I made this so the site can look less like a butt
Author: Noah Manneschmidt
Author URI: http://twitter.com/psoplayer
.
This theme is not licensed for reuse
You're welcome.
.
*/

body {
	background-color: #3DB2FC;
	background-position: top center, bottom center;
	background-repeat: no-repeat;
	background-image: url('images/bg1.png'), url('images/bg2.png');
	font-family: helvetica,sans-serif;
	padding: 0px;
	margin: 0px;
}

#everything {
	width: 800px;
	margin: 0 auto;
}

header h1, article h1 {
	font-family: georgia;
	font-weight: lighter;
	margin: 0;
}

nav {
	display: block;
	background-color: white;
	-webkit-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;
	line-height: 35px;
	font-size: 19px;
}

nav ul {
	list-style: none;
	display: inline;
	padding: 4px;
}

nav li {
	display: inline;
	padding-left: 5px;
}

nav a {
	color: #999;
}

nav li.current-menu-item a:before {
	content: '[';
}

nav li.current-menu-item a:after {
	content: ']';
}

nav .games {
	color: #FA86FB;
}

nav .twitter {
	color: #3AAFEA;
}

.search {
	float: right;
	display: block;
}

.search input {
	padding: 5px;
	padding-right: 30px;
	display: inline;
	float: right;
	border: 1px solid #CBCBCB;
	margin: 5px;
	width: 165px;
	height: 14px;
	background-image: url('images/search.png');
	background-position: top right;
	background-repeat: no-repeat;
}

header h1 {
	color: white;
}

#title1 {
	font-size: 72px;
	margin-top: 15px;
}

#title2 {
	font-size: 96px;
	margin-top: -0.5em;
}

#preview {
	color: white;
	font-family: georgia;
	background-color: rgba(0,0,0,0.5);
	margin: 0;
	margin-top: 30px;
	padding: 10px;
	font-size: 18px;
	width: 672px;
}

#preview a {
	color: #FFD800;
}

#copy {
	background-color: white;
	display: block;
	-webkit-box-shadow: 0px 0px 5px black;
	-moz-box-shadow: 0px 0px 5px black;
	box-shadow: 0px 0px 5px black;
	padding: 15px;
	color: #313131;
	margin-top: 30px;
	margin-bottom: 375px;
	min-height: 375px;
}

article.post {
	margin-bottom: 3em;
}

article h1 {
	margin: 0;
	font-size: 48px;
}

article h2 {
	margin-left: 1em;
}

article a {
	text-decoration: none;
	color: inherit;
	color: #2568A1;
}

article h1 a {
	color: inherit;
}

article a:hover {
	text-decoration: underline;
}

article p {
	margin-left: 2em;
}

article .alignleft {
	float: left;
	margin-right: 5px;
}

.comments {
	border-bottom: 10px dotted lightGrey;
}

.comments blockquote {
	border-bottom: 1px solid #CBCBCB;
	padding: 8px;
	margin: 0;
}

.comments .even {
	background-color: #F5F5F5;
}

.comments h3 {
	margin: 0;
}

.comments p {
	margin-bottom: 0;
}

.avatar {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

.time {
	clear: left;
	margin-left: 0px;
}

.comments label {
	display: inline-block;
	text-align: right;
	width: 150px;
	vertical-align: top;
	margin-bottom: 8px;
	font-size: 18px;
}

/* [ZWL] Adding some image stuff. */
.wp-caption {
	margin-left: auto;
	margin-right: auto;
	background: #B0D0E5;
	text-align: center;
	padding: 5px;
	font-size: 0.8em;
	color: #324D64;
}

.wp-caption img {
	border: 1px solid #fff;
}