/*  
Theme Name: toddshelton.
Theme URI: http://www.dizzain.com/blog_customization/
Description: Design continuum theme for WordPress.
Version: 1.0
Author: Dizzain.com
Author URI: http://www.dizzain.com
*/



/* Begin Typography & Colors */


	* {
		padding:0;
		margin:0;
	}

	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
 	    list-style:none; 
 	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%;
	    font-weight:bold;
	    color:#333;
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	} 
	
	em {
		font-style:italic;
	}

a {
cursor:pointer;
color:#5F5F5F;
text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
border:0;
}

.grey {
	color:#333333;
}

.overflow {
	overflow:auto;
}

.fl_l {
	float:left;
}

.fl_r {
	float:right;
}

.red {
	color:#ff0000;
}

body {
font:13px verdana, Arial, sans-serif;
color:#5f5f5f;
}

.post .desc {
	float:left;
	width:398px;
}

.entry dt {
	font-weight:bold;
}

.entry dd {
	margin: 0 0 10px 10px;
}

	
.entry h1 {
	font: bold 22px/26px Georgia, Arial, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h2 {
	font: bold 20px/26px Georgia, Arial, Verdana, Tahoma;
	margin: 5px 0;
}

.entry h3 {
	font: bold 18px/20px Georgia, Arial, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h4 {
	font: bold 16px/20px Georgia, Arial, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h5 {
	font: bold 15px/18px Georgia, Arial, Verdana, Tahoma;
	margin: 5px 0;

}

.entry h6 {
	font: bold 14px/16px Georgia, Arial, Verdana, Tahoma;
	margin: 10px 0;

}	

.entry {
	font-size:10px;
}

.entry strong, .entry b {
	color:#333;
	font-weight:bold;
}

.commentlist li {
	font-weight: bold;
}

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


.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, 'Lucida Grande', Verdana, 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;
	}

#content .entry p {
	padding:9px 0 3px;
}

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Tables*/

.entry table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: ridge;
	border-color: #5d5d5d;
	border-collapse: collapse;
	margin: 5px 0;
}

	.entry table.full {
		width: 100%;
	}

.entry table th {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #5d5d5d;
}

.entry table td {
	border-width: 1px;
	padding: 3px;
	border-style: ridge;
	border-color: #5d5d5d;
}



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

.post, .hentry {
	padding: 0 0 18px  !important;
	text-align: justify;
	background:url(images/dotted_border.gif) left bottom repeat-x;
	margin:0 0 20px;
	overflow:auto;
	border:none;
	overflow:auto;
}

	.post .thumb {
		width:106px;
		height:112px;
		display:block;
		float:left;
		margin:0 14px 0 0;
	}
	
		.post .thumb img {
			width:106px;
			height:111px;
		}

	
		.post .posthead {
			color:#FFF;
		}
					
			.post .posthead small {
				font-size:10px;
				font-weight:normal;
				color:#333;
			}
			
.blog_header {
	font-size:13px;
}
	
	.blog_header .title {
		padding:0;
		font-size:13px;
	}

	.blog_header .entry {
		font-size:13px;
	}
	
		.blog_header .entry p {
			padding:6px 0 1px;
		}
	
.post.no_border {
	border:none;
}

.page {
	border-bottom:dotted 1px #878787;
	padding:0 0 10px;
}	


.postmetadata {
	padding:14px 0 0 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */

/*
Begin Header
*/

#header {
	position:relative;
	width:726px;
	height:57px;
	margin:5px auto 0;
}

#logo {
	position:absolute;
	top:26px;
	left:3px;
	height:18px;
	font-size:10px;
	width:302px;
}

	#logo a {
		display:block;
		text-decoration:none;
		text-transform:uppercase;
		height:100%;
		width:100%;
		color:#000;
		font-weight:bold;
	}
	
		#logo a span {
			background:url(images/logo.gif) 0 0 no-repeat;
			width:100%;
			height:100%;
			position:absolute;
			top:0;
			left:0;
			display:block;
		}


	#header ul {
		line-height:13px;
		font-size:10px;
		height:13px;
		position:absolute;
	}
	
		#header li {
			display:block;
			float:left;
			padding:0 8px 0 4px;
			background:url("images/dotted_border.gif")right bottom repeat-y;
		}
		
		li.last {
			border:none !important;
			background:none !important;
		}
	
	        #header li b {
	            color:#333333;
	        }
		
			#header li a {
				padding-left:6px;
				text-decoration:none !important;
				color:#5F5F5F;
				position:relative;
			}
			
			#header li a:hover {
				text-decoration:none;
			}
			
			#header li.active a {
				font-weight:bolder;
				color:#333;
			}
			
		
		#header li.cart {
			padding:0 11px 0 7px;
		}
	
			#header li.cart a {
				padding-left:13px;
				background:url("images/cart_icon.gif") left 2px no-repeat;
			}
	
		
#top_menu {
	top:33px;
	right:-5px;
}

#top_nav {
	top:6px;
	right:-5px;
}
	
/*
header end
*/


/*
main_container begin
*/

#main_container {
	border:solid 1px #EAEAEA;
	padding:15px 15px 15px;
	width:694px;
	margin:0 auto;
	font-size:10px;
}


.content_menu_container {
	padding-bottom:20px;
	height:14px;
}

	#bottom_navigation .content_menu {
		font-size:10px;
	}

	ul.content_menu {
		height:13px;
		line-height:13px;
		font-size:11px;
		display:inline-block;
		margin-left:-7px;
	}

	span.content_menu {
		height:13px;
		line-height:13px;
		font-size:11px;
		display:inline-block;
	}

		.content_menu li {
			display:inline-block;
			padding-right:10px;
			padding:0 12px 0 1px;
			background:url(images/dotted_border.gif) right bottom repeat-y;
			height:14px;
		}

			.content_menu li a {
				padding-left:6px;
			}

			.content_menu li.active a {
				font-weight:bold;
				color:#333;
				text-decoration:none;
			}

	.content_menu_container .sale {
		float:right;
		font:11px/13px Verdana,Arial !important;
	}

#content_container {
	background:url(images/dotted_border.gif) 531px 0 repeat-y;
	overflow:hidden;
}

	#content {
		float:left;
		width:520px;
	}

	#sidebar {
		float:right;
		width:133px;
		padding-right:8px;
	}

/*
bottom navigation & footer
*/

#bottom_navigation {
	padding:11px 10px 10px;
	width:706px;
	margin:20px auto;
	border:solid 1px #e3e3e3;
	font-size:11px;
}

#footer {
	padding:0 15px 10px;
	width:696px;
	margin:11px auto;
	font-size:10px;
	position:relative;
	color:#878787;
}

p.info {
	padding:10px 0 10px !important;
}

	#footer a {
		color:#878787;
	}

	#footer form {
		margin-top:7px;
		background:url(images/input_bg.gif) 0 0 no-repeat;
		height:18px;
	}
	
	#footer .sign_up {
		text-decoration:none;
	}
	
	#footer form .inp_t {
		width:149px;
		background:none;
		font-size:11px;
	}
	
	#footer form .inp_s {
		font-weight:bold;
		margin-left:10px;
		background:none;
		border:0 none;
		cursor:pointer;
		font-size:10px;
		color:#5F5F5F;
	}
	
	#footer .bottom_logos {
		position:absolute;
		top:2px;
		right:0;
		width:420px;
	}
	
		#footer .bottom_logos div {
			float:right;
			text-align:right;
		}
		
		
			#footer .bottom_logos div a {
				opacity:0.4;
				filter: alpha(opacity = 40);
			}
			
				#footer .bottom_logos div a img {
					height:35px;
				}
			
			#footer .bottom_logos div a:hover {
				opacity:1;
				filter: alpha(opacity = 100);
			}

/*
bottom navigation & footer end
*/

/*	Begin Headers */
h1 {
	margin: 0;
	}

h2 a {
	text-decoration:none;
}

h2.title_blog {
	font-size:10px;
	font-weight:normal;
	margin:-1px 0 17px;
	padding:0 0 0 3px;
}

.pagetitle {
	font:bold 13px/18px Verdana, Arial,sans-serif;
	padding:5px 0 20px;	
}

#sidebar h2 {
	margin: 0 0 13px;
	padding:0;
	font-weight:bold;
	font-size:10px;
	color:#333;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
.posttitle {
	font:bold 13px/18px Verdana, Arial,sans-serif;
	color:#333;
}

.posttitle a {
	color:#333;
}

/* End Headers */



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

.entry ol {
	list-style: decimal;
}

	.entry ol ol li {
		list-style-type: lower-alpha;
	}

	.entry ul ul li {
		list-style-type: circle;
	}

#content_container ul {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}

#content_container ul, #content_container ol, #content_container dl {
margin:5px 0 5px 5px;
padding:0;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 10px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.leave_comment {
	font-size:0.813em;
	padding-top:4px;
	margin:0;
}

/* End Entry Lists */

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul li.widget {
	padding:0 0 17px;
	background:transparent url(images/dotted_border.gif) repeat-x scroll left bottom;
	margin:0 0 11px;
}

#sidebar ul li.widget#text-6 {
	padding:0 0 2px;
	border:0 none  !important;
	background:none;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 0px;
	}




ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 8px 0 0;
	padding: 0;
	}
	
body #sidebar ul ul li {
	background:url(images/sidebar_lst.gif) 0 5px no-repeat;
	padding-left:9px;
}

/*#sidebar ul li.widget_recent_entries {
	padding:0 0 14px;
}

#sidebar ul li.widget_recent_entries h2 {
	margin:0;
}*/

#sidebar ul li p.rss {
	margin:0;
	padding:2px 0 0;
}

	#sidebar ul li p.rss a {
		background:url(images/rss.gif) 0 0 no-repeat;
		padding:0 0 0 18px;
		font-weight:bold;
	}
	
	#sidebar ul li.widget_search {
		padding:3px 0 15px 0;
	}
	
	#sidebar ul li form {
		background:url(images/input_bg_min.gif) 0 0 no-repeat;
		margin-right:-7px;
	}
	
	#sidebar ul li form label {
		display:none;
	}
	
	#sidebar ul li form input#s {
		background:none;
		height:17px;
		width:136px;
		padding-left:4px;
		margin-top:2px;
		font-size:10px;
		line-height:12px;
		border:none;
	}
	
	#sidebar ul li form input#searchsubmit {
		background:none;
		font-size:10px;
		font-weight:bold;
		border:0 none;
		cursor:pointer;
		position:relative;
		top:-2px;
		line-height:17px;
	}
	
	#sidebar ul li .shelton_cat_head {
		
		margin-bottom:5px;
	}
	
	#sidebar ul li .shelton_cat {
		background:transparent url(images/dotted_border.gif) repeat-x scroll left top;
		padding:16px 0 6px 0;
		
	}



/* Begin Form Elements */


select {
	width: 130px;
	}

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

#commentform b {
	color:#3c3c3c;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 445px;
	padding: 2px;
	border:solid 1px #b6b6b6;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 14px 0 5px 323px;
	border:0 none;
	background-color:#e9e9e9;
	width:128px;
	text-align:center;
	font-size:11px;
	color:#2e2a2b;
	font-weight:bold;
	cursor:pointer;
}
	
#respond {
	overflow:hidden;
	padding-left:6px;
}

#respond h3 {
	color:#2E2A2B;
	font-size:11px;
	margin: 10px 0 0;
}
/* End Form Elements */



/* Begin Comments*/
h3#comments {
	padding-left:18px;
	color:#2e2a2b;
	font-size:11px;
	margin:;
}

.alt {
	margin: 0;
	padding: 10px;
	}

#content_container .commentlist {
	padding: 15px 0 0 6px;
	text-align: justify;
	margin:0;
	background:transparent url(images/dotted_border.gif) repeat-x scroll left bottom;
	}

#content_container .commentlist li {
	margin: 0 0 0px;
	padding: 5px 0 10px;
	list-style: none;
}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#content_container .commentlist li .comment_head_container {
	border:solid 1px #e9e9e9;
	padding:1px;
}

.comment-author, .comment-meta {
	background-color:#e9e9e9;
	padding-left:12px;
	display:block;
}

.comment-body em {
	display:block;
	padding-left:12px;
}

.comment-author a, .comment-meta a {
	text-decoration:none;
}

.comment-author {
	padding-top:3px;
	font-size:11px;
	font-weight:bold;
	color:#2e2a2b;
}

	.comment-author a, .comment-author cite {
		color:#2e2a2b;
		font-weight:bold;
	}

.comment-meta {
	padding-bottom:2px;
	display: block;
}

.comment-body p {
	padding-left:14px;
}

/* 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;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	overflow:auto;
	}
/* End Various Tags & Classes*/



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

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



	#footer .bottom_logos {
		position:absolute;
		top:2px;
		right:0;
		width:490px;
	}
	
		#footer .bottom_logos div {
			float:right;
			text-align:right;
			margin-right:8px;
		}
		
			#footer .bottom_logos div a {
				opacity:0.4;
				filter: alpha(opacity = 40);
			}
			
				#footer .bottom_logos div a img {
					height:18px;
				}
				
				#footer .bottom_logos div.small a img {
					height:18px;
				}
			
			#footer .bottom_logos div a:hover {
				opacity:1;
				filter: alpha(opacity = 100);
			}


#made_in_america {
    padding-bottom: 8px;
    background:transparent url(images/dotted_border.gif) repeat-x scroll left bottom;
    margin-bottom:9px;
}

#made_in_america .hr {
	background:transparent url(images/dotted_border.gif) repeat-x scroll left top;
	padding-bottom:6px;
}

    #made_in_america em {
        font-weight:bold;
        color: #333333;
        font-style:normal;
    }
    
    #made_in_america a {
    	text-decoration:none;
    }
    
#page_title {
	margin-bottom:10px;
}