/*
Theme Name: PlayMobility
Theme URI: http://www.playmobility.com/
Description: Custom Wordpress theme for PlayMobility by Holy Cow Design
Author: Joe Fulgham
Author URI: http://www.holycow.com/
Version: 0.5b
.
Created from scratch.  Original design by Walter Costinak - http://www.2design.org/
.
*/

/* Clear All */
* {
	margin: 0;
	padding: 0;
}

/* The Basics */
html, body {
	font-family: Arial, Helvetica,Monaco,Sansserif;
	font-size: 9pt;
	background-color: #171711;
	color: #bcbcbc;
	text-align: center;
    margin: 0;
}

p {
	line-height: 1.2em;
}

a {
	color: #ee732d;
    text-decoration: none;
}

img {
	border: none;
}

h1 {
	font-size: 1.6em;
	line-height: 1.4em;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
	padding-left: 12px;
}

.alignleft {
	float: left;
	padding-right: 12px;
}

ul {
	list-style-position: outside;
}

/* Layout */
#everything {
    width: 100%;
    background: url(images/background-top.jpg);
    background-repeat: repeat-x;
}

#container {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}

#topnav {
    width: 920px;
    padding: 0 20px;
    background: url(images/topmenu-background.jpg);
    height: 28px;
    text-align: left;
    float: left;
}

#header {
    width: 960px;
    height: 306px;
    background: url(images/header.jpg);
    float: left;
    }

#header a {
    display: block;
    width: 960px;
    height: 306px;
}

#title {
    width: 960px;
    height: 68px;
    float: left;
    background: url(images/title-background-line.jpg);

}

#titletext {
    height: 42px;
    float: left;
    color: #7b7b7b;
    background: #14140e url(images/title-background.jpg);
    background-position: top right;
    text-transform: uppercase;
    letter-spacing: 12px;
    font-weight: bold;
    font-size: 12.5px;
    padding: 26px 26px 0 26px;
    margin: 0 10px 0 180px;
    white-space: nowrap;
    max-width: 750px;
}

#content {
    width: 960px;
    float: left;
}

#maincontent {
    width: 705px;
    float: left;
    background: url(images/content-background.jpg);
}

#pageheader {
    width: 665px;
    height: 25px;
    background: url(images/content-header-background.jpg);
    float: left;
    padding: 6px 0 0 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #7b7b7b;
}

h2.widgettitle {
    width: 225px;
    height: 25px;
    background: url(images/widget-title-background.jpg);
    float: left;
    padding: 6px 0 0 30px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #7b7b7b;
    margin-bottom: 20px;
}

#rightbar {
    width: 265px;
    position: absolute;
    left: 50%;
    top: 402px;
    background: url(images/rightbar-bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    margin: 0 0 0 215px;
    padding-bottom: 14px;
}

ul#sidebar {
    width: 265px;
    float: left;
    background: url(images/sidebar-background.jpg);
    margin: 0;
    padding: 0;
	overflow: hidden;
}

ul#sidebar li {
    margin: 0;
    list-style: none;
}

ul#sidebar li div, ul#sidebar li ul {
    padding: 0 30px 70px 30px;
    background: url(images/widget-bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

ul#sidebar li ul li ul {
    background: none;
    padding: 0;
}

#textarea {
    float: left;
    width: 635px;
    padding: 0 30px 150px 30px;
    margin-top: -10px;
    background: url(images/maincontent-bottom.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    overflow: hidden;
}

#textarea ul {
    margin-left: 17px;
}

h2.postdate {
    font-size: 1.1em;
    text-transform: uppercase;
}

h2.posttitle, h2.posttitle a {
    font-size: 1.1em;
    color: #fff;
}

.post {
	padding: 30px 0 0 0;
	clear: both;
}

.post p {
	margin-bottom: 12px;
}