/*
 Theme Name: Smile AV
 Theme URI: www.smileav.co.uk
 Description: Smile AV Website
 Version: 0.1a
 Author: Scott Darby
 Datum: November 2, 2009
 */
/* Eric Meyer reset CSS 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 {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*
 Elements to hide on page load with JavaScript
 ***example***
 .js .my-class { display: none; }
 ---------------------------------------------------------*/
.js body {
    background: url(../images/ajax-loader.gif) no-repeat center center;
	height: 100%;
}

.js #content, .js #footer, .js #footer-base {
    display: none;
}

/*
 Font size
 Set font sizes in ems
 where 1em = 10px
 ---------------------------------------------------------*/
body {
    font-size: 62.5%; /* for IE/Win */
}

html {
    height: 100%;
    background: url(../images/smoke.jpg) no-repeat bottom right;
    padding: 0 0 1px;
}

html > body {
    font-size: 10px; /* for everything else */
}

/*
 =Basics
 --------------------------------------------------------*/
body {
    font-family: Arial, Helvetica, Sans-Serif;
    line-height: 1.625em;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    font-size: 1.2em;
}

.wrapper:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.wrapper {
    display: inline-block;
}

.wrapper {
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2em;
}

h1 {
    font-size: 2.125em;
    margin-bottom: 0.465em;
}

h2 {
    font-size: 1.9em;
    margin-bottom: 0.555em;
}

h3 {
    font-size: 1.7em;
    margin-bottom: 0.656em;
}

h4 {
    font-size: 1.4em;
    margin-bottom: .861em;
}

h5 {
    font-size: 1.313em;
    margin-bottom: .938em;
}

h6 {
    font-size: 1.313em;
    margin-bottom: .938em;
}

a {
    color: #f29400;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #1F1508;
    text-decoration: none;
}

a:active {
    color: #8F5B11;
}

.selected a {
    text-decoration: none;
}

.selected a:hover {
    cursor: default;
}

em {
    font-style: italic;
}

p {
    margin: 0 0 1.8em;
    line-height: 1.6em;
}

li {
    line-height: 1.8em;
}

small {
    font-size: .9em;
    text-transform: uppercase;
}

strong {
    font-weight: bold;
    color: #f29400;
}

ul {
    margin: 0 0 1.8em;
    padding-left: 16px;
    list-style-position: outside;
    list-style-type: disc;
}

ol {
    margin: 0 0 1.8em;
    padding-left: 16px;
    list-style-type: decimal;
}

dl {
    margin: 1.8em 0;
}

dl dt {
    font-weight: bold;
}

blockquote {
    border-left: 1px solid #666;
    margin: 1.8em 0;
    padding-left: 17px;
    font-style: italic;
}

acronym:hover {
    cursor: help;
}

td {
    
}

/*
 =Utilities
 ---------------------------------------------------------*/
.left {
    float: left;
    margin: 0 1em 1em 0;
}

.right {
    float: right;
    margin: 0 0 1em 1em;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

/* Hides from IE-mac \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* End hide from IE-mac */
/* Document links */
.pdf, .xls, .ppt, .doc, .txt {
    padding: 0 0 0 24px;
    display: block;
    float: left;
    margin: 0 5px 0 0;
}

.img-replace {
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
    display: block;
}

/*
 =Main navigation
 ---------------------------------------------------------*/
#nav {
    padding: 0;
    margin: 0;
}

#nav a {
    display: block;
}

#nav li {
    float: left;
    display: block;
}

#nav li a {
    background: url(../images/nav.gif) no-repeat;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 42px;
    width: 199px;
}

#nav li a:hover, #nav li.current_page_item a {
    background-position: 0 -42px;
}

.current_page_item a:hover {
    cursor: default;
}

#nav li#how-we-work a {
    background-position: -199px 0;
    width: 188px;
}

#nav li#how-we-work a:hover, #nav li#how-we-work.current_page_item a {
    background-position: -199px -42px;
}

#nav li#events a {
    width: 188px;
    background-position: -387px 0;
}

#nav li#events a:hover, #nav li#events.current_page_item a {
    background-position: -387px -42px;
}

#nav li#installations a {
    width: 188px;
    background-position: -575px 0;
}

#nav li#installations a:hover, #nav li#installations.current_page_item a {
    background-position: -575px -42px;
}

#nav li#contact a {
    width: 197px;
    background-position: -763px 0;
}

#nav li#contact a:hover, #nav li#contact.current_page_item a {
    background-position: -763px -42px;
}

/*
 Header
 ---------------------------------------------------------*/
#header {
    height: 193px;
    font-weight: bold;
}

#header * {
    line-height: 0;
}

#header h1, #header h2, #header h3 {
    font-size: 0;
}

#logo {
    background: url(../images/logo.gif) no-repeat;
    width: 300px;
    height: 142px;
    position: absolute;
    top: 26px;
    left: 10px;
}

#tagline {
    background: url(../images/tagline.gif) no-repeat;
    width: 380px;
    height: 36px;
    position: absolute;
    top: 71px;
    right: 10px;
}

#header ul {
    padding: 0;
    list-style: none;
    position: absolute;
    top: 158px;
    font-size: 13px;
    right: 0;
}

#header li {
    list-style: none;
    float: left;
    line-height: 12px;
    margin-right: 10px;
    position: static;
}

#header a {
    color: #000;
    text-decoration: none;
    line-height: 12px;
}

#header .phone {
    color: #7e7e7e;
    line-height: 12px;
}

/*
 =Content
 ---------------------------------------------------------*/
#content {
    background: url(../images/content-bg.png) repeat-y;
}

#article {
    padding: 30px 40px 30px 39px;
    width: 340px;
    float: right;
    min-height: 320px;
}

/*
 
 =Footer
 ---------------------------------------------------------*/
#footer {
    background: url(../images/footer-bg.png) repeat-y;
    padding: 10px 20px 20px;
    position: relative;
    height: 90px;
}

#footer a {
    font-weight: normal;
    font-style: normal;
    position: absolute;
    top: 58px;
    right: 47px;
    text-decoration: none;
    color: #fff;
    background: url(../images/arrow.gif) no-repeat right;
    padding-right: 13px;
}

#footer blockquote {
    border: none;
    margin: 0;
    background: transparent url(../images/quotes.gif) no-repeat!important;
    padding-left: 34px;
    margin-left: 30px;
    width: 848px;
	top: 20px!important;
}

#footer blockquote p {
    font-size: 18px;
    font-style: normal;
    margin: 0;
    color: #ccc;
    text-transform: lowercase;
}

#footer blockquote strong {
    color: #c7a269;
}

#footer .cite {
    font-style: normal;
    color: #fff;
    position: static;
    background: none;
    font-size: 14px;
}

#footer-base {
    background: url(../images/footer-base.png) no-repeat;
    font-size: 10px;
    padding: 20px 10px 0;
    color: #666;
}

#footer-base a {
    color: #666;
    text-decoration: none;
    font-weight: normal;
}

.footer-left {
    font-size: 1.3em;
    float: left;
    margin: 0;
    clear: left;
    width: 300px;
}

.footer-right {
    font-size: 1.3em;
    float: right;
    margin: 0;
}

/*
 =Slideshow
 ---------------------------------------------------------*/
#slideshow {
    float: left;
    background: url(../images/ajax-loader.gif) no-repeat center center;
    list-style: none;
    margin: 36px 0 0 48px;
    position: relative;
    width: 508px;
}

#slideshow li {
    position: absolute;
    top: 0;
    left: 0;
}

.caption {
    background: #ccc;
    line-height: 33px;
    margin-top: -6px;
    padding-left: 10px;
    padding: 15px 12px;
    line-height: 3px;
    width: 453px;
}

/*
 =Testimonials
 ---------------------------------------------------------*/
.testimonials #article {
    float: none;
    width: 864px;
}

.testimonials_page {
    border-top: 1px dotted #ccc;
    padding: 20px 0 0;
}

/*
 =Gallery
 ---------------------------------------------------------*/
.portfolio #article {
    float: none;
    width: 864px;
}

#portfolio-button {
	background: url(../images/portfolio-button.gif) no-repeat;
	width: 134px;
	height: 27px;
	position: absolute;
	top: 553px;
	left: 48px;
	z-index: 9999;
}

/*
 =Contact
 ---------------------------------------------------------*/
.contact #article {
    float: none;
    width: 900px;
}

#content label {
    float: left;
    clear: both;
    display: block;
    width: 122px;
    font-size: 20px;
    color: #696969;
    margin: 12px;
}

#content input, #content select, #content textarea {
    float: left;
    margin-bottom: 1em;
}

#content input, #content textarea {
    width: 255px;
    border: none;
    background: none;
    font-size: 20px;
}

#content textarea {
    width: 700px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

#content input {
    width: 255px;
    border: none;
    background: none;
    height: 42px;
}

#content .submit {
    clear: both;
    margin-left: 160px;
    width: auto;
}

fieldset {
    background: url(../images/form-field.gif) no-repeat;
    width: 857px;
    height: 44px;
    margin: 0 0 20px;
}

fieldset.form-field-mid {
    background: url(../images/form-field-mid.gif) repeat-y;
    height: auto;
}

.form-field-top {
    background: url(../images/form-field-top.gif) no-repeat;
    height: 9px;
    width: 857px;
}

.form-field-bottom {
    background: url(../images/form-field-bottom.gif) no-repeat bottom;
    height: 9px;
    width: 857px;
    clear: both;
}

#content #send {
    float: none;
    width: 123px;
    height: 45px;
    background: url(../images/send.gif) no-repeat;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
}

#content #send:hover {
    cursor: pointer;
}

#content #send:active {
    background-position: 0 2px;
}

#content .error {
    color: #980000;
}

.error-field {
    color: #980000;
}

.success {
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
}

.reqd {
    color: #696969;
    font-size: 11px;
    line-height: 20px;
}

#tooltip {
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

#tooltip div, #tooltip h3 {
    margin: 0;
}

/*
 =Gallery
 ----------------------------------------------------------*/
.gallery {
    padding-top: 10px;
}

.gallery img {
    border: 2px solid #ccc;
    padding: 2px;
}

.gallery .gallery-row {
	margin: 10px 0!important;
}

/*
 =Blog
 ----------------------------------------------------------*/
.post {
    background: url(../images/pins-wide.gif) no-repeat scroll 0 top;
    padding: 20px;
}

.post-heading, .post-heading a {
    font-weight: normal;
    font-style: italic;
}

#sidebar {
    padding: 0;
}

#sidebar li {
    list-style: none;
}

.blog #content-wrapper {
    float: right;
    margin: 0;
}

.blog a {
    font-weight: normal;
}

.blog #content-wrapper {
    margin: 0 0 20px;
}

.aligncenter {
    margin: 0 auto;
    text-align: center;
}

.blog .tagline {
    background: url(../images/blog-tagline.png) no-repeat;
    width: 460px;
    height: 44px;
    margin-bottom: 23px;
}

.post-categories {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.post-categories a {
    font-weight: normal;
    font-style: normal;
}

.date {
    line-height: 30px;
}

#respond h3, #comments {
    font-weight: normal;
}

.subscribe a {
    background: url(../images/icon_rss.png) no-repeat;
    padding: 0 0 0 20px;
    display: block;
    margin: 0 0 20px;
}

.widget_tag_cloud {
    margin: 0 0 1.8em;
}

#view-all {
    margin: 0 0 1.8em;
    display: block;
}

.imgtfe {
    margin: 0 15px 1.8em 0;
    border: 5px solid #D2A748;
    box-shadow: 10px 10px 5px #888;
}

.widget ul {
    padding-left: 0;
}

.blogroll {
    padding-left: 0;
}

.widget li, .blogroll li {
    background: url(../images/bullet.png) no-repeat 0 5px;
    padding: 0 0 0 20px;
}

.aligncenter {
    text-align: center;
    margin: 0 auto;
    display: block;
}

