/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
author:    andy budd
email:     info@andybudd.com
website:   http://www.andybudd.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

:focus {
	-moz-outline-style: none;
}


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	background: #dedac7;
}


/* =Headings
-----------------------------------------------------------------------------*/

h1 {
  font-size: 1.5em;
}


/* =Links
-----------------------------------------------------------------------------*/




/* =Branding
-----------------------------------------------------------------------------*/




/* =Main Nav
-----------------------------------------------------------------------------*/




/* =Sub Nav
-----------------------------------------------------------------------------*/




/* =Main Content
-----------------------------------------------------------------------------*/

#wrapper {
	background: url(../img/bg.jpg) no-repeat;
	padding: 0;
	text-align: center;
	min-height: 637px;
}
#wrapper-bbq {
	background: url(../am/img/bbq.png) no-repeat;
    background-size: 100vw auto;
    width: 100vw;
    min-height: 100vh;
    margin-left: 50%;
    transform: translate(-50%,0);
}
#wrapper-gym {
	background: url(../am/img/gym.png) no-repeat;	
	background-size: 100vw auto;
    width: 100vw;
    min-height: 100vh;
    margin-left: 50%;
    transform: translate(-50%,0);
}
#wrapper-interior {
	background: url(../am/img/interior.png) no-repeat;	
	background-size: 100vw auto;
    width: 100vw;
    min-height: 100vh;
    margin-left: 50%;
    transform: translate(-50%,0);
}

#content {
	padding: 18% 20px 0;
	font-family: 'Pontano Sans', sans-serif;
}

ul {
clear: both;
}
ul.social {
    margin: 4px 0 0 0;
}
ul.social li {
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin: 0; padding: 0;
}
.btn {
	background: url(../img/buttons.png) no-repeat;
	height: 0;
	overflow: hidden;
	padding: 40px 0 0 0;
	float: left;
	zoom: 1; *display: inline; _height:40px;
}

.behance {
	width: 147px;
}
	.behance:hover {
		background-position: 0 -40px;
	}
.dribbble {
	width: 145px;
	background-position: -147px 0;
}
	.dribbble:hover {
		background-position: -147px -40px;
	}
.facebook {
	width: 161px;
	background-position: -292px 0;
}
	.facebook:hover {
		background-position: -292px -40px;
	}
.google-plus {
	width: 144px;
	background-position: -453px 0;
}
	.google-plus:hover {
		background-position: -453px -40px;
	}
.last-fm {
	width: 129px;
	background-position: -597px 0;
}
	.last-fm:hover {
		background-position: -597px -40px;
	}
.linkedin {
	width: 143px;
	background-position: -726px 0;
}
	.linkedin:hover {
		background-position: -726px -40px;
	}
.twitter {
	width: 128px;
	background-position: -869px 0;
}
	.twitter:hover {
		background-position: -869px -40px;
	}

#chat {
	margin: 0 0 0 221px;
	}
	
#logo {
	margin: 6px 0 0 0;
	}
	
#content {
	}


/* =Secondary Content
-----------------------------------------------------------------------------*/

#twitter {
	margin: 10px auto 0;
	border-top: 1px solid #bec5ca;
	width: 356px;
}

#twitter ul {
	list-style: none;
}
	
#twitter a {
	color: #bec5ca;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
	
#twitter a:hover {
	color: #666666;
	border-bottom: 1px solid #999;
}


#followme {
	margin: 12px auto 0;
	background: url(../img/twitter.gif) no-repeat;
	width: 108px;
	height: 51px;
}

#delicious {
	margin: 20px auto;
	width: 375px;
	text-align: center;
}

.delicious-posts { margin: 1em; padding: 0.5em; width: 342px; font-family: sans-serif; }
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 14px 14px 10px}
.delicious-post { padding: 0.25em; font-size: 80% }
.delicious-odd { background-color: #efede3 }
.delicious-banner a { font-size: 80% }
.delicious-posts a:hover { text-decoration: underline }
.delicious-posts a { text-decoration: none; color: #5D6972; padding: 0.3em; font-size:12px }
.delicious-post a { color: #04a1ff }
.delicious-tag {font-size:11px;}
.delicious-extended {line-height: 16px; margin:0; padding:12px 12px 0 12px; font-size: 11px; color:#666666}

#wbx-gw-button-wrapper-0 {
	visibility: hidden;
}

.wbx-gw-wrapper {
	visibility: hidden;
}


/* =Footer
------------------------------------------------------------------*/

#widgetbox_widget_iframe_0 {
	height: 360px;
}

#alistapartsurvey {
	border-top: 1px solid #bec5ca;
	width: 318px;
	padding: 20px 1px 0px 44px;
	margin: -20px 0 20px 0;
}

#alistapartsurvey a {
	margin: 0pt 50px 0 0;
}

#browsers {
	border-top: 1px solid #bec5ca;
	width: 318px;
	padding: 18px 0 0 44px;
	margin: 0 0 75px 0;
}

#browsers a {
	margin: 0pt 30px 0 0;
	float: left;
}



/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
