/*CSS 3.0 File
Contains Phone Style Rules for Dino Spugnardi 
Darker colors, based on the existing logo
Logo Colors: b9c5eb, 7e957b, 342b60*/

/* 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: 12pt;
	margin: 0;
	padding: 0;
}

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

h1, h2 {
	font-weight: 200;
}

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

h2 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: none;
	vertical-align: bottom;
	text-align: left;
	float: left;
	font-size: .9em;
	width: 90%;
	clear: left;
	margin: 3% auto .5em 1em;
}

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: 80%;
	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: 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: 90%;
	margin: 0 auto;
	overflow: scroll;
}

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: auto;
	border-radius: 3px;
	line-height: 150%;
}

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

#body_copy {
	display: block;
	width: 95%;
	float: left;
}

img#main_page_image {
	display: block;
	margin: 15% 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_copy {
	font-size: 1.2em;
}

#homepage_images {
	width: 90%;
	display: block;
	margin: -8em 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: 100%;
	margin: 0 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;
}

div#filmstrip {
	overflow: scroll;
	display: block;
	width: 80%;
	margin: 2em auto;
	background-color: #B9C5EB;
	box-shadow: 5px 5px 8px #555;
}

div#image_wrapper {
	width: 600em;
	display: block;
}

img.filmstrip_image {
	width: 5em;
	display: inline-block;
	float: left;
	margin: 1em;
	box-shadow: 5px 5px 8px #888;
}

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

#project_title {
	line-height: 150%;
	font-weight: 500;
	font-size: 1.25em;
}

/* Visuals Page: */

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

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

#carousel_filters span {
	display: none;
	margin: .25em;
	border: 3px #ffffe0 groove;
	border-radius: 4px;
	padding: 0.33em;
	width: 6em;
}

#carousel_controls span {
	display: inline-block;
	margin: .25em;
	border: 3px #ffffe0 groove;
	border-radius: 4px;
	padding: 0.15em;
	width: 10em;
}

#carousel_filters {
	display: none;
	width: 100%;
	clear: both;
	text-align: center;
}

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

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

#smallestLeftImage {
	display: none;
	width: 0;
	/*padding: 8em 0;
	margin: 0;
	float: left;
	transform: skew(0deg,10deg);
	-webkit-transform: skew(0deg,10deg);
	-ms-transform: skew(0deg,10deg);*/
}
 
#smallLeftImage {
	display: none;
	width: 0;
	/*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: 96%;
	margin: 0 auto;
}

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

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

.carousel_filter {
	
}

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

/* About Page:*/

#about_copy {
	display: block;
	width: 98%;
	margin: 1em 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: .1em;
}

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

#about_verbiage {
	border: 2px groove #e5e2b1;
	border-radius: 0 0 5px 5px;
	padding: 1em 2em;
	/*height: 15em;
	overflow: scroll;
	box-shadow: 8px 8px 8px;*/
}

#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;
}

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

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

#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: 1em;
	width: 100%;
	background-image: url("../img/Dino-woodgrain.jpg");
	background-repeat: repeat-x;
}

#dino_contact {
	text-align: center;
	display: block;
	width: 95%;
	margin: 2em 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 #342b60;
	margin: 1em auto 0 auto;
}