/*  
Theme Name: Gretchen Wilson, 2007
Theme URI: http://gretchenlwilson.com/
Description: Theme designed for Gretchen.
Version: 1.0
Author: Derek Hogue
Author URI: http://amphibian.info/

*/

/* Begin initial settings */

html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0px;
}

dd, blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

a img {
	border: none;
}

img {
	border: none;
}

input, select, textarea {
	font-size: 100%;
}

/* End initial settings. */

body {
	background: #F3F3F3;
	color: #000;
	font: normal 14px/21px Georgia, Times, serif;
}

a {
	color: #4E361D;
}

a:visited {
	color: #333;
}

a:hover {
	color: #4E361D;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	margin-left: 30px;
	margin-top: 0px;
	font-weight: normal;
	line-height: 28px;
	color: #999;
}

h1.location {
	font: normal 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-left: 30px;
	margin-top: 0px;
	color: #999;
	text-transform: uppercase;
}


h2 {
	font-size: 18px;
}

#sidebar h2 {
	font-size: 22px;
	color: #999;
	font-weight: normal;
	margin: 0px 0px 16px;
}

h2.titleLink {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	margin-bottom: 0px;
}

#upper {
	width: 100%;
	background: #FFF url(images/upper.jpg) repeat-x left top;
	text-align: center;
	padding-bottom: 30px;
}

#inner {
	width: 760px;
	text-align: left;
	margin: 0px auto;
	background: transparent;
}

#header {
	height: 130px;
	width: 760px;
	background: transparent url(images/baobab_small.png) no-repeat 520px 3px;
}

#header img {
	margin: 39px 0px 0px 59px;
}

#nav {
	float: left;
	margin: 14px 0px 0px 59px;
	height: 28px;
	font: normal 12px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#nav li {
	float: left;
	list-style: none outside;
}

#nav a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 0px 10px;
	line-height: 28px;
}

#nav .current_page_item a, #nav a:hover {
	background: url(images/menuActive.jpg) repeat-x;
	color: #FFF;
}


hr {
	clear: both;
	visibility: hidden;
	margin: 0px;
}

#content {
	width: 470px;
	padding-top: 30px;
	margin-left: 30px;
	float: left;
	display: inline;
}

#commentlist li {
    margin-bottom: 1.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #CCC;
}

#commentform {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

#commentform textarea {
    background: #eee;
    border: 1px solid #CCC;
    width: 420px;
}

#commentform #email, #commentform #author, #commentform #url {
    font-size: 1.1em;
    background: #eee;
    border: 1px solid #CCC;
    width: 180px;
}


#introPics {
	width: 468px;
	height: 351px;
	border: 1px solid #CCC;
	margin-bottom: 30px;
}

#latest {
	margin-left: 30px;;
	font-size: 16px;
}

ul#recent li {
	list-style: none outside;
	font-size: 16px;
	padding: 3px 0px;
}

.date {
	color: #666;
	font-size: 14px;
	margin-top: 0px;
}

.post {
	margin-bottom: 50px;
}

.post h1 {
	color: #333;
	margin: 0px;
}

p.byline {
	color: #666;
	margin: 0px 0px 30px;
}

p.more {
	margin-top: -14px;
}

p.tagged {
	padding-left: 20px;
	margin-top: 0px;
	background: url(images/tags.png) no-repeat;
	font: normal 11px/14px 'Helvetica Neye', Helvetica, Arial, sans-serif;
}

.tags {
	background: #F3F3F3;
	padding: 2px;
}

.credit {
	font-style: italic;
	color: #666;
}

#images {
	width: 468px;
	height: 468px;
	border: 1px solid #CCC;
}

#images p {
	padding: 30px;
	color: #666;
	font-size: 16px;
	line-height: 24px;
}

#sidebar {
	width: 180px;
	padding: 30px 30px 30px 25px;
	border-left: 1px solid #CCC;
	float: right;
	font-size: 16px;
}

#sidebar ul {
	margin-bottom: 30px;
}

#about p {
	margin-top: 0px;
	line-height: 18px;
	font-size: 14px;
}

#currently {
	margin: 30px 0px;
	padding-left: 60px;
	background: url(images/africa.png) no-repeat 0px 8px;
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
}

#tagcloud li {	
	display: inline;
	list-style: none outside;
	line-height: 1em;
}

#tagcloud a {
	text-decoration: none;
}

#tagcloud a:hover {
	text-decoration: underline;
}

ul#archives li {
	list-style: none outside;
}

#lower {
	width: 100%;
	background: transparent url(images/lower.jpg) repeat-x left top;
	text-align: center;
}

#footer {
	width: 720px;
	margin: 0px auto;
	padding-top: 1px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	text-align: left;
}

#footer img {
	position: relative;
	top: -20px;
	float: left;
}

#footerContact {
	float: left;
	margin-top: 0.7em;
}

#footerLinks {
	float: right;
	text-align: right;
	margin-top: 3.7em;
}

a#feed {
	padding-left: 16px;
	background: url(images/rss.png) no-repeat;
}



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

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}


#sidebar form {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: left;
	font-size: 12px;
}

form#subscribe {
	margin-bottom: 30px;
}

#searchform #s, #email {
	width: 170px;
	padding: 2px;
	background: #EFEFEF;
	color: #333;
}

#searchsubmit, #subscribe-button {
	padding: 1px;
	margin-top: 10px;
}


.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.search-excerpt {
	font-weight: bold;
	color: #930;
}


/*----------------- IE 5 MAC (I hate you) ----------------------*/

/*\*//*/


#nav {
	float: none;
}

#nav li {
	display: inline
	float: none;
	padding: 10px;
}

#nav a {
	color: #333;
	display: inline;
	padding: 0px;
}

#nav a:hover {
	background: none;
	color: #000;
}

/**/
