/*
Client: Client Name
Author: lamontdesign
Author URI: http://www.lamontdesign.co.uk
Description: Webstart Template.
Version: 2.0.0
*/


/*--------------------------------------------------------------------------------------------------------------*/
/*--MASTER RESET------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin:0;
    padding:0;
    vertical-align: baseline;
	}















/*--------------------------------------------------------------------------------------------------------------*/
/*--BODY--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

html{
	height:100%;
	}

body{
	background:#481218;
	height:100%;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--HEADER------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#header{
	background:none;
	min-height:260px;
	}

/*--------------------------------------------------*/
/*--HEADER TOP--------------------------------------*/
/*--------------------------------------------------*/

#header-top{
	background: none;
	}

#header-top .row{
	background: none;
	}

#logo{
	background:url(../images/elements/logo.png) 0px 0px no-repeat;
	}

#header-top p{
	color:#FFF6C4;
	font-size:1.4em;
	}

#header-top .row a{
	color:#FFF6C4;
	}

#header-top .row a:hover{
	color:#FFF;
	}

#header-top #google_translate_element a{
	color:#000;
	}

/*--------------------------------------------------*/
/*--HEADER NAV--------------------------------------*/
/*--------------------------------------------------*/

#header-nav{
	background: none;
	margin-bottom:0px;
	}

#header-nav ul#nav{
	height:60px;
	background: #6F223E;
	}

#header-nav ul#nav li{
	height:60px;
	line-height:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
 	font-size:2.2em;
	width:20%;
	}

#header-nav ul#nav li a{
	height:60px;
	color: #E6E7E0;
	background:none;
	border-left: 1px solid #481218;
	}

#header-nav ul#nav li#menu-item-01 a{
	border-left: none;
	}

#header-nav ul#nav li a:hover{
	color: #FFF6C4;
	background:none;
	}

#header-nav ul#nav li.current_page_item a{
	color: #6F223E;
	background:#FFF;
	}

/*--------------------------------------------------*/
/*--HEADER IMG--------------------------------------*/
/*--------------------------------------------------*/

#header-trim{
	background:red;
	}

body#no-header #header-img{
	display:none;
	}

#header-img{
	background:none;
	}

#header-img .row{
	background:none;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--CONTENT-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#content{
	background: #E8E8E8;
	}

#content .row{
	background:#FFF;
	}

/*--------------------------------------------------*/
/*--CONTENT COL SPAN-2-3----------------------------*/
/*--------------------------------------------------*/

#content .row .col.span-2-3{
	background:#FFF;
	width:520px;
	padding:60px;
	}


#content .row .col.span-2-3 img{
  padding:10px;
  background:#E6E7E0;
  border:none;
  }

#content .row .col.span-2-3 a{
	color:#6F223E;
	}

#content .row .col.span-2-3 a:hover{
	color:#000;
	}

/*--------------------------------------------------*/
/*--TABLES------------------------------------------*/
/*--------------------------------------------------*/

th{
	background:#6F223E;
	color:#FFF;
	}

td{
	background:#E6E7E0;
	border-bottom:#FFF solid 1px;
	}

/*--------------------------------------------------*/
/*--CONTACT FORM------------------------------------*/
/*--------------------------------------------------*/

input, textarea{
	background:#E6E7E0;
	border-radius: none;
	}

#contact-form input[type="submit"]{
	background:#6F223E;
	color:#FFF;
	border-radius:none;
	}

#contact-form input[type="submit"]:hover{
	background:#481218;
	}

/*--------------------------------------------------*/
/*--CONTENT COL SPAN-1-3----------------------------*/
/*--------------------------------------------------*/

#content .row .col.span-1-3{
	background:none;
	}

/*--------------------------------------------------*/
/*--CONTENT COL SPAN-1-3 FEATURES-------------------*/
/*--------------------------------------------------*/

#push-features a{
	background: url(../images/elements/arrow.png) center right no-repeat #6F223E;
	border-radius:5px;
	}

#push-features a:hover{
	background: url(../images/elements/arrow.png) center right no-repeat #481218;
	}

#push-features a h4{
	margin-bottom:0px;
	font-size:2.2em;
	font-weight:normal;
	line-height:1.4em;
	color:#FFF;
	}

#push-features a h5{
	margin-bottom:0px;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:normal;
	text-transform:none;
	}

#push-features a h4{
	color:#FFF;
	}

#push-features a:hover h4{
	color:#FFF6C4;
	}

#push-features a h5{
	color:#FFF;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--FOOTER------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#footer{
	background:#E8E8E8;
	color:#FFF;
	}

#footer .row{
	padding: 20px 0 20px 0;
	background:#481218;
	}

#footer h4, #footer h5, #footer h5{
	color:#FFF;
	}

#footer p{
	color:#FFF;
	font-size:1.4em;
	}

#footer li{
	font-size:1.4em;
	}

#footer a{
	color:#FFF;
	}

#footer a:hover{
	color:#FFF6C4;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--COPYRIGHT---------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

#copyright{
	background:#E8E8E8;
	color:#FFF;
	}

#copyright .row{
	background: none;
	}

#copyright p{
	color:#000;
	font-size:1.4em;
	text-align:center;
	}

#copyright a{
	color:#000;
	}

#copyright a:hover{
	color:#6F223E;
	}















/*--------------------------------------------------------------------------------------------------------------*/
/*--GENERAL ELEMENTS--------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--WRAPPER-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.wrapper{
	width:100%;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--ROWS--------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.row{
	position:relative;
	margin:0 auto;
	padding:0;
	width:980px;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--COLUMNS-----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.col{
	padding:20px 0 0 20px;
	float:left;
	 }

.span-1-1{
	width:940px;
	}

.span1-2{
	width:490px;
	}

.span-1-3{
	width:300px;
	}

.span-2-3{
	width:620px;
	}

.span-1-4{
	width:220px;
	}

/*--------------------------------------------------------------------------------------------------------------*/
/*--FONTS-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

p, blockquote, img, table, iframe, embed, hr, ul, ol{
	margin-bottom:20px;
	}

h1, h2, h3, h4, h5, h6{
	margin-bottom:20px;
	font-weight:normal;
	line-height:110%;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

h1{
	font-size:4.5em;
	}

h2{
	font-size:3em;
	}

h3{
	font-size:2.5em;
	}

h4{
	font-size:2em;
	}

h5{
	font-size:1.8em;
	}

h6{
	font-size:1.6em;
	}

p{
	font-size:1.6em;
	line-height:1.6em;
	margin-bottom:20px;
	}

a{
	text-decoration:none;
	outline:none;
	border:0px;
	}

ul{
	margin-left:14px;
	list-style-type:disc;
	display:block;
	}

ul li{
	list-style-type:square;
	font-size:1.6em;
	line-height:1.6em;
	}

ol{
	margin-left:27px;
	list-style-type:decimal-leading-zero;
	display:block;
	}

ol li{
	list-style-type:decimal-leading-zero;
	font-size:1.3em;
	line-height:1.6em;
	}

#sidebar-quotes{
	padding:0px 0px 0px 20px;
	}

#sidebar-quotes blockquote{
	font-size:1.8em;
	line-height:1.5em;
	font-weight:normal;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--HEADER--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.wrapper#header{
	width:100%;
	}

.wrapper#header #logo{
	margin-bottom:20px;
	width:300px;
	height:160px;
	display:block;
	}

#header img{
	margin-bottom:0;
	}

#header-box-01{
	padding:40px 0 0 20px;
	text-align:right;
  	}

#header-box-02{
	padding:40px 0 0 20px;
	text-align:left;
  	}

.wrapper#header img#header-img{
	margin:80px 0 0 0;
	width:980px;
	}

.wrapper#header #showcase{
	position:relative;
	width:980px;
	clear:both;
	height:400px;
	overflow:hidden;
	}

.wrapper#header #showcase img{
	width: 980px;
	}

#header-trim{
	width:980px;
	height:400px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../images/elements/bg-header-trim.png) 0px 0px no-repeat;
	z-index:0;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--NAVIGATION----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

ul#nav{
	margin:0;
	width:980px;
	height:50px;
	list-style-type:none;
	}

ul#nav li{
	float:left;
	text-align:center;
	list-style-type:none;
	}

ul#nav li a{
	padding:0;
	display:block;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--CONTENT-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.wrapper#content{
	}

.wrapper#content .row{
	}

.wrapper#content .row .col.span-2-3{
	}

.wrapper#content .row .col.span-1-3{
	}

/*----------------------------------------------------------------------------------------------------*/
/*--PUSH FEATURES-------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#push-features{
	width:300px;
	}

#push-features a{
	padding: 20px 60px 20px 20px;
    width: 220px;
	display:block;
	margin-bottom:20px;
	float:left;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--FOOTER--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.wrapper#footer{
	}

.wrapper#footer .row{
	}

.wrapper#footer .row ul.social{
	margin-bottom:20px;
	width:300px;
	margin-left:0px;
	list-style-type:none;
	display:block;
	}

.wrapper#footer .row ul.social li{
	margin:0px 10px 10px 0px;
	width:100px;
	height:100px;
	list-style-type:none;
	float:left;
	display:block;
	}

.wrapper#footer .row ul.social li a{
	width:100px;
	height:100px;
	display:block;
	}

.wrapper#footer .row ul.social li a span{
	display:none;
	}

.wrapper#footer .row ul.social li#rtti a{ background:url(../images/rtti-icon.jpg) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#addthis a{ background:url(../images/social-icons/addthis.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#aim a{ background:url(../images/social-icons/aim.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#behance a{ background:url(../images/social-icons/behance.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#blogger a{ background:url(../images/social-icons/blogger.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#cargo a{ background:url(../images/social-icons/cargo.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#delicious a{ background:url(../images/social-icons/delicious.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#deviantart a{ background:url(../images/social-icons/deviantart.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#digg a{ background:url(../images/social-icons/digg.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#dopplr a{ background:url(../images/social-icons/dopplr.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#dribbble a{ background:url(../images/social-icons/dribbble.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#ember a{ background:url(../images/social-icons/ember.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#evernote a{ background:url(../images/social-icons/evernote.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#facebook a{ background:url(../images/social-icons/facebook.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#flickr a{ background:url(../images/social-icons/flickr.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#friendfeed a{ background:url(../images/social-icons/friendfeed.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#forrst a{ background:url(../images/social-icons/forrst.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#github a{ background:url(../images/social-icons/github.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#google a{ background:url(../images/social-icons/google.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#gowalla a{ background:url(../images/social-icons/gowalla.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#last-fm a{ background:url(../images/social-icons/last-fm.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#linkedin a{ background:url(../images/social-icons/linkedin.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#my-space a{ background:url(../images/social-icons/my-space.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#paypal a{ background:url(../images/social-icons/paypal.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#picasa a{ background:url(../images/social-icons/picasa.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#pinterest a{ background:url(../images/social-icons/pinterest.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#reddit a{ background:url(../images/social-icons/reddit.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#rss a{ background:url(../images/social-icons/rss.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#sharethis a{ background:url(../images/social-icons/sharethis.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#skype a{ background:url(../images/social-icons/skype.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#stumbleupon a{ background:url(../images/social-icons/stumbleupon.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#tumblr a{ background:url(../images/social-icons/tumblr.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#twitter a{ background:url(../images/social-icons/twitter.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#vimeo a{ background:url(../images/social-icons/vimeo.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#yahoo a{ background:url(../images/social-icons/yahoo.png) 0px 0px no-repeat; }
.wrapper#footer .row ul.social li#you-tube a{ background:url(../images/social-icons/youtube.png) 0px 0px no-repeat; }

/*----------------------------------------------------------------------------------------------------*/
/*--COPYRIGHT-----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.wrapper#copyright{
	}

.wrapper#copyright .row{
 	}

.wrapper.col.span-1-1{
	padding:20px;
  	}

/*----------------------------------------------------------------------------------------------------*/
/*--IMAGES--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

img{
  border:0px;
  }

img.circle{
  border-radius: 100%;
  }

.col.span-2-3 img{
  }

.alignleft{
  margin:4px 20px 20px 0px;
  display:block;
  float:left;
  }

.alignright{
  margin:4px 0px 20px 20px;
  display:block;
  float:right;
  }

.aligncenter{
  margin:4px auto 20px auto;
  display:block;
  clear:both;
  }

/*----------------------------------------------------------------------------------------------------*/
/*--GALLERY-------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.gallery img{
  margin:0px 0 20px 20px;
  width:140px;
  display:block;
  float:left;
  }

.gallery{
  width:600px;
  margin-left:-20px;
  }

/*----------------------------------------------------------------------------------------------------*/
/*--TABLES--------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

table{
	width:520px;
	}

tr{
	}

th{
	padding:10px 20px 10px 20px;
	text-align:left;
	font-size:2em;
	font-weight:normal;
	line-height:1.6em;
	vertical-align:top;
	}

td{
	padding:10px 20px 10px 20px;
	text-align:left;
	font-size:1.3em;
	line-height:1.3em;
	vertical-align:top;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--CONTACT FORM--------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

input, textarea{
	padding:10px;
	font-size:100%;
	line-height:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	border: none;
	}

#contact-form{
	margin-left:-20px;
	width: 620px;
	}

#contact-form input[type="text"]{
	width: 270px;
	margin:0 0 20px 20px;
	font-size:1.5em;
	display:block;
	float:left;
	}

#contact-form input[type="submit"]{
	border:0;
	padding:15px;
	margin-bottom:20px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	cursor:pointer;
	}

#contact-form input[type="submit"]:hover{
	}

#contact-form textarea{
	width: 580px;
	min-width: 580px;
	max-width: 580px;
	height:150px;
	min-height:150px;
	max-height:400px;
	margin-bottom:15px;
	font-size:1.5em;
	display:block;
	float:left;
	margin:0 0 20px 20px;
	}

#contact-form-message{
    display:none;
	}

label.error{
    position:absolute;
    overflow:hidden;
    top:-100%;
    left: -100%;
    width: 0;
    height: 0;
	}

input.error,textarea.error{
    color: red;
	}
    .text-right.good-to-go {
    max-width: 80px;
    margin-left: 20px;
    margin-bottom: 10px;
}
/*----------------------------------------------------------------------------------------------------*/
/*--CLEARS & FIXES------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.clear{
	clear:both;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--EXCEPTIONS----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.text-left{
	text-align:left;
	}

.text-right{
	text-align:right;
	}

.text-center{
	text-align:center;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--SHARE---------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#share{
    margin-bottom: 20px;
    height: 30px;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--SIDEBAR QUOTES------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

#sidebar-quotes{
    padding-bottom: 20px;
    position:relative;
    min-height: 100px;
	}

/*----------------------------------------------------------------------------------------------------*/
/*--SHOWCASE SLIDER-----------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------*/

.slide{
    display:none;
	}

/* fix for images constantly resizing themselves when being faded on FF */
.showcase-content img{
    box-shadow: #000 0em 0em 0em;
	}

#f2b-widget,
#f2b-widget #duration .label{
	color:#FFF !important;
	}
