/*   
Theme Name: Small Group Productions
Theme URI: http://smallgroupproductions.com/
Description: A search engine optimized website framework for WordPress.
Author: Greg Daneault
Author URI: http://gregswebmagic.com/
Version: 4.0
.
Your theme will be your copyrighted work.
Like WordPress, this work is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Import a basic layout */
@import url('styles/2c-r.css');

/* Basic WordPress Styles */
@import url('styles/wp.css');


body {
        margin: 1.5em 15%;
		background-image:url(images/background.png);
		background-repeat:no-repeat;
		background-color:#000000;
		font-family:Arial, Helvetica, sans-serif;
		color: #FFFFFF;
}


/* =Main
-------------------------------------------------------------- */

#wrapper
{
	position: absolute;
	top:45px;
	left:130px;
	width:810px;
	margin:0px;
	padding:0px;
}




/* =Header
-------------------------------------------------------------- */

#branding {
	margin:0px;
}

#branding h1
{
	background-image:url(images/header_text.png);
	width:814px;
	height: 196px;
	background-repeat:none;
	overflow:hidden;
	margin:0px;
}

#branding h1 a
{
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
	overflow:hidden;
}

#branding h1 a span
{
	display:none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
        margin: 0 0 1.5em 0;
        overflow: auto;
}
.skip-link {
        display: none;
}
.menu ul {
        list-style: none;
        margin: 0;
		background-image:url(images/menu_full.png);
}
.menu ul ul {
        display: none;
}
.menu li {
        display: inline;
}
.menu a {
        display: block;
        float: left;
		background-image:url(images/menu_full.png);
		height:55px;
		overflow:hidden;
}

.menu span
{
color:#F00;
display:none;
}

#NAVHome
{
	width:193px;
	background-position:0px 0px;
}

#NAVHome:hover
{
	background-position:0px 58px;
}

#NAVNews
{
	width:180px;
	background-position:-195px 0px;
}

#NAVNews:hover
{
	background-position:-195px 58px;
}

#NAVGames
{
	width:204px;
	background-position:-375px 0px;
}

#NAVGames:hover
{
	background-position:-375px 58px;
}

#NAVForums
{
	width:225px;
	background-position:-579px 0px;
}

#NAVForums:hover
{
	background-position:-579px 58px;
}


/* =Content
-------------------------------------------------------------- */

#main
{
	background-image:url(images/content_background_repeating.png);
	background-repeat:repeat-y;
	width:808px;
	margin:0px;
	border:0px;
	padding:0px;
}

#container
{
	background-image:url(images/content_background_head.png);
	background-repeat:no-repeat;
	width:808px;
	margin:0px;
	padding:0px;
	border:0px;
	margin-left:-2px;
	margin-top: 50px;
	position:relative;
	top:-25px;
}

#content
{
	width: 775px;
	margin:auto;
	padding-top:30px;
	min-height:560px;
}

.post {
        margin: 0 0 3em 0;      
}
.entry-content, .entry-summary {
        margin: 1.5em 0 0 0;
}

h2
{
	font-family:Arial;
	font-size:24px;
	background-repeat:no-repeat;
	display:block;
	overflow:hidden;
}

h2 a
{
	display:block;
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}

h2 span
{
margin-top:300px;
visibility:hidden;
}

.entry-meta
{
margin-left:30px;
font-size:14px;
font-style:italic;
}

.entry-utility
{
	font-size:12px;
	font-style:italic;
	text-align:center;
	color:#CCCCCC;
	line-height:18px;
}

#main
{
	padding:0px;
	margin:0px;
	margin-bottom:-50px;
}

#content p {
line-height:24px;
}

a
{
	color: #99CCFF;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
        margin: 0 0 1.5em 0;
        overflow: auto; 
}

#nav-above
{
	display:none;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
        list-style: none;
        margin-left: 0;
}
.widget-area ul ul {
        list-style: disc;
        margin-left: 1.1em;
}
.widget-area ul ul ul {
        margin-left: 2.5em;
}
.widget-container {
        margin: 0 0 1.5em 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer
{
	width:100%;
	height:128px;
	background-image:url(images/content_background_foot.png);
	margin:0px;
	padding:0px;
	margin-left:-2px;
	margin-bottom:50px;
}

#colophon
{
	width:775px;
	margin:auto;
	padding-top:30px;
	text-align: center;
}

#footer p
{
margin:auto;
margin-bottom: 5px;
}

/* =Comments
-------------------------------------------------------------- */

h3
{
	color:#3399FF;
}

img.photo
{
	float:left;
	margin:15px;
}

ol.nonums
{
	list-style:none;
}

ol.nonums li
{
	clear:both;
}

.comment-meta
{
	font-size:12px;
	font-style:italic;
	text-indent:25px;
	margin-top:5px;
	line-height:18px;
}

.fn {
padding-top:15px;
}

/* =Captions
-------------------------------------------------------------- */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#000000;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

