/* Color Guide
	light cream: #f9faee
	cream: #e1d7c3
	brown: #5A402F
	grey: #333333
	light grey: #ccc
	burgundy: #4F0A04
	darker burgundy: #380904
*/

/* Font Scale - based on Evernote
	xx-small = 10px
	x-small = 12px
	small = 13px
	medium = 16px
	large = 20px 
	x-large = 26px
	xx-large = 39px
*/

/* Typography */

body, p {
	font-family: "Helvetica Neue",Arial,sans-serif;
}

h1, h2, h3, h4, h5 {
	font-family: "Helvetica Neue",Arial,sans-serif;
}

p {
	font-size:13px; 
	margin:0 0 10px 0;
}

h1 {font-size:26px;}

h2 {
	font-size:20px;
	margin:0 0 15px 0;
}

h3, h4, h5 {
	font-size:16px;
	margin:0 0 15px 0;
}

/* Links */

a {color:#380904;}

a:hover {text-decoration:none;}

/* Layout starts here */

body {
	color:#333;
	background-color:#e1d7c3;
}

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

#announcement {
	width:100%;
	margin: 0 auto 0 auto;
	text-align:left;
	border-bottom:solid 1px #f9faee;
	border-top:solid 2px #f9faee;
}

#announcement p {
	width:960px;
	padding: 5px 0 5px 0;
	margin:0 auto;
	text-align:center;
}

#announcement p span {
	text-transform: uppercase;
	color:#4F0A04;
	font-weight:bold;
}

#main-col {
	float:left;
	width:554px;
	x-min-height:600px;
	margin: 15px 0 30px 19px;
}

#sidebar {
	float:left;
	width:338px;
	margin: 15px 19px 30px 28px;
}

/* Branding */

#branding-shadow {
	position:relative;
	z-index:1000;
	padding:0 0 5px 0;
	background: url('../images/interface/drop-shadow.png') 0 131px repeat-x;
}

#branding {
	width:960px;
	height:110px;
	margin: 0 auto;
	text-align:left;
	background-color:#4F0A04;
	padding:15px 0 10px 0;
}

#branding h1 {
	float:left;
	width:220px;
	font-size:10px;
	margin: 0 0 0 5px;
}

#branding h1 a {
	float:left;
	display:block;
	width:205px;
	height:110px;
	color:#fff;
	font-size:10px;
	margin: 0 0 0 15px;
	text-indent:-9999px;
	background:transparent url(../images/interface/rabig-logo2.png) 0 0 no-repeat;
}

#nav {
	float:left;
	width:547px;
	margin:40px 15px 0 170px;
}

#nav li {
	float:left;
	margin: 0 0 0 10px;
	font-size:16px;
	letter-spacing:3px;
}

#nav li a {
	padding:5px;
	color:#f9faee;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
}

x-#nav li a:hover {
	border-top:solid 1px #f9faee;
	border-bottom:solid 1px #f9faee;
}

#nav li a:hover {
	x-color:#ccc;
	border-top:solid 1px #ccc;
	border-bottom:solid 1px #ccc;
}

/* Content*/
#content {
	width:958px;
	min-height:300px;
	margin: -5px auto 0 auto;
	padding:15px 0 8px 0;
	z-index:-1000;
	background-color: #f9faee;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border: 1px solid #ccc;
}

x-#content {
	width:960px;
	position:relative;
	margin: 15px auto 0 auto;
	padding:15px 0 8px 0;
	z-index:1000;
	text-align:left;
}

#photos {
	float:left;
	width:930px;
	margin:0 0 0 11px;
}

.home-box {
	float:left;
	height:250px;
	width:300px;
	margin:0 0 8px 8px;
	border: 1px solid #ccc;
}

#quote {
	float:left;
	height:250px;
	width:300px;
	margin:0 0 8px 8px;
	border: 1px solid #ccc;
	background:url(../images/interface/quote.png) 30px 50px no-repeat;
}

#quote h2 {
	width:200px;
	margin:85px 0 0 75px;
	x-color:#4F0A04;
	color:#333;
}

#quote h3 {
	width:200px;
	margin:15px 0 0 75px;
	color:#e1d7c3;
}

/* Footer */

#footer {
	width:960px;
	margin: 30px auto 15px auto;
	padding:10px 0 10px 0;
	text-align:left;
	border-top:1px solid #f9faee;
	border-bottom:1px solid #f9faee;
}

#footer ul {
	float:left;
	width:140px;
	margin:0 5px 0 0;
}

#footer li {
	color:#f9faee;
	margin:0 15px 0 0;
	font-size:11px;
	text-transform:uppercase;
}

#bread-crumbs {
	float:left;
	margin:0 0 0 135px;
}

#footer .first-crumb {font-weight:bold;}

#footer li a, #site-credits p a {text-decoration:none;}

#footer li a:hover, #site-credits p a:hover {color:#5A402F;}

#site-credits {
	width:960px;
	text-align:center;
	margin: 15px auto 30px auto;
}

#site-credits p {
	color:#f9faee;
	font-size:11px;
	margin: 0 0 0 0;
}

x-#copyright {
	border-right:1px solid #f9faee;
	border-left:1px solid #f9faee;
	padding:0 10px 0 10px;
}

/* About */

.bio-left, .bio-right {
	float:left;
	margin: 0 0 15px 0;
}

.bio-left img {
	float:left;
	width:203px;
	height:210px;
	margin: 0 15px 15px 0;
	border: 1px solid #ccc;
}

.bio-right img {
	float:right;
	width:203px;
	height:210px;
	margin: 0 0 15px 15px;
	border: 1px solid #ccc;
}

.bio-right {
	text-align:right;
	margin:25px 0 0 0;
}

#button a{
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	margin:0 0 15px 0;
}

#button a:hover {color:#5A402F;}

/* Press */

#press-hd {
	float:left;
	width:235px;
	text-align:left;
	text-indent:5px;
	margin:30px 0 15px 60px;
	padding:0 0 3px 0;
	border-bottom: 1px solid #ccc;
}

.press {
	float:left;
	margin: 0 0 15px;
	width:100%;
}

.press img {
	float:left;
	width:50px;
	margin:5px 10px 5px 0;
}

.press h4, .press h5  {
	margin:0 0 0 0;
}

.press h4 a{
	font-size:16px;
	text-decoration:none;
}

.press h4 a:hover {color:#5A402F;}

.press h5 {font-size:13px;}

/* Services */

.services-left, .services-right {
	float:left;
	margin:0 0 20px 0;
}

.services-left img {
	float:left;
	width:203px;
	margin: 5px 15px 15px 0;
	border: 1px solid #ccc;
}

.services-right img {
	float:right;
	width:203px;
	margin: 5px 0 15px 15px;
	border: 1px solid #ccc;
}

.services-left ul, .services-right ul {
	float:left;
	width:220px;
	margin:0 0 0 15px;
}

.services-left li, .services-right li {
	font-size:13px;
	list-style-type:disc;
}

.services-left ul ul li {
	font-size:12px;
	list-style-type:circle;
}

/* Clients */

.clients-hd {
	float:left;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
}

.client {
	float:left;
	width:100%;
	margin:0 0 15px 0;
}

.client img {
	float:left;
	width:203px;
	margin: 4px 15px 15px 0;
	border: 1px solid #ccc;
}

.client h3 {
	margin: 0 0 5px 0;
}
.client h4 {font-size:13px;}

.client h3 a{
	font-size:16px;
	text-decoration:none;
}

.client h3 a:hover {color:#5A402F;}

.client-list {
	float:left;
	width:100%;
	margin:0 0 15px 0;
}

.client-list h3 {
	border-bottom:1px solid #ccc;
	padding:0 0 3px 0;
	margin:7px 0 0 0;
}

.client-list li {
	margin: 5px 0 0 0;
}

.client-list li a {
	color:#380904;
	font-size:13px;
	text-decoration:none;
}

.client-list li a:hover {color:#5A402F;}

#all-clients-btn a{
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	margin:0 0 15px 0;
}

#all-clients-btn a:hover {color:#5A402F;}

#photo-gallery {float:left;}

.photo-gallery-image {
	float:left;
	width:176px;
	min-height:130px;
	margin:0 5px 5px 0;
}

.photo-gallery-image {
	border:solid 1px #ccc;
}

/* resources */

#design-manual {
	float:left;
	margin: 0 0 30px 0;
}

#design-manual h2 a {text-decoration:none;}

#design-manual h2 a:hover {color:#5A402F;}

#manual-cover {
	float:left;
	width:173px;
	margin:0 5px 5px 0;
}

#buy-btn {
	float:left;
	width:376px;
	margin:5px 0 5px 0;
}

#buy-btn a{
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	margin:0 0 15px 0;
}

#buy-btn a:hover {color:#5A402F;}

#credit-cards {
	float:left;
	width:210px;
	margin:0 0 0 64px;
}

#buy-now {
	float:left;
	width:100%;
	margin:15px 0 5px 0;
}

#buy-now a{
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	margin:0 0 15px 0;
}

#buy-now a:hover {color:#5A402F;}

#pay-details {
	float:left;
	width:100%;
	margin:15px 0 5px 0;
}


#websites-hd {
	padding:0 0 3px 0;
	margin:7px 0 15px 0;
	border-bottom:1px solid #ccc;
}

.website {
	float:left;
	width:338px;
	margin:0 0 15px 0;
}

.website h4, .website p, .website h5 {
	margin: 0 0 5px 0;
	width:100%;
}

.website h5 {font-size:13px;}

.website a, .resource a {text-decoration:none;}

.website a:hover, .resource a:hover {color:#5A402F;}

.resource {
	float:left;
	width:260px;
	margin:0 14px 0 0;
}

.resource img {float:left;}

/* Events */

.event {
	float:left;
	width:554px;
	margin: 0 0 30px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #ccc;
}

.event img {
	float:left;
	width:206px;
	border:1px solid #ccc;
}

.event h2 a {text-decoration:none;}

.event h2 a:hover {color:#5A402F;}

.event h2, .event h3, .event h6, .event p  {
	margin: 0 0 5px 0;
}

.event h5  {
	margin: 10px 0 5px 0;
	clear:both;
}

.sign-up {
	float:left;
	width:206px;
	margin: 5px 10px 10px 0;
	
}

.sign-up h6 a {
	float:left;
	display:block;
	width:208px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	margin:15px 0 0 0;
}

.sign-up h6 a:hover {color:#5A402F;}

#upcoming-events-hd {
	padding:0 0 3px 0;
	border-bottom:1px solid #ccc;
}

#upcoming-events a{
	font-size:16px;
	text-decoration:none;
}

#upcoming-events a span {
	font-size:13px;
	color:#333;
	padding:0 0 0 5px;
}

#upcoming-events a:hover {color:#5A402F;}

.form-col {
	float:left;
	width:255px;
	margin: 0 14px 0 0;
}

#event-select {
	float:left;
	width:255px;
	margin:0 0 13px 0;
}

#sign-up-btn {
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right:none;
	border-left:none;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	padding:17px 0 17px 0;
	margin:5px 0 15px 0;
	background-color:#f9faee;
	color:#380904;
}

#sign-up-btn:hover {
	color:#5A402F;
	cursor:pointer;
}

/* Contact Page */

#contact-hd {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
}

#contact-info h3 {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
	margin:5px 0 0 0;
}

#contact-info h4 {
	margin:15px 0 0 0;
}

x-#contact-info p {font-size:16px;}

#contact-info p a {
	text-decoration:none;
	color:#380904;
}

#contact-info p a:hover {color:#5A402F;}

#contact-btn {
	float:left;
	display:block;
	width:100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-right:none;
	border-left:none;
	text-align:center;
	font-size:20px;
	text-transform:uppercase;
	line-height:48px;
	text-decoration:none;
	padding:17px 0 17px 0;
	margin:5px 0 15px 0;
	background-color:#f9faee;
	color:#380904;
}

#contact-btn:hover {
	color:#5A402F;
	cursor:pointer;
}

/* blog */

#blog-hd {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
}

#blog-hd a {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

.post {
	float:left;
	margin:0 0 30px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
}

.post h3 a {
	text-decoration:none;
	color:#380904;
}

.post h3 a:hover {color:#5A402F;}

.byline {font-size:11px;}

.archives-hd {
	border-bottom: 1px solid #ccc;
	padding: 0 0 3px 0;
	margin:5px 0 0 0;
}

.archives h4 {
	margin:15px 0 5px 0;
}

.archives li a {
	font-size:13px;
	text-decoration:none;
	color:#380904;
}

.archives li a:hover {color:#5A402F;}

.archives {
	float:left;
	width:100%;
	margin:0 0 15px 0;
}