@charset "utf-8";
/* 
CSS Document
Site: http://www.pacificmasonry.com
Author: Out West Branding
Date: August 8, 2009
*/


	
a.body {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	}

a.body:hover {
	color: #f7bd21;
	text-decoration: underline;
	}

a.crumb {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}

a.crumb:hover {
	color: #f7bd21;
	text-decoration: underline;
	}

a img {
	border: none;
	}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	}

h1 {
	color: #f7bd21;
	font-size: 18px;
	}

h2 {
	color: #000;
	font-size: 14px;
	}

h3 {
	font-size: 16px;
	}

ul, li {
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 1.4em;
	clear: both;
	background: #58595b;
	float: left;		
	width: 100%;
	}
	
#wrapper {
	height: 100%;
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background.jpg) repeat-y;
	}

#container {
	width: 900px;
	margin: auto;
	padding: auto;
	background: #ffffff;
	}
	
html>body #wrapper {
	height: auto;
	}

#header {
	height: 94px;
	width: 900px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #f7bd21;
	background: url(../images/header_shadow.jpg) left repeat-x;
	}

#header .logo {
	float: left;
	padding: 10px 25px 0 25px;
	}

#nav {
	width: 450px;
	height: 85px;
	margin-bottom: 9px;
	padding-left: 90px;
	float: left;
	}

#nav a {
	height: 50px;
	color: #000;
	float: left;
	padding: 35px 18px 0;
	text-align: center;
	font-size: 17px;
	text-decoration: none;
	}

#nav a:hover {
	color: #f7bd21;
	}

#aboutPg #nav a#aboutNav,
#servicesPg #nav a#servicesNav,
#projectsPg #nav a#projectsNav,
#contactPg #nav a#contactNav,
#blogPg #nav a#blogNav {
	background: url(../images/nav_bg.jpg) top left repeat-x;
	}

#aboutPg #nav a#aboutNav:hover,
#servicesPg #nav a#servicesNav:hover,
#projectsPg #nav a#projectsNav:hover,
#contactPg #nav a#contactNav:hover,
#blogPg #nav a#blogNav:hover {
	color: #000;
	}

#banner {
	}

#bannerImg {
	float: left;
	width: 650px;
	height: 350px;
	}

#bannerNews {
	float: left;
	width: 200px;
	background: #b0b1b4;
	height: 340px;
	padding: 10px 30px 0 20px;
	}

p.newsItem {
	font-size: 12px;
	color: #58595b;
	}

span.newsDate {
	color: #000;
	font-weight: bold;
	}

a.newsLink {
	color: #f7bd21;
	}

#left_col {
	width: 595px;
	padding: 15px 25px 0 30px;
	margin: 0;
	float: left;
	}

.half {
	width: 295px;
	float: left;
	}

#right_col {
	width: 210px;
	margin: 0;
	padding: 30px 25px 0 15px;
	float: left;
	}

#content {
	margin: 0;
	padding-bottom: 20px;
	border-top: 1px solid #f7bd21;
	background: url(../images/content_shadow.jpg) top left repeat-x;
	}

table.projects {
	font-size: 11px;
	}

table.projects img {
	border: 2px solid #CCCCCC;
	}

.widget {
	width: 200px;
	height: 240px;
	padding: 5px;
	background: url(../images/widget_bg.jpg) top left repeat-x;
	}

.widget p {
	color: #000;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
	}

.widget a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}

.widget a:hover {
	text-decoration: underline;
	}

#break {
	padding: 5px 0 5px 0;
	}

.clear {
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
#footer {
	position: relative;
	bottom: 0;
	height: 35px;
	padding-left: 25px;
	padding-top: 15px;
	width: 875px;
	text-align: left;
	font-size: 11px;
	margin-top: 10px;
	border-top: 1px solid #f7bd21;
	color: #808285;
	}

#footer a {
	color: #808285;
	font-weight: normal;
	}

#footer a:hover {
	color: #f7bd21;
	}

/* -------------------------- Misc -------------------------- */


.bold { font-weight: bold; }

.italic { font-style: italic; }

.small {
	font-size: 80%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}

.large {
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	}

.grey {
	color: #666666;
	}

.breaker {
	border-top: 1px solid #ffffff;
	margin: 25px 0;
	}

.breakerGrey {
	border-top: 1px solid #cccccc;
	margin: 25px 0;
	}

.contactTbl td {
	padding: 10px;
	}

ul.copy li {
	margin-left: 25px;
	margin-bottom: 10px;
	}
