/*
Theme Name: tjtyrrell.com
Theme URI: http://tjtyrrell.com/
Description: Theme for my portfolio <a href="http://tjtyrrell.com">tjtyrrell.com</a>.
Version: 0.2
Author: TJ Tyrrell
Author URI: http://tjtyrrell.com/
Tags: 

	tjtyrrell.com v0.1
	 http://tjtyrrell.com/

	This theme was designed and built by tj tyrrell,
	whose blog you will find at http://tjtyrrell.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #0d0908;
	color: #9c8553;
	margin: 0;
	padding: 70px 0 0 0;
}

/* Main styles, sizes, and colors */
* {
	outline: none;
}

/* Begin Images */
img {
	border: 0;
}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	color: #0f0f0f;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


a:link, a:active, a:visited {
	color: #9c8553;
	text-decoration: none;
}

a:hover {
	color: #4a571f;
}

div.description {
	position: relative;
	margin: 5px 0 15px 0;
	font-size: 1.2em;
}



/* Main Layout */


#container {
	position: relative;
	width: 760px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 760px;
}

#header ul {
	list-style: none;
	padding: 5px 0;
	font-size: 1.8em;
	border-top: 1px solid #5f4c22;
	border-bottom: 1px solid #5f4c22;
}

#header ul li {
	display: inline;
	padding: 0 20px 0 0;
	margin: 0 15px 0 0;
}

#header ul li.current {
	background: transparent url('images/arrow_down.jpg') no-repeat right;
}

h2.page_header {
	margin: 80px 0 0px 0;
	color: #4a571f;
	font-size: 1.6em;
}

#content {
	position: relative;
	width: 760px;
}

div.entry {
	position: relative;
	padding: 20px 0 15px 0;
	border-bottom: 1px solid #5f4c22;
}

div.entry p {
	font-size: 1.2em;
	margin-top: 0;
}

div.entry a:link, div.entry a:active, div.entry a:visited {
	font-style: italic;
}

#footer {
	position: relative;
	width: 760px;
}