/*CSS 3.0 File
Contains PC Style Rules for Dino Spugnardi */

/* Web Fonts: */
@font-face {
	font-family: "Dancing Script Reg";
	src: url('DancingScript-Regular.ttf');
}

@font-face {
	font-family: "Clicker Script";
	src: url('ClickerScript-Regular.ttf');
}

@font-face {
	font-family: "Petit Script";
	src: url('PetitFormalScript-Regular.ttf');
}

/* Generic Elements used throughout: */

html, body {
	background-color: #191919;
	color: #ffffe0;
	font-family: "Helvetica Neue", Helvetica, Sans-serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

body {
	display: block;
	max-width: 1600px;
	margin: 0 auto;
}

h1, h2 {
	font-weight: 200;
}

h1 {
	font-size: 2px;
	width: 860px;
	color: #191919;
	display: block;
}

h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	vertical-align: bottom;
	text-align: left;
	float: left;
	font-size: 1.35em;
	width: 55%;
	clear: left;
	margin: 3% auto .5em 1em;
	/*text-shadow: #ddddbc 2px 1px 3px;*/
}

h3 {
	font-size: 1.9em;
	margin: 0 0 0 0;
	font-weight: 400;
}

h4 {
	font-size: 1em;
	margin: .25em 0;
	font-weight: 300;
}

hgroup#headers {
	display: block;
}

hgroup#page_titles {
	margin: 4% 0 0 0;
	text-align: center;
}

/* Absolutely positioned, layered main logo (draft):
#main_logo {
	position: absolute;
	float: left;
	margin: .5em 0 0 .5em;
	z-index: 1;
}
*/

#main_logo {
	display: inline-block;
	float: right;
	margin: 2% .5em;
	width: /*25em*/38%;
	vertical-align: middle;
}

span#block_header {
	display: inline-block;
	width: 100%;
	clear: both;
}

/* Navigation and Links: */
nav {
	position: relative;
	display: block;
	clear: right;
	width: 100%;
	float: left;
	text-align: center;
	margin: -1em 0;
	padding: .25em;
	border-bottom: 1px solid #ffffe0;
	border-top: 1px solid #ffffe0;
	background-image: url("../img/Dino-woodgrain.jpg");
	background-repeat: repeat-x;
	z-index: 99;
}

#arbitrary_nav_wrapper {
	display: inline-block;
	width: 48em;
	margin: 0 auto;
	overflow: hidden;
}

a.nav_link {
	display: block;
	width: 8em;
	padding: .25em 0;
	margin: 0 -1px;
	text-align: center;
	float: left;
}

a:link {
	color: #ffffe0;
}

a:visited {
	color: #ffffcb;
}

a.nav_link:link, a.nav_link:visited {
	color: #ffffe0;
	text-decoration: none;
	margin: 0;
}

a.nav_link:hover {
	border-radius: 5px 5px 5px 5px;
	background-color: #79350c;
	text-decoration: underline;
}

/*#nav_break {
	display: block;
	height: 100px;
	width: 100%;
	background-image: url("../img/Dino-woodgrain.jpg");
	background-repeat: repeat-x;
}*/

/* Contact Info bar */
aside#contact {
	display: none;
	clear: left;
	float: left;
	width: 15%;
	padding: 2em 0;
	margin: 3em 0;
	font-weight: 300;
	border: 1px groove #342b60;
	background-color: #ced7f5;
	box-shadow: 4px 4px 8px;
}

aside#contact ul {
	margin: .25em;
	padding: 0;
	text-align: center;
	list-style-type: none;
}

#aside_header {
	font-style: italic;
	text-decoration: underline;
	display: inline-block;
	margin: 0 0 .5em 0;
}

/* Main page content (generic): */
#page_content {
	display: block;
	width: 95%;
	margin: 5em auto;
	border-radius: 3px;
	line-height: 150%;
	border: 1px #191919 solid;
}

#img_wrapper {
	display: block;
	float: left;
	width: 34%;
}

#body_copy {
	display: block;
	width: 63%;
	float: right;
}

img#main_page_image {
	display: block;
	margin: 0 0 25% auto;
	width: 95%;
}

span#force_height {
	display: inline-block;
	width: 100%;
	clear: both;
	/*height: 2.5em;*/
	background-image: url("../img/Dino-woodgrain.jpg");
	background-repeat: repeat-x;
}

/* Main page content (page specific, likely not reused) */

/* Homepage */

#homepage_images {
	width: 85%;
	display: block;
	margin: -6em auto;
	clear: both;
	border: 1px #191919 solid;
}

.side_homepage_image {
	display: none;
	width: 25%;
	margin: 3%;
	float: left;
	border-radius: 4px;
	box-shadow: 5px 5px 8px #555;
}

.center_homepage_image {
	display: block;
	width: 85%;
	margin: auto auto -3em auto;
	/*margin: 0px 2% 2em;
	float: left;*/
	border-radius: 4px;
	box-shadow: 5px 5px 8px #333;
	z-index: 100;
}

#short_homepage_copy {
	display: none;
	font-size: 1.1em;
	width: 95%;
	margin: auto;
	clear: both;
	text-align: center;
}

/* Projects page: */
ol {
	list-style-type: upper-roman;
}

ul {
	margin-top: 1em;
}

ul li {
	margin-left: 1em;
}

/* Projects Page */
div#filmstrip {
	overflow: scroll;
	display: block;
	width: 80%;
	margin: 2em auto;
}

div#image_wrapper {
	width: 600em;
	background-color: #333333;
}

img.filmstrip_image {
	width: 5em;
	display: inline-block;
	float: left;
	margin: 1em;
}

.testimonial_attribution {
	font-style: italic;
	display: inline-block;
	padding-left: 1em;
}

/* Visuals Page: */

#force_carousel_height {
	display: block;
	clear: both;
	width: 100%;
}

#carousel_filters {
	display: none;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

#carousel_controls {
	display: block;
	clear: both;
	text-align: center;
	font-weight: 600;
	width: 100%;
}

#carousel_filters span {
	display: inline-block;
	margin: 0.5em 1.5em;
	border: 3px #ffffe0 groove;
	border-radius: 4px;
	padding: 0.33em;
	width: 12em;
}

#carousel_controls span {
	display: inline-block;
	margin: 0.5em 1.5em;
	border: 3px #ffffe0 groove;
	border-radius: 4px;
	padding: 0.33em;
	width: 12em;
}

#carousel {
	width: 98%;
	margin: auto;
}

#carousel img {
	display: block;
	margin: 1.5%;
}

#smallestLeftImage {
	display: block;
	width: 8%;
	padding: 8em 0;
	margin: 0;
	float: left;
	transform: skew(0deg,10deg);
	-webkit-transform: skew(0deg,10deg);
	-ms-transform: skew(0deg,10deg);
}
 
#smallLeftImage {
	display: block;
	width: 12%;
	padding: 8em 0;
	margin: 0;
	float: left;
	transform: skew(0deg,5deg);
	-ms-transform: skew(0deg,5deg);
	-webkit-transform: skew(0deg,5deg);
}
 
#centerImage {
	display: block;
	float: left;
	width: 45%;
	margin: 0;
}

#smallRightImage {
	display: block;
	width: 12%;
	padding: 8em 0;
	margin: 0;
	float: left;
	transform: skew(0deg,-5deg);
	-webkit-transform: skew(0deg,-5deg);
	-ms-transform: skew(0deg,-5deg);
}

#smallestRightImage {
	display: block;
	width: 8%;
	padding: 8em 0;
	margin: 0;
	float: left;
	transform: skew(0deg,-10deg);
	-webkit-transform: skew(0deg,-10deg);
	-ms-transform: skew(0deg,-10deg);
}

/*#carousel_filters span {
	display: inline-block;
	margin: .25em;
	padding: 0;
	border: 3px #ffffe0 groove;
	border-radius: 4px;
	padding: 0.33em;
	width: 12em;
	text-align: center;
} */

#carousel_filters span a {
	text-decoration: none;
	
}

.selected_filter {
	background-color: #777;
}

/*.carousel_filter_selected {
	background-color: #342b60;
	color: #e3f2e1;
}*/

/* About Page:*/

#about_copy {
	display: block;
	width: 98%;
	margin: 2em auto; 
}

#about_copy p {
	margin: 0 auto;
}

.about_tab {
	border-radius: 8px 8px 0px 0px;
	border: 1px solid #111111;
	border-bottom: 0;
	color: #111;
	text-align: center;
	display: inline-block;
	width: 32%;
	background-color: #ffffe0;
	margin: 0 auto;
	padding: .15em;
}

#about_verbiage {
	border: 2px groove #e5e2b1;
	border-radius: 0 0 5px 5px;
	padding: 1em 2em;
	/*height: 20em;*/
	overflow: auto;
}

.active_tab {
	background-color: #e5e2b1;
	color: #111111;
}

#about_verbiage p {
	margin: 0 0 1em 0;
}
/* Testimonials: */

ul#testimonial_list {
	list-style-type: none;
}

ul#testimonial_list li {
	display: block;
	margin: 0 auto 1em auto;
}

ul#testimonial_list br {
	line-height: 175%;
}

.testimonial {
	padding: 1em 0;
	border-bottom: 1px solid #ffffe0;
}

/* FAQ */

li.FAQ {
	display: block;
	margin: auto auto 1em auto;
	font-weight: 500;
}

li.FAQ span {
	font-weight: 300;
}

/* Contact Page: */
#contact_form {
	padding: 1em;
}

#contact_form fieldset {
	border: none;
	line-height: 1.5em;
}

#contact_form fieldset label {
	display: inline-block;
	width: 25%;
}

#contact_form fieldset textarea {
	vertical-align:text-top;
}

/* Footer Styles: */

#phone_spacer {
	display: none;
}

span#footer_decoration {
	display: block;
	height: .75em;
	width: 100%;
	background-image: url("../img/Dino-woodgrain.jpg");
	background-repeat: repeat-x;
}

#dino_contact {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto 2em auto;
	clear: both;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.15em;
}

footer {
	display: block;
	width: 100%;
	clear: both;
	font-family: "Courier New", courier, monospace;
	text-align: center;
	font-size: 10pt;
	/*border-top: 1px solid #ffffe0;*/
	margin: 1em auto 3em auto;
}