/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author: Paul Stoffer - www.paulstoffer.com
   ========================================================================== */

body {
	background: #252525 url(/img/background.gif) top center repeat;
}

#container {
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	color: #FFF;	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 21px;	
}

header {
	width: 785px;
	position: relative;
	padding: 0 0 0 195px;
	margin-bottom: 35px;	
}

#social {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	list-style: none;
	padding: 0;	
}

#social li {
	display: inline-block;
	float: left;
	margin-left: 28px;
}

#headshot {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;	
}

#headshot img {
	display: block;
	margin-bottom: 4px;	
}

section {
	background: #3c3c3c;
	background: rgba(255, 255, 255, 0.1);	
	padding: 18px;
	margin-bottom: 35px;
}

section .title {
	float: left;
	width: 142px;
	margin-right: 35px;	
	font-size: 13px;
	line-height: 18px;
}

section h1 {
	margin-bottom: 0;	
}

#other {
	margin-bottom: 35px;	
}

#other h2 {
	margin-bottom: 0;	
}

#other a {
	color: #7ac142;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
	text-decoration: none;	
}

#other-title {
	background: #3c3c3c;
	background: rgba(255, 255, 255, 0.1);	
	padding: 18px;
	float: left;
	width: 159px;
}

#other-1 {
	background: #3c3c3c;
	background: rgba(255, 255, 255, 0.1);	
	padding: 18px;
	float: left;
	width: 202px;
	margin-left: 35px;
}

#other-2 {
	background: #3c3c3c;
	background: rgba(255, 255, 255, 0.1);	
	padding: 18px;
	float: left;
	width: 202px;
	margin-left: 18px;
}

#other-3 {
	background: #3c3c3c;
	background: rgba(255, 255, 255, 0.1);	
	padding: 18px;
	float: left;
	width: 202px;
	margin-left: 18px;
}

footer {
	clear: both;	
}

footer small {
	color: #a3a3a3;
	font-size: 12px;
	line-height: 17px;
}

a {
	color: #7ac142;
	text-decoration: underline;	
}

ul, ol, p {
	margin: 0 0 18px 0;	
}

h1, h2, h3 {
	margin-top: 0;	
}

h1 {
	color: #7ac142;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 22px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
}

h2 {
	color: #7ac142;
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
}

h3 {
	color: #7ac142;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;	
}

h1 a {
	text-decoration: none;	
}

.utility {
	font-size: .8em;
	text-transform: uppercase;
	font-weight:bold;	
}

button, a.button, input[type="reset"], input[type="submit"], input[type="button"] {
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	background: #FFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #E6E6E6));
	background: -moz-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #E6E6E6));
	background: -o-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #E6E6E6));
	background: -ms-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, white), color-stop(100%, #E6E6E6));
	background: linear-gradient(white,#E6E6E6);
	/*border: 1px solid;
	border-color: #D3D3D3;*/
	border: 1px solid #AAA;
	border-color: #DDD #AAA #AAA #DDD;
	cursor: pointer;
	text-align: center;
	color: #555;
	display: inline-block;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	line-height: 1.2;
	font-size: 15px;
	outline: 0;
	overflow: visible;
	margin: 0;
	padding: 4px 20px;
	text-shadow: white 0 1px 1px;
	text-decoration: none;
	vertical-align: top;
	width: auto;
}

button:hover, a.button:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f2f2f2, endColorstr=#EBEBEB);
	background: -webkit-linear-gradient(white,#F2F2F2 1px,#EBEBEB);
	background: -moz-linear-gradient(white,#F2F2F2 1px,#EBEBEB);
	background: -o-linear-gradient(white,#F2F2F2 1px,#EBEBEB);
	background: -ms-linear-gradient(white,#F2F2F2 1px,#EBEBEB);
	background: linear-gradient(white,#F2F2F2 1px,#EBEBEB);
}

button:active, a.button:active, input[type="reset"]:active, input[type="submit"]:active, input[type="button"]:active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dddddd, endColorstr=#eeeeee);
	background: -webkit-linear-gradient(white,#DDD 1px,#EEE);
	background: -moz-linear-gradient(white,#DDD 1px,#EEE);
	background: -o-linear-gradient(white,#DDD 1px,#EEE);
	background: -ms-linear-gradient(white,#DDD 1px,#EEE);
	background: linear-gradient(white,#DDD 1px,#EEE);
	-webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
	-moz-box-shadow: inset rgba(0,0,0,0.25) 0 1px 2px 0;
	box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
	border-color: #999 #BBB #DDD;
}

.image-on-left {
	float: left;
	margin-right: 25px;	
	margin-bottom: 10px;
}

.image-on-right {
	float: right;
	margin-left: 25px;
	margin-bottom: 10px;	
}

#message.info, #message.success, #message.warning, #message.error {
	border-top:2px solid;
	border-bottom:2px solid;
	margin:0 0 15px;
	padding:8px 8px 8px 34px;
	background-repeat:no-repeat;
	background-position:10px 50%;
	text-align:left;
}

#message.info {
	color:#00529B;
	background-color:#BDE5F8;
	background-image:url('../images/icon-info.png');
}

#message.success {
	color:#4F8A10;
	background-color:#DFF2BF;
	background-image:url('../images/icon-accept.png');
}

#message.warning {
	color:#9F6000;
	background-color:#FEEFB3;
	background-image:url('../images/icon-warning.png');
}

#message.error {
	color:#D8000C;
	background-color:#FFBABA;
	background-image:url('../images/icon-error.png');
}

.form {
					
}
		
.form ul {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;	
}

.form li {
	margin: 8px 0;
}
		
.form label {
	color: #555;
	display: block;
	font-size: 14px;
}

.form label small {
	color: #aaa;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}
		
.form label.error {
	color: #C00;
	font-size: 11px;
	line-height: 11px;	
	font-weight: bold;
	margin-top: 3px;
	display: inline-block;
}

.form .field {
	-webkit-box-shadow: inset 0 1px 3px -1px #aaaaaa;
	-moz-box-shadow: inset 0 1px 3px -1px #aaaaaa;
	box-shadow: inset 0 1px 3px -1px #aaaaaa;
	border: 1px solid #aaa;
	border-color: #aaa #ddd #ddd #aaa;
	color: #333;
	display: block;
	font-size: 13px;
	height: 25px;
	padding: 0 5px;
	width: 275px;
	-moz-box-sizing: content-box;
}

.form .field.valid {
	background: url(/images/icon-accept.png) 260px center no-repeat;
}

.inline {
	display: inline-block !important;	
}




/* =============================================================================
   TinyMCE specific styles.
   ========================================================================== */

body.mceContentBody {
	background: #fff;
	padding:10px;
	font-size: 16px !important;
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#444;
	text-align:left;
	width:inherit;
}

.mceContentBody a {
   color: #86201e !important; /* FF requires a important here */
}

.mceContentBody td {
	vertical-align: top !important;	
	font-size: 16px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#444;
}


/* =============================================================================
   Paging Styles
   ========================================================================== */

#page-listing {
	clear: both;
	float: right;
	margin-bottom: 25px;	
}

.page-listing-top {
	float: right;
	clear: none;
	margin-bottom: 0;
}

#page-listing a, #page-listing span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.231;
	display: inline-block;
	padding: 2px 6px;
	border: 1px solid #DDD;
	text-decoration: none;
}

#page-listing .current {
	background:#none;
	color: #444;
	border: 0 none;
}

.crumbs, .crumbs_on {
	display:	inline-block;	
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
