@charset "UTF-8";
/* CSS Document */

/* DEFAULT STYLES */

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
	font:inherit;
}

/* HTML5 DISPLAY RULE */

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, section, summary {
	display:block;
}


/* CLEAR FIX - NICHOLAS GALLAGHER CLEARFIX HACK */

.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* GLOBAL STYLES */

html {
	background:#333333;
}

body {
	font-size:15px;
	font-weight:normal;
	font-style:normal;
	background:#333333;
}

img {
	border:0;
}

a img {
	border:none;
	outline:0;
}

a {
	outline:none;
	text-decoration:none;
}

a:hover {
}

h1 {
}

h2 {
	font-family: TradeGothicLTStd-Extended;
	color:#5a7e92;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#5a7e92;
}

h4 {
	font-family: TradeGothicLTStd-Extended;
	color:#5a7e92;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	color:#5a7e92;
	
}

header {
	width:100%;
	padding-top:1px;
	overflow:hidden;
}

#mainNav {
	overflow:hidden;
}

#mainNav h2 {
	display:none;
}

#mainNav ul {
	list-style:none;
}


p {
	font-family:Arial, Helvetica, sans-serif;
	color:#f2f1ef;
}

p.copyright {
	color:#5a7e92;
	font-size:.65em;
}

section {
	overflow:hidden;
}

.formHeader {
	font-family:Arial, Helvetica, sans-serif;
	color:#f2f1ef;
	padding:0 0 12px 0;
}

/* TESTIMONIALS */

.testimonialsColumn {
	padding:0%;
}

.testimonialsCopy {
	overflow:hidden;
	margin:0 0 40px 0;
	padding:0 0 40px 0;
	border-bottom:double #5a7e92;
}

.testimonialsCopyLast {
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0 0 0px 0;
}

p.testimonials {
	font-style:italic;
	padding:0 0 18px 0;
	line-height:1.6em;
}

p.testimonialsName {
	font-style:italic;
	color:#aaabab;
	font-size:.85em;
	line-height:1.6em;
}



/* MOBILE STYLES */

@media only screen and (max-width:480px) {
	
body {
	width:90%;
	margin:0 auto;
	min-width:320px;
	max-width:480px;
}	
	
header {
	height:90px;
	position:relative;
}

header h1 a {
	text-indent:-9999px;
	height:90px;
	display:block;
	background:url(images/mattSplashLogo_small.png) no-repeat center center;
}

.menuToggle {
	display:block;
	width:auto;
	height:35px;
	overflow:hiddden;
	background:#333333;
	margin:0 0 3px 0;
}

.menuToggle a {
	font-family: TradeGothicLTStd-Extended;
	font-size:.90em;
	color:#f2f1ef;
	letter-spacing:.10em;
	display:block;
	text-transform:uppercase;
	margin:0;
	padding:7px 0 12px 20px;
}

.indicator {
	font-family: TradeGothicLTStd-Extended;
	font-size:1.25em;
	padding:0 0 0 12px;
}

#mainNav {
	width:auto;
	margin-bottom:20px;
	background:#333333;
	overflow:hidden;
}

#mainNav ul {
	padding:0 0 0 0px;
}

#mainNav li {
	float:none;
	position:relative;
	margin:0 0 1px 0;
	padding:0 0 0 15px;
	height:52px;
	background:#5a7e92;
}

.topMenu {
	max-height:0;
	visibility:hidden;
}

.topMenu.expand {
	max-height:900em;
	visibility:visible;
}

#mainNav li a {
	font-family: TradeGothicLTStd-Extended;
	font-size:.90em;
	color:#f2f1ef;
	letter-spacing:.10em;
	display:block;
	border:none;
	text-align:left;
	margin-bottom:1px;
	padding:2px 0 0 27px;
	line-height:52px;
}

#mainNav li a:hover {
	color:#333333;
}

#mainNav li a.bio {
	background:url(images/navSprites_25_small.png) no-repeat 0 0;
}

#mainNav li a.services {
	background:url(images/navSprites_25_small.png) no-repeat 0 -82px;
}

#mainNav li a.selections {
	background:url(images/navSprites_25_small.png) no-repeat 0 -164px;
}

#mainNav li a.studio {
	background:url(images/navSprites_25_small.png) no-repeat 0 -246px;
}

#mainNav li a.testimonials {
	background:url(images/navSprites_25_small.png) no-repeat 0 -328px;
}

#mainNav li a.contact {
	background:url(images/navSprites_25_small.png) no-repeat 0 -410px;
}

section {
	margin-bottom:50px;
	overflow:hidden;
}

#latest {
	width:90%;
	margin:0 auto;
}

#latest h2 {
	font-size:1.25em;
	margin:0 0 12px 0;
	text-align:left;
}

/* ABOUT MATT SECTION */

.bioimageColumn {
	position:relative;
	height:213px;
	display:block;
	background:url(images/mattBio_small.jpg) no-repeat left center;
}

.biocopyColumn {
	margin:15px 0 0 0;
	position:relative;
}

.otherProjects {
	clear:both;
	position:relative;
	overflow:hidden;
	border-top:double #5a7e92;
}

.otherProjects h3 {
	font-size: 1.15em;
	margin:20px 0 25px 0;
	overflow:hidden;
}

.projectsList {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}

.btmBorder {
	border-bottom:double #5a7e92;
}

.projectVideoMobile {
	width:auto;
	position:relative;
	overflow:hidden;
	margin:0 0 10px 0;
}

.projectVideoDesktop {
	display:none;
}

.projectVideoTablet {
	display:none;
}

.projectCopy {
	width:auto;
}

/* ALT STUDIO SECTION */

.studioImage {
	width:100%;
	height:129px;
	display:block;
	background:url(images/studioShotSmall.jpg) no-repeat 0 0;
}

.studioCopy {
	width:100%;
	padding:0 0 0 1.0%;
	overflow:hidden;
	margin:25px 0 0 0;
}

.studioCopyColumn1 {
	position:relative;
	width:100%;
	padding:0 0 0 0;
}

.studioCopyColumn1 h3 {
	font-size: 1.1em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn2 {
	position:relative;
	width:100%;
	padding:0 0 0 0;
}

.studioCopyColumn2 h3 {
	font-size: 1.1em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn1 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn1 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}

.studioCopyColumn2 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn2 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}


/* STUDIO SECTION */

.studioimageColumn {
	display:none;
}

.studiocopyColumn {
	margin:15px 0 0 0;
	position:relative;
}

.studioImageOne {
	position:relative;
	height:276px;
	display:block;
	background:url(images/studio_small.png) no-repeat center center;
	margin:0 0 20px 0;
}

.studioImageTwo {
	position:relative;
	height:468px;
	display:block;
	background:url(images/studio_small2.png) no-repeat center center;
	margin:0 0 25px 0
}

.studiocopyColumn h3 {
	font-size: 1.1em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studiocopyColumn ul {
	list-style:none;
	margin:0 0 25px 0;
}

.studiocopyColumn li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}

/* SERVICES SECTION */

.servicescopyColumn {
	padding:0%;
}

#servicesQuote {
	position:relative;
	overflow:hidden;
	margin:0px 0 20px 0;
	padding:0px 0 10px 0;
	border-bottom:double #5a7e92;
}

.servicesDescriptiveCopy {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}


#servicesQuote p {
	line-height:1.8em;
	font-weight:normal;
}

.servicesList {
	width:auto;
}


.servicesList h4 {
	position:relative;
	font-size:1.0em;
	margin:0 0 12px 0;
}


.servicesDescription {
	width:auto;
}


/* MUSIC SELECTIONS SECTION */

/* PettyTroubles */

.PettyTroubles {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.PettyTroubles h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.PettyTroubles h4 a {
	color:#333333;
}

.PettyTroubles h4 a:hover {
	color:#5a7e92;
}

.PettyTroubles .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10_medium.png) no-repeat 0 0;
}

/* Bachsmith */

.Bachsmith {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.Bachsmith h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Bachsmith h4 a {
	color:#333333;
}

.Bachsmith h4 a:hover {
	color:#5a7e92;
}

.Bachsmith .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb12_medium.png) no-repeat 0 0;
}


/* Homestead2 */

.Homestead2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.Homestead2 h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Homestead2 h4 a {
	color:#333333;
}

.Homestead2 h4 a:hover {
	color:#5a7e92;
}

.Homestead2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1_medium.png) no-repeat 0 0;
}

/* Chordead */

.Chordead {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.Chordead h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Chordead h4 a {
	color:#333333;
}

.Chordead h4 a:hover {
	color:#5a7e92;
}

.Chordead .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb6_medium.png) no-repeat 0 0;
}


/* Tremolo */

.Tremolo {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.Tremolo h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Tremolo h4 a {
	color:#333333;
}

.Tremolo h4 a:hover {
	color:#5a7e92;
}

.Tremolo .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb3_medium.png) no-repeat 0 0;
}


/* FairyTwang */

.FairyTwang {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.FairyTwang h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.FairyTwang h4 a {
	color:#333333;
}

.FairyTwang h4 a:hover {
	color:#5a7e92;
}

.FairyTwang .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb9_medium.png) no-repeat 0 0;
}

/* ScaleWarriors */

.ScaleWarriors {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.ScaleWarriors  h4 {
	position:relative;
	font-size:.85em;
	margin:0;
}

.ScaleWarriors h4 a {
	color:#333333;
}

.ScaleWarriors h4 a:hover {
	color:#5a7e92;
}

.ScaleWarriors  .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb2_medium.png) no-repeat 0 0;
}

/* VersusThem */

.VersusThem {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.VersusThem h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.VersusThem h4 a {
	color:#333333;
}

.VersusThem h4 a:hover {
	color:#5a7e92;
}

.VersusThem .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb5_medium.png) no-repeat 0 0;
}

/* Harmonics2 */

.Harmonics2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 35px 0;
}

.Harmonics2 h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Harmonics2 h4 a {
	color:#333333;
}

.Harmonics2 h4 a:hover {
	color:#5a7e92;
}

.Harmonics2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb7_medium.png) no-repeat 0 0;
}

/* DuxReDux */

.DuxReDux {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 30px 0;
}

.DuxReDux h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.DuxReDux h4 a {
	color:#333333;
}

.DuxReDux h4 a:hover {
	color:#5a7e92;
}

.DuxReDux .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb4_medium.png) no-repeat 0 0;
}



/* FallenStar */

.FallenStar {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 30px 0;
}

.FallenStar h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.FallenStar h4 a {
	color:#333333;
}

.FallenStar h4 a:hover {
	color:#5a7e92;
}

.FallenStar .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10_medium.png) no-repeat 0 0;
}


/* Sleuth */

.Sleuth {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 30px 0;
}

.Sleuth h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Sleuth h4 a {
	color:#333333;
}

.Sleuth h4 a:hover {
	color:#5a7e92;
}

.Sleuth .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1_medium.png) no-repeat 0 0;
}


/* Ninja */

.Ninja {
	position:relative;
	float:left;
	overflow:hidden;
	width:90%;
	margin:0 0 30px 0;
}

.Ninja h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Ninja h4 a {
	color:#333333;
}

.Ninja h4 a:hover {
	color:#5a7e92;
}

.Ninja .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb11_medium.png) no-repeat 0 0;
}


/* INDIVIDUAL MUSIC SELECTIONS */

.videoContent {
	position:relative;
}

.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	background:#333333;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.videoContent h3 {
	font-size:1.10em;
	margin:20px 0 15px 0;
}

p.header {
	padding:0 0 15px 0;
	font-size:1.4em;
	line-height:1.3em;
}

p.subHeader {
	font-size:1.05em;
	font-weight:bold;
	padding:0 0 12px 0;
}

p.normal {
	padding:0 0 15px 0;
	line-height:1.6em;
}

p.normal a {
	color:#5a7e92;
}

p.normal a:hover {
	text-decoration:underline;
}

#pageFooter {
	clear:both;
	border-top:1px solid #5a7e92;
	overflow:hidden;
	text-align:center;
}

#socialIcons {
	position:relative;
	overflow:hidden;
	margin:15px 0 7px 0;
}

#socialIcons p a {
	display:inline-block;
	color:#5a7e92;
}

#socialIcons p a:hover {
	color:#9ebac9;
}

#copyright {
	position:relative;
	overflow:hidden;
}	

#upArrow {
	clear:both;
	position:relative;
	margin:25px 0 0 0;
}

.arrow a {
	position:absolute;
	right:0;
	bottom:0;
	width:15%;
	height:38px;
	display:block;
	text-indent:-9999px;
	background:url(images/buttonUP.jpg) no-repeat 0 0;
}

}


/* TABLET STYLES */

@media only screen and (min-width:481px) and (max-width:768px) {
	
body {
	width:90%;
	margin:0 auto;
	min-width:500px;
	max-width:768px;
}	
	
header {
	height:140px;
	position:relative;
}
	
header h1 a {
	text-indent:-9999px;
	height:140px;
	display:block;
	background:url(images/mattSplashLogo_medium.png) no-repeat center center;
}

.menuToggle {
	display:block;
	width:125px;
	height:35px;
	overflow:hiddden;
	background:#333333;
	margin:0 0 3px 5px;
}

.menuToggle a {
	font-family: TradeGothicLTStd-Extended;
	font-size:.90em;
	color:#f2f1ef;
	letter-spacing:.10em;
	display:block;
	text-transform:uppercase;
	margin:0;
	padding:7px 0 12px 5px;
}

.indicator {
	font-family: TradeGothicLTStd-Extended;
	font-size:1.25em;
	padding:0 0 0 12px;
}

#mainNav {
	width:auto;
	margin:0 0 25px 0px;
	background:#333333;
	overflow:hidden;
}

#mainNav ul {
	padding:0 0 0 0px;
}

#mainNav li {
	float:none;
	position:relative;
	margin:0 0 1px 5px;
	padding:0 0 0 0px;
	height:52px;
	background:#5a7e92;
}

.topMenu {
	max-height:0;
	visibility:hidden;
}

.topMenu.expand {
	max-height:900em;
	visibility:visible;
}

#mainNav li a {
	font-family: TradeGothicLTStd-Extended;
	font-size:.90em;
	color:#f2f1ef;
	letter-spacing:.10em;
	display:block;
	border:none;
	text-align:left;
	margin-bottom:1px;
	padding:2px 0 0 27px;
	line-height:52px;
}

#mainNav li a:hover {
	color:#333333;
}

#mainNav li a.bio {
	background:url(images/navSprites_25_small.png) no-repeat 0 0;
}

#mainNav li a.services {
	background:url(images/navSprites_25_small.png) no-repeat 0 -82px;
}

#mainNav li a.selections {
	background:url(images/navSprites_25_small.png) no-repeat 0 -164px;
}

#mainNav li a.studio {
	background:url(images/navSprites_25_small.png) no-repeat 0 -246px;
}

#mainNav li a.testimonials {
	background:url(images/navSprites_25_small.png) no-repeat 0 -328px;
}

#mainNav li a.contact {
	background:url(images/navSprites_25_small.png) no-repeat 0 -410px;
}

section {
	margin-bottom:50px;
}

#latest {
	padding:0 1.0% 0 1.0%;
}

#latest h2 {
	font-size:1.5em;
	margin:0 0 10px 0;
}


/* ABOUT MATT SECTION */

.bioimageColumn {
	position:relative;
	float:left;
	width:36%;
	margin:0;
	height:258px;
	display:block;
	background:url(images/mattBio_medium.jpg) no-repeat 0 0;
}

.biocopyColumn {
	position:relative;
	float:right;
	width:57.5%;
	padding:0 0 0 4.5%;
}

.otherProjects {
	clear:both;
	position:relative;
	overflow:hidden;
	border-top:double #5a7e92;
}

.otherProjects h3 {
	font-size: 1.4em;
	margin:20px 0 25px 0;
	overflow:hidden;
}

.projectsList {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}

.btmBorder {
	border-bottom:double #5a7e92;
}

.projectVideoTablet {
	width:auto;
	position:relative;
	overflow:hidden;
	margin:0 0 10px 0;
}

.projectVideoDesktop {
	display:none;
}

.projectVideoMobile {
	display:none;
}

.projectCopy {
	width:auto;
}

/* ALT STUDIO SECTION */

.studioImage {
	width:100%;
	height:208px;
	display:block;
	background:url(images/studioShotMedium.jpg) no-repeat 0 0;
}

.studioCopy {
	width:100%;
	padding:0 0 0 1.0%;
	overflow:hidden;
	margin:25px 0 0 0;
}

.studioCopyColumn1 {
	float:left;
	width:45%;
	padding:0 0 0 0;
}

.studioCopyColumn1 h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn2 {
	float:right;
	width:45%;
	padding:0 0 0 0;
}

.studioCopyColumn2 h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn1 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn1 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}

.studioCopyColumn2 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn2 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}


/* STUDIO SECTION */

.studioimageColumn {
	display:none;
}

.studiocopyColumn {
	padding:0 0 0 0;
}

.studioImageOne {
	position:relative;
	height:429px;
	display:block;
	background:url(images/studio_medium.png) no-repeat center center;
	margin:0 0 20px 0;
}

.studioImageTwo {
	position:relative;
	height:700px;
	display:block;
	background:url(images/studio_medium2.png) no-repeat center center;
	margin:0 0 20px 0;
}

.studiocopyColumn h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studiocopyColumn ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studiocopyColumn li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}

/* SERVICES SECTION */

.servicescopyColumn {
	padding:0%;
}

#servicesQuote {
	position:relative;
	overflow:hidden;
	margin:0px 0 20px 0;
	padding:0px 0 10px 0;
	border-bottom:double #5a7e92;
}

.servicesDescriptiveCopy {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}


#servicesQuote p {
	line-height:1.8em;
	font-weight:normal;
}

.servicesList {
	width:auto;
}


.servicesList h4 {
	position:relative;
	font-size:1.0em;
	margin:0 0 12px 0;
}


.servicesDescription {
	width:auto;
}


/* MUSIC SELECTIONS SECTION */

/* PettyTroubles */

.PettyTroubles {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.PettyTroubles h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.PettyTroubles h4 a {
	color:#333333;
}

.PettyTroubles h4 a:hover {
	color:#5a7e92;
}

.PettyTroubles .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10_medium.png) no-repeat 0 0;
}

/* Bachsmith */

.Bachsmith {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.Bachsmith h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Bachsmith h4 a {
	color:#333333;
}

.Bachsmith h4 a:hover {
	color:#5a7e92;
}

.Bachsmith .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb12_medium.png) no-repeat 0 0;
}


/* Homestead2 */

.Homestead2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.Homestead2 h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Homestead2 h4 a {
	color:#333333;
}

.Homestead2 h4 a:hover {
	color:#5a7e92;
}

.Homestead2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1_medium.png) no-repeat 0 0;
}

/* Chordead */

.Chordead {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.Chordead h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Chordead h4 a {
	color:#333333;
}

.Chordead h4 a:hover {
	color:#5a7e92;
}

.Chordead .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb6_medium.png) no-repeat 0 0;
}


/* Tremolo */

.Tremolo {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.Tremolo h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Tremolo h4 a {
	color:#333333;
}

.Tremolo h4 a:hover {
	color:#5a7e92;
}

.Tremolo .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb3_medium.png) no-repeat 0 0;
}


/* FairyTwang */

.FairyTwang {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.FairyTwang h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.FairyTwang h4 a {
	color:#333333;
}

.FairyTwang h4 a:hover {
	color:#5a7e92;
}

.FairyTwang .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb9_medium.png) no-repeat 0 0;
}

/* ScaleWarriors */

.ScaleWarriors {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.ScaleWarriors  h4 {
	position:relative;
	font-size:.85em;
	margin:0;
}

.ScaleWarriors h4 a {
	color:#333333;
}

.ScaleWarriors h4 a:hover {
	color:#5a7e92;
}

.ScaleWarriors  .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb2_medium.png) no-repeat 0 0;
}

/* VersusThem */

.VersusThem {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.VersusThem h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.VersusThem h4 a {
	color:#333333;
}

.VersusThem h4 a:hover {
	color:#5a7e92;
}

.VersusThem .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb5_medium.png) no-repeat 0 0;
}

/* Harmonics2 */

.Harmonics2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 35px 0;
}

.Harmonics2 h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Harmonics2 h4 a {
	color:#333333;
}

.Harmonics2 h4 a:hover {
	color:#5a7e92;
}

.Harmonics2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb7_medium.png) no-repeat 0 0;
}

/* DuxReDux */

.DuxReDux {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 30px 0;
}

.DuxReDux h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.DuxReDux h4 a {
	color:#333333;
}

.DuxReDux h4 a:hover {
	color:#5a7e92;
}

.DuxReDux .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb4_medium.png) no-repeat 0 0;
}



/* FallenStar */

.FallenStar {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 30px 0;
}

.FallenStar h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.FallenStar h4 a {
	color:#333333;
}

.FallenStar h4 a:hover {
	color:#5a7e92;
}

.FallenStar .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10_medium.png) no-repeat 0 0;
}


/* Sleuth */

.Sleuth {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 30px 0;
}

.Sleuth h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Sleuth h4 a {
	color:#333333;
}

.Sleuth h4 a:hover {
	color:#5a7e92;
}

.Sleuth .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1_medium.png) no-repeat 0 0;
}

/* Ninja */

.Ninja {
	position:relative;
	float:left;
	overflow:hidden;
	width:44%;
	margin:0 15px 30px 0;
}

.Ninja h4 {
	position:relative;
	font-size:.85em;
	margin:0;
	text-decoration:none;
	
}

.Ninja h4 a {
	color:#333333;
}

.Ninja h4 a:hover {
	color:#5a7e92;
}

.Ninja .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb11_medium.png) no-repeat 0 0;
}


/* INDIVIDUAL MUSIC SELECTIONS */

.videoContent {
	position:relative;
}

.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	background:#333333;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.videoContent h3 {
	font-size:1.25em;
	margin:20px 0 15px 0;
}


p.header {
	padding:0 0 15px 0;
	font-size:1.5em;
	line-height:1.3em;
}

p.subHeader {
	font-size:1.15em;
	font-weight:bold;
	padding:0 0 12px 0;
}

p.normal {
	padding:0 0 15px 0;
	line-height:1.6em;
}

p.normal a {
	color:#5a7e92;
}

p.normal a:hover {
	text-decoration:underline;
}

#pageFooter {
	clear:both;
	border-top:1px solid #5a7e92;
	overflow:hidden;
	text-align:center;
}

#socialIcons {
	position:relative;
	overflow:hidden;
	margin:15px 0 7px 0;
}

#socialIcons p a {
	display:inline-block;
	color:#5a7e92;
}

#socialIcons p a:hover {
	color:#9ebac9;
}

#copyright {
	position:relative;
	overflow:hidden;
}

#upArrow {
	clear:both;
	position:relative;
	margin:25px 0 0 0;
}

.arrow a {
	position:absolute;
	right:0;
	bottom:0;
	width:10%;
	height:38px;
	display:block;
	text-indent:-9999px;
	background:url(images/buttonUP.jpg) no-repeat 0 0;
}
	
}


/* DESKTOP STYLES */

@media only screen and (min-width:769px) {
	
body {
	width:90%;
	margin:0 auto;
	min-width:1024px;
	max-width:1024px;
}

header {
	height:180px;
	position:relative;
}

header h1 a {
	text-indent:-9999px;
	height:180px;
	display:block;
	background:url(images/mattSplashLogo_large.png) no-repeat center center;
}

#mainNav {
	margin:0 0 40px 0;
	background:#333333;
	height:57px;
	border-top:1px solid #5a7e92;
	border-bottom:1px solid #5a7e92;
}

#mainNav ul {
	/*max-width:830px;*/
	margin:0 auto;
	text-align:center;
}

#mainNav li {
	position:relative;
	float:none;
	display:inline-block;
	font-family: TradeGothicLTStd-Extended;
	letter-spacing:.07em;
	margin-right:1.9em;
	line-height:57px;
}

#mainNav li:last-child {
	margin-right:0;
} 

#mainNav li a {
	font-size:.90em;
	color:#f2f1ef;
	display:block;
	border:none;
	text-align:center;
	padding:0 0 0 27px;
}

#mainNav li a.bio {
	background:url(images/navSprites_25.png) no-repeat 0 0;
}

#mainNav li a.services {
	background:url(images/navSprites_25.png) no-repeat 0 -82px;
}

#mainNav li a.selections {
	background:url(images/navSprites_25.png) no-repeat 0 -164px;
}

#mainNav li a.studio {
	background:url(images/navSprites_25.png) no-repeat 0 -246px;
}

#mainNav li a.testimonials {
	background:url(images/navSprites_25.png) no-repeat 0 -328px;
}

#mainNav li a.contact {
	background:url(images/navSprites_25.png) no-repeat 0 -410px;
}

#mainNav li a:hover {
	color:#5a7e92;
}

section {
	margin-bottom:50px;
}

#latest {
	padding:0 3.0% 0 3.0%;
}

#latest h2 {
	font-size:1.8em;
	margin:0 0 12px 0;
}

/* ABOUT MATT SECTION */

	
.bioimageColumn {
	float:left;
	width:36%;
	margin:10px 0 0 0;
	height:320px;
	display:block;
	background:url(images/mattBio.png) no-repeat 0 0;
}

.biocopyColumn {
	float:right;
	width:57.0%;
	padding:0 0 0 1.0%;
	margin:0 0 40px 0;
}

.otherProjects {
	clear:both;
	position:relative;
	overflow:hidden;
	border-top:double #5a7e92;
}

.otherProjects h3 {
	font-size: 1.5em;
	margin:20px 0 25px 0;
	overflow:hidden;
}

.projectsList {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}

.btmBorder {
	border-bottom:double #5a7e92;
}

.projectVideoDesktop {
	width:auto;
	position:relative;
	overflow:hidden;
	margin:0 0 10px 0;
}

.projectVideoTablet {
	display:none;
}

.projectVideoMobile {
	display:none;
}

.projectCopy {
	width:auto;
}


/* SERVICES SECTION */

.servicescopyColumn {
	padding:0%;
}

#servicesQuote {
	position:relative;
	overflow:hidden;
	margin:0px 0 20px 0;
	padding:0px 0 10px 0;
	border-bottom:double #5a7e92;
}

.servicesDescriptiveCopy {
	position:relative;
	overflow:hidden;
	margin:0 0 15px 0;
}


#servicesQuote p {
	line-height:1.8em;
	font-weight:normal;
}

.servicesList {
	float:left;
	width:40%;
}


.servicesList h4 {
	position:relative;
	font-size:1.0em;
	margin:0;
}


.servicesDescription {
	float:left;
	width:53%;
}


/* MUSIC SELECTIONS SECTION */

/* Bachsmith */

.Bachsmith {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.Bachsmith h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Bachsmith a {
	color:#333333;
}

.Bachsmith h4 a:hover {
	color:#5a7e92;
}

.Bachsmith .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb12.png) no-repeat 0 0;
}

/* Homestead2 */

.Homestead2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.Homestead2 h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Homestead2 h4 a {
	color:#333333;
}

.Homestead2 h4 a:hover {
	color:#5a7e92;
}

.Homestead2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1.png) no-repeat 0 0;
}

/* Chordead */

.Chordead {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.Chordead h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Chordead h4 a {
	color:#333333;
}

.Chordead h4 a:hover {
	color:#5a7e92;
}

.Chordead .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb6.png) no-repeat 0 0;
}


/* Tremolo */

.Tremolo {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.Tremolo h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Tremolo h4 a {
	color:#333333;
}

.Tremolo h4 a:hover {
	color:#5a7e92;
}

.Tremolo .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb3.png) no-repeat 0 0;
}


/* FairyTwang */

.FairyTwang {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.FairyTwang h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.FairyTwang h4 a {
	color:#333333;
}

.FairyTwang h4 a:hover {
	color:#5a7e92;
}

.FairyTwang .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb9.png) no-repeat 0 0;
}

/* ScaleWarriors */

.ScaleWarriors {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.ScaleWarriors  h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
}

.ScaleWarriors h4 a {
	color:#333333;
}

.ScaleWarriors h4 a:hover {
	color:#5a7e92;
}

.ScaleWarriors  .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb2.png) no-repeat 0 0;
}

/* VersusThem */

.VersusThem {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.VersusThem h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.VersusThem h4 a {
	color:#333333;
}

.VersusThem h4 a:hover {
	color:#5a7e92;
}

.VersusThem .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb5.png) no-repeat 0 0;
}

/* Harmonics2 */

.Harmonics2 {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.Harmonics2 h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Harmonics2 h4 a {
	color:#333333;
}

.Harmonics2 h4 a:hover {
	color:#5a7e92;
}

.Harmonics2 .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb7.png) no-repeat 0 0;
}

/* PettyTroubles */

.PettyTroubles {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 35px 0;
}

.PettyTroubles h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.PettyTroubles h4 a {
	color:#333333;
}

.PettyTroubles h4 a:hover {
	color:#5a7e92;
}

.PettyTroubles .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10.png) no-repeat 0 0;
}


/* FallenStar */

.FallenStar {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 30px 0;
}

.FallenStar h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.FallenStar h4 a {
	color:#333333;
}

.FallenStar h4 a:hover {
	color:#5a7e92;
}

.FallenStar .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb10.png) no-repeat 0 0;
}


/* DuxReDux */

.DuxReDux {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 30px 0;
}

.DuxReDux h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.DuxReDux h4 a {
	color:#333333;
}

.DuxReDux h4 a:hover {
	color:#5a7e92;
}

.DuxReDux .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb4.png) no-repeat 0 0;
}

/* Sleuth */

.Sleuth {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 30px 0;
}

.Sleuth h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Sleuth h4 a {
	color:#333333;
}

.Sleuth h4 a:hover {
	color:#5a7e92;
}

.Sleuth .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb1.png) no-repeat 0 0;
}


/* Ninja */

.Ninja {
	position:relative;
	float:left;
	overflow:hidden;
	width:23%;
	margin:0 15px 30px 0;
}

.Ninja h4 {
	position:relative;
	font-size:1.00em;
	margin:0;
	text-decoration:none;
	
}

.Ninja h4 a {
	color:#333333;
}

.Ninja h4 a:hover {
	color:#5a7e92;
}

.Ninja .preview  a {
	height:225px;
	display:block;
	position:relative;
	background:url(images/music_selections/musicSelectionThumb11.png) no-repeat 0 0;
}


/* INDIVIDUAL MUSIC SELECTIONS */

.videoContent {
	width:100%;
}

.videoHolder {
	width:50%;
	position:relative;
	float:left;
}

.video {
	position:relative;
	padding-bottom:56.25%;
	padding-top:25px;
	height:0;
	background:#333333;
}

.video iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.videoCaptions {
	position:relative;
	width:45%;
	float:right;
}

.videoCaptions h3 {
	font-size:1.25em;
	margin:0 0 15px 0;
}


/* ALT STUDIO SECTION */

.studioImage {
	width:100%;
	height:262px;
	display:block;
	background:url(images/studioShot.png) no-repeat 0 0;
}

.studioCopy {
	width:100%;
	padding:0 0 0 1.0%;
	overflow:hidden;
	margin:25px 0 0 0;
}

.studioCopyColumn1 {
	float:left;
	width:45%;
	padding:0 0 0 0;
}

.studioCopyColumn1 h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn2 {
	float:right;
	width:45%;
	padding:0 0 0 0;
}

.studioCopyColumn2 h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioCopyColumn1 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn1 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}

.studioCopyColumn2 ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studioCopyColumn2 li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}



/* STUDIO SECTION */

	
.studioimageColumn {
	float:left;
	width:45%;
	margin:15px 0 0 0;
	height:1300px;
	display:block;
	background:url(images/studio_large.png) no-repeat 0 0;
}

.studiocopyColumn {
	float:right;
	width:48.0%;
	padding:0 0 0 1.0%;
}

.studiocopyColumn h3 {
	font-size: 1.4em;
	margin:0 0 13px 0;
	overflow:hidden;
}

.studioImageOne {
	display:none;
}

.studioImageTwo {
	display:none;
}

.studiocopyColumn ul {
	list-style:none;
	margin:0 0 40px 0;
}

.studiocopyColumn li {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.1em;
	padding:0 0 7px 0;
	color:#f2f1ef;
	background-image: url(images/listIndicator.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px; 
}


p.header {
	padding:0 0 15px 0;
	font-size:1.5em;
	line-height:1.5em;
}

p.subHeader {
	font-size:1.15em;
	font-weight:bold;
	padding:5px 0 12px 0;
}

p.normal {
	padding:0 0 15px 0;
	line-height:1.8em;
}

p.normal a {
	color:#5a7e92;
}

p.normal a:hover {
	text-decoration:underline;
}

#pageFooter {
	clear:both;
	border-top:1px solid #5a7e92;
	overflow:hidden;
	text-align:center;
}

#socialIcons {
	position:relative;
	overflow:hidden;
	margin:15px 0 7px 0;
}

#socialIcons p a {
	display:inline-block;
	color:#5a7e92;
}

#socialIcons p a:hover {
	color:#9ebac9;
}

#copyright {
	position:relative;
	overflow:hidden;
}

#upArrow {
	display:none;
	clear:both;
	position:relative;
}

.arrow a {
	position:absolute;
	right:0;
	bottom:0;
	width:5%;
	height:38px;
	display:block;
	text-indent:-9999px;
	background:url(images/buttonUP.jpg) no-repeat 0 0;
}



}