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

h1 { 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1em;
		
 		  
	 
 }
 
h2 { 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1em;
		color:#0F0;
		font-weight:bold;
}
 
h3 { 
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:1.2em;
		color:#0F0;
		font-weight:bold;
		
 		  
	 
 }
 
 
#navBar li {
	display:inline;
	list-style-type:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	
	
	 	
	}
	
#navBar a {
	margin-left: -32px;
	padding-right: 95px;
	
	
	}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em;
 
}
 
li {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em}
	
ol {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.85em}	

#socialMedia {
	margin-top: -33px;
	float:right;
	width:26%;
	margin-left:3px;
	padding-left:0;
	}
#socialMedia li {
	
	list-style-type:none;
	margin-left: -8px;
	padding:5px;
	 
}

#socialMedia-icons {
	margin-top: 0px;
	float:right;
	width:26%;
	margin-right: -43px;
	padding-left:0;
	}
 

ul { } 
 
/*starts design.html CSS*/
#spacer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #000;
	margin-bottom: 0px;
}

#page { background-color:#000;
margin-top:-5px;

}

.pageTitle h1 {color:#0066FF;
font-size:2em;
}
.mainText {
	font-size:1.5em;
	 
	width: 75%;
	margin: 0 auto;
	margin-top: 30px;
	
	
	
	
	} 
	
p.anchorLink a {
	color:#0F0;
	 
	} 
.red {color:#F00;}

#styleWebCost {
	background-color:#FFF;
	font-size:1.5em;
	color:#000;
	font-weight:normal;
	margin: 0 auto;
	width:75%;
	padding: 0 30px 30px 30px;
	
	}
 
	
#styleWebCost a:link  {
	color: #0066FF;
	text-decoration: underline;
}
#styleWebCost a:hover  {
	color: #0066FF;
	text-decoration:none;
}
#styleWebCost a:visited  {
	color: #0066FF;
}

#footerDesign {
	width: 100%;
	margin: 0 auto;
	
	 
}
/*ends design.html CSS*/

/*starts seo.html CSS*/

#contentSEO {
	background-color:#000;
	margin-top: -48px;
	margin-bottom: -30px; 
	}
#contentSEO p {
	padding: 0 60px  0px 60px;
	}	
	
.seoText{
	width: 80%; 
	background:#333;
	margin: 0 auto;
	padding: 0  }
	
	
/*end seo.html CSS*/

/*starts contact.html CSS*/
#contentContact {
	background-color: #000;
	margin-top: -48px;
	margin-bottom: 30px;
	}
#image {
	height: 346px;
	width: 254px;	 
	border: thin double #333;
	padding-left: 20px;
	
	}
#contact {
	margin-left:50px;	 
	}
	


/*end contact.html CSS*/


#laptop {
	background-color: #000;
	margin-right: auto;
	margin-left: auto;	
	text-align: center;
	background-image: url(http://static.marinwebpro.com/images/elainasLapTop.png);
	height: 390px;
	width: 100%;
	margin-top: 0px;	 
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:30px;
	
}
#slideShowImages {
	clear: both;
	
	margin-left: 0;
	width: 100%;
	display: block;
	margin-right: auto;
	margin-left: auto;	
 	top: 40px; 
}
#copywright {
	font-size: 10px;
	color: #999999;
	font-family: papyrus, enviro, pegasus, "bradley Hand ITC", tahoma;
	font-weight: bold;
	text-align: center;
}

/*start design page CSS*/

#gallery .tile .caption {
    background: #fff;
    background: rgba(255, 255, 255, .8);
}
#gallery .tile .caption p {
    color: #666;
    font-family: 'Engagement', cursive;
    font-size:20px;
}
#gallery .tile .tile-inner {
    box-shadow:#999 0px 0px 10px;
}
#gallery .tile:hover img {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity:0;
}
#gallery .tile .ftg-social {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 15px;
    width: 100%;
    text-align: center;
}
#gallery .tile:hover .ftg-social {
    display: block;
}
#gallery .tile .ftg-social a {
    color: #555;
    font-size: 16px;
    width:20px;
    height: 20px;  
}
#gallery .tile:hover .ftg-social a:hover {
    color: #333;
    text-decoration: none;
}

$('#gallery').finalTilesGallery({
    gridCellSize: 50,
    minTileWidth: 100,
    scrollEffect: 'slide',
    hoverEffect: 'slide-bottom',
    hoverDuration: 500,
    enableTwitter: true,
    enableFacebook: true
    margin: 15
});
