/*  
Theme Name: Specialties
Theme URI: 
Description: An orignal design by Tammy Hart Designs.
Version: 1.0
Author: Tammy Hart
Author URI: http://www.tammyhartdesigns.com
*/


/* Begin Main Structure */
body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:#be3200;
	color: #fff4e5; 
	margin:0; 
	padding:0;
	}
	
#top { 
	background:#4a1400 url(images/body.jpg) repeat-x; 
	text-align:center; 
	}

#page { 
	text-align:left; 
	background:#571700 url(images/page.jpg); 
	width:747px; 
	margin:0 auto;
	}

.clear { 
	clear: both; 
	}
/* End Main Structure */



/* Begin Header */
#header { 
	background:url(images/header.jpg) no-repeat; 
	height:200px; 
	}

.logo, .logo:hover { 
	position:relative; 
	top:50px; 
	left:30px; 
	background:#7caabe url(images/logo.jpg); 
	width:295px; 
	height:140px; 
	float:left; 
	display:block; 
	text-decoration:none; 
	}
/* End Header */



/* Begin Overall General Settings */
	/* Begin Links and Headers */	
	a, h2 a:hover, h3 a:hover { 
		color: #df3b00; 
		text-decoration: none; 
		}

	a:hover { 
		text-decoration: underline; 
		}
	
	h1, h2, h3 {
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-weight: bold; 
		}
		
	h2 { 
		font-size: 1.6em; 
		margin:0 0 10px; 
		}

	h3 { 
		margin: 0; 
		padding: 40px 0 20px; 
		color:#fff4e5; 
		}
		
	h3.comments { 
		padding: 0; 
		margin: 40px auto 20px; 
		}

	h2.pagetitle { 
		margin-top: 30px; 
		text-align: center; 
		}

	h2, h2 a { 
		color: #508ea8; 
		}

	h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none; 
		}	
	/* End Links and Headers */
	
	
	
	/* Begin Images */	
	a img {
		border: none;
		}
	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; 
		}
	/* End Images */	
	
small, .nocomments, blockquote, strike {
	color: #e9c39a; }
		
code { 
	font: 1.1em 'Courier New', Courier, Fixed; 
	}
	
acronym, abbr, span.caps { 
	font-size: 0.9em; 
	letter-spacing: .07em; 
	cursor: help; 
	}

acronym, abbr { 
	border-bottom: 1px dashed #999; 
	}
	
.alignright { float: right; }

.alignleft { float: left }

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; }

hr { display: none; }

.navigation { 
	display: block; 
	text-align: center; 
	height:16px; 
	margin-bottom: 60px; 
	}
/* End Overall General Settings */



/* Begin Content Areas */
#content { font-size: 1.2em }

.narrowcolumn, .widecolumn { 
	float: left; 
	padding:10px; 
	width: 522px; 
	}

small { 
	font-style:italic; 
	font-size:10px; 
	}

	/* Begin Post Area */
	.entry { 
		margin-left: 150px; 
		padding:3px; 
		}
		
	.search { 
		background:url(images/post.jpg) repeat-y; 
		width:126px; 
		float:left; 
		padding:5px 5px 5px 10px; 
		font:12px "Trebuchet MS", Tahoma, sans-serif; 
		margin-right:10px; 
		margin-bottom:25px; 
		}
		
	.post { 
		background:url(images/post.jpg) repeat-y; 
		margin-bottom:25px; 
		}
		
	.postmetadata { 
		width:126px; 
		float:left; 
		padding:5px 5px 5px 10px; 
		font:12px "Trebuchet MS", Tahoma, sans-serif; 
		margin-right:10px; 
		}
		
	.postmetadata ul, .postmetadata li { 
		display: inline; 
		list-style-type: none; 
		list-style-image: none; 
		}
	
	.post h2 { 
		background:url(images/postbullet.jpg) no-repeat left center; 
		padding-left:18px; 
		font:normal 18px "Trebuchet MS", Tahoma, sans-serif; 
		}

	.widecolumn .entry p { font-size: 1.05em; }
	
	.widecolumn .post { margin: 0; }
	
	.widecolumn .smallattachment { 
		text-align: center; 
		float: left; 
		width: 128px; 
		margin: 5px 5px 5px 0px; 
		}
		
	.widecolumn .attachment { 
		text-align: center; 
		margin: 5px 0px; 
		}

	.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
	
	.narrowcolumn .postmetadata { padding-top: 5px; }

	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 { content: "\00BB \0020"; }
	
	.entry ol { padding: 0 0 0 35px; margin: 0; }
	
	.entry ol li { margin: 0; padding: 0; }
	
	.entry form { text-align:center; }
	/* End Post Area */



	/* Begin Comment Area */
	.alt { 
		background-color: #682f1a; 
		margin:10px 0; 
		padding: 10px; 
		clear:both; 
		}
	
	#commentarea { 
		width:707px; 
		margin:0 auto; 
		border-bottom:1px solid #be3200; 
		}

	#commentform input { 
		width: 170px; 
		padding: 2px; 
		margin: 5px 5px 1px 0; 
		}
		
	#commentform p { 
		margin: 5px 0; 
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	#commentform textarea { 
		width: 100%; 
		padding: 2px; 
		}
		
	#commentform #submit { margin: 0; }

	.commentlist { 
		padding: 0; 
		text-align: justify; 
		}
		
	.commentlist li { 
		margin: 15px 0 3px; 
		padding: 5px 10px 3px; 
		list-style: none; 
		font-weight: bold; 
		background:#e24f1a; 
		}
		
	.commentlist p { 
		margin: 10px 5px 10px 0; 
		font-weight: normal; 
		line-height: 1.5em; 
		text-transform: none; 
		}
		
	.commentlist li, #commentform input, #commentform textarea {
		font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
		}
		
	.commentlist cite, .commentlist cite a { 
		font-weight: bold; 
		font-style: normal; 
		font-size: 1.1em; 
		}

	.nocomments { 
		text-align: center; 
		margin: 0; 
		padding: 0; 
		}

	.commentmetadata { 
		margin: 0; 
		display: block; 
		font-weight: normal; 
		}
		
	#comments { 
		background:url(images/comments.jpg); 
		width:112px; 
		height:44px; 
		float: left; 
		margin-top:10px; 
		}
	
	.commentnumber { 
		background:url(images/commentnumberbg.jpg) top; 
		font:18px/25px "Trebuchet MS", Tahoma, sans-serif; 
		color:#508ea8; 
		width:40px; 
		text-align:center; 
		float: left; 
		margin:20px; 
		}
		
	.commentnumber .right { 
		background:url(images/commentnumberright.jpg); 
		width:5px; 
		float: right; 
		height:25px; 
		}
		
	.commentnumber .left { 
		background:url(images/commentnumberleft.jpg); 
		width:5px; 
		float: left; 
		height:25px; 
		}
	
	.commentfield { 
		background:#fff9f1 url(images/search_bg.jpg) repeat-x; 
		border:1px solid #be3200; 
		}
	/* End Comment Area */
/* End Content Area */



/* Begin Search Form */
#searchform { 
	margin: 10px auto; 
	padding: 5px 3px; 
	text-align: center; 
	}
	
#header #searchform { 
	float:right; 
	margin:147px 97px 0 0; 
	padding:0; 
	}
	
#header #searchform #s { 
	width: 170px; 
	padding: 2px; 
	border:1px solid #508ea8; 
	background:#fff5e7 url(images/search_bg.jpg); 
	}
	
#header #searchsubmit { 
	padding:0; font:12px "Trebuchet MS", Tahoma, sans-serif; 
	color:#4a1400; 
	text-align:center; 
	background:url(images/search_button.jpg); 
	width:65px; 
	height:25px; 
	line-height:23px; 
	border:none; 
	}



/* Begin Sidebar */
#sidebar {
	padding:0 8px; 
	width: 176px; 
	float:right; 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	color:#571700;
	}

#sidebar form { margin: 0; }

#sidebar h2 { 
	font:normal 18px/40px "Lucida Sans", "Trebuchet MS", Tahoma, sans-serif; 
	background:#e2af79 url(images/sidebarheader.jpg) left top; 
	margin:0; 
	padding: 0 8px; 
	color:#4a1400;
	}

#sidebar ul, #sidebar ul ol { 
	margin: 0; 
	padding: 0;
	list-style:none;
	}
	
#sidebar ul li { 
	list-style-type: none; 
	list-style-image: none; 
	margin-bottom: 15px; 
	}
	
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
	
#sidebar ul ul li, #sidebar ul ol li { margin: 3px 0 0; padding: 0; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }
/* End Sidebar */



/* Begin Footer */
#footer { background:#be3200 url(images/footeracross.jpg) repeat-x; }

#footerbreak { 
	background:url(images/footerbreak.jpg); 
	height:9px; 
	margin:0 auto; 
	width:747px; 
	font-size:1px; 
	}
	
#footer2 { 
	width:747px; 
	background:#df3b00 url(images/footer.jpg); 
	margin:0 auto; 
	}
	
#footer p.copyright { 
	text-align:center; 
	padding:20px 0; 
	color:#571700; 
	margin:0; 
	}
	
#footer a { color:#1a5b77; }
/* End Footer */


/* 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; 
	font-size: 9pt; 
	}
	
#wp-calendar a { 
	display: block; 
	text-decoration: none; 
	}

#wp-calendar caption { 
	text-align: center; 
	width: 100%; 
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#wp-calendar td { 
	padding: 3px 0; 
	text-align: center; 
	}
	
#wp-calendar td.pad:hover { background-color: #fff; }

#wp-calendar th { 
	font-style: normal; 
	text-transform: capitalize; 
	}
/* End Calendar */



/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/