/*
 * Skeleton V1.1
 * Copyright 2011, Dave Gamache
 * www.getskeleton.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 8/17/2011
 */


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
        #Menu + Logo
	#Misc
        #Sidebar
        #Footer
*/


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }
body {
    line-height: 1; }
ol, ul {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	      content: '';
	      content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0; }


/* #Basic Styles
================================================== */
html { overflow-y: scroll; }
body {
    /*    background: #113885;*/
    background: #cccccc url("../images/001-subtle-light-pattern-background-texture.jpg") repeat;
    font: 100%/1.2em 'Josefin Sans', sans-serif;
    color: #000000;
    overflow: hidden; 
}

.container { background: #ffffff; border: 1px solid #333333; margin-top: 20px; }
.logo { padding: 1vw; }
.content { padding: 2vw 5vw; }
.footer-inner { padding: 1vw 2vw; }
.main { padding-top: 1em; }


/* #Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    color: #000000;
    font-weight: 700; 
    line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 214%;  }
h2 { font-size: 200%;  }
h3 { font-size: 175%; }
.sidebar h3 { font-size: 125%; margin-top: .5em; }
.main h3 { margin-top: 1em; }
h4 { font-size: 150%;  }
h5 { font-size: 125%;  }
h6 { font-size: 100%;  }
.subheader { color: #000; }

p { margin: 0 0 1em 0; }
p img { margin: 0; }
p.lead { font-size: 1.2em; line-height: 1.2em; color: #000;  }

em { font-style: italic; }
strong { font-weight: bold; }
small { font-size: 80%; }

/*	Blockquotes  */
blockquote, blockquote p { font-style: italic; }
blockquote { margin: 0 0 1em; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 80%; color: #000; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #000; }

/*	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }*/


/* #Links
================================================== */
a, a:visited { color: #333; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #000; }
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
.main ul, .main ol { margin-bottom: 1em; margin-left: 1em; }
.main ul { list-style: disc outside; }
.main ol { list-style: decimal; }
.main ol, .main ul.square, .main ul.circle, .main ul.disc { margin-left: 2em; }
.main ul.square { list-style: square outside; }
.main ul.circle { list-style: circle outside; }
.main ul.disc { list-style: disc outside; }
.main ul ul, .main ul ol,
.main ol ol, .main ol ul { margin: 4px 0 5px 2em; }
.main ul ul li, .main ul ol li,
.main ol ol li, .main ol ul li { margin-bottom: 6px; }
.main li { line-height: 18px; margin-bottom: 12px; }
.main ul.large li { line-height: 21px; }
.main li p { line-height: 21px; }

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto; 
}

img.alignright { float: right; margin: 0 0 1em 2em; max-width: 50%; height: auto; }
img.alignleft  { float: left; margin: 0 2em 1em 0; max-width: 50%; height: auto; }
.portfolio-item img.alignleft  { float: left; margin: 0 2em 1em 0; max-width: 100%; height: auto; border: 1px solid black; }
.item-url { font-weight: 700; color: #c00 !important;}
.item-url:hover { color: #000 !important;}


/* #Forms
================================================== */

form {
    margin-bottom: 20px; }
fieldset {
    margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    background: #fff; }
select {
    padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px; }
label,
legend {
    display: block;
    font-weight: bold;
    font-size: 12px;  
    margin-top: -4px; 
    }
select {
    width: 220px; }
input[type="checkbox"] {
    display: inline; }
label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }
.gform_body .gfield_label { margin-bottom: .5em; }
    
    

/* #Menu & Logo
================================================== */
.header {
    height:85px;
    margin-top: 20px;
    margin-bottom: 40px;
    clear: both;
}

.menu {
    padding-top:45px;
    /*        float: right;*/
}

.menu li {
    display: inline;
    list-style-type: none;
    font-size: 1em;
    padding-left: 5px;
}

.menu li a {
    font-family: 'Josefin Sans', sans-serif;
}

.logo h3{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400; 
    font-style: italic;
    font-size: 87.5%;
    line-height: 1em;
    text-align: right; 
    margin-left: 2em;
    margin-bottom: 1em; 
}
.logo a{
    text-decoration: none;
}

/* #Misc
================================================== */
.title{
    padding-bottom: 15px;
}

.full-width{
    padding-left: 10px;
}

.portfolio-item {
    overflow: hidden; 
    border-bottom: 2px solid #333333; 
}

.portfolio-item h3 {
    text-transform: uppercase;
    font-size: 100%; 
}
.item-title { margin-bottom: 1em; }
.contact td { padding-left: 1em; }

.testimonial {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1.5em; 
}

.testimonial td{
    line-height: 1.3em;
    font-style: italic;
    color: #333333; 
}

.testsig {
    color: #336699;
    padding-left: 45px;
    font-style: normal;
}

big { font-size: 150%; }


/* #Sidebar
================================================== */
.sidebar{
    font: 1em/1.2em "PT Sans";

}

.sidebar li{
    list-style: none;
}

/* #Footer
================================================== */
.footer ul { margin-bottom: 1em; }
.footer li{
    list-style: disc;
    padding-left: 15px;
    float: right;
    font-size: 87.5%; 
}
.footer li a { text-decoration: none; }
