@charset "utf-8";

* {margin:0; padding:0; border:0}
a:link, a:visited, a:active {outline:none; color:#000000; text-decoration: none; font-weight:bold;}
a:hover {text-decoration:underline}
p {padding-bottom:15px;}
ul {margin-bottom:15px;margin-left:20px;}
.clear {clear:both; height:0}

h1 {font-size:1.2em; color:#F7A18F}
h2 {font-size:1.1em; color:#F7A18F;}
h3 {font-size:1 em; color:#F7A18F;}

hr.pink {margin-top:15px; margin-bottom:15px;height:1px; background-color:#F7A18F; color:#F7A18F;}

hr.blog {margin-top:15px; margin-bottom:15px;height:1px; background-color:#F7A18F; color:#F7A18F;}

h2.archives {height:37px; background-image:url(../images/archives.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h2.previous_posts {height:37px; background-image:url(../images/previous_posts.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h2.categories {height:37px; background-image:url(../images/categories.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h2.styleswitcher {height:37px; background-image:url(../images/styleswitcher.jpg); background-repeat:no-repeat; text-indent:-2000px;}

h1.contact {height:80px; background-image:url(../images/contact.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.thanks {height:80px; background-image:url(../images/thanks.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.distractions {height:80px; background-image:url(../images/distractions.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.about {height:80px; background-image:url(../images/about.jpg); background-repeat:no-repeat; text-indent:-2000px;}

h1.portfolio {height:80px; background-image:url(../images/portfolio.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.blog {height:80px; background-image:url(../images/blog.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.welcome {height:80px; background-image:url(../images/welcome.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.oops {height:80px; background-image:url(../images/oops.jpg); background-repeat:no-repeat; text-indent:-2000px;}
h1.kings {height:80px; background-image:url(../images/title_kings.jpg); background-repeat:no-repeat; text-indent:-2000px;}



a.post {color:#F7A18F}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(../images/back_body.jpg);
}
#wrapper {	
	width:980px;
	margin:0 auto;
	background-image:url(../images/back_main_top.png);
	background-repeat:no-repeat;
	background-position: center 20px;
	}

#header {
	padding-top:75px;
	}

#formerly {
	margin-left:300px;
	}

#menu {
	height:145px;
	padding-top:50px;
	padding-left:270px;
		}

#main {
	padding-left:140px;
	padding-right:140px;
	margin-top:-32px;
	}
	
#main_2 {
	padding-left:140px;
	padding-right:140px;
	}
.designs {
	padding-left:110px;
	padding-right:110px;
}
	
#latest_post {
	float:right;
	width:161px;
	min-height:275px;
	margin-left:40px;
	margin-top:45px;
	font-size:.85em;
	}
#latest_post a {font-size:1em}

#comments {
	font-size:.9em;}
#sidebar {
	float:right;
	width:165px;
	margin-left:40px;
	margin-top:45px;
	}
#sidebar li {
	list-style-type:none;
	list-style-position: outside;
	list-style-image: url(../images/bullet.jpg);
}
	
#sidebar a {font-weight:normal}
#footer {	
	width:980px;
	margin:0 auto;
	background-image:url(../images/back_main_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:60px;
	text-align:center;
	}
	

.text_field {
	background-color:#F7A18F;
	width:350px;
	border: 1px solid #000000;
	}
	
.table_header {background-color:#F7A18F; padding:3px;font-weight:bold;}

.table_body {
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size:.85em;
}

.table_body_narrow {
width:60px;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
		font-size:.85em;

	}