/*
Theme Name: WalkandTalk
Author: Clay Cockrell
Author URI: http://walkandtalk.com/
Tags: fixed width, three columns, widgets

	This theme was designed and built by Iterative Media,
	whose site you will find at http://www.iterativemedia.com/

*/

/* Begin Structure */
body {
	background-color:#2D0D00;
	color:#FFFFFF;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Geneva, Arial, Verdana, sans-serif;
	font-size:62.5%;
}
* {
	margin: 0;
	padding: 0;
}
ul, ol, li {
	list-style: none;
}
img {
	border: none;
}
a:link {
	color:#91A76E;
	text-decoration:underline;
}
a:hover, a:active, a:focus {
	color:#999999;
}
a:visited {
	color:#91A76E;
}
#center {
	margin:0 auto;
	width:926px;
}
#container {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 900px;
	float: left;
	padding: 0 13px;
	font-size:1.2em;
	line-height:1.3em;
}
#header, #content, #footer, #footer-bg {
	width: 100%;
	float: left;
}
#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 100px;
	position: relative;
}
#logo {
	float: left;
	width: 230px;
	display: block;
	height: 99px;
	overflow: hidden;
}
#logo a {
	float: left;
	height: 0px;
	width: 100%;
	padding-top: 105px;
	overflow: hidden;
}
#nav {
	bottom:0px;
	position:absolute;
	right:30px;
}
#nav li {
	float: left;
	padding:12px 11px;
}
#nav li.current {
	background:transparent url(images/current.png) no-repeat scroll center bottom;
	color:#FFFFFF;
}
#nav a {
	text-decoration: none;
}
#nav a:hover  {
	color: #FFF;
	text-decoration: underline;
}
#nav li.current a  {
	color: #FFF;
	text-decoration: none;
}
#content {
	border-bottom:6px solid #211A00;
	border-top:6px solid #211A00;
	background: url(images/content_bg.png) repeat-y 0 0;
	padding: 14px 0;
	color: #6b6b6b;
}
#col-left {
	float: left;
	width: 185px;
	padding-left: 15px;
}
#col-right {
	float: right;
	width: 158px;
	padding-right: 12px;
	padding-left: 12px;
}
#main {
	padding-left: 220px;
	padding-right: 200px;
}
.post small {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#col-left img, #col-right img {
	border: solid 2px #bebebe;
	margin-bottom: 20px;
}
.post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 7px 0;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 11px;
	color: #4d4d4d;
}
.post h2 a, .widget h3 a {
	color: #4d4d4d;
	text-decoration: none;
}
.entry {
	padding-top: 5px;
	padding-bottom: 15px;
}
.postmeta {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
}
.post {
	padding-bottom: 35px;
}
#footer, #footer a {
	color:#91A76E;
}
#footer-bg {
	background: url(images/footer.png) no-repeat 50% 100%;
	height: 13px;
}
#footer {
	background-color:#4B530A;
	border-top:1px solid #5C6923;
	padding: 12px 0 0;
}
#copyright {
	float:left;
	padding:0 0 12px 13px;
}
#footer ul {
	clear:right;
	float:right;
	padding:0 13px 12px;
}
#footer ul li {
	border-left:1px solid #363C07;
	display:inline;
	margin-right:4px;
	padding-left:8px;
	white-space:nowrap;
}
#footer ul li.first {
	border: none;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#credits {
	padding:0 13px 0 0;
}
#credits a {
	text-align:right;
}
#credits a:link, #credits a:visited {
	color:#98847E;
	text-decoration:none;
	background:transparent url(images/iterative-media.png) no-repeat scroll right top;
}
#credits a:hover {
	background-position: right bottom;
	color: #FFF;
}
#credits a {
	display:block;
	height:34px;
	margin-left:auto;
	margin-right:0;
	padding-left:9px;

	padding-right:160px;
	width:100px;
	float:right;
}
.widget ul li {
	padding: 1px 10px;

}
.widget h3 {
	margin-bottom: 5px;
	color: #4d4d4d;
}
.widget ul {
	padding-bottom: 20px;
}
.pagetitle {
     margin-bottom:20px;
}
/* End Structure */

/* Begin Images */
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
	}
/* End Images */



/* Begin Lists
	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0 0 35px;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 0 3px;
	list-style: none; border-bottom: solid 1px #bebebe;
	}

.commentlist p {
	margin: 5px
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
        text-align: right;
        margin-top:-15px;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p{margin-bottom:3px;}
acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
#comments {margin-top:20px;}
/* End Comments */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* End Various Tags & Classes*/

