/*

*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

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 {
}

.blockbg {
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 12px;
	background-color: #F36626;
	color: #FFF;
	text-align: left;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F77129;

}

blockquote {
	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: #654682;
	background-repeat: no-repeat;
	background-position: left top;
}

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

/* Header */

#header {
	width: 900px;
	height: 120px;
	letter-spacing: -1px;
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(images/xpattycake.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 130px;
}
#pic {
}


#headerbg {
	clear: both;
	width: 900px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -72px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0;
	font-family: Tahoma, Geneva, sans-serif;
	color: #523273;
	text-align: right;
}

#headerbg img {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #99C63F;
	border-right-color: #513273;
	border-bottom-color: #654682;
	border-left-color: #513273;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left 50%;
}

#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;
	margin-top: -106px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 30px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: thin;
	font-size: 13px;
	color: #4E4E4E;
}

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

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

/* Page */

#page {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #f8f3fd;
}

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

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

#recent-posts .entry {
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}
.img {
	text-align: center;
}

.post .title {
	margin: 0;
}

.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 {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	padding-right: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E0DC9F;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	color: #2B4522;
	padding: 10px 0 0 0;
	background-color: #F06E27;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-left-color: #9FCC41;
	border-bottom-color: #97C53F;
}

#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: #28421F;
}

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

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

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

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

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}
#footer #links a {
	text-align: right;
}
.headings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #654682;
	font-style: italic;
	padding-top: 30px;
	padding-left: 20px;
	text-align: left;
}
.smallhead {
	font-weight: bold;
	color: #654682;
}
.smallheadfoot {
	font-weight: bold;
	color: #654682;
	font-size: 11px;
}
.quotefoot {
	font-weight: bold;
	color: #654682;
	font-size: 11px;
	text-align: center;
}

a:link {
	color: #654682;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #654682;
	text-decoration: none;
}
a:hover {
	color: #FB8546;
	text-decoration: none;
	}
a:active {
	color: #654682;
	text-decoration: none;
	}.sidequote {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 28px;
	color: #655288;
	font-family: "MS Serif", "New York", serif;
}
#about {
	line-height: 25px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 60px;
	padding-bottom: 0px;
	padding-left: 40px;
}
#page #content #latest-post .entry ul li {
	color: #A7CD64;
}
.greenfont {
	color: #404040;
}
.quote {
	font-style: italic;
}
