/* Style for the design Page */

body {
	background: black;
}

ul li {
	margin-bottom: 8px;
}

.site_list li {
	cursor: pointer;
}

#canvas {
	width: 800px;
	height: 480px;
	background: url('earth.jpg'); /* Photo credit: NASA */
	background-repeat: no-repeat;
	background-position: 170px 0px;
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	
	
	
}

#logo_wrapper {
	width: 600px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 40px;
	
	padding-bottom: 20px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#content {
	color: white;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: bold;
}

#content_left {

	width: 260px;
	float: left;
	padding: 10px;

}

#content_right {

	width: 260px;
	float: left;
	padding: 10px;
	
}

#page_preview {
	padding: 15px;
	
	
	margin-left: auto;
	margin-right: auto;
	background: #DDD;
	
	width: 400px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

#more_info {
	display: inline;
	text-decoration: underline;
}

#more_info_content {
	text-align: left;
	padding-left: 30px;
	padding-top: 30px;
}

.preview_content {

	text-align: left;
	
	font-family: Verdana;
	font-size: .8em;
	line-height: 1.4em;	
	border-top: 2px solid black;
	
	padding-bottom: 5px;
	padding-top: 4px;
	
		display: none;
	

}

.preview_heading {
	font-family: Verdana;
	letter-spacing: 2px;
	font-size: 20px;
}


.preview_content a, .preview_content a:visited {
	
	color: blue;
	text-decoration: none;
	
}

img.preview_image {
	
	width: 200px;
	height: 200px;
	border: none;
	
}

.centered {
	text-align: center;
}

#logo_text { color: white; font-size: 54px; font-family: Verdana; letter-spacing: 8px; margin: 0; }

#email_for_more {
	text-align: right;
	margin-right: 30px;
}

#email_for_more a {
	color: white;
}

.clear_both {
	clear: both;
}
