/*
Theme Name: JeffStagg.com
Theme URI: http://www.jeffstagg.com
Description: First attempt at creating a wordpress theme
Version: 1.0
Author: Jeff Stagg
Author URI: http://www.jeffstagg.com
*/

@charset "utf-8";

body {
	clear: both;
	overflow-x: hidden;
}

#site {
	margin: 10px 10% 10px 10%;
	border: solid 2px #c3c2c2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 3px;
	float: left;
	min-width: 80%;
}

#header {
	height:135px;
        background-color:#1d1d1c;
	background-image:url(images/header.gif);
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

#header #logo {
	position: relative;
	top: 40px;
	left: 50px;
	width: 1px;
}

#nav {
	float: right;
	clear: both;
	color: #c3c2c2;
	font-family:Verdana, Geneva, sans-serif;
	background: none;
	font-size: 18px;
	font-weight: bold;
	display: block;
        text-align:left;
	margin-left: 30px;
        padding: 0;
        position: relative;
        top: -30px;
        right: 50px;
}

#header #nav ul li {
	list-style-type:none;
	display: inline;
	overflow:hidden;
	margin-right:10px;
	
}

#nav a {
	color: #c3c2c2;
        background-color: #000e66;
	text-decoration: none;
	padding: 5px;
        border: solid 2px #c3c2c2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#nav a:hover {
        background-color: #000e66;
        border: solid 2px #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
        color: #fff;
}

#content {
	background-color: #1f1f1f;
	background-image:url(images/content_bg.gif);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}

#content #left_content {
        clear: both;
	position: relative;
	margin: auto;
	float: left;
        width: 75%;
}

#content #sidebar {
        margin-left: 5px;
	float: left;
	right: 0px;
	clear: right;
	position: relative;
	width: 20%;
	color: #c3c2c2;
}
#content #sidebar ul {
    margin-left: 5px;
    margin-right: 0px;
    width: 100%;
}
#content #sidebar p, #content #sidebar h1, #content #sidebar h2, #content #sidebar h3 {
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

content #sidebar p {
    font-size: 10px;
}

#content h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	margin-left: 50px;
	margin-right: 50px;
	color: #80ff73;
	color: #00aaef;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: #000 5px 5px 5px;
}

#content h2 {
	margin-top: 30px;
	margin-left: 55px;
	margin-right: 50px;
	color: #00aaef;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
        display: inline;
}

#content h2 a:hover {
	text-decoration: underline;
}

#content h3 {
    margin-left: 55px;
    margin-top: 30px;
    color: #00aaef;
}
	

#content p {
	margin-left: 75px;
	margin-right: 75px;
	color: #c3c2c2;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.date {
	color: #c3c2c2;
}

#content ul {
	margin-right: 75px;
        margin-left: 75px;
	color: #c3c2c2;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
	padding-bottom: 20px;
	list-style-type: square;
}


#twitter_div {
    color: #c3c2c2;
}

#footer {
	background-color: #000;
	display: block;
	width: 100%;
	clear: both;
	float: left;
}

#footer p {
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 40px;
	margin-top: 20px;
        clear: both;
}

#footer ul li {
	list-style: none;
	display: inline;
	padding: 5px;
}

#footer h3 {
	padding-right: 5px;
	margin-left: 50px;
	color: #00aaef;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

#footer img {
	width: 35px;
	height: 35px;
	border: 0;
}

a {
        color: #00aaef;
	text-decoration: none;
}

a:hover {
        color: #fff;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}



/* Resume */
#resume_table h2
{
    margin-left: 0px;
}
#resume_table
{
    padding-left: 50px;
    width: 100%;
}
#resume_table ul
{
    padding-left: 0px;
    margin-left: 50px;
}