/* --------------------------------------------------------------------------

LAST UPDATED:	3.7.10
AUTHOR:			Aaron Pitts

CONTENTS:
				1. Base Reset
				2. Custom Fonts
				3. Layout Fundamentals
				4. Global Header
				5. Global Breadcrumb
				6. Global Footer
				7. Headings
				8. Images
				9. Content Sliders
				10. Misc
					
-------------------------------------------------------------------------- */

/* 1. BASE RESET
-------------------------------------------------------------------------- */

/* Based on Eric Meyer's CSS Reset http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
    background: #FFF url('../images/bg.gif') fixed;
	color: #251b08;
	font-family: Cambria, Palatino, 'Palatino Linotype', Times, "Times New Roman", serif;
    font-size: 15px;
    line-height: 1.5;
}

p {
	padding: 0 0 20px 0;
}

ol {
	margin: 5px 0 5px 23px; 
	list-style: decimal;
}

ul {
	margin: 0 0 20px 23px; 
	list-style-image: url('../images/li-tick.png');
}

hr {
	border: none;
	background: transparent url('../images/hr.png') repeat-x;
	clear: both;
	height: 5px;
	margin-bottom: 10px;
}

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;
}

strong {
	font-weight: bold;
}

cite,
em,
i {
	font-style: italic;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a { 
	color: #178c00; 
}

a:hover { 
	color: #251b08; 
	text-decoration: none;
	border-bottom: 2px solid #178c00;
}

fieldset { 
	margin-bottom: 20px;
	padding: 10px 20px 5px 20px;
	background: #fff7e2 url('../images/bg-light.gif');
	border: 1px solid #ebd9b3;
}

legend { 
	margin-bottom: 10px;
	padding: 5px;
	background: #f2e1b2 url('../images/bg-button.gif');
	border: 1px solid #e1ce9a;
	font-size: 1.2em; /* 18px */
}

input[type="text"] {
	padding: 4px 6px;
	width: 299px;
}

textarea {
	width: 600px;
	min-height: 200px;
	padding: 10px;
}

input[type="text"],
textarea {
	background: #decca5;
	border: 1px solid #a68e59;
	font-family: Cambria, Palatino, 'Palatino Linotype', Times, "Times New Roman", serif;
	font-size: 1em;
}

/* 2. CUSTOM FONTS
-------------------------------------------------------------------------- */

@font-face {
	font-family: 'BodoniRecutFSCondensed';
	src: url('bodonirecut-condensed-webfont.eot');
	src: local('☺'), url('bodonirecut-condensed-webfont.woff') format('woff'), url('bodonirecut-condensed-webfont.ttf') format('truetype'), url('bodonirecut-condensed-webfont.svg#webfontXODMzaRR') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* 3. LAYOUT FUNDAMENTALS
-------------------------------------------------------------------------- */

div.container-margin { 
	width: 1000px;
	margin: 0 auto;
}

div.container-960 { 
	width: 960px; 
	margin: 0 auto;
}

div.column-left-65 {
	float: left;
	width: 604px;
	margin-right: 30px;
}

div.home-column-right-35,
div.normal-column-right-35  {
	float: left;
	width: 284px;
	padding: 5px 20px;
	background: #fff7e2 url('../images/bg-light.gif');
	border: 1px solid #ebd9b3;
	margin-bottom: 170px;
	position: relative;
}

div.normal-column-right-35 {
	margin: 0;
}

div.column-right-35 {
	float: left;
	width: 324px;
}

div.portfolio-top-left {
	float: left;
	width: 465px;
	margin: 0 30px 20px 0;
}

div.portfolio-top-right {
	float: left;
	width: 465px;
}

div.hightlight-box {
	width: 284px;
	padding: 5px 20px 0 20px;
	background: #fff7e2 url('../images/bg-light.gif');
	border: 1px solid #ebd9b3;
	margin-bottom: 20px;
}

div.portfolio-hightlight-box {
	width: 284px;
	padding: 5px 20px 0 20px;
	min-height: 363px;
	background: #fff7e2 url('../images/bg-light.gif');
	border: 1px solid #ebd9b3;
	margin-bottom: 20px;
}

/* Used to clear floats */
.clear { 
	clear: both; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	height: 0;
}

/* 4. GLOBAL HEADER
-------------------------------------------------------------------------- */

div#header {
	margin-bottom: 20px; 
	width: 100%; 
	height: 100px; 
	position: relative;
}

img#logo { 
	position: absolute; 
 	top: 20px;
	left: 0;
}

ul#nav-menu { 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	list-style: none; 
	font-family: 'BodoniRecutFSCondensed', Cambria, Palatino, 'Palatino Linotype', "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: normal; 
	font-size: 1.7333em; /* 26px */
	line-height: 1.5;
	background: #fff7e2 url('../images/bg-darker.gif');
	border: 1px solid #dac9a6;
	margin: 0;
	padding: 5px 10px;
}

ul#nav-menu li { 
	margin: 0 3px; 
	display: inline; 
}

ul#nav-menu a { 
	text-decoration: none;
	color: #251b08;
}

ul#nav-menu li#selected a { 
	text-decoration: none;
	color: #004c8c;
	border-bottom: 2px solid #178c00;
}

ul#nav-menu a:active {
	position: relative;
	top: 1px;
}

ul#nav-menu a:hover { 
	border-bottom: 2px solid #178c00;
}

/* 5. GLOBAL BREADCRUMB
-------------------------------------------------------------------------- */

div#breadcrumb { 
	background: #dbebfa url('../images/bg-breadcrumb.gif');
	border: 1px solid #c3dcf3;
	margin-bottom: 30px; 
	padding: 6px 20px;
}

div#breadcrumb a { 
	color: #251b08;
}

div#breadcrumb-left { 
	float: left; 
	width: 70%;  
	padding-top: 3px;
}

div#breadcrumb-right { 
	float: left; 
	text-align: right; 
	width: 30%;
}

div#breadcrumb p { 
	padding: 0;
}

/* 6. GLOBAL FOOTER
-------------------------------------------------------------------------- */

div#footer-top-bg { 
	background: transparent url('../images/footer-top-bg.png') repeat-x top; 
	width: 100%;
	height: 9px;
	margin-top: 30px;
}

div#footer-container { 
	background: #2b210e url('../images/footer-bg.gif'); 
	width: 100%;
}

div#footer-main { 
	width: 960px; 
	padding-top: 10px;
	color: #FFF;
	margin: 0 auto;
}

div.footer-column-left { 
	width: 400px; 
	margin: 0 50px 20px 0;
	float: left;
}

div.footer-column-middle { 
	width: 210px; 
	margin: 0 50px 20px 0;
	float: left;
}

div.footer-column-right { 
	width: 250px; 
	float: left;
	margin-bottom: 20px;
}

div#latest-tweet {
	width: 378px;
	padding: 10px;
	margin: 5px 0 20px 0;
	min-height: 30px;
	background: #4c4029 url('../images/bg-twitter.gif');
	border: 1px solid #1f1706;
	position: relative;
	
}

div#twitter-bird {
	position: absolute;
	top: -81px;
	right: 40px;
	background: transparent url('../images/twitter-bird.png') no-repeat; 
	z-index: 50;
	height: 83px;
	width: 100px;
}

div#twitter-bottom {
	position: absolute;
	bottom: -24px;
	left: 40px;
	background: transparent url('../images/twitter-bg.png') no-repeat; 
	z-index: 50;
	height: 25px;
	width: 23px;
}

p#twitter-text {
	margin: 27px 0 0 65px;
}

div.footer-column-left ul,
div.footer-column-middle ul,
div.footer-column-right ul {
	margin: 0 0 20px 0;
}

div.footer-column-left li,
div.footer-column-middle li,
div.footer-column-right li { 
	list-style-image: none; 
	list-style: none; 
	margin: 0;
}

div.footer-column-left a, 
div.footer-column-middle a, 
div.footer-column-right a,
div#copyright-bar a { 
	color: #FFF;
}



div#copyright-bar-container {
	width: 100%;
	background: #1b1303;
	border-top: 1px solid #000;
}

div#copyright-bar {
	width: 100%;
	padding: 10px 0;
	line-height: 1;
	width: 960px;
	margin: 0 auto;
	color: #FFF;
}

div#copyright-bar p {
	padding: 0;
	margin: 0;
}

/* 7. HEADINGS
-------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'BodoniRecutFSCondensed', Cambria, Palatino, 'Palatino Linotype', "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: normal; 
}

h2.small,
h3.tick { 
	background: transparent url('../images/title-tick.png') no-repeat left; 
	padding-left: 30px;
}

h1, h2, h3.big { 
	font-size: 1.8666em; /* 28px */
}

div#portfolio-title h1 {
	float: left;
	display: inline;
}

div#portfolio-title h2 {
	float: right;
	display: inline;
}

h3, h4, h2.small { 
	font-size: 1.6em; /* 24px */
}

h3 a { 
	color: #251b08; 
}

h5, h6 { 
	font-size: 1.4666em; /* 22px */
}

/* 8. IMAGES
-------------------------------------------------------------------------- */

img {
	margin: 0;
	max-width: 800px;
}
.single-attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 30px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
.wp-caption img {
	margin: 5px;
}
.wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
.wp-smiley {
	margin:0;
}
.gallery {
	margin: auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}

div.slideshow {
	width: 584px;
	padding: 10px;
	background: #aba290;
	height: 200px;
	margin: 20px 0 30px 0;
}

div.slideshow img {
	margin: 10px; /* Needed to centre slideshow images */
	width: 584px; /* Needed for IE 7 */
	height: 200px; /* Needed for IE 7 */
}

div.portfolio-img {
	width: 584px;
	height: 350px;
	padding: 10px;
	background: #aba290;
	margin-bottom: 30px;
}

div#portfolio-big-img {
	width: 584px;
	height: 600px;
	padding: 10px;
	background: #aba290;
	margin-bottom: 30px;
}

div#portfolio-logo {
	width: 445px;
	height: 150px;
	padding: 10px;
	background: #aba290;
	margin: 15px 0 15px 30px;
	display: inline;
	float: right;
}

div.portfolio-img a,
div#portfolio-big-img a {
	border: none;
}

/* 9. CONTENT SLIDERS
-------------------------------------------------------------------------- */

div#featured { 
	width: 604px; 
	position: relative; 
	height: 367px; 
	margin-bottom: 20px;
}

div#featured ul.ui-tabs-nav { 
	position: absolute; 
	top: 0; 
	right: 0; 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	width: 205px;
	height: 260px; 
	
}

div#services ul.ui-tabs-nav { 
	list-style: none; 
	padding: 0; 
	margin: 0 0 20px 0; 
}

div#services li.ui-tabs-nav-item,
div#services li.ui-tabs-nav-item h2 { 
	display: inline;
}

div#services ul.ui-tabs-nav li {  
	margin: 0 15px 0 0;
}

div#services li.ui-tabs-nav-item a {
	color: #251b08;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #e1ce9a;
	background: #f2e1b2 url('../images/bg-button.gif');
}

div#services li.ui-tabs-nav-item a:active {
	position: relative;
	top: 1px;
}

div#services ul.ui-tabs-nav li.ui-tabs-selected a { 
	background: #dbebfa url('../images/bg-blue.gif');
	border: 1px solid #b3cfec;
}

div#featured ul.ui-tabs-nav li {  
	margin: 10px 0;
	list-style-image: none;
}

div#featured ul.ui-tabs-nav li:first-child {  
	margin-top: 0;
}

div#featured li.ui-tabs-nav-item a { 
	display: block; 
	padding: 10px; 
	color: #251b08; 
	border: 1px solid #e1ce9a;
	background: #f2e1b2 url('../images/bg-button.gif');
	text-decoration: none;
}

div#featured li.ui-tabs-nav-item a:active {
	position: relative;
	top: 1px;
}

div#featured li.ui-tabs-nav-item a:hover,
div#services li.ui-tabs-nav-item a:hover  { 
	background: #edd39a url('../images/bg-hover.gif');
	border: 1px solid #e0bf76;
}

div#featured ul.ui-tabs-nav li.ui-tabs-selected a { 
	background: #dbebfa url('../images/bg-blue.gif');
	border: 1px solid #b3cfec;
}

div#featured ul.ui-tabs-nav a img,
div#services ul.ui-tabs-nav a img { 
	display: none;
}

div#featured ul.ui-tabs-nav li.ui-tabs-selected a img,
div#services ul.ui-tabs-nav li.ui-tabs-selected a img { 
	display: inline;
}

div#featured .ui-tabs-panel { 
	width: 365px;
	border: 2px solid #FFF;
	height: 365px; 
	position: relative;
}

div#featured .ui-tabs-panel .info { 
	position: absolute; 
	width: 100%;
	bottom: 0; 
	left: 0;
	background-color: rgba(32, 57, 81, 0.95); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#F0203951,endColorstr=#F0203951); /* For IE */
}

div#featured .info h5 { 
	color: #FFF; 
	padding: 10px 10px 0 10px;
}

div#featured .info p { 
	color: #f0f0f0;
	padding: 0 10px 10px 10px;
}

div#featured .info a { 
	color: #FFF; 
}

div#services .ui-tabs-hide,
div#featured .ui-tabs-hide { 
	display: none; 
}

/* 10. MISC
-------------------------------------------------------------------------- */

.no-link a {
	text-decoration: none; 
	color: #251b08; 
}

p.intro {
	font-size: 1.2em; /* 18px */
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

p img { 
	border: 3px solid #FFF; 
}

p#big { 
	font-size: 1.6em; /* 24px */
	font-family: 'BodoniRecutFSCondensed', Cambria, Palatino, 'Palatino Linotype', "Times New Roman", Times, serif; 
	font-weight: normal; 
	font-style: normal;
}

div.navigation {
	overflow: hidden;
}

div.navigation {
	background: #d9eeff;
	padding: 5px 10px;
	border: 1px solid #FFF;
}

div.nav-previous {
	float: left;
	width: 50%;
}

div.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}

div#nav-above {
	margin: 10px 0;
}

/*div#nav-above {
	display: none;
}*/

div.paged #nav-above,
.single #nav-above {
	display: block;
}

div#nav-below {
	margin-bottom: 10px;
}

div#hire-sign {
	position: absolute;
	bottom: -143px;
	left: 0;
}

div#hire-sign a {
	display: block;
	background: url('../images/hire-me-sign.png') no-repeat;
	background-position: 0px 0px;
	height: 160px;
	width: 198px;
	text-indent: -9000px;
}

div#hire-sign a:active {
	position: relative;
	top: 1px;
}

div#hire-sign a:hover {
	background-position: 0px -160px;
	border: none;
}

ul#social-media,
ul#social-media-about-page { 
	list-style: none; 
	margin: 0;
}

ul#social-media-about-page { 
	margin-bottom: 30px;
}

ul#social-media li,
ul#social-media-about-page li { 
	margin: 0 1px; 
	display: inline; 
}

ul#social-media li a:hover,
ul#social-media-about-page li a:hover {
	border-bottom: 2px solid #178c00;
}

input[type="text"]#s {
	margin-right: 10px;
	width: 150px;
}

input[type="text"]#spambot {
	width: 40px;
}

input[type="reset"] {
	margin-right: 5px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 1em;
	padding: 3px 5px;
	outline: none;
	cursor: pointer;
	color: #FFF;
	border: solid 1px #ca7005;
	background: #f78d1d;
}

.button:hover {
	background: #f47c20;
}

.button:active {
	position: relative;
	top: 1px;
	color: #fcd3a5;
}