/*
Theme Name: New Shoe Media Custom Wordpress Theme
Theme URI: http://www.newshoemedia.com/
Description: Custom Wordpress theme for New Shoe Media
Version: 1
Author: Claye Stokes
Author URI: http://www.newshoemedia.com/

*/


@charset "utf-8";
* {margin:0px; padding:0px; outline:none;}
body {
	background: #fff url(/images/background.jpg) left top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
a {
	color: #f45e0b;
	font-weight:bold;
}
a:hover {
	color: #a83c00; 
}
a:visited {
	color: #757060;
	font-weight:normal;
}
h1 {
	color: #3c291f;
	font-size:1.6em;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:.4em 0em;
}
h2 {
	font-size: 1.4em;
	color: #3c291f;
	font-weight:normal;
	padding:.6em 0em .2em;
}
h3 {
	font-size: 1em;
	padding:.5em 0em 0em;
}
p {
	font-size: .9em;
	line-height:1.4em;
	padding:.4em 0em;
}

img {border: 0px none;}
#wrapper {
	width: 960px;
	background: url(/images/bg.jpg) left top no-repeat;
	margin:0px auto;
}
#header {
	height: 135px;
}
#logo {
	margin: 65px 0px 0px 60px;
	float:left;
}
#tagline {
	width: 300px;
	float:right;
	height:15px;
	margin:115px 0px 0px 0px;
	text-align:right;
	padding:0px 10px;
	color:#745f54;
	font-size:14px;
	line-height:15px;
}
#tagline acronym { border-color: #564036;
}
/*-MAIN NAVIGATION-*/
#nav {
	height: 40px;
	line-height:40px;
	list-style: none;
	padding:0px 4%;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	cursor:pointer;
}
#nav li {
	float: left;
	padding:0px;
	line-height:40px;
	margin: 0px 20px;
	font-size:1.1em;
	cursor:pointer;
	display:block;
}
#nav li a {
	text-decoration: none;
	color: #3c291f;
	float: left;
	height:40px;
	line-height: 40px;
	display: block;
	padding:0px 0px 0px 10px;
	font-weight:normal;
	cursor:pointer;
}
#nav li a span {
	line-height: 40px;
	display:block;
	float:left;
	height:40px;
	padding:0px 10px 0px 0px;
	cursor:pointer;
}
#nav li#current {
	background: url(/images/nav-current-bg.jpg) left top repeat-x;
}
#nav li#current a {
	background: url(/images/nav-current-left.jpg) left top no-repeat;
}
#nav li#current a span {
	background: url(/images/nav-current-right.jpg) right top no-repeat;
}
#nav li a:hover {
	background: url(/images/nav-hover-left.jpg) left top no-repeat;
}
#nav li a:hover span {
	background: url(/images/nav-hover-right.jpg) right top no-repeat;
}
/*-CONTENT-*/
#content {
	padding: 20px 0px;
	min-height:700px;
}
#content ul {
	padding: .8em .3em .8em .5em;
	list-style:none;
	font-size:.9em;
	line-height: 1.2em;
}
#content ul li {
	background: url(/images/list-style-image.jpg) left top no-repeat;
	padding:0em .3em .4em 20px;
}

/*-COLUMN LAYOUT-*/
#columns {
	border-top: 1px solid #ded9ce;
}
#left-col {
	border-right: 1px solid #ded9ce;
	float:left;
	width: 560px;
	padding: 10px 0px 10px 0px;
}
#left-col h1 {
	text-align: center;
}
#right-col {
	float: right;
	width: 380px;
	padding:4px 4px;
}
#sidebar {
	float: right;
	width: 380px;
	padding:4px 0px;
	margin-right: 4px;
}
#right-col h2 {
	background: url(/images/sidebar-title-bg.jpg) left top no-repeat;
	line-height:27px;
	height: 27px;
	padding: 0px 0px 0px 35px;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 5px 0px 10px;
}
#sidebar h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
#content #sidebar #side-right ul, #content #sidebar #side-left ul {
	margin-bottom: 20px;
}
#side-left {
	float: left;
	width: 185px;
	padding-right: 4px;
	border-right: 1px dotted #ded9ce;
}
#side-right {
	float: right;
	width: 175px;
	
}
#sidebar ul, #sidebar ul li {
	margin: 0px;
	padding:0px;
}
#sidebar ul li {
	background-image: none;
	padding:0px;
}
#sidebar ul li ul li {
	background-image: inherit;
	padding: 0px 0px 5px 15px;
}
#sidebar a, .commentlist a {
	color: #6296B3;
	text-decoration: none;
	font-weight:normal;
}
#sidebar a:visited, .commentlist a:visited {
	color: #777;
}
#sidebar a:hover, .commentlist a:hover {
	color: #f45e0b;
	text-decoration:underline;
	background: #FFFFCC;
}
#tag_cloud {
	line-height: 2em;
}

.widget_amazonshowcase {
	text-align:center;
}
.widget_amazonshowcase img {
	margin: 5px 0px;
}
/*-FOOTER-*/
#footer-wrapper {
	background: #3c291f url(/images/footer-bg.jpg) left top repeat-x;
	padding: 20px 0px;
	clear:both;
	height:1%;
}
#footer {
	width: 960px;
	margin: 0px auto;
	font-size:.7em;
}
#footer p {
	line-height: normal;
	padding:.2em 0em;
}
#connect-images {
	text-align: center;
	
}
#connect-images img {
	margin: 0px 15px;
}
#footer-nav {
	color: #5c4a40;
	text-align:center;
}
#footer-nav a {
	font-weight: normal;
}
#footer-contact {
	margin-top: 1.8em;
	color: #eeebe1;
	text-align:right;
}
#footer address {
	color: #eeebe1;
	text-align:right;
}
#copyright {
	color: #5c4a40;
	text-align:right;
}
#copyright a {
	color: #6a564c;
	text-decoration: none;
}
/*-GENERAL STYLES-*/
.highlight {
	float: right;
	width: 58%;
	margin: 10px 5px 10px 10px;
	color: #f45e0b;
	font-size:1.0em;
	line-height:1.8em;
	padding:5px;
}
.clear {clear:both; display:block;}
.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.all-caps {text-transform: uppercase;}
.capitalize {text-transform: capitalize;}
img {border:none;}
a img {border:none;}
address {font-size: .9em; font-style: normal;}
.bold {font-weight:bold;}
.serif {font-family: Georgia, "Times New Roman", Times, serif;}
.sans-serif {font:Verdana, Arial, Helvetica, sans-serif;}
.orange {color: #f45e0b;}
.noborder {border:none;}

acronym {

	cursor: help;
	border-bottom: 1px dotted #bbb;
}
hr {
	height: 0px;
	border-top: 1px dashed #ded9ce;
	border-bottom: none;
	border-left: none;
	border-right: none;
	background: #fff;
	color:#ded9ce;
	text-align: left;
	width: 50%;
}
.italic {font-style: italic;}
#skip-ahead {
	font-size: 80%;
	line-height:.8em;
}
#skip-ahead ul, #skip-ahead ol {
	padding: 4px 10px;
}
#skip-ahead ul {
	list-style: disc;
}
#skip-ahead ul li {
	background: none;
}
#skip-ahead ul li, #skip-ahead ol li {
	padding: 2px 0px;
}
/*- CODE -*/
pre {
	border:1px dashed #ded9ce;
	padding:8px;
	margin:20px 0;
	font-family:Courier;
	list-style-type:decimal-leading-zero;
	background-color:#384949;
	overflow: auto;
	}
ol.code {
	overflow: auto;
	
	}
.code {
	border:2px solid #a6b082;
	padding:3px 0 8px 10px;
	margin:20px 5px 20px 0px;
	font-family:Courier;
	font-size:.8em;
	list-style-type:decimal-leading-zero;
	background:#fff;
	}
.code li code {
	font-family:Courier,"Courier New",Monaco,Tahoma;
	}
.code li {
	padding:1px 5px 1px 8px;
	margin:0px 0px 0px 5px;
	font-size:.8em;
	color: #8b946e;
	border-bottom:1px solid #baddff
	} 
.code em {
	font-style:normal;
	font-weight:bold;
	color:#ff6600;
	}
.code strong {
	color:#990076;
	}	
.code .indent {
	padding-left:10px;
	}
.code .indent2 {
	padding-left:20px;
	}
.code .indent3 {
	padding-left:30px;
	}
.code .indent4 {
	padding-left:40px;
	}
.code .indent5 {
	padding-left:50px;
	}
.code li.altlist {
	background-color:#f6faff;
	}



#query-box {
	background: url(/images/orange-arrow-down.jpg) no-repeat;
	background-position: 5% 100%;
	padding: 7px 20px;
	margin:15px 0px;
}
#query-box p {
	background: #ee6d19;
	padding:10px;
	color:#fff;
	font-family: "Century Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
}
#query-box p a {
	color: #3D2920;
}
#query-box img {
	float: right;
	margin:5px 5px 0px 5px;
}
/* Begin Left-over/helpful Wordpress Styles */
#announcement {
	border: 1px dotted #555;
	background: #FEEBCD;
	margin-right:5px;
	padding:10px 15px;
}
/*-POST styles-*/
.post {
	padding-bottom: 45px;
}
.post-header {
	clear: both;
	margin: 30px 0px 20px;
}
.post-date {
	float: left;
	width: 30px;
	padding: 0px 10px;
	max-height:40px;
	
	line-height:15px;
	font-size:14px;
	text-align:center;
}
.post-date:first-line {
	font-weight: bold;
}
.post-title {
	float: left;
	width: 490px;
	padding: 0px 5px;
	min-height:40px;
	line-height:30px;
	border-left: 1px dotted #ded9ce;
}
#left-col .post h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	text-align:left;
}
.post h1 a, .post h2 a {
	color: #3c291f;
	text-decoration:none;
	font-weight:normal;
}
.post h1 a:hover, .post h2 a:hover {
	color: #f45e0b;
	text-decoration:none;
	font-weight:normal;
}
.blog-list .post h2 a {
	background: #FFFF00;
}
.post-info-wrapper {
	border-top: 1px dotted #ded9ce;
	font-size:.6em;
}
.post-info {
	float: left;
	padding:5px 10px;
	max-width:250px;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
}
.post-info:first-line {
	font-weight: bold;
	color: #757060;
}
.pi-border {border-left: 1px dotted #ded9ce;}

.post-nav {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
.post-nav-left {
	width: 45%;
	padding-left: 20px;
	line-height: 16px;
	font-size:12px;
	float:left;
	background: url(/images/post-nav-left.jpg) left center no-repeat;
}
.post-nav-right {
	width: 45%;
	padding-right: 20px;
	line-height: 16px;
	font-size:12px;
	margin-right: 5px;
	float:right;
	text-align:right;
	background: url(/images/post-nav-right.jpg) right center no-repeat;
}
.post-nav div a {
	color: #ddd;
	text-decoration: none;
	font-weight:normal;
}
.post-nav div a:hover {
	color: #f45e0b;
}
/*-ENTRY STYLES-*/
.entry {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entry p {
	padding: .6em 0em;
	margin-right:5px;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;

	}
.commentlist {
	margin-right: 5px;
}
.commentlist ul, #left-col .commentlist ul li, #left-col .commentlist ul li ul li {
	clear: both;
	background:none;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	display:block;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentmetadata {
	float: right;
	text-align:right;
	width: 50%;
	font-size:0.7em;
}
div.reply {
	text-align: right;
	font-size:0.7em;
}

.commentlist p {
	margin: 15px 10px 15px 0px;
	display:block;
	clear:both;
	padding:15px;
	font-weight:normal;
	}
.commentlist .bypostauthor p {
	background: #fbf4cd;
}
.children li {
	border-left: 1px dotted #e4e3d8;
}
.children li {
	background: none;
}
.vcard {
	float: left;
	width: 30%;
	margin-bottom: 15px;
}
.vcard *, .vcard a, .vcard cite {
	font-size: .7em;
	font-weight:normal;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}





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. */

.post ul, .entry ul, .post ol, .entry ol {
	padding: 10px 30px;
	font-size:.9em;
	line-height:1.5em;
}
.post ul li, .entry ul li, .post ol li, .entry ol li {
	padding: 5px 0px;
}
p.postmetadata, .postmetadata *, .post p.postmetadata {
	font-size: .8em;
	
}
p.postmetadata {
	padding-bottom: 20px;
}
.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;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}
#commentform textarea:focus, #commentform input:focus {
	border: 2px solid #f45e0b;
	}
#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background:#f0eee0;
	border-right: 1px dotted #e4e3d8;
	border-bottom: 1px dotted #e4e3d8;
	padding-bottom: 20px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 45px;
	padding: 10px 0px;
	color: #888;
	text-align:center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}
blockquote p, blockquote * {
	line-height: 1.5em;
	font-size:1em;
}
blockquote cite {
	margin: 15px 0 0;
	display: block;
	text-align:right;
	font-size:.9em;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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;
}

img {behavior: url(/iepngfix.htc) }