/*

	Theme Name: PixoPoint Flash Gamer
	Theme URI: http://pixopoint.com/
	Description: WordPress theme custom built by PixoPoint.
	Version: 1.0
	Author: PixoPoint
	Author URI: http://pixopoint.com/

*/



/*********************************
********* Overall styles *********
**********************************/

body {
	background:#214f82 url(http://escapeheaven.com/wp-content/uploads/2010/01/background_blue3.png) repeat;
	margin:0;
	padding:0;
	}
#wrapper {
	overflow:none;
	margin:0 auto;
	width:1000px;
	}
img, img a, img a:hover {
	border:none;
	}

/*********************************
************* Header *************
**********************************/

#header {
	position:relative;
	width:100%;
	height:105px;
	margin:16px auto 0 auto;
	padding:0;
	}
h1 {
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	}
h1 a {
	display:block;
	background:url(http://escapeheaven.com/wp-content/uploads/2010/01/Escapeheaven_logo.png) no-repeat;
	margin:0;
	padding:0;
	width:1000px;
	height:90px;
	text-indent:-999em;
	}
#navigation {
	position:absolute;
	top:17px;
	left:50%;
	margin:0 0 0 -500px ;
	width:1000px;
	z-index:200;
	}
#navigation h2 {
	font-family:verdana,sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	width:150px;
	text-align:right;
	position:absolute;
	right:0;
	height:20px;
	}
#navigation ul {
	position:absolute;
	right:0;
	top:20px;
	display:none;
	list-style:none;
	margin:0;
	padding:0;
	width:150px;
	}
#navigation:hover ul {
	display:block;
	}
#navigation li {
	z-index:200;
	margin:0;
	padding:0;
	width:150px;
	background:#eee;
	font-family:verdana,sans-serif;
	font-size:10px;
	color:#666;
	line-height:22px;
	text-indent:10px;
	text-transform:uppercase;
	}
#navigation li a {
	display:block;
	text-decoration:none;
	color:#333;
	}
#navigation li a:hover {
	background:#aaaaff;
	text-decoration:none;
	color:#fff;
	}
#navigation li input {
	border:1px solid #ccc;
	width:130px;
	}


/*********************************
************ Headings ************
**********************************/

.home h2 {
	margin:5px 0 0 0;
	padding:0;
	font-weight:normal;
	text-align:center;
	font-size:10px;
	color:#555;
	font-family:verdana,sans-serif;
	letter-spacing:0;
	line-height:12px;
	}
h3 {
	margin:0;
	padding:0.25em 0 0.375em 0;
	font-weight:normal;
	font-size:1.2em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:1.5em;
	}

h2 {
	margin:0;
	padding:0 0 0.1875em 0;
	font-weight:normal;
	font-size:1.3em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:1.875em;
	}
h3 {
	margin:0;
	padding:0.25em 0 0.375em 0;
	font-weight:normal;
	font-size:1.2em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:1.5em;
	}
h4 {
	margin:0;
	padding:0.25em 0 0.25em 0;
	font-weight:normal;
	font-size:1.1em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:1.25em;
	}
h5 {
	margin:0;
	padding:0.1875em 0 0.1875em 0;
	font-weight:normal;
	font-size:1.0em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:1.0625em;
	}
h6 {
	margin:0;
	padding:0.1875em 0 0.1875em 0;
	font-weight:bold;
	font-size:0.9em;
	color:#555;
	font-family:sans-serif;
	letter-spacing:0;
	line-height:0.9375em;
	}

h2 a {
	color:#44f;
	text-decoration:none;
	}
h2 a:hover {
	color:#44f;
	text-decoration:underline;
	}
h3 a {
	color:#44f;
	text-decoration:none;
	}
h3 a:hover {
	color:#44f;
	text-decoration:underline;
	}
h4 a {
	color:#44f;
	text-decoration:none;
	}
h4 a:hover {
	color:#44f;
	text-decoration:underline;
	}
h5 a {
	color:#44f;
	text-decoration:none;
	}
h5 a:hover {
	color:#44f;
	text-decoration:underline;
	}
h6 a {
	color:#44f;
	text-decoration:none;
	}
h6 a:hover {
	color:#44f;
	text-decoration:underline;
	}


/*********************************
************* Main Content **************
**********************************/

#maincontent {
	z-index:0;
	position:relative;
	float:left;
	overflow:auto;
	width:1000px;
	}
.post {
	border:1px solid #aaf;
	background:#fff;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	}
.post p {
	font-family:verdana,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
	}
.post a, .post p a {
	color:#44f;
	text-decoration:none;
	}
.post a:hover, .post p a:hover {
	color:#44f;
	text-decoration:underline;
	}
.list {
	float:left;
	padding:8px;
	margin:6px;
	}
.blogposts {
	padding:15px;
	margin:0 0 15px 0;
	}
.blogposts p {
	font-weight:bold;
	}
.post ul, .post ol {
	list-style:bullet;
	margin:10px 0;
	padding:0 0 0 40px;
	}
.post li {
	margin:0;
	padding:0;
	font-family:verdana,sans-serif;
	font-size:12px;
	line-height:20px;
	color:#333;
	font-weight:normal;
	}
.post li a {
	color:#333;
	}


/*********************************
************* Sitemap ************
**********************************/
.sitemap_block {
	width:285px;
	float:left;
	margin:0 15px 0 0;
	padding:15px;
	}
.sitemap_block h2 {
	margin:10px 0 5px 10px;
	padding:0;
	font-weight:bold;
	font-size:16px;
	color:#555;
	font-family:verdana,sans-serif;
	letter-spacing:0;
	line-height:12px;
	}

/*********************************
************** Game **************
**********************************/
.game {
	padding:10px;
	margin:5px 0 0 0;
	width:auto;
	height:auto;
	text-align:center;
	}
.game_widget {
	margin:0 auto;
	text-align:center;
	}
.recommended {
	float:right;
	overflow:auto;
	padding:10px 0 10px 10px;
	margin:15px 0 0 0;
	width:540px;
	}
.recommended .thumbs {
	width:auto;
	height:170px;
	float:left;
	font-family:verdana,sans-serif;
	font-size:10px;
	color:blue;
	overflow:none;
	margin:0 8px 10px 0;
	}
.gameexcerpt {
	float:left;
	overflow:auto;
	padding:15px;
	margin:15px 0 0 0;
	width:390px;
	}
.recommended h2, .gameexcerpt h2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	color:#555;
	font-family:verdana,sans-serif;
	letter-spacing:0;
	line-height:12px;
	}
.recommended h2 {
	margin:0 0 20px 0;
	}
.recommended .more {
	clear:both;
	text-align:right;
	padding:0 10px 0 0;
	margin:0;
	font-size:11px;
	}

/*********************************
************** Blog **************
**********************************/
.bloglist h2 {
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:16px;
	color:#555;
	font-family:verdana,sans-serif;
	letter-spacing:0;
	line-height:12px;
	}
.bloglist h2 a {
	color:#333;
	}
.bloglist h2 a:hover {
	text-decoration:none;
	}
#maincontent.bloglist {
	width:667px;
	}
.bloglist p {
	font-weight:normal;
	margin:10px 0;
	line-height:22px;
	}
.bloglist p.date {
	margin:0 0 10px 0;
	font-weight:bold;
	padding:0;
	color:#999;
	font-size:11px;
	}
.bloglist p.play {
	font-weight:bold;
	}
#sidebar {
	float:right;
	width:320px;
	}
#sidebar div {
	padding:5px 20px;
	border:1px solid #aaf;
	background:#fff;
	margin:0 0 13px 0;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	}
#sidebar div h3 {
	font-family:verdana,sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#333;
	text-decoration:none;
	}
#sidebar div h3 a {
	color:#333;
	text-decoration:none;
	}
#sidebar div h3 a:hover {
	text-decoration:none;
	}
#sidebar div ul, #sidebar div ol {
	list-style:bullet;
	margin:0;
	padding:0;
	}
#sidebar div li {
	margin:0 0 0 20px;
	padding:0;
	font-family:verdana,sans-serif;
	font-size:12px;
	line-height:20px;
	color:#666;
	font-weight:normal;
	}
#sidebar div li li {
	margin:0 0 0 10px;
	}
#sidebar div li a {
	color:#666;
	text-decoration:none;
	}
#sidebar div li a:hover {
	text-decoration:underline;
	}

/*********************************
*********** Extra stuff **********
**********************************/

#previous_posts a, #next_posts a {
	clear:both;
	float:left;
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#44f;
	margin:20px 0 20px 10px;
	text-decoration:none;
	}
#previous_posts a:hover, #next_posts a:hover {
	text-decoration:underline;
	}
#breadcrumbs {
	font-family:verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	}
#breadcrumbs a {
	text-decoration:none;
	color:#fff;
	}
#breadcrumbs a:hover {
	text-decoration:underline;
	}

/*********************************
************* Footer *************
**********************************/

#footer {
	float:left;
	list-style:none;
	margin:10px 0;
	padding:0;
	text-indent:10px;
	width:100%;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#fff;
	overflow:auto;
	}
#footer a {
	color:#fff;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}

.menu {
	float:left;
	width:100%;
	overflow:auto;
	}
.menu ul {
	list-style:none;
	margin:0 0 30px 10px;
	padding:0;
	width:auto;
	}
.menu li {
	list-style:none;
	margin:0 20px 0 0;
	padding:0;
	float:left;
	font-family:arial,sans-serif;
	font-size:12px;;
	color:#fff;
	}
.menu a {
	color:#fff;
	text-decoration:none;
	}
.menu a:hover {
	text-decoration:underline;
	}

/*********************************
************ Comments ************
**********************************/

ol.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	}
ol.commentlist li {
	margin:0;
	padding:0;
	}
ol.commentlist li .avatar {
	float:right;
	}
ol.commentlist li {
	font-family:verdana,sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#333;
	}
ol.commentlist li a {
	color:#44f;
	text-decoration:none;
	}
ol.commentlist li a:hover {
	color:#44f;
	text-decoration:underline;
	}
ol.commentlist li cite, ol.commentlist li .comment-meta {
	font-size:10px;
	}
