/*  

Theme Name: Elegant Wood
Theme URI: http://iamthomasbishop.com/
Description: An elegant theme designed for iFixByx featuring natural wood and paper textures.
Version: 1.0
Author: Thomas Bishop
Author URI: http://iamthomasbishop.com
Tags: Elegant, Grunge, Paper, Wood, Natural

*/



/* Reset Css */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset CSS */	

/* Structure */

html {
}

body {
	background: #353125 url(images/bg.jpg) repeat top;
	font: 12px Arial, Sans-Serif;
	height: 100%;
	width: 100%;
}

.wrap {	
	height: auto;
	margin: 0px auto 0px;
	position: relative;
	width: 960px;
}

/* ============== */
/* ! HEADER/NAV/LOGO */
/* ============== */

#header {
	height: 75px;
	width: 960px;
}

#navigation-container {	
	background: url(images/nav-bg.png) no-repeat top;
	height: 60px;
	margin: 40px 0 0 0;
	position: relative;
	width: 100%;
}

#logo {
	left: 2px;
	position: absolute;
	top: -6px;
}

#logo-footer {
	left: 2px;
	position: absolute;
	top: -6px;
}

#nav-list-container {
	left: 250px;
	position: absolute;
	top: 10px;
}

ul#navigation {
	margin: 11px 0 0 10px;
}

#navigation li {
	display: inline;
	line-height: 1;
	list-style: none;
	position: relative;
}

#navigation, #navigation li, #navigation li a, #navigation-right, #navigation-right li, #navigation-right li a {
	background: url(images/nav-sep-bg.jpg) no-repeat right;
	color: #CECECE;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 21px;
	margin: 0 0 0 -3px;
	text-decoration: none;
	text-shadow: 0px 2px 2px #252525;
}

#navigation a {
	padding: 10px 20px 10px 20px;
}

#navigation li a:hover {
	background: url(images/nav-hov-bg.jpg) repeat-x left;
	color: #BEBEBE;
}

#navigation li a:active {
	background: url(images/nav-act-bg.jpg) repeat-x left;
}

#search-container {
	background: url(images/search-cont-bg.png) no-repeat top;
	height: 31px;
	position: absolute;
	right: 22px;
	top: 13px;
	width: 177px;
}

#search-input {
	border: 0px none;
	left: 13px;
	position: absolute;
	top: 8px;
}

.search-input-box {
	background: none;
	border: 0px none;
	color: gray;
	height: 15px;
	width: 135px;
}

#rss-subscribe-btn {
	background: url(images/rss-icon.png) no-repeat top;
	height: 19px;
	position: absolute;
	right: 30px;
	top: -20px;
	width: 110px;
}

#rss-subscribe-btn a {
	display: block;
	height: 19px;
	width: 110px;
}

/* ======================= */
/* ! END HEADER/NAV/LOGO   */
/* ======================= */

/* ================== */
/* ! FOCUS/FEATURED   */
/* ================== */

#focus-container {
	background: url(images/focus-cont-bg.png) no-repeat top;
	height: 393px;
	position: relative;
	width: 100%;
	z-index: 9;
}

#focus {
	background: gray;
	height: 327px;
	left: 21px;
	position: absolute;
	top: 21px;
	width: 919px;
}

#intro-container {
	background: url(images/intro-bg.png) no-repeat top;
	height: 381px;
	position: absolute;
	right: 20px;
	top: -2px;
	width: 289px;
}

#intro-content {
	left: 43px;
	position: absolute;
	top: 80px;	
	width: 205px;
}

.intro-text span, .intro-text p {
	color: #E2F1D7;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-align: justify;
	text-shadow: 0px 1px 2px #265D26;
}

.intro-tagline {
	background: url(images/intro-tagline.png) no-repeat top;
	display: block;
	height: 71px;
	width: 202px;
}

/* ====================== */
/* ! END FOCUS/FEATURED   */
/* ====================== */

/* ============== */
/* ! BLOG FOCUS   */
/* ============== */

#blog-focus-container {
	background: url(images/blog-focus-bg.png) no-repeat top;
	height: 323px;
	position: relative;
	width: 100%;
	z-index: 9;
}

#blog-focus-feat-post-tag {
	background: url(images/newest-article-tag.png) no-repeat top;
	height: 98px;
	left: -26px;
	overflow: hidden;
	position: absolute;
	top: -2px;
	width: 192px;
	z-index: 99;
}

#blog-focus-feat-post-image { /* post image is 529x188 */
	background: url(images/post-thumb-bg.jpg) no-repeat top;
	height: 188px;
	left: 36px;
	overflow: hidden;
	position: absolute;
	top: 42px;
	width: 529px;
}

#blog-focus-feat-post-image a {
	display: block;
	height: 188px;
	width: 529px;
}

#blog-focus-feat-post-image img {
	position: absolute;
	top: 0;
	width: 529px;
}

#blog-focus-feat-post-title {
	color: #000;
	height: 40px;
	left: 30px;
	position: absolute;
	top: 248px;
	width: 529px;
}

#blog-focus-feat-post-title h2 {
	color: #202020;
}

#blog-focus-feat-post-comments {
	background: url(images/blog-fpcb.png) no-repeat top;
	height: 41px;
	left: 530px;
	position: absolute;
	top: 241px;
	width: 45px;
}

#blog-focus-feat-post-comments span {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	left: 19px;
	position: absolute;
	text-align: center;
	text-shadow: 0px 1px 1px #FFF;
	top: 10px;
}

#blog-focus-feat-post-text {
	height: 183px;
	left: 615px;
	position: absolute;
	top: 65px;
	width: 300px;
}

#blog-focus-feat-post-text h3 {
	color: #FFF;
	margin: 0 0 10px 0;
}

#blog-focus-feat-post-text a {
	color: #FFF;
}

#blog-focus-feat-post-text p {
	color: #e2f1d7;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 0px 1px 2px #2d682d;
}

#blog-focus-feat-post-text img {
	max-height: 180px;
	max-width: 300px;
}

#blog-focus-feat-post-text-buttons {
	height: 40px;
	left: 615px;
	position: absolute;
	top: 265px;
	width: 300px;
}

/* =========== */
/* ! CONTENT   */
/* =========== */

#close-tab {
	background: url(images/close-tab.png) no-repeat top;
	height: 36px;
	position: absolute;
	right: 20px;
	top: 8px;
	width: 36px;
	z-index: 99;
}

#close-tab a {
	display: block;
	height: 100%;
	width: 100%;
	z-index: 99;
}

#content-top {
	background: url(images/cont-top.png) repeat-x top;
	height: 270px;
	width: 100%;
	z-index: 8;
}

#content-bot {
	background: url(images/cont-bot.png) repeat-x bottom;
	clear: both;
	height: 285px;
	width: 100%;
	z-index: 8;
}

#content-bg {
	background: #E6E5D7;
	float: left;
	height: auto;
	min-height: 150px;
	width: 100%;
	z-index: 8;
}

#content-container {
	float: left;
	font-family: Arial, sans-serif;
	height: auto;
	margin: -190px 0 -200px 0;
	width: 940px;
	z-index: 8;
}

#left-column {
	float: left;
	height: auto;
	width: 610px;
}

#sidebar {
	float: right;
	height: auto;
	width: 280px;
}

/* =============== */
/* ! END CONTENT   */
/* =============== */

/* ========== */
/* ! NOTIFICATIONS   */
/* ========== */

#notification {
	background: #DFDDD1;
	border: 2px solid #F5F4ED;
	margin: 0 0 30px 0;
	padding: 15px 20px 0 20px;
}

/* =========== */
/* ! MODULES   */
/* =========== */

.module {
	margin: 0 0 15px 0;
}

.module-top {
	background: url(images/module-top.jpg) no-repeat top;
	height: 45px;
	width: 280px;
}

.module-top h2 {
	padding: 10px 0 0 12px;
}

.module-row {
	background: url(images/module-row.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.module-row a {
	padding: 13px 0 0 13px;
}

.module-row a:hover, .twitter-row a:hover, .fb-row a:hover, .in-row a:hover, .rss-row a:hover {
	color: #000;
}

.module-row span.left {
	margin: 13px 0 0 13px;
}

.module-row span.right, .module-container span.right {
	color: #0A850A;
}

.module-row .right {
	margin: 13px 13px 0 0;
}

.text-row {
	background: url(images/module-row-text.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.text-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.text-row a:hover {
	color: #000;
}

.photo-row {
	background: url(images/module-row-photo.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.photo-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.photo-row a:hover {
	color: #000;
}

.video-row {
	background: url(images/module-row-video.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.video-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.video-row a:hover {
	color: #000;
}

.url-row {
	background: url(images/module-row-link.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.url-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.url-row a:hover {
	color: #000;
}

.module-container {
	background: #C5CFBB url(images/module-cont.png) no-repeat top;
	border-bottom: 1px solid #89B87E;
	border-left: 1px solid #89B87E;
	border-right: 1px solid #89B87E;
	clear: both;
	color: #434C3C;
	font-weight: bold;
	height: auto;
	line-height: 18px;
	padding: 20px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 238px;
}

.module-container li {
	list-style: none;
}

.twitter-row {
	background: url(images/module-row-twit.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.twitter-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.fb-row {
	background: url(images/module-row-fb.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.fb-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.in-row {
	background: url(images/module-row-in.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.in-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

.rss-row {
	background: url(images/module-row-rss.png) no-repeat top;
	clear: both;
	color: #434C3C;
	display: block;
	font-weight: bold;
	height: 41px;
	text-shadow: 0px 1px 1px #F4FAEE;
	width: 280px;
}

.rss-row a {
	display: block;
	height: 28px;
	padding: 13px 0 0 48px;
	width: 232px;
}

/* ================= */
/* ! SERVICES   */
/* ================= */

#full-service-block {
	background: url(images/full-service.png) no-repeat top;
	height: 114px;
	width: 600px;
}

#parts-acc-block {
	background: url(images/parts-acc.png) no-repeat top;
	height: 131px;
	width: 600px;
}

#pickup-block {
	background: url(images/pickup.png) no-repeat top;
	height: 184px;
	width: 600px;
}

#workstation-block {
	background: url(images/workstation-soon.png) no-repeat top;
	height: 156px;
	width: 600px;
}

#doitall-block {
	background: url(images/doitall.png) no-repeat top;
	height: 111px;
	width: 600px;
}

#doitall-block a {
	display: block;
	height: 100%;
	width: 100%;
}

#fullservice {
	background: url(images/sb1.png) no-repeat top;
	height: 160px;
	width: 600px;
}

#parts {
	background: url(images/sb2.png) no-repeat top;
	height: 160px;
	width: 600px;
}

#pickup {
	background: url(images/sb3.png) no-repeat top;
	height: 218px;
	width: 600px;
}

#workstation {
	background: url(images/sb4.png) no-repeat top;
	height: 186px;
	width: 600px;
}

#sb5 {
	background: url(images/doitall.png) no-repeat top;
	height: 111px;
	width: 600px;
}

#full-services-list {
	background: url(images/full-services-list.png) no-repeat top;
	height: 867px;
	width: 100%;
}

#full-services-list a {
	display: block;
	height: 867px;
	width: 100%;
}

#full-services-sidebar {
	
}

#full-services-topper {
	background: url(images/full-services-header.png) no-repeat top;
	height: 78px;
	width: 100%;
}

#full-services-items-container {
	background: url(images/full-services-lines.png) repeat-y top;
	height: auto;
	position: relative;
	width: 100%;
}

#full-services-items-container span, #full-services-items-container a {
	color: #665948;
}

li.full-services-item {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	_height: 19px;
	margin: 0;
	position: relative;
	width: 100%;
}

span.menu-item-left {
	left: 24px;
	position: absolute;
	top: 4px;
}

span.menu-item-right {
	right: 24px;
	position: absolute;
	top: 4px;
}

#full-services-bottom {
	background: url(images/full-services-bottom.png) no-repeat bottom;
	height: 132px;
	width: 100%;
}

#full-services-bottom a {
	display: block;
	height: 100%;
	width: 100%;
}

/* ===================== */
/* ! END SERVICES   */
/* ===================== */

/* ================= */
/* ! MENU LIST   */
/* ================= */

#menu-pro-overhaul {
	background: url(images/menu-1.png) no-repeat top left;
	height: 240px;
	width: 610px;
}

#menu-cat-1 {
	background: url(images/menu-2.png) no-repeat top left;
	height: 294px;
	width: 600px;
}

#menu-cat-5 {
	background: url(images/menu-3.png) no-repeat top left;
	height: 215px;
	width: 600px;
}

#menu-full-build {
	background: url(images/menu-4.png) no-repeat top left;
	height: 238px;
	width: 600px;
}

/* ===================== */
/* ! END MENU LIST   */
/* ===================== */

/* ================= */
/* ! CONTACT BLOCK   */
/* ================= */

#contact-block {
	background: url(images/contact-block.png) no-repeat top left;
	height: 330px;
	width: 610px;
}

/* ===================== */
/* ! END CONTACT BLOCK  */
/* ===================== */

/* ================= */
/* ! ABOUT BLOCK   */
/* ================= */

#about-block {
	background: url(images/about-block.png) no-repeat top left;
	height: 260px;
	width: 610px;
}

/* ===================== */
/* ! END ABOUT BLOCK  */
/* ===================== */

/* ============== */
/* ! HOME ABOUT   */
/* ============== */

#home-about {
	background: url(images/home-about-bg.png) no-repeat top;
	clear: both;
	height: 277px;
	position: relative;
	width: 100%;
}

#home-about-text {
	height: 230px;
	left: 283px;
	line-height: 18px;
	position: absolute;
	top: 32px;
	width: 630px;
}

#home-about-text p {
	color: #454339; 
	margin: 15px 0 12px 0;
	text-shadow: 0px 1px 1px #faf8f0;
}

#about-photo-1 {
	left: 42px;
	position: absolute;
	top: 46px;
}

#about-photo-2 {
	left: 152px;
	position: absolute;
	top: 46px;
}

#about-photo-3 {
	left: 42px;
	position: absolute;
	top: 158px;
}

#about-photo-4 {
	left: 152px;
	position: absolute;
	top: 158px;
}

#footer {	
}

/* End Structure */	

/* Typography */

body {
	color: #454339;
}

h1 {
	color: #3c382e;
	font-size: 24px;
	margin: 0 0 15px 0;
}

#sidebar h2 {
	color: #FEFAF0;
}

h2, h2.cufon {
	color: #3c382e;
	font-size: 22px;
	margin: 0 0 15px 0;
}

h3 {
	color: #3c382e;
	font-size: 20px;
	margin: 0 0 15px 0;
}

h4 {
	color: #3c382e;
	font-size: 18px;
	margin: 0 0 15px 0;
}

h5 {
	color: #3c382e;
	font-size: 14px;
	margin: 0 0 15px 0;
}

p {
	line-height: 18px;
	margin: 0 0 18px 0;
	text-shadow: 0px 1px 1px #FFF;
}

.indent {
	text-indent: 30px;
}

h1#page-title {
	color: #000;
	font-size: 32px;
	margin: 0 0 20px -7px;
}

/* End Typography */

/* Links */	

a {
}

a img {
}

a:focus {
}

a:link {
	color: #0A850A;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #79764C;
	font-weight: bold;
	text-decoration: none;
}

#footer a:visited {
	color: #79764C;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
}


/* End Links */	

/* ======== */
/* ! BLOG   */
/* ======== */

.post {
	margin: 0 0 65px 0;
}

.single-post {
	margin: 0 0 25px 0;
}

.post-left {
	float: left;
	height: auto;
	width: 85px;
}

.post-right {
	float: left;
	height: auto;
	width: 525px;
}

.post-title {
	margin: 0 0 15px 0;
}

.post-title h2 a {
	color: #3c382e;
}

.post-content {
	margin: 0 0 25px 0;
}

.post-content p {
	line-height: 22px;
}

.post-content img, .the-content img {
	background: #c1bda7;
	border: 1px solid #F0EDE3;
	margin: 15px;
	max-height: 500px;
	max-width: 100%;
	padding: 4px;
}

.post-content embed, .post-content object {
	width: 520px;
}

.postmeta {
	color: #A7A588;
	font-weight: bold;
	text-shadow: 0 1px 1px #FFF;
}

.postmeta a:link {
	color: #79764C;
}

.postmeta a:hover {
	color: #0A850A;
}

.single-meta {
	margin: 0 0 15px 0;
}

.cat-text-icon {
	background: url(images/text-entry-bg.png) no-repeat top;
	height: 65px;
	float: left;
	margin: 0 20px 0 0;
	width: 65px;
}

.cat-photo-icon {
	background: url(images/photo-entry-bg.png) no-repeat top;
	height: 65px;
	float: left;
	margin: 0 20px 0 0;
	width: 65px;
}

.cat-video-icon {
	background: url(images/video-entry-bg.png) no-repeat top;
	height: 65px;
	float: left;
	margin: 0 20px 0 0;
	width: 65px;
}

.cat-link-icon {
	background: url(images/link-entry-bg.png) no-repeat top;
	height: 65px;
	float: left;
	margin: 0 20px 0 0;
	width: 65px;
}

.comments-num {
	background: url(images/comments-num-bg.png) no-repeat top;
	height: 65px;
	float: left;
	margin: 10px 20px 0 0;
	position: relative;
	width: 65px;
}

.comments-num span {
	font-size: 14px;
	font-weight: bold;
	left: 19px;
	position: absolute;
	text-align: center;
	top: 24px;
	width: 27px;
}

.link-content {
	background: url(images/link-bg.jpg) no-repeat 15px 11px;
	height: 50px;
	margin: 0 0 15px 0;
	width: 100%;
}

.link-content:hover {
	background: #EFEEE0 url(images/link-bg.jpg) no-repeat 15px 11px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.link-content a {
	display: block;
	font-size: 24px;
	height: 100%;
	padding: 14px 0 14px 50px;
	width: 475px;
}

/* ============ */
/* ! END BLOG   */
/* ============ */


/* Lists */

.the-content li {	
	background: url(images/li-arrow.png) no-repeat left;
	line-height: 29px;
	list-style: none inside;
	margin: 0 0 5px 0;
	padding: 0 0 0 16px;
	text-shadow: 0px 1px 1px #FFF;
}

.footer-col-content li {
	background: url(images/li-arrow.png) no-repeat left;
	line-height: 29px;
	list-style: none inside;
	margin: 0 0 5px 0;
	padding: 0 0 0 16px;
	text-shadow: 0px 1px 1px #FFF;
}

ul {
}

ol {
}

li {
	text-shadow: 0px 1px 1px #FFF;
}

/* End Lists */		


/* End Images */	

/* Forms */	

.the-content input {
	background: #FFF;
	border: 2px solid #D3D0C2; 
	color: #9C9C9C;
	font-size: 16px;
	height: 20px;
	padding: 10px 20px;
	width: 570px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.the-content textarea {
	background: #FFF;
	border: 2px solid #D3D0C2; 
	color: #9C9C9C;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 570px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

img.wpcf7-captcha-captcha-258 {
	margin: 0;
}

input[name=captcha-258] {
	text-transform: uppercase;
	width: 45px;
}

input[type=submit] {
	background: url(images/submit-comment-btn.png) no-repeat top;
	border: 0px none;
	color: transparent;
	height: 40px;
	position: absolute;
	margin: -15px 0 0 0;
	width: 131px;
}

input[type=submit]:hover {
	background: url(images/submit-comment-btn-hover.png) no-repeat top;
}

input[type=submit]:active {
	margin: -14px 0 0 0;
}

/* End Forms */	

/* Styles */

blockquote {
}

pre {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 15px 0;
}

code {
	font-family: Lucida Console, Monaco, monospace;
}

hr {
}

br {
}

wbr {
}

nobr {
}

/* End Styles */	

/* Special Classes */

.block {
	display: block;
	height: 100%;
	width: 100%;
}

.sep {
	background: url(images/hr.jpg) repeat-x top;
	clear: both;
	height: 2px;
	width: 100%;
}

.hoverblack:hover {
	color: #000;
}

.green {
	color: #0A850A;
}

.yellow {
	color: #FEFAF0;
}

.os {
	margin: 0 0 0 -4000px;
}

.hide {
	display:none;
}			

.show {
	display: block;
}

.alignright {
	float: right;
}

.right {
	float: right;
}

.alignleft {
	float: left;
}

.left {
	float: left;
}

.vert-align {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

.clear {
	display: block;
	clear: both;
	height: 1%;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
}

.ie-50-clear {
	height: 200px;
	width: 100%;
}

.background {
	background-color:;
	background-image:;
	background-repeat:;
	background-attachment:;
	background-position:;
}

.nobackground {
	background: none;
}

.noborder {
	border: 0 none;
}	

.m20t {
	margin: 50px 0 0 0;
}

.m-3t {
	margin: -3px 0 0 0;
}

.m-10t {
	margin: -10px 0 -10px 0;
}

.m-10b {
	margin: 0 0 -10px 0;
}

.c-imgs {
	width: 114px;
	margin: 0 0 14px 0;
}

.camp {
	margin: 0 0 -10px 0;
}


/* ========== */
/* ! FOOTER   */
/* ========== */

#footer {
	background: url(images/footer-bg.png) repeat-x top;
	height: 354px;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

#footer-col-1, #footer-col-2, #footer-col-3, #footer-col-4 {
	float: left;
	height: 313px;
	margin: 40px 0 0 0;
	overflow: hidden;
	width: 235px;
}

#footer-col-1 a {
	display: block;
}

#footer-col-1 h5 {
	margin: 0 0 -5px 0;
}

#footer-col-2 h5, #footer-col-3 h5, #footer-col-4 h5 {
	margin: 0 0 10px 0;
}

.footer-col-content {
	padding: 0 20px 0 0;
}

#footer-content {
	height: 35px;
	left: 50px;
	margin: 0 auto;
	position: absolute;
	top: 37px;
	width: 865px;
}

#footer-content p {
	color: #2B2716;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #CCC9B6;
}

/* =========== */
/* ! BUTTONS   */
/* =========== */

.button {	
	border: 0px none;	
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url("images/btn-left.png") no-repeat left top;
	line-height: 17px;
	margin: 0px 2px 0px 2px;
	padding: 0 0 0 19px;
}
.button a, .button span a {
	color: #FFF;
	float: left;
	display: block;
	background: url("images/btn-right.png") no-repeat right top;
	line-height: 17px;
	padding: 6px 18px 8px 0px;
	text-decoration: none;
	font-weight: bold;
}

.button:hover {
	background: url("images/btn-left.png") no-repeat left top;
	border: 0px none;
}

.button a:hover, .button span a:hover {
	background: url("images/btn-right.png") no-repeat right top;
	border: 0px none;
	color: #000;
	text-decoration: none;
}

/* ============ */
/* ! COMMENTS   */
/* ============ */

#comments {
	width: 100%;
}

.comment-body {
	background: url(images/hr.jpg) repeat-x bottom;
	clear: both;
	margin: 10px 0;
	padding: 10px 0 10px 0;
}

.comment-body p {
	clear: both;
}

.avatar {
	margin: 0 10px 10px 0;
}

img.avatar {
	float: left;
	height: 50px;
	width: 50px;
}

.fn {
	font-size: 20px;
	font-style: normal;
	margin: 5px 5px 0 0px;
	position: absolute;
	text-shadow: 0 1px 1px #FFF;
}

.says {
	color: #797979;
	font-size: 14px;
	font-weight: bold;
	margin: 26px 0 0 0;
	position: absolute;
	text-shadow: 0 1px 1px #FFF;
}

.commentmetadata a {
	color: #6D6D6D;
	float: right;
	margin: 17px 0 0 0;
	text-shadow: 0 1px 1px #FFF;
}

textarea#comment {
	background: #FFF;
	border: 2px solid #D3D0C2; 
	color: #9C9C9C;
	font-size: 16px;
	margin: 0 0 20px 0;
	padding: 20px;
	width: 570px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

input#submit {
	background: url(images/submit-comment-btn.png) no-repeat top;
	border: 0px none;
	color: transparent;
	height: 40px;
	position: absolute;
	margin: -30px 0 0 0;
	width: 131px;
}

input#submit:hover {
	background: url(images/submit-comment-btn-hover.png) no-repeat top;
}

input#submit:active {
	margin: 1px 0 0 0;
}

/* ======= */
/* ! MAP   */
/* ======= */

#map {
	background: url(images/map-bg.png) no-repeat top;
	height: 300px;
	width: 280px;
}
		
#map iframe {
	margin: 10px 0 0 10px;
	width: 260px;
}	

.map {
	background: url(images/map-bg.png) no-repeat top;
	border-bottom: 1px solid #B8B49A;
	height: 38px;
}

.map a {
	height: 27px;
}

/* =========== */
/* ! END MAP   */
/* =========== */

/* ================== */
/* ! ADVERTISEMENTS   */
/* ================== */

.adspace {
	margin: 0 0 15px 0;
}

img.ad125 {
	border: 5px solid #f8f7f2;
	margin: 0 2px 2px 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.search-input-box:hover, .search-input-box:focus {
	border: 0px none;
}
