/*
Theme Name: FlameUp
Theme URI: http://www.tammyhartdesigns.com/free-wordpress-theme-imageless
Description: Customized from the Imagless Theme by Tammy Hart.
Author: Tammy Hart
Author URI: http://www.tammyhartdesigns.com/
*/


* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a, h1 a:hover, h2 a:hover, h3 a:hover, #sitename:hover {
	text-decoration:none;
	color:#00618E;
	font-weight:bold;
	}
	
a:hover {
	color:#000033;
	}
	
h1 a, h2 a, h3 a {
	color:#000;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:1.1em;
	letter-spacing:-.05em;
	margin:0 0 .25em;
	}
	
h1 {
	font-size:2em;
	color:#000;
	}
	
h2 {
	font-size:1.8em;
	color:#666;
	}
	
h3 {
	font-size:1.5em;
	}
	
.pagetitle {
	border-bottom:1px solid #ddd;
	}
	
small {
	font-size:.9em;
	color:#777;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
/* Everying with a 3 pixel border radius */
pre, blockquote, .wp-caption, .attachment img, #header, #s, #searchsubmit,
#sidebar, #sidebar h4, #content, .postmetadata, #submit, .commentlist li, .commentmetadata, #footer {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */



/* Begin Structure */
body {
	background:#999 url(images/bg.jpg) repeat-x 0 0;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#444;
	text-align:center;
	}
	
#page {
	margin:39px auto;
	text-align:center;
	width:662px;
	text-align:left;
	}


/* Begin Header */	
#header {
	background:#262626;
	padding:0 20px;
	height:121px;
	position:relative;
	margin-bottom:20px;
	}
	
	#sitename {
		font:bold 4em "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
		letter-spacing:-.05em;
		border:none;
		position:absolute;
		top:-39px;
		left:20px;
		}
/* End Header */


/* Begin Page List 	
#nav {
	font-size:1.6em;
	font-weight:bold;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	float:right;
	padding-top:20px;
	}
	
	#nav li {
		display:inline;
		list-style:none;
		padding-left:15px;
		}
		
		#nav li a {
			border:none;
			color:#C8C8C8;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			color:#fff;
			}
 End Page List */

		
/* Begin Content */	
#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:10px;
	width:440px;
	background:#fff;
	}
	
	.post {
		margin-bottom:40px;
		}
		
		.entry {
			text-align:justify;
			}
			
	.postmetadata {
		font-size:.9em;
		background:#eee;
		padding:2px 5px;
		}
		
	.navigation {
		height:1.5em;
		font-size:.9em;
		margin:0 0 1.5em;
		}

/* Begin Comments */		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	background:#fafafa;
	}
	
.commentlist li.alt {
	background:#eee;
	}
	
	.commentmetadata {
		font-size:.9em;
		background:#c2c2c2;
		padding:5px 5px 5px 6px;
		line-height:15px;
		}
		
	.avatar {
		border:2px solid #c2c2c2;
		float:left;
		margin:-13px 10px 0 0;
		display:block;
		padding:2px;
		background:#fff;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
#commentform input, #commentform textarea {
	width:147px;
	border:1px solid #ccc;
	background:#fff;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:390px;
	}
	
#commentform input:hover, #commentform textarea:hover, #commentform input:focus, #commentform textarea:focus {
	background:#fafafa;
	}
			
#commentform #submit {
	width:147px;
	border:1px solid #ccc;
	background:#e0e0e0;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.1em;
	width:190px;
		background:#bbe55f;
	}
	
	#sidebar ul {
		padding:10px;
		}
		
		#sidebar ul ul {
			padding:0 0 0 10px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			}
			
		#sidebar li li {
			}
			
	#sidebar h4 {
		padding:5px;
		font-size:1.2em;
		background:#d7f06e;
		}
		
	#sidebar #searchform {
		padding:.5em;
		}
		
		#sidebar #s {
			font-size:11px;
			font-size:14px;
			color:#6c6c6c;
			padding:3px;
			border:none;
			background:#fff;
			width:100px;
			float:left;
			margin-right:3px;
			font:bold 11px Arial, Helvetica, sans-serif;
			}
			
		#searchsubmit {
			width:50px;
			border:none;
			background:#00618E;
			color:#fff;
			padding:2px;
			cursor:pointer;
			font:bold 11px Arial, Helvetica, sans-serif;
			margin:0;
			}
/* End Sidebar */


/* Begin Footer */
#footer {
	background:#c3c3c3;
	padding:0 20px;
	margin-top:20px;
	color:#000;
	line-height:30px;
	text-align:center;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	text-decoration: none;
	display: block;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}
/* 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
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/