/*
Theme Name: Omnigames Theme
Theme URI: http://www.omnigames.se/
Description: The Omnigames theme!
Version: 1.0
Author: Omnigames HB
Author URI: http://www.omnigames.se/
Tags: omnigames
*/

/* begin: basic layout and desing */
body 
{
	background-color: #ccc;
	background-image: url(images/body_background.png);
	color: #000;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	text-align: center;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

a
{
	color: #ff41f5;
}

input, textarea, select
{
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 8pt;
}

input[type=text], textarea, select
{
	border: solid 1px #ccc;
}

.clear
{
	clear: both;
	height: 0;
	line-height: 0;
}

#body-padding
{
	background-image: url(images/body_top_left.png);
	background-repeat: no-repeat;
	padding: 20px 0 20px 0;
}

#page
{
	margin: 20px auto 20px auto;
	width: 755px;
}

.pagebox
{
	float: left;
	width: 555px;
}

.pagebox .top
{
	background-image: url(images/pagebox_top.png);
	background-repeat: no-repeat;
	height: 96px;
}

.pagebox .middle
{
	background-image: url(images/pagebox_middle.png);
	background-repeat: repeat-y;
	padding: 0 11px 0 9px;
	text-align: left;
}

.pagebox .bottom
{
	background-image: url(images/pagebox_bottom.png);
	background-repeat: no-repeat;
	height: 64px;
}

#logo
{
	float: left;
	margin-left: 13px;
}

#content
{
	padding: 0 0.5em 0 0.5em;
}

#copyright
{
	color: #888;
	font-size: 8pt;
	padding-top: 1.5em;
	text-align: center;
}

#bottom-menu
{
	font-size: 8pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#bottom-menu li
{
	display: inline;
	margin: 0 0.25em 0 0.25em;
}

#bottom-menu li a
{
	color: #ff86f9;
}

#sidebar
{
	float: right;
	margin-top: 56px;
	text-align: left;
	width: 186px;
}
/* end: basic layout and desing */

/* begin: sidebar */
#sidebar .title
{
	background-image: url(images/sidebar_title.png);
	color: #000;
	display: block;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	padding-left: 1.25em;
	text-shadow: #fff 0 1px 0;
}

#sidebar .title span
{
	*display: block;
	*filter:dropshadow(OffX=0, OffY=1, Color='#ffffff', Positive='true');
	*font-weight: 600;
	*width: 100%;
}

#sidebar .middle
{
	background-image: url(images/sidebar_middle.png);
	padding: 0 4px 0 4px;
}

#sidebar .bottom
{
	background-image: url(images/sidebar_bottom.png);
	height: 16px;
}

#sidebar .menu-title
{
	background-image: url(images/menu_top.png);
	height: 20px;
}

#sidebar .menu-middle
{
	background-image: url(images/menu_middle.png);
	padding: 0 4px 0 3px;
}

#sidebar .menu-bottom
{
	background-image: url(images/menu_bottom.png);
	height: 20px;
}

#sidebar .divider
{
	height: 10px;
}

#sidebar a
{
	color: #888;
}

#sidebar a:hover
{
	color: #ff86f9;
}

#sidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widgetlist
{
	display: inline-block;
	padding-top: 1em;
	width: 100%;
}

#sidebar ul li.widget 
{
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 1em;
}

#sidebar ul li.widget ul li
{
	font-weight: normal;
	padding-left: 1.25em;
}

#sidebar .menulist
{
}

#sidebar ul li.menu-item a
{
	color: #000;
	*display: block;
	*filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='#ffffff', Positive='true');
	font-weight: bold;
	*font-weight: 600;
	line-height: 2em;
	padding-left: 1.25em;
	text-decoration: none;
	text-shadow: #fff 0 1px 0;
	*width: 100%;
}

#sidebar ul li.menu-item a:hover
{
	color: #fff;
	*filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color='#000000', Positive='true');
	text-shadow: #000 0 -1px 0;
}
/* end: sidebar */

/* begin: post */
.postlist
{
	display: inline-block;
	width: 100%;
}

.post 
{
	background-image: url(images/post_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.post h1
{
	font-size: 18pt;
	font-weight: bold;
	margin: 0;
}

.post h1 a
{
	color: #000;
	text-decoration: none;
}

.post .meta
{
	color: #888;
}

.post .meta a
{
	color: #ff86f9;
}

.post .content
{
	margin-top: 1em;
}

.post .feedback
{
	text-align: center;
}
/* end: post */

/* begin: comments */
#commentlist 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#commentlist li
{
	border-bottom: solid 1px #ccc;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

#commentlist li img.avatar
{
	float: left;
	margin: 0 0.25em 1em 0;
}

#commentlist li .comment-text
{
	float: left;
	margin: 0;
	padding: 0;
}

textarea#comment
{
	width: 100%;
}
/* end: comments */

/* begin: support */
.support-form
{
	text-align: center;
}

.support-form .positioner
{
	margin: auto;
	text-align: left;
	width: 400px;
}

.support-form label
{
	display: block;
	font-weight: bold;
	margin-top: 1em;
}

.support-form select, .support-form input[type=text], .support-form textarea
{
	display: block;
	width: 100%;
}

.support-form .buttons
{
	margin-top: 1.5em;
	text-align: center;
}
/* end: support */

/* begin: our games */
.gamelist .game
{
	background-image: url(images/game_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 1em 0 1em 0;
}

.gamelist .game .icon
{
	display: block;
	float: left;
	height: 96px;
	margin-right: 0.5em;
	width: 96px;
}

.gamelist .game h2
{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

.gamelist .game h2 a
{
	color: #000;
	text-decoration: none;
}

.gamelist .game .download
{
	display: block;
	margin-top: 1em;
}
/* end: our games */

/* begin: game puffs */
.gamepufflist
{
	padding-bottom: 1em;
}

.gamepufflist .gamepuff
{
	background-color: #eee;
	border: dashed 1px #bbb;
	padding: 1em;
}

.gamepufflist .gamepuff .icon
{
	float: left;
	margin-right: 0.5em;
}

.gamepufflist .gamepuff h2
{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
}

.gamepufflist .gamepuff h2 a
{
	color: #000;
	text-decoration: none;
}

.gamepufflist .gamepuff .download
{
	display: block;
	margin-top: 1em;
}
/* end: game puffs */

/* start: game info */
.gameinfo
{
}

.gameinfo .icon
{
	float: left;
}

.gameinfo h1
{
	font-size: 18pt;
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0;
}

.gameinfo h2
{
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0 0.25em 0;
	padding: 0;
}

.gameinfo p
{
	margin: 0;
	padding: 0;
}

.gameinfo .features
{
	margin: 0;
	padding: 0 0 0 2em;
}

.gameinfo .screenshots
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.gameinfo .screenshots li
{
	display: inline;
	margin-right: 0.5em;
}

.gameinfo .sysreqs
{
	margin: 0;
	padding: 0 0 0 2em;
}

.free-download
{
	background-color: #4b4b4b;
	background-image: url(images/free_download_back.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #fff;
	padding: 1em;
	margin-top: 20px;
}

.free-download h2
{
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.free-download p
{
	margin: 0;
	padding: 0 0 1em 0;
}


.free-download label,
.free-download .checkbox
{
	display: block;
	margin-top: 0.5em;
}

.free-download .checkbox label,
.free-download .radiobutton label
{
	display: inline;
}

.free-download input[type=text]
{
	display: block;
	width: 100%;
}

.free-download .radiobuttonlist
{
	margin-top: 0.5em;
}

.free-download .buttons
{
	text-align: right;
}

.free-download .buttons input
{
	font-weight: bold;
	padding: 1em;
}

/* end: game info
