@media only screen and (orientation:portrait){
	/* portrait styles here */
	body {
		width:980px;
	}
}

html {
	height: 100%;
}

body {
	background-image:url('../images/lgrey016.jpg');
	font-size:16px;
	font-family:Helvetica,Arial,sans-serif;
	text-align:center;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

@font-face {
	font-family: 'Lobster';
	src: url('../fonts/lobster/Lobster_1.3-webfont.eot');
	src: local('☺'), url('../fonts/lobster/Lobster_1.3-webfont.woff') format('woff'), url('../fonts/lobster/Lobster_1.3-webfont.ttf') format('truetype'), url('../fonts/lobster/Lobster_1.3-webfont.svg#webfontcOtP3oQb') format('svg');
	font-weight: normal;
	font-style: normal;
}

#container { width: 100%; height: 100%; display: table; }
#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

#content {
	
	/*height: 330px;*/
	text-align: left;
	position: relative;
	margin-left: 100px;
}

#content h1 {
	width: 540px;
	font-size: 100px;
	font-family: 'Lobster', Georgia, Helvetica, Arial, sans-serif;
	margin: 0px;
	color: #660066;	
	text-shadow: 0px 1px 0px #333333;
}

#content p {
	width: 540px;
	font-size: 22px;
	font-family: 'Lobster', Georgia, Helvetica, Arial, sans-serif;
	margin: 20px 0px 0px 0px;
	color: #660066;
	line-height: 180%;
	padding: 0px;
}

p#footer {
	
	font-size: 14px;
	font-family: 'Lobster', Georgia, Helvetica, Arial, sans-serif;
	color: #660066;
	position: absolute;
	bottom: 10px;
	left: 100px;
	width: 400px;
	text-align: left;
}

ul#nav {
	position: absolute;
	right: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	top: -20px;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	
}

ul#nav li {
	width: 300px;
	height: 37px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-bottomleft: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	background-color: #660066;
	color: #fff;
	display: block;
	padding-top: 13px;
	margin-bottom: 40px;
	text-align: right;
	padding-right: 25px;
	position: relative;
	-moz-box-shadow:0 0 12px #333333;
	-webkit-box-shadow: 0 0 12px #333333;
	box-shadow: 0 0 12px #333333;
}

ul#nav li a {
	color: #ffffff;
	font-size: 28px;
	font-family: 'Lobster', Georgia, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
}

ul#nav li#navTwitter a {
	height: 44px;
	width: 300px;
	position: absolute;
	background-image: url(../images/twitter.png);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	padding-top: 20px;
	
	
}

ul#nav li#navFacebook a {
	height: 44px;
	width: 300px;
	position: absolute;
	background-image: url(../images/facebook.png);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	padding-top: 20px;
	
}

ul#nav li#navDelicious a {
	height: 44px;
	width: 300px;
	position: absolute;
	background-image: url(../images/delicious.png);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	padding-top: 20px;
	
}

ul#nav li#navFlickr a {
	height: 44px;
	width: 300px;
	position: absolute;
	background-image: url(../images/flickr.png);
	background-position: 15px 0px;
	background-repeat: no-repeat;
	position: absolute;
	top: -7px;
	padding-top: 20px;
	
}

a {
	outline: none;
}

