/*
    Tripoli is a generic CSS standard for HTML rendering.
    Copyright (C) 2007  David Hellsing

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* Tripoli as shown below has been modified from its original published version for this concrete5 theme */



* {
	text-decoration: none;
	font-size: 1em;
	outline: none;
	padding: 0;
	margin: 0;
}

code, kbd, samp, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	white-space: normal;
	font-size: 1em;
	font: inherit;
}

th, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a, img, a img, iframe, form, fieldset,
abbr, acronym, object, applet, table {
	border: none;
}

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

caption, th, td, center {
	vertical-align: top;
	text-align: left;
}

body {
	line-height: 1;
	color: black;
}

q {
	quotes: "" "";
}

ul, ol, dir, menu {
	list-style: none;
}

sub, sup {
	vertical-align: baseline;
}

a {
	color: inherit;
}

font {
	color: inherit !important;
	font: inherit !important;
}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
}

blink {
	text-decoration: none;
}

nobr {
	white-space: normal;
}

/* End Tripoli  */

/* Following CSS ©2010 Steven Braun */
/* rollermonkey.com  performancec5.com  c5themepark.com */
/* Please do not remove this notice */

html body {
	width: 100%;
	height: 100%;
}

p {
	padding-bottom: 1em;
}

.clear {
	float: none;
	clear: both;
}



/* 	margin-right: 20px; in the next selector is purely for display and makes the code a wee bit more readable. */

ul.nav-header li a {
	margin-right: 20px;
}

.spacer {
	width: 6px;
	height: 7px;
	background: url(images/spacer.png) no-repeat center center transparent;
	display: inline-block;
	
}

#leftBg {
	width:50%;
	left: 0;
	position: fixed;
	z-index: -1;
	background: url(images/leftBg.png) repeat-x right 148px fixed transparent;
	height: 100%;
	top: 0;
}

#rightBg {
	top: 0;
	width:50%;
	right: 0;
	position: fixed;
	z-index: -1;
	background: url(images/rightBg.png) repeat-x left 148px fixed transparent;
	height: 100%;
}

#main-wrapper{
	width: 690px;
	margin: 61px auto 0px;
	position: relative;
}

.bg_image {
	position: fixed;
	margin-left: 690px;
	width: 200px;
	bottom: 30px;
}

/*.bg_image_left_sidebar,
.bg_image_left_sidebar_1 {
	background: url(images/backgrounds/bg1.png) no-repeat left bottom transparent;
}
.bg_image_left_sidebar_2 {
	background: url(images/backgrounds/bg2.png) no-repeat -187px bottom transparent;
}
.bg_image_left_sidebar_3 {
	background: url(images/backgrounds/bg3.png) no-repeat left bottom transparent;
}
.bg_image_left_sidebar_4 {
	background: url(images/backgrounds/bg4.png) no-repeat left bottom transparent;
}
.bg_image_left_sidebar_5 {
	background: url(images/backgrounds/bg5.png) no-repeat left bottom transparent;
}
.bg_image_left_sidebar_6 {
	background: url(images/backgrounds/bg6.png) no-repeat left bottom transparent;
}*/


#wrapper{
	width: 100%;
	height: 100%;
	background: #F8F7F4;
	padding-top: 38px;
	box-shadow: 5px 4px 24px -6px #000;
}

#header {
	width: 484px;
	margin-left: -64px;
	margin-top: -76px;
	padding-left: 270px;
	height: 201px;
	background: url(images/header.png) no-repeat left center transparent;
}

#sidebar {
	display: inline-block;
	width: 92px;
}

.left {
	float: left;
}

#sidebar #nav {
	margin-top: 55px;
}

#sidebar #nav li {
	padding-left: 10px;
	margin-left: -10px;
	background: url(images/menuBg.png) no-repeat 0 0 transparent;
	margin-bottom: 5px; 
}

#sidebar #nav li:hover,
#sidebar #nav .nav-path-selected{
	background-position: -102px 0;
}

#sidebar #nav li a {
	display: block;
	width: 100%;
	height: 22px;
	padding: 2px 0 5px;
	text-align: center;
	font-family: saginaw_bold;
	color: #fff;
	font-size: 1.55em;
	text-transform: lowercase;
}

#sidebar #nav li a:hover,
#sidebar #nav .nav-path-selected{
	color: #83004c;
}
	
#main {
	display: inline-block;
	width: 501px;
	margin: 16px 48px 16px 0;
	min-height: 494px;
}

#main a {
	text-decoration: underline;
}

#main a:hover {
	color: #83004c;
}
	
.right {
	float: right;
}

#footer {
	background: url(images/footerBg.png) no-repeat center bottom transparent;
	width: 100%;
	height: 131px;
	padding-top: 15px;
}

#footer_blog{
	display: inline-block;
	width: 200px;
	padding:0 30px 0 25px;
	vertical-align: top;
	float: left;
}

#footer_contact{
	float: left;
	display: inline-block;
	width: 140px;
	padding:0 20px 0 33px;
	vertical-align: top;
}

.socialMedia {
	display: inline-block;
	width: 22px;
	margin-right: 12px;
	height: 17px;
	background: no-repeat 0 0 transparent;
}

.socialMedia:hover {
	background-position-y: -20px;
}

.linked-in {
	background-image: url(images/linkedIn.png);
}
.twitter {
	background-image: url(images/twitter.png);
}
.facebook {
	background-image: url(images/facebook.png);
}


#footer_subscribe{
	display: inline-block;
	width: 200px;
	padding:0 15px 0 15px;
	text-align: center;
	vertical-align: top;
}

#credits {
	color: #83004c;
	padding-right: 30px;
	margin-left: -27px;
	background: url(images/creditBg.png) no-repeat right center transparent;
	margin-top: 15px;
	text-align: right;
	font-size: 0.77em;
	line-height: 1.4em;
}

#credits a {
	color: #83004c;
	text-decoration: underline;
}

.button {
	min-width: 150px;
	display: inline-block;
	padding: 5px;
	border-radius: 12px;
	box-shadow: 2px 2px 9px -2px black;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.button_red {
	color: #fff;
	background-color: #83004C;
}

.button_brown {
	color: #fff;
	background-color: #C2B59B;
}

#main .button {
	text-decoration: none;
}

#main .button:hover {
	color: #fff;
}

input, textarea {
	border: none;
	border-radius: 7px;
	padding: 7px;
	margin-top: 10px;
	margin-right: 15px;
	width: 273px;
	color: #a99b7e;
	font-style: italic;
}
textarea {
	height: 150px;
	max-width: 440px
}

label {
	font-style: italic;
}

.submit {
	width: 88px;
	min-width: 88px;
	font-style: normal;
}