/* SDB website v.08.2 stylesheets

author: Steven Booth
website: http://www.stevenboothdesign.co.uk */


/*-------------------------------------- reset styles --------------------------------------*/

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}


blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*-------------------------------------- body --------------------------------------*/



body {
	font-family: "omnes-pro", helvetica, arial, sans-serif;
	font: 1em;
	color: #6e6e6e;
	background: url('../images/siteBG_grid.png') repeat-x  -130% -170px;
	padding: 0;
	margin: 0;
}
a {
	color: #769F57;
	text-decoration: none;
}
a:hover {
	color: #54773E;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}

p {
	padding: 0.5em 0;
	margin: 0;
}
.intro {
	font-size: 1.5em;
	font-weight: 200;
	padding: 0 0 30px 0;
	line-height: 1.8em;
}
.intro img {
	float: left;
}
img, embed, object, video {
	max-width: 100%;
}

#maincontent dd {
	background-image: url('../images/bulletArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 16px;
}
#maincontent dt {
	color: #aac16c;
	font-weight: 600;
	font-style: oblique;
	font-size: 1.2em;
	padding: 10px 0 0 0;
}
#maincontent dl {
	padding: 0 0 15px 0;
}

/*-------------------------------------- Carousel container --------------------------------------*/
#carouselPhoto {
	padding: 55px 0 0 0;
}

/*-------------------------------------- about and contact page --------------------------------------*/

#about_page, #contact_page, #blog_page {
	background: url('../images/siteBG_grid.png') repeat-x -130% -300px;
}
#about_page #header, #contact_page #header, #blog_page #header {
	text-align: left;
	border-bottom: 1px solid #dadada;
	padding: 100px 0 10px 0;
}
#about_page #header h1, #contact_page #header h1, #blog_page #header h1 {
	font-weight: 200;
	font-size: 2em;
	height: 44px;
	background: url('../images/sbd_logo_sml.png') no-repeat left center;
	padding: 0 0 0 50px;
}
#about_page h2, #contact_page h2, #blog_page h2 {	
	font-weight: 200;
	font-size: 7em;
	color: #769e57;
	padding: 0 0 0 0;
	line-height: 1.3em;
}
#about_page #footer, #contact_page #footer, #blog_page #footer {
	text-align: left;
}
#about_page #maincontent {
	border-top: 1px solid #dadada;
}



/*-------------------------------------- blog page --------------------------------------*/


.tags {
	font-size: .6em;
	margin: 15px 30px 10px 0;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	letter-spacing: .2em;
	border-top: 1px solid #dadada;
	font-weight: 600;
}
#date {
	font-size: .8em;
	margin: 10px 0;
	font-style: italic;
	font-weight: 800;
	color: #858585;
}
.postTitle {
	font-weight: 400;
	font-size: 3em;
	color: #769F57;
	padding: 0 0 0 0;
	margin: 30px 0 10px 0;
}
#blog_page h3 {
	margin: 20px 0 4px 0;
	font-weight: 400;
}
#leftColumn {
	float: left;
	width: 620px;
	margin: 30px 0 40px 0;
	clear: left;
}
#rightColumn {
	float: right;
	width: 240px;
	margin: 30px 0 20px 20px;
	padding: 0 0 0 20px;
	border-left: 1px dotted #dadada;
}
.thumbnailPost {
	float: left;
	margin: 0 20px 10px 0;
}
.thumbnailPost img {
	border: 1px solid #909090;
}
article {
	margin: 0 0 50px 0;
}
#blog_page .button_sml {
	margin: 0 10px 0 0;
}
#blog_page .search-submit {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size: 12px;
	font-weight:600;
	padding: 5px 8px;
	text-decoration:none;
	margin: 10px 0 15px 0;
	-webkit-appearance: none;
	cursor:pointer;
}
#blog_page .search-submit:hover {
	background-color:#769F57;
	text-decoration:none;
	color: #fff;
}
#blog_page .search-input {
	width: 170px;
	height: 22px;
	margin: 10px 8px 0 0;
	font-size: 1em;
	color: #909090;
	border: none;
	background-color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
#blog_page .search {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 0 10px;
}
#blog_page .contentList li {
	background-image: url('../images/bulletArrow.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 16px;
	margin: 0 0 0 30px;
}
#blog_page .contentList ul {
	margin: 10px 0;
}
#blog_page h4 {
	color: #aac16c;
	font-weight: 600;
	font-style: oblique;
	font-size: 1.2em;
	padding: 10px 0 0 0;
}
/*-------------------------------------- design and photography page --------------------------------------*/


#design_page a, #photo_page a {
	color: #ffffff;
	text-decoration: none;
}
#design_page a:hover, #photo_page a:hover {
	color: #102303;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}




#design_page, #photo_page {
	background: #AAC06B url('../images/siteBG_grid_green.png') repeat-x -130% -300px;
	
}
#design_page #header, #photo_page #header {
	text-align: left;
	border-bottom: 1px solid #43582b;
	padding: 100px 0 10px 0;
}


#design_page #header h1, #photo_page #header h1 {
	color: #43582b;
	font-weight: 300;
	font-size: 2em;
	height: 44px;
	background: url('../images/sbd_logo_sml_darker.png') no-repeat left center;
	padding: 0 0 0 50px;
}
#design_page h2, #photo_page h2 {	
	font-weight: 200;
	font-size: 7em;
	color: #43582b;
	padding: 0 0 0 0;
}
#design_page #footer, #photo_page #footer {
	text-align: left;
	color: #43582b;
	border-top: 1px solid #43582b;
	clear: both;
}
#design_page #footer a, #photo_page #footer a {
	color: #fff;
}
#design_page p, #photo_page p, #design_page li, #photo_page li {
	color: #43582b;
}
#design_page h3, #photo_page h3 {	
	color: #fff;
	font-weight: 600;
	font-style: oblique;
	font-size: 1.4em;
	padding: 5px 0 15px 0;
}


#design_page #callMe .tel_content, #photo_page #callMe .tel_content {
	background: url('../images/tel_icon_call_darker.png') no-repeat right top;
}
#design_page #callMe .tel_link span, #photo_page #callMe .tel_link span {
	background: url('../images/tel_icon_darker.png') no-repeat right top;
}



#design_page #maincontent ul li {
	background-image: url('../images/bulletArrow_dark.png');
	background-repeat: no-repeat;
	background-position: 0 .5em;
	padding: 0 0 0 16px;
} 

.case {
	border-top: 1px solid #43582b;
}
.caseImg {
	border: 1px solid #fff;
}

/*-------------------------------------- design portfolio --------------------------------------*/

#portfolio { 
	width: 100%; 
}

.example { 
	position: relative;
	float: left; 
	width: 446px;
	height: 223px; 
	margin: 0 4% 28px 0; 
}
.example img {
	position: absolute;
	border: 1px solid #fff;
}
.example p {
	padding: 0;
	margin: 0;
}
.example .subhead {
	font-weight: 600;
}
.example p span {
	font-style: italic;
	font-size: .9em;
}
.example .description {
	position: absolute;
	width: 280px;
	bottom: 10px;
	left: -10px;
	padding: 2px 8px 4px 14px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(255,255,255,1);
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
}
.example:hover .description {
	bottom: 20px;
	z-index: 3;
	box-shadow: 0 1px 3px rgba(0,0,0,.25), 0 3px 6px rgba(0,0,0,.25);
	opacity: 1;
}
.last {
	margin: 0 0 28px 0;
}
.no-opacity .example {
	height: auto;
}
.no-opacity .example img {
	position: static;
	float: left;
	margin-bottom: .5em;
}
.no-opacity .example .description {
	position: static;
	width: auto;
	top: auto;
	left: auto;
	padding: 0;
	background-color: transparent;
	border-width: 0;
	text-align: left;
}
.no-opacity .example .description {
	top: auto;
}

/*-------------------------------------- photography slideshow --------------------------------------*/


.fadein { 
	position:relative; 
	width:940px; 
	height:600px; 
}
.fadein img { 
	position:absolute; 
	left:0; 
	top:0; 
	border: 1px solid #fff;
}

/*-------------------------------------- photography portfolio gallery --------------------------------------*/

.thumbnailPic {
	margin: 0 30px 20px 0;
	border: solid 1px #ffffff;
}



/*-------------------------------------- header --------------------------------------*/

#header {
	text-align: center;
	padding: 55px 0 30px 0;
}
#header h1 {
	font-weight: 300;
	font-size: 4.2em; /* 72px / 16px */
	margin: 0;
	padding: 0;
	line-height: 1em;
}
#header h2 {
	font-weight: 700;
	font-style: italic;
	font-size: 1.75em; /* 28px / 16px */
	color: #AAC06B;
	margin: .7em 0 0 0;
	padding: 0;
	line-height: 1em;
}

#callMe {
	width: 200px;
	height: 45px;
	position: absolute;
	right: 20px; top: 5px;
}
#callMe .tel_button {
	width: 26px;
	height: 45px;
	margin: 0 15px 15px 0;
	float: right;
	position: relative;
	cursor:pointer;
}
#callMe .tel_link,
#callMe .tel_link span {
	width: 26px;
	height: 45px;
	display: block;	
	overflow: hidden;
	position: absolute;
	left: 0; top: 0;
}
#callMe .tel_link span {
	background: url('../images/tel_icon.png') no-repeat right top;
}
#callMe #telephone .drop_link span { 
	background-position: left top;
}
#callMe .tel_content {
	background: url('../images/tel_icon_call.png') no-repeat right top;
	width: 200px;
	height: 45px;
	position: absolute;
	left: -175px; top: 0px; z-index: 1;
	opacity: 0; visibility: hidden;
	-webkit-transition: visibility 0s linear 450ms, opacity 0s linear, top 0s linear;
	-moz-transition: visibility 0s linear 450ms, opacity 0s linear, top 0s linear;
	transition: visibility 0s linear 450ms, opacity 0s linear, top 0s linear;
}
#callMe .tel_content span {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 75px; top: -20px;
}
#callMe .tel_button:hover .tel_content {
	left: -175px; top: 15px; z-index: 2;
	opacity: 1; visibility: visible;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 450ms;
	-moz-transition-delay: 0s;
	-moz-transition-duration: 450ms;
	transition-delay: 0s;
	transition-duration: 450ms;
}








/*-------------------------------------- main navigation --------------------------------------*/

#navContainer {
	width: 100%;
	height: 55px;
	background: rgba(99,99,99,1);
	border-bottom: 1px solid rgba(78,78,78,1);
	position: fixed;
	z-index:2;
}



#mainNav {
	width: 100%;
	float: left;
	padding: 16px 0 20px 0;
}
#mainNav li {		
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}
#mainNav li a {
	padding: 0 15px;
	font-weight: 300;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
#mainNav li a:hover, #mainNav li a:focus {
	color: #bfe165;
}
#mainNav li a.selected {
	color: #bfe165;
}

/*-------------------------------------- main navigation NEW --------------------------------------*/

#nav {
	padding: 16px 0 20px 0;
}

#nav li	{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

    /* first level */
 

ul.topnav li {
	font-weight: 300;
	font-size: 1.1em;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	border-right: 1px solid rgba(255,255,255,0.2);
	float: left;
}
ul.topnav li a {
	padding: 0 20px;
} 
    /* second level */
 

ul.subnav li {
	font-size: .9em;
	font-weight: 600;
	font-style: oblique;
	border: none;
	display: block;
	height: 30px;
	padding: 0;
	margin: 0;
}
#nav li:hover ul {
    display: block;
	background: rgba(99,99,99,1);
	border-bottom: 1px solid rgba(78,78,78,1);
	border-right: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
    width: 100%;
}
#nav li a:hover, #nav li a:focus {
	color: #bfe165;
}
#nav li a.selected {
	color: #bfe165;
}
ul.subnav li a:hover {
	color: #bfe165;
}



/*------------------------------------- content styles -----------------------------*/
h3 {
	color: #4f4f4f;
	font-weight: 300;
	font-size: 1.875em; /* 30px / 16px */
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1em;
}

h4 {
	color: #4f4f4f;
	font-weight: 300;
	font-size: 1.875em; /* 30px / 16px */
	padding: 0;
	margin: 10px 0 0 0;
	line-height: 1em;
}
h5 {
	color: #4f4f4f;
	font-weight: 300;
	font-size: 3.125em; /* 50px / 16px */
	padding: 0 0 15px 0;
	margin: 10px 0 0 0;
	text-align: center;
	line-height: 1em;
}





/*------------------------------------- testimonials ----------------------------*/

#testimonials {
	padding: 0 0 5px 0;
	margin: 30px 0 20px 0;
	border-top: 1px solid #dadada;
}
#testimonials blockquote q {
	font-style: italic;
	font-weight: 200;
	font-size: 150%;
	line-height: 1.6em;
}
#testimonials blockquote {
	background: url('../images/thumbs_up.png') no-repeat left center;
	margin: auto 0;
}
#testimonials blockquote p {
	font-weight: 600;
	font-style: italic;
	margin-right:auto;
	margin-left:auto;
	position: relative;
	padding: 0 0 0 70px;
}
#testimonials blockquote {
	padding: 20px 0 30px 0;
}
.quoter {
	float: right;
}

/*------------------------------------- buttons ----------------------------*/


.button_sml {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em; 
	font-weight:600;
	padding:7px 12px 9px 12px;
	text-decoration:none;
	margin: 5px 0 5px 0;
}
.button_sml:hover {
	background-color:#769F57;
	text-decoration:none;
	color: #fff;
}
.button_sml:active {
	position:relative;
	top:1px;
}
.button_twitter, .button_facebook, .button_google, .button_linkedin, .button_instagram {
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em; 
	font-weight:600;
	padding:4px 5px 6px 5px;
	text-decoration:none;
	margin: 0;
	width: 90px;
	text-align: center;
}

.button_twitter {
	background-color:#00aced;
}
.button_twitter:hover {
	background-color:#0086b9;
	text-decoration:none;
	color: #fff;
}
.button_facebook {
	background-color:#3b579d;
}
.button_facebook:hover {
	background-color:#23345f;
	text-decoration:none;
	color: #fff;
}
.button_google {
	background-color:#dd4b39;
}
.button_google:hover {
	background-color:#922e21;
	text-decoration:none;
	color: #fff;
}

.button_linkedin {
	background-color:#0274b3;
}
.button_linkedin:hover {
	background-color:#0a486b;
	text-decoration:none;
	color: #fff;
}

.button_instagram {
	background-color:#4a6e91;
}
.button_instagram:hover {
	background-color:#374d66;
	text-decoration:none;
	color: #fff;
}


.button_space {
	padding: 30px 0 0 0;
}


.button_lrg {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 0.125em;/* 2px */
	-moz-border-radius: 0.125em;
	-o-border-radius: 0.125em;
	border-radius: 0.125em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1.5em; 
	font-weight:600;
	padding: 16px 20px;
	text-decoration:none;
	margin: 0 0 15px 0;
}
.button_lrg:hover {
	background-color:#769F57;
	text-decoration: none;
	color: #fff;
}
.button_lrg:active {
	position:relative;
	top:1px;
}
#design_page .button_lrg, #photo_page .button_lrg {
	background-color:#fff;
	display:inline-block;
	-webkit-border-radius: 0.125em;/* 2px */
	-moz-border-radius: 0.125em;
	-o-border-radius: 0.125em;
	border-radius: 0.125em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#aac06b;
	font-size:1.5em; 
	font-weight:600;
	padding: 16px 20px;
	text-decoration:none;
	margin: 0 0 15px 0;
}
#design_page .button_lrg:hover, #photo_page .button_lrg:hover {
	background-color:#5c7a3b;
	text-decoration: none;
	color: #fff;
}
#design_page .button_lrg:active, #photo_page .button_lrg:active {
	position:relative;
	top:1px;
}


#design_page .button_sml, #photo_page .button_sml {
	background-color:#fff;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#AAC06B;
	font-size:1em; 
	font-weight:600;
	padding:8px 12px;
	text-decoration:none;
	margin: 5px 0 5px 0;
}
#design_page .button_sml:hover, #photo_page .button_sml:hover {
	background-color:#5c7a3b;
	text-decoration:none;
	color: #fff;
}
#design_page .button_sml:active, #photo_page .button_sml:active {
	position:relative;
	top:1px;
}


#design_page .button_case, #photo_page .button_case {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:0.75em; /* 12px / 16px */
	font-weight:600;
	padding:6px 10px;
	text-decoration:none;
	margin: 5px 0 5px 0;
}
#design_page .button_case:hover, #photo_page .button_case:hover {
	background-color:#5c7a3b;
	text-decoration:none;
	color: #fff;
}
#design_page .button_case:active, #photo_page .button_case:active {
	position:relative;
	top:1px;
}


/*------------------------------------- contact form styling ----------------------------*/



#maincontent .formLabel {
	display: block;
	font-style: italic;
	font-weight: 600;
	color: #AAC06B;
}
#maincontent input[type="text"] {
	width: 70%;
	padding: 5px 8px;
	margin: 2px 0 8px 0;
	font-size: 1em;
	color: #909090;
	border: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#maincontent textarea {
	width: 100%;
	padding: 5px 8px;
	margin: 2px 0 8px 0;
	font-size: 1em;
	color: #909090;
	border: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
#maincontent input[type="text"]:focus, #maincontent textarea:focus {
	-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	-webkit-animation: pulse 1.5s infinite ease-in-out;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2);
	}
	50% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.9);
	}
	100% {
		-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.2); 
	}
}


#maincontent .formButton {
	background-color:#AAC06B;
	display:inline-block;
	-webkit-border-radius: 0.125em;/* 2px */
	-moz-border-radius: 0.125em;
	-o-border-radius: 0.125em;
	border-radius: 0.125em;
	border: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3 ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#fff;
	font-size:1em; /* 16px / 16px */
	font-weight:600;
	padding: 10px 16px;
	text-decoration:none;
	margin: 10px 0 15px 0;
	-webkit-appearance: none;
}


#maincontent .formButton:hover {
	background-color:#769F57;
	cursor:pointer;
}
#maincontent .formButton:active {
	position:relative;
	top:1px;
}	

.planner {
	margin: 20px 0 15px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #dadada;
}
#maincontent input[type="radio"] {
	margin: 10px 0 20px 0;
}


/*-------------------------------------- footer --------------------------------------*/

#footer {
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 40px 0 0 0;
	border-top: 1px solid #dadada;
	clear: both;
}
#footer p {
	font-size: 0.6875em; /* 11px / 16px */
}
#footer p a {
	font-weight: 600;
}

#footerLogos li {
	display: inline;
}
#footerLogos a img {
	border: none;
	opacity: 0.4;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE 8 hack */
	filter: alpha(opacity = 40); /* IE 5-7 hack */
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
#footerLogos a:hover img, #footerLogos a:focus img {
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */
	filter: alpha(opacity = 60); /* IE 5-7 hack */
}



/*-------------------------------------- layout --------------------------------------*/

#wrapper {
	margin: 0 auto;
	width: 940px;
}

.social {
	border-top: 1px solid #dadada;
}


/*  sections  */
.section {
	clear: both;
	padding: 0px;
	margin: 10px 0 0 0;
}

/*  column setup  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.6%;
}
.col:first-child { 
	margin-left: 0; 
}



/*  grid of three  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 65.6%;
}
.span_1_of_3 {
	width: 31%;
}
/*  grouping  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}



/*  grid of two */
.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 48.2%;
}



/*-------------------------------------- image transitions --------------------------------------*/

.introPic_1 a img, .introPic_2 a img, .introPic_3 a img {
	border: solid 4px #ffffff; 
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	-moz-transition: -moz-transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
}

.introPic_1 a:hover img {
	-webkit-transform: scale(1.2) rotate(-3deg) translate(-16px, -20px);
	-moz-transform: scale(1.2) rotate(-3deg) translate(-16px, -20px);
	-o-transform: scale(1.2) rotate(-3deg) translate(-16px, -20px);
	transform: scale(1.2) rotate(-3deg) translate(-16px, -20px);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.introPic_2 a:hover img {
	-webkit-transform: scale(1.2) rotate(4deg) translate(0px, -10px);
	-moz-transform: scale(1.2) rotate(4deg) translate(0px, -10px);
	-o-transform: scale(1.2) rotate(4deg) translate(0px, -10px);
	transform: scale(1.2) rotate(4deg) translate(0px, -10px);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}
.introPic_3 a:hover img {
	-webkit-transform: scale(1.2) rotate(3deg) translate(16px, -16px);
	-moz-transform: scale(1.2) rotate(3deg) translate(16px, -16px);
	-o-transform: scale(1.2) rotate(3deg) translate(16px, -16px);
	transform: scale(1.2) rotate(3deg) translate(16px, -16px);
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
}



/*-------------------------------------- responsive elements --------------------------------------*/








