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

html {
	background: url(images/home.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: transparent;
}

body {
	margin: 0 auto;
}

iframe {
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px;
	border-radius: 40px 0 40px 0;
	margin: 40px 0 40px 40px;
}

hr {
	margin: 40px 0 40px 0;
}

#navcontainer ul#navigation {
	position: relative; top: 100px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: normal;
	display: inline;
	padding: 5px 25px 5px 25px;
}

h1.paula {
	width: 350px;
	position: relative; top: 350px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 350%;
	color: #fff;
	opacity: 0.6;
	text-align: center;
    text-shadow: #333 3px 3px 3px;
   -webkit-text-shadow: #333 3px 3px 3px;
   -moz-text-shadow: #333 3px 3px 3px;
    box-text: #333 3px 3px 3px;
}

h1.title {
	width: 750px;
	position: relative; top: 375px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	letter-spacing: 3px;
	text-align: center;
	font-size: 300%;
	color: #fff;
	opacity: 0.6;
	text-align: center;
    text-shadow: #333 3px 3px 3px;
   -webkit-text-shadow: #333 3px 3px 3px;
   -moz-text-shadow: #333 3px 3px 3px;
    box-text: #333 3px 3px 3px;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color: #033;
	font-size: 200%;
}

h2.titles {
	color: #930;
}

span.overview {
	margin-right: 60px;
}

#wrapper {
	position: relative; top: 150px;
	width: 800px;
	margin: 0 auto;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #000;
	padding: 20px;
	background-color: #fff;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px;
	border-radius: 40px 0 40px 0;
	-moz-box-shadow: 3px 6px 6px #333;
    -webkit-box-shadow: 3px 6px 6px #333;
    box-shadow: 3px 6px 6px #333;
}

img#headshot {
	float: left;
	margin: 0 20px 10px 0;
	opacity: 1.0;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px;
	border-radius: 40px 0 40px 0;
	border: 1px solid #333;
}

img#euphoria3, img#artstone4 {
	margin: 40px 0 40px 40px;
	-moz-border-radius: 10px 0 0 0;
	-webkit-border-radius: 10px;
	border-radius: 40px 0 40px 0;
	border: 1px solid #333;
}

img#euphoria1, img#euphoria2, img#euphoria4, img#appassionata1, img#appassionata2, img#appassionata3, img#souvenirs1, img#souvenirs2, img#souvenirs3, img#armstrong1, img#armstrong2, img#armstrong3, img#artstone1, img#artstone2, img#artstone3 {
	border: 1px solid #333;
}

span.dropcap {
    color: #033;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 70px;
    margin: 14px 2px;
    padding-top: 6px;
}

p.overview {
	margin-right: 60px;
}

ul.cv li {
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight: normal;
}
	
a:link {
	color: #363;
	text-decoration: none;
}

a:visited {
	color: #363;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #363;
	text-decoration: none;
	text-align: right;
}

#footer {
	text-align: center;
}