/*
Theme Name: CWB
Description: A wordpress theme for cwb-a.com
Version: 1.0
Author: Design Intervention PA
Author URI: http://www.designinterventionpa.com
*/

/* ------------|Defaults------------ */
body {
    background-color: #fff;
	font-family: Arial,san-serif;
	font-size: 15px;
	color: #504837;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}

a:link, a:hover, a:visited, a:active {
	color: #504837;
    text-decoration: underline;
}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img {
	border:	0;
	display: block;
}

h1 {
	margin: 0;
}
h2 {
    font: normal 23px/20px 'TrajanProRegular';
    color: #19356f;
    margin: 12px 0 0;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

ul {
    margin: 0 0 0 16px;
    padding: 0;
}

/* ------------|Misc------------ */
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}

.hide {
    display: none;
}
.alignright {
	float: right;
	display: inline;
}
.alignleft {
	float: left;
	display: inline;
}
img.alignleft {
    margin: 0 7px 7px 0;
}
.aligncenter, .aligncenter * {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.wrapper {
	width: 953px;
	margin: 0 auto;
	text-align: left;
}

/* ------------|Header------------ */
#header {
    background: transparent url(./images/bg-header.jpg) repeat-x;
    padding-top: 35px;
}
#header h1 {
    background: transparent url(./images/cw-breitsman-associates.png) no-repeat;
    width: 378px;
    height: 59px;
    margin-left: 12px;
}
#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
}
#header p {
    background: transparent url(./images/bg-header-p.jpg) no-repeat 100% 50%;
    color: #514938;
    font-size: 16px;
    line-height: 21px;
    text-align: right;
    margin: 7px 0 25px;
    padding-right: 36px;
}
#header p span {
    font-size: 21px;
}

#banner {
    background: transparent url(./images/bg-banner.jpg) no-repeat 100% 0;
    height: 307px;
    margin-left: 1px;
}
#banner img {
    float: left;
    display: inline;
}
#banner .text {
    float: right;
    display: inline;
    margin: 70px 42px 0 0;
}

/* ------------|Menu------------ */
#menu {
    position: relative;
    background: transparent url(./images/bg-menu.png) repeat-x;
    height: 64px;
    margin-top: -3px;
    z-index: 5;
}
#menu ul {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    width: 701px;
    clear: both;
}
#menu ul li {
    background: transparent url(./images/sep.jpg) no-repeat 0 50%;
    float: left;
    display: inline;
    height: 61px;
    margin-top: 3px;
    padding: 0 8px 0 10px;
}
#menu ul li.nobg {
    background: transparent;
}
#menu ul li a {
    display: block;
    font: normal 15px/61px 'TrajanProRegular';
    color: #d6cbb2;
    text-transform: uppercase;
    height: 61px;
    text-decoration: none;
}
#menu ul li.current a {
    background: transparent url(./images/current.png) no-repeat 50% 100%;
}
#menu ul li.current a, #menu ul li a:hover {
    color: #baaa85;
}

/* ------------|Content-area------------ */
#content-area {
    padding: 22px 0 32px;
}
#content-holder {
    float: left;
    display: inline;
    width: 600px;
    margin-left: 11px;
    padding-right: 31px;
    border-right: 1px solid #2d477c;
	min-height: 525px;

}
#content, #sidebar {
    margin-left: 23px;
}

#sidebar-holder {
    float: left;
    display: inline;
    width: 286px;
    margin-left: 23px;
}

/* ------------|Footer------------ */
#footer {
    background: transparent url(./images/bg-footer.jpg) repeat-x;
    height: 75px;
    padding-top: 20px;
    font-size: 13px;
    color: #5b5344;
}
#footer .wrapper {
    width: 929px;
}
#footer p {
    margin: 10px 0 0;
}
#footer p a {
    color: #5b5344;
    text-decoration: none;
}
#footer p a:hover {
    text-decoration: underline;
}


/* ------------|Contact------------ */
#contact form p {
    height: 23px;
}
#contact label {
    clear: left;
    float: left;
    display: inline;
    width: 90px;
    text-align: right;
    margin-right: 7px;
    line-height: 24px;
}
#contact input {
    float: left;
    display: inline;
    width: 220px;
}
#contact textarea {
    float: left;
    display: inline;
    width: 260px;
}
#contact button {
    clear: both;
    margin: 20px 0 0 200px;
}
