/*	
Theme Name: Westcrete
Version: 1.0
Author: Perth Web Design
*/


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, img, 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 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}

body {
    font-size: 12px;
    font-family: Arial, sans-serif, Helvetica;
    background: #fff url(images/bg.jpg) top center no-repeat;
    color: #333;
    margin: 0px;
}

p {
    margin: 10px 0px 10px 0px;
	line-height: 18px;
}

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

a:hover {
    color: #949393;
    text-decoration: none;
}

img {
    border: 0px;
}

h2 {
    font-size: 18px;
    color: #3d3d3d;
    margin-bottom: 15px;
	text-transform:uppercase;
}

h3 {
    margin-bottom: 5px;
    font-size: 15px;
    color: #9b0e0e;
	text-transform:uppercase;
	font-weight: bold;
}

h4 {
    color: #b7b7b7;
	text-transform:uppercase;
	font-weight: lighter;
}

hr {
    margin-bottom: 10px;
    border: 0px;
    border-top: 1px dashed #ccc;
    clear: both;
}

.clear {
    clear: both;
}

.alignleft {
    float: left;
    margin: 5px 10px 0px 0px;
}

.alignright {
    float: right;
    margin: 5px 0px 0px 10px;
}

/*/////////////////////////////////////////////////////////////////////////////
	Layout
/////////////////////////////////////////////////////////////////////////////*/

#container {
    position: relative;
    width: 1100px;
    margin: 0px auto;
}

#header {
    position: relative;
    height: 100px;
    width: 948px;
	z-index: 15;
    margin: 0px 0px 0px 75px;
}

#logo a {
    position: absolute;
    width: 245px;
    height: 55px;
    top: 32px;
    left: 32px;
    display:block;
    background:url(images/logo.png) no-repeat;
    text-indent: -99999em;
	z-index: 17;
}

#callustoday {
    position: absolute;
    width: 143px;
    height: 31px;
    top: 25px;
    right: 0px;
    background: url(images/iphone.png) no-repeat;
	z-index: 17;
	font-size: 22px;
	line-height:22px;
	color: #000;
	padding: 38px 0px 0px 61px;
}

#primary_navigation {
    position: relative;
    height: 56px;
    width: 724px;
	z-index: 15;
	background: url(images/nav.png) no-repeat;
    margin: 0px 0px 0px 75px;
    padding: 9px 215px 9px 9px;
}


#featurebox {
    position: relative;
    width: 1050px;
    height: 517px;
	z-index: 8;
	padding: 15px;
	margin-left: 10px;
}

#featureboxleftcol {
    position: relative;
    float: left;
    width: 262px;
    height: 185px;
	padding: 259px 29px 73px 74px;
	background: url(images/cycle/leftproject.png) top no-repeat;
	color: #b7b7b7;
}

#featureboxcentercol {
    position: relative;
    float: left;
    width: 262px;
    height: 185px;
	padding: 259px 29px 39px 29px;
	background: url(images/cycle/centerproject.png) top no-repeat;
	color: #b7b7b7;
}


#featureboxrightcol {
    position: relative;
    float: left;
    width: 243px;
    height: 185px;
	padding: 259px 93px 73px 29px;
	background: url(images/cycle/rightproject.png) top no-repeat;
	color: #b7b7b7;
}

#featureboxleftcol:hover {
	background: url(images/cycle/leftproject.png) bottom no-repeat;
}

#featureboxcentercol:hover {
	background: url(images/cycle/centerproject.png) bottom no-repeat;
}


#featureboxrightcol:hover {
	background: url(images/cycle/rightproject.png) bottom no-repeat;
}

#content {
    position: relative;
    width: 930px;
	z-index: 8;
	padding: 15px;
    margin: 0px auto;
}

#leftcol {
    position: relative;
    float: left;
    width: 610px;
    min-height: 200px;
}

#rightcol {
    position: relative;
    float: right;
    width: 287px;
    min-height: 200px;
}

#pagecontent {
    position: relative;
    min-height: 500px;
    width: 870px;
	z-index: 8;
	background: #fff;
    margin: 0px 0px 0px 84px;
    padding: 30px;
    -moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

#pageleftcol {
    position: relative;
    float: left;
    width: 553px;
    min-height: 500px;
}

.searchnavigation {
    position: relative;
    width: 100%;
	margin-bottom: 10px;
}

.searchtermarea {
    position: relative;
    width: 100%;
}

#pagerightcol {
    position: relative;
    float: right;
    width: 287px;
    min-height: 500px;
}

#contactdetails {
    position: relative;
    width: 287px;
    min-height: 50px;
	margin-bottom: 15px;
}

#contentblock {
    position: relative;
    width: 287px;
    min-height: 50px;
}

#footercontainer {
    position: relative;
    width: 100%;
	background: #fff;
    height: 67px;
	margin: 25px 0px;
}

#footer {
    position: relative;
    width: 1110px;
    height: 67px;
    margin: 0px auto;
	background: #ededed;
}

/*/////////////////////////////////////////////////////////////////////////////
	Navigation
/////////////////////////////////////////////////////////////////////////////*/

#primary_navigation li {
    position: relative;
    float: left;
    padding: 0px 0px 0px 0px;
    text-align: left;
    list-style: none;
}

#primary_navigation li a {
    padding: 18px 15px 17px 15px;
    display: block;
    font-size: 17px;
    color: #fff;
    text-decoration:none;
}
#primary_navigation a:hover {
	color:#e83c3c;
}

#primary_navigation .current_page_item a {
	color:#e83c3c;
}

/*--second level------------------------------------------*/

#primary_navigation :hover > a, #primary_navigation ul ul :hover > a {
	color:#e83c3c;
}

#primary_navigation ul ul :hover > a, #primary_navigation ul ul ul :hover > a {
	color:#e83c3c;
}

#primary_navigation ul li ul {
    position: absolute;
    width: 184px;
	min-height: 0px;
    left: 0px;
    visibility: hidden;
    background: #1b1b1b !important;
    -moz-border-radius: 0px 0px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
}

#primary_navigation ul ul li a {
    width: 163px;
    padding: 7px 4px 7px 17px;
	border-bottom: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
}

#primary_navigation ul ul a:hover {
	color: #e83c3c;
}

#primary_navigation ul ul .current_page_item a {
	color: #e83c3c;
}

#primary_navigation ul ul .current_page_item ul li a {
    color: #fff;
}

#primary_navigation ul ul .current_page_item a:hover {
	color: #e83c3c;
}

/*--third level-------------------------------------------*/
#primary_navigation ul ul ul {
    width: 184px;
    background: #1b1b1b !important;
    top: 0px;
    left: 184px;
	min-height: 0px;
    -moz-border-radius: 5px 5px 5px 5px !important;
	-webkit-border-radius: 5px 5px 5px 5px !important;
	border-radius: 5px 5px 5px 5px !important;
}

#primary_navigation ul ul ul li a {
    width: 163px;
    padding: 7px 4px 7px 17px;
	font-size: 14px;
    line-height: 14px;
    color: #fff;
}

#primary_navigation ul ul ul a:hover {
	color: #e83c3c;
}

#primary_navigation ul ul ul .current_page_item a {
	color: #e83c3c;
}

/*--show second level on first level hover----------------*/
#primary_navigation ul li:hover ul, #primary_navigation ul a:hover ul {
    visibility: visible;
}

/*--hide third level on second level hover----------------*/
#primary_navigation ul :hover ul ul {
    visibility: hidden;
}

/*--show third level on second level hover----------------*/
#primary_navigation ul :hover ul :hover ul {
    visibility: visible;
}

#s {
    position: absolute;
	top: 24px;
	right: 24px;
	width: 137px;
	padding: 6px 5px 6px 5px;
    border: 0px;
    font-size: 10px;
	line-height: 10px;
    color: #ddd;
	background: #434343;
    -moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
}

#searchsubmit {
    position: absolute;
	width: 20px !important;
	height: 20px !important;
	top: 27px;
	right: 182px;
    border: 0px;
	background: url(images/searchbutton.png) no-repeat;
    font-size: 10px;
	line-height: 10px;
    color: #d71900;
	cursor: pointer;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Featurebox
/////////////////////////////////////////////////////////////////////////////*/

#featurebox h2 {
    color: #fff;
}

#featurebox a {
    position: absolute;
	color:#fff;
	text-transform:uppercase;
	font-size: 10px;
	width: 250px;
	text-align: center;
	background: #fff url(images/readmore.gif) repeat-x;
	padding:10px 8px;
	text-shadow: 0px 0px 21px #000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	line-height: 10px;
}

#featurebox a:hover {
    text-decoration: underline;
}

#featureboxleftcol a {
	bottom: 58px;
}

#featureboxcentercol a {
	bottom: 24px;
}


#featureboxrightcol a {
	bottom: 58px;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Content
/////////////////////////////////////////////////////////////////////////////*/

#leftcol h2 {

    margin: 0px;
}

#leftcol h3 {
    margin: 0px;
}

#featurebox ul, ol {
    position: relative;
    margin: 10px 0px 1px 20px;
}

#content ul, ol {
    position: relative;
    margin: 10px 0px;
    left: 40px;
}

#pagecontent ul, ol {
    position: relative;
    margin: 10px 0px;
    left: 40px;
}

#featurebox ul li, #content ul li, #pagecontent ul li {
    list-style-image: url(images/list.png);
    margin-bottom: 5px;
}

#pagecontent ol li, #pagecontent ol li {
    margin-bottom: 5px;
}

#content h3 {
    margin-bottom: 5px;
    font-size: 13px;
    color: #b9b9b9;
	text-transform:uppercase;
	font-weight: bold;
}

.wp-paginate {
    margin: 0px;
    left: 0px;
	float:right;
}

.wp-paginate li {
    position: relative;
    float: left;
    margin: 0px 10px 0px 0px;
    text-align: left;
    list-style: none;
	padding: 2px 3px 4px 5px;
	width: 18px;
	height: 13px;
	background: url(images/paginationbutton.png) no-repeat;
	text-align: center;
}

.wp-paginate li a, .current {
	font-size: 11px;
	line-height: 11px;

}

.postmetadata {
    font-size: 10px;
    color: #f4e064;
}

.readmore {
	color:#fff;
	text-transform:uppercase;
	font-size: 10px;
	text-align: center;
	background: #fff url(images/readmore.gif) repeat-x;
	padding: 8px;
	text-shadow: 0px 0px 21px #000;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .5);
	line-height: 30px;
}

.readmore:hover {
    color: #fff;
    text-decoration: underline;
}

/*--Tables----------------*/

#content table, #pagecontent table {
    margin: 10px 0px;
}

#content thead td, #pagecontent thead td, #content th, #pagecontent th {
    background: #9b0e0e;
    color:#fff;
    padding: 5px;
	font-weight: bold;
}

#content td, #pagecontent td {
    padding: 5px;
    vertical-align: top;
}

/*--Contact Form Formatting----------------*/

textarea  {
    font-size: 11px;
    color: #000;
    border: 1px solid #9b0e0e;
    font-family: Arial, Helvetica, sans-serif;
    height: 82px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	padding: 5px;
}

input {
    font-size: 11px;
    color: #000;
    border: 1px solid #9b0e0e;
	padding: 5px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
   width: 200px;
}

textarea:focus, input:focus  {
    background: #f7d8d8;
}

.contactformbutton {
    background: #9b0e0e;
    width: 50px;
    color: #fff !important;
    border: none;
	padding: 2px 15px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}

/*/////////////////////////////////////////////////////////////////////////////
	The Footer
/////////////////////////////////////////////////////////////////////////////*/

#copyright {
    position: absolute;
    left: 40px;
	top: 20px;
    color: #949393;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
}

#copyright a {
    color: #949393;
    text-decoration: none;
	margin: 0px 2px 0px 2px;
}

#copyright a:hover {
    color: #000;
    text-decoration: none;
}

#pwdlogo {
    position: absolute;
    width: 118px;
    height: 15px;
    top: 28px;
    right: 40px;
    display:block;
    background:url(images/pwdlogo.png) no-repeat;
    text-indent: -99999em;
}