/*
Theme Name: grapefrukt games
Theme URI: http://grapefrukt.com
Description: Lorem ipsum
Version: 0.1
Author: Martin Jonasson

	Based on Kubrick v1.5
	http://binarybonsai.com/kubrick/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end css reset */

img { -ms-interpolation-mode : bicubic; }

body {
	background : #638fa7 url(images/background.png);
	font: bold 15px Helvetica, "Helvetica Neue", arial, sans-serif;
	color : #ffffff;
}

a {
	color : #97daff;
	text-decoration : none;
}

#header {
	padding: 25px 0;
	margin: 0 auto;
	width:450px;
}

#page {
	
	
}

h2 {
	display: block;
	width: 482px;
	font-size: 150%;
	margin: 0 auto;
	padding-bottom: 10px;
}

h3 {
	font-size: 125%;
}

.intro {
	width: 482px;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.3em;
}

.cartridge {
	float: left;
}

.cartridge .overlay {
	background : url(images/cartridge-purple.png);
	width: 236px;
	height: 161px;
	position:absolute;
	cursor:pointer;
}

.cartridge img {
	padding: 22px 40px 50px 23px
}

.home.entry, .single.entry {
	line-height:1.7em;
	margin-left:255px;	
}

.postseparator, .aboutseparator {
	clear : both;
}

dt {
	padding-left: 4px;
	vertical-align: top;
}

dd {
	margin-left: 5em;
	margin-top: -1.2em;
	vertical-align: top;
	text-align: right;
}

hr {
	visibility : hidden;
}

#footer {
	display : none;
}

body.page .entry {
	width: 482px;
	margin: 0 auto;
	font-weight: normal;
}

body.page .entry p, body.page .entry li {
	padding-bottom: 10px;
}

body.page .entry ul {
	list-style-type: square;
	padding-left: 30px;
}

#header { 
	position: relative; 
}

.featured, .about {
	width: 482px;
	margin: 0 auto;

}

.featured .info {
	float: left;
}

.featured dl {
	float: right;
}

.post {
	width: 100%;
}

.post:first-child {
	background: rgba(0, 0, 0, 0.2);
	padding: 25px 0 5px 0;
}

a.gameimage {
	padding-bottom: 10px;
	display: block;
}

.gameimage img {
	border-radius: 15px;
	box-shadow: 0px 5px 5px rgba(33, 84, 94, 0.34);
}