@charset "UTF-8";

/* reset */


.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix { display: inline-block; clear: both; }




/* remember to define focus styles! */
:focus {
	outline: 0;
}

.button {

font-family: Oswald, Georgia, "Times New Roman", Times, serif;
font-size: 20px;
padding: 10px;
-moz-border-radius: 15px;
border-radius: 15px;
text-transform: uppercase;
}



.shadow {
  -moz-box-shadow:  2px 0px 10px #ccc, -3px 0px 10px #ccc;
  -webkit-box-shadow:  2px 0px 10px #ccc, -3px 0px 10px #ccc;
  box-shadow:  2px 0px 10px #ccc, -3px 0px 10px #ccc;


}

.clear { float: clear;
}
.floatleft { float: left;
}
.floatright { float: right;
}

#clear {
	height: 50px;
	background-color: #FFF;
	width: 700px;
	float: left;
}

html {
	height: 100%;
}
	
body {
	height: 100%;
	margin: 0 auto;
	background-image: url(images/grayback5.png);
	background-repeat: repeat;
	background-color: #FFF;
}

#page-wrap{
	margin: 0 auto;
	width: 700px;
	background-color: #FFF;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#header{
	width: 700px;
	height: 370px;
	background-image: url(images/apostrophe.jpg);
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top:20px;
	}
#nav {
	height: 70px;
	width: 600px;
	padding-top: 170px;
	padding-left: 100px;
}
#nav a {
	font-family: Oswald, Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px #FFF;
	font-size: 48px;
	color: #999;
	text-decoration: none;
	margin-top: 30px;
	margin-left: 35px;
}
#nav a:hover {
	color: #FFF;
}

#main-content{
	width: 700px;	
	}
	
#footer{
	font-family: "Oswald", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	text-align:center;
	clear:both;
	height: 100px;
	}
	
	
#push {
height: 100px;
clear: both;
}
#about {
	font-family: "Oswald", Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 1.2em;
	color: #666;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#about p {
	margin-top: -30px;
	text-align: justify;
}
#about h1 {
	font-family: "Oswald", Georgia, "Times New Roman", Times, serif;
	font-size: 180px;
	color: #999;
	text-align: center;
	margin-top: 30px;
}


#imageportfolio{
height: 100%;
width: 500px;
float: left;
margin-left: 100px;
}

#imageportfolio h1{
font-family: "Oswald", Arial, Verdana, Sans-Serif;
font-size: 24px;
margin-top: -10px;
margin-right: 15px;
margin-bottom: -10px;
text-align: center;
color: #CCC;

}

#imageportfolio img{
width: 118px;
height: 118px;
margin-right:20px;
margin-bottom:10px;

}




			
h4 {
	margin: 15px 0 5px 0;
	font-size: 2em; 
	}

ul li { 
	display: inline; 
	width: 118px;
	}
	
	
			
.wide {
	border-bottom: 1px #000 solid;
	width: 4000px;
	}


#contact{
font-family: "Oswald", Arial, Verdana, Sans-Serif;
font-size: 18px;
height: 100%;
width: 500px;
margin: 0 auto;
text-align: center;

}




