/*
Theme Name: Design games
Theme URI: http://designgames.com.au/
Description: Theme for design games website. Based on workshop by Russ Weakley.
Version: 1.0
Author: Donna Spencer
*/

/* 
----------------------------------------------
general styles
----------------------------------------------
*/

body
{
	margin: 10px;
	padding: 0;
	font: 85%/1.3 Verdana, Arial, sans-serif;
	background: #eee;
	color: #444;
}

a:link { color: #006aa4; }
a:visited { color: #1c79ac; }
a:focus { color: #000; }
a:hover { color: #c74200; }
a:active { color: #000; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

/* 
----------------------------------------------
container styles
----------------------------------------------
*/

#container
{
	margin: 0 auto;
	width: 860px;
	background: #fff;
	border: 1px solid #ccc;
}

/* 
----------------------------------------------
header styles
----------------------------------------------
*/

#header
{
	background: url(/wp-content/themes/designgames/images/bg-header.jpg) repeat-x 0 100%;
	position: relative;
	float: left;
	width: 860px;
}

#header h1
{
	margin: 0;
	padding: 10px 10px;
}

#header h1 img
{
	display: block;
	border: none;
}

#header #skip
{
	position: absolute;
	left: 30px;
	top: 10px;
	width: 800px;
	text-align: right;
	color: #999;
	text-decoration: none;
	font-size: 90%;
}

#header #search {
	position: absolute;
	right: 10px;
	top: 50px;
	width: 800px;
	text-align: right;
	color: #999;
	text-decoration: none;
	}
/* 
----------------------------------------------
navigation styles
----------------------------------------------
*/

#navigation
{
	margin: 0 30px;
	padding: 0;
}

#navigation li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	float: left;
	display: block;
	padding: 3px 10px;
	background: #016fac url(/wp-content/themes/designgames/images/bg-navigation.jpg) repeat-x;
	margin: 0 1px 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#navigation li a:hover, #navigation li a.current { background: #b25802 url(/wp-content/themes/designgames/images/bg-navigation2.jpg) repeat-x; }


/* 
----------------------------------------------
content styles
----------------------------------------------
*/

#content
{
	margin: 20px 30px;
	float: left;
	width: 535px;
}

#content h2
{
	color: #c74200;
	font-size: 165%;
	font-weight: normal;
	margin: 0 0 .5em;
}

#content h2 a
{
	color: #c74200;
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 .5em;
	text-decoration: none;
}

#content h3
{
	color: #c74200;
	font-size: 125%;
	margin: 0 0 .5em;
}

#content h3 a
{
	color: #c74200;
	font-size: 100%;
	margin: 0 0 .5em;
	text-decoration: none;
}


#content h4
{
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
}

#content ul
{
	margin: 0 0 1em;
	padding: 0;
}

#content ul li
{
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 15px;
	background: url(/wp-content/themes/designgames/images/bullet.gif) no-repeat 0 .4em;
}

#content img.floatright
{
	float: right;
	padding-left: 2px;
}

#content img.floatleft
{
	float: left;
	padding-right: 10px;
}

.postmetadata
{
	font-size: 80%;
	}

#content .readmore a {
	font-size: 90%;
	font-style: italic;
}

#commentblock 
{
margin-top: 2em;
padding-top: 1em;
border-top: 1px #c74200 solid;
}
/* 
----------------------------------------------
sidebar styles
----------------------------------------------
*/

#sidebar
{
	margin: 30px 0;
	float: left;
	width: 240px;
}

/* 
----------------------------------------------
game summary styles
----------------------------------------------
*/

#summary
{
	margin: 0 0 1em;
	padding-bottom: 2em;
	background: #fff5d1;
}

#summary h2
{
	color: #c74200;
	font-size: 125%;
	margin: 0 0 .5em;
	padding: 15px 15px 0;
}


/* 
----------------------------------------------
footer styles
----------------------------------------------
*/

#footer
{
	font-size: 90%;
	clear: both;
	padding: 20px 100px 20px 0px;
	background: url(/wp-content/themes/designgames/images/bg-footer.jpg) repeat-x 100% 0;
	text-align: right;
}

#footer h3
{
	color: #c74200;
	font-size: 125%;
	margin: 0;
}

#footer p { margin: 0; }

/* 
----------------------------------------------
class styles
----------------------------------------------
*/

.structural
{
	position: absolute;
	left: -500em;
}

.image-caption
{
	float: right;
	width: 250px;
	margin: 0 0 1em 1em;
	font-size: 90%;
	color: #666;
}
