/* start global styles */

* { 
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background: #010101;
	font-family: helvetica, sans-serif;
}

a { 
	color: #fff;
}

#container {
	width: 920px;
	height: 600px;
	margin: 3% auto 0px auto;
	border: #000 solid 1px;
}

#logo {
	float: left;
	width: 150px;
	height: 50px;
	padding: 10px 0px 0px 20px;
}

#nav {
	float: left;
	width: 600px;
	margin: 25px 0px 0px 30px;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	padding: 0px 20px;
}

#nav a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}


#pill_bottle {
	float: right;
	width: 61px;
	height: 71px;
	padding: 5px 20px 0px 0px;
}

#header {
	width: 900px;
	height: 75px;
	background: url(../images/header_b.jpg) top left no-repeat;
}

#main {
	width: 920px;
	height: 525px;
	background: url(../images/background_b.jpg) top left no-repeat;
}



body#home #header { background: url(../images/header_a.jpg) top left no-repeat; }
body#home #main { background: url(../images/background_a.jpg) top left no-repeat; }
body#blog #main { background: url(../images/background_c.jpg) top left no-repeat; }

body#soon #header { background: #000; }
body#soon #main { background: #000; }

#copyright {
	width: 900px;
	font-size: 8px;
	position: absolute;
	top: 590px;
	padding: 0px 25px;
	margin: 0px auto;
}

#copyright2 {
	width: 900px;
	font-size: 8px;
	color: #121212;
	position: absolute;
	top: 590px;
	padding: 0px 35px;
	margin: 0px auto;
}

/* end global styles */



/* start homepage styles */

#coming_soon {
	color: #fff;
	font-size: 24px;
	width: 300px;
	padding: 150px 100px 100px 100px;
	margin: 0px auto;
	text-align: center;
}

/* end homepage styles */



/* start interior page styles */

#creators {
	width: 300px;
	padding: 180px 0px 0px 220px;
}

#creators p {
	margin-bottom: 20px;
}

#creators a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
}


#thumbnails {
	width: 850px;
	overflow: hidden;
	padding: 20px 0px 40px 50px;
}

#thumbnails p {	
	font-size: 11px;
	margin: 0px 0px 20px 40px;
}


.world_image {
	float: left;
	width: 200px;
	height: 120px;
	padding: 0px 35px 25px 35px;
	text-align: center;
}

.world_image img {
	border: #666 solid 1px;
	padding: 3px;
	margin-bottom: 5px;
}

#lightbox{
	background-color: #000;
	padding: 4px;
	margin: 5px auto 0px auto;
	border: #ccc solid 1px;
	}
	
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }


/* end interior page styles */


/* start blog page styles */

body#blog #container { margin: 0px auto; }
body#blog #main { width: 920px; overflow: auto; }
body#blog #header { margin: 3% auto 0px auto; }

#interview {
	width: 500px;
}

#interview p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}

#interview h3 {
	color: #ec008c;
	text-transform: uppercase;
}


#news {
	width: 500px;
	padding: 30px 0px 0px 35px;
}

#news h1 {
	font-size: 25px;
	font-weight: normal;
	text-transform: uppercase;
}

#news h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#news h3 {
	color: #ec008c;
	margin-bottom: 5px;
}

#news a {
	color: #ec008c;
	text-decoration: none;
}

#news img {
	padding: 10px 0px 20px 0px;
}

.box-left h3 {
	margin-bottom: 7px;
}

.box-left p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;
}

.meta {
	font-size: 10px;
	margin-bottom: 24px;
}

.blog_image {
	width: 200px;
	padding: 0px 0px 25px 35px;
	text-align: center;
}

.blog_image img {
	border: #666 solid 1px;
	padding: 3px;
	margin-bottom: 5px;
}

.imagezoom {
	overflow: auto;
}

.bloglink {
	margin-top: 10px;
}

.bloglink a {
	font-size: 12px;
	text-decoration: none;
}

.bloglink a:hover {
	text-decoration: underline;
}

#copyright_news {
	width: 900px;
	font-size: 8px;
	position: absolute;
	top: 670px;
	padding: 0px 25px;
	margin: 0px auto;
}

dl {
}

dt {
	margin: 5px 0px 15px 0px;
}

dd {
	margin-left: 50px;
}

/* end blog page styles */

