/*
Theme Name: ppm-wptheme
Theme URI: NA
Description: Custom wordpress theme created for http://www.ppmbuilders.com.au 
Author: youssef zaki
Author URI: NA - youssefzaki@gmail.com 
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

body, input, textarea {
    color: #373737;
    font: 300 15px/1.625 "Helvetica Neue",Helvetica,Arial,sans-serif;
}
body {
    background: none repeat scroll 0 0 #E2E2E2;
    padding: 0 2em;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #CC4521;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

#page {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 2em auto 0em;
    width: 1000px;
}


/* Header */

#header {
    border-top: 2px solid #BBBBBB;
    padding-bottom: 10px;
    position: relative;
    z-index: 9999;
    height: 125px
}

#header .logo {
    float: left;
    width: 250px; 
    padding: 1em;
    margin-left: 20px; 
    margin-right: 50px; 
}

#header .side {
    position: absolute;
    right: 7.6%;
    text-align: right;
    top: 0.4em;
}

#header h1 {
	text-align: center;
	font-size: 3em;
}

#header h2 {
	text-align: center;
	font-size: 1.4em;
}

#header a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	margin: 0 auto;
	padding: 0;
	background: #4E4E4E;
        clear: both;
        overflow:hidden;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-decoration: none;
	color: #CCCCCC;
        padding: 9px 15px 9px;
}

#menu a:hover, #menu .current_page_item a {
	background: #000000;
	color: #FFFFFF;
}

/* Splash */

#splash {
	margin: 0 auto;
	background: #FFFFFF;
}

#splash .caption {
    position: absolute;
    bottom: 0px;
    text-align: center;
    vertical-align: middle;
    color: white;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient (startcolorstr=#7F000000,endcolorstr=#7F000000) 9;
}

#splash .caption a {
    font-weight:bold;
    color:white;
    text-decoration:none;
}



/* Content */

#content {
	margin: 10px 5px 10px;
	background: #FFFFFF;
}

#content .title {
    padding: 5px 10px;
    background: #cc4521;
    font-size: 1em;
    font-weight : bold;
    text-transform: uppercase;
    width: 970px;
}

#content .story {
	padding: 20px;
        overflow: hidden;
        min-height: 200px;
}

#content .story .story-content{
	float: left;
        width: 65%;
        padding-right: 5px;
}

#content .story .story-side{
    border-left: 1px solid #CC4521;
    float: left;
    padding-left: 8px;
    width: 30%;
    min-height: 150px;
}



/* Footer */

#footer {
	margin: 0 auto;
	padding: 10px 20px;
	background: #4E4E4E;
	border-top: none;
}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#footer a {
	color: #CCCCCC;
}