/*
Theme Name: Wormhole Creations
Description: A custom Wordpress theme for the Wormhole Creations website.
Author: Jason Lerke
Author URI: http://www.jasonlerke.com/
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000000;
	color: #ffffff;
	font-family: Georgia, Garamond, Times New Roman, serif;
}

h1, h2 {
	color: #7fae00;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	line-height: 2em;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.1em; }

p { line-height: 1.3em; padding-bottom: 0.5em; }

ul {
    margin: 10px;
    margin-top: 5px;
    padding: 5px;
    line-height: 1.4em;
}

a:link {
	color: #ffffff;;
}

.green {
	color: #7fae00;
}

.aligncenter {
	text-align: center;
}

#wrapper {
	color: #f0f0f0;
	/* transparent image background */
	margin: 0 auto;
	width: 960px;
}

#header #logo {
	background: #231f20 url('images/wormhole-logo.jpg') center no-repeat;
	float: left;
	width: 220px;
	height: 200px;
    margin-bottom: 20px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomright: 5px;
    position: relative;
    z-index: 1;
}

#header #logo a {
	display: block;
	height: 200px;
	width: 220px;
}

#header #navigation {
	background-color: #8fc400;
	color: #000000;
	position: relative;
	height: 60px;
	top: 100px;
    -moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

#header #navigation ul {
    list-style: none;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    margin-left: 220px;
    padding-top: 16px;
    padding-left: 40px;
}

#header #navigation ul li {
	display: inline;
    margin-right: 40px;
}

#header #navigation ul li a:link,
#header #navigation ul li a:visited { color: #101010; text-decoration: none; }
#header #navigation ul li a:hover { color: #000000; text-decoration: underline; }

#content {
	clear: both;
    float: left;
	padding: 10px;
	width: 700px;
}

#content ul { padding-left: 20px; }

#sidebar {
	float: left;
    padding: 10px;
    width: 220px;
}

#footer {
	background-color: #080808;
    color: #999999;
	font-size: 0.8em;
	margin: 10px 0;
	padding: 20px 10px;
    clear: both;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}