/*  
Theme Name: Custom
Theme URI: http://www.quasars.com
Description: Made for ChompOnThat.com
Version: 1.0
Author: Quasars.com
Author URI: http://www.quasars.com/
*/


body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFF url('http://www.chomponthat.com/images/bones.jpg') repeat top left;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
	padding: 0px;
	margin: 0px;
}

.blockbg {
	background: #D9D785;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #3D3D3D;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

#container {
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 100px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFFFFF;
	border-left: 3px solid #6699ff;
	border-right: 3px solid #6699ff;
	padding-bottom: 20px;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: #FFFFFF url(images/img05.jpg) no-repeat left top;
	margin: 0 auto;
	border-left: 3px solid #6699ff;
	border-right: 3px solid #6699ff;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
	background: url(images/logo.jpg) no-repeat top left;
	padding-left: 120px;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 3.2em;
	color: #FE7A39;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
}

#search {
	padding-top:15px;
	padding-right:20px;
	float: right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right:10px;
	padding-top: 5px;
	font-weight: bold;
	color: #689CFF;
}

#menu a:hover {
	background: url(images/paw_print.jpg) no-repeat bottom center;
}

#menu .current_page_item a {
	background: url(images/paw_print.jpg) no-repeat bottom center;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	background: #FFFFFF;
	border-left: 3px solid #6699ff;
	border-right: 3px solid #6699ff;
}

#content {
	padding: 0px 20px;
}

#latest-post {
	float: left;
	width: 570px;
	line-height: 25px;
	font-size: 12px;
}

/*
RECENT POST = SIDEBAR
****************************/

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 100%;
	font-size: 12px;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
}

#recent-posts li ul {
	padding-bottom: 30px;
}

#recent-posts li li {
	line-height: 25px;
	border-bottom: 1px dashed #D2D4C9;
}

#recent-posts h2 {
	padding: 0 0 10px 0;
	margin: 0px;
	color: #000000;
}

#recent-posts p {
	padding-bottom: 20px;
	text-align: justify;
}

#recent-posts a {
	color: #FE7A39;
	border: none;
}

#recent-posts a:hover {
	text-decoration: underline;
	color: #689CFF;
}
.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px dashed;
	line-height: 150%;

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #000000;
	color: #CCCCCC;
	padding: 0 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #000000;
}

#sidebar a {
	text-decoration: none;
	color: #000000;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	font-size: 11px;
	color: #CCCCCC;
	background: #FFFFFF;
	border-left: 3px solid #6699ff;
	border-right: 3px solid #6699ff;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #000000;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.alignright {
	float: right;
	padding-right: 15px;
}

.alignleft {
	float: left;
	padding-left: 15px;
}

.navigation {
	padding-top: 20px;
}
