/* Stonerose CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Seen+Noted (http://seenandnoted.us/) */

	
/* page structure */

body {
	color:#CFDDEB;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:22px;
	text-align:left;
	width:100%;
	background: black;
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

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

a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

a:active {
	text-decoration:none;
	color:#FFFFFF;
}

p {
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ul.prservices {
	list-style-image: url(../images/bullet.png);
	padding-left: 1.3em;
	width: 300px;
	float: left;
	margin-top: 110px;
}

ul.prservices li {
	line-height: 24px;
}


	
/* ids */

#page-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#container {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-239px; /*set to a negative number 1/2 of your height*/
	margin-left:-481px; /*set to a negative number 1/2 of your width*/
	width:962px;
	height:479px;
	display: block;
	background: url(../images/box_blank.png) center 47px no-repeat;
}

#nav {
	width: 250px;
	height: 250px;
	float: left;
	clear: left;
	text-align: right;
	margin-top: 50px;
	padding-top: 65px;
	border-right: 1px solid #779cb3;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

#nav a {
	color: #bbcedb;
}

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

#nav li {
	padding-right: 35px;
}

#nav li.selected {
	background: url(../images/tick.png) center right no-repeat;
}

#nav li.selected a {
	color: #893001;
}

#content {
	width: 686px;
	height: 432px;
	float: right;
	clear: right;
	display: block;
}

#footer {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	padding-right: 30px;
	color: #808080;
	letter-spacing: 1px;
}

#footer a {
	color: #5e88a2;
}

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

	
/* classes */

.leaderTxt {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
}

.disclaimer {
	font-size:9px;
	line-height: 10px;
	padding-top: 20px;
	width: 600px;
	text-align: left;
}

.white {
	color: white;
}

.about {
	width: 500px;
	line-height: 24px;
	margin-top: 40px;
}

.left {
	float: left;
	clear: left;
}

img.microphone {
	float: right;
	clear: right;
	padding-right: 34px;
	display: block;
	margin-top: -3px;
}

html>/**/body img.microphone { 
	margin-top:0;
}

.typewriter {
	float: right;
	clear: right;
	margin-top: 100px;
}

.meghan {
	float: right;
	clear: right;
	margin-top: 0px;
}

div.earth {
	background: url(../images/earth2.jpg) 0px 128px no-repeat;
}

html>/**/body div.earth {
	background: url(../images/earth2.jpg) 0px 128px no-repeat;
}
.Social {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
