/*
		Design by Bryan Woolbright
		http://www.simplymelsblog.com
		
		Colors used
		#6B5344 - Brown
		#A79C8E - Light Brown (cappucino)
		#EB9F9F - Pink
		#F1BBBA - Light Pink
		#F8ECC9 - Cream
*/


/*--------Reset by Eric Meyer---------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul {
	margin: 0 0 10px 30px;
	padding: 0;
	list-style: disc;
}

/*------End of Reset--------*/


/*-----Structure-----------*/

body, html {
	margin: 0;
	padding: 0;
	color: #000;
	background: #F2E6CD url(images/header_bg.jpg) no-repeat top center;	
	font: .95em "Lucida Grande", "Lucida Sans", sans-serif;
	letter-spacing: inherit;
	color: #6B5344;
	display: table;
	width: 100%;
}

#wrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 250px;
	padding: 5px 10px;
}

#nav {
	height: 50px;
	padding: 30px 10px;
}

#content-repeat {
	width: 960px;
	overflow: visible;
	background: url(images/content-repeat.gif) top repeat-y;
}

#main {
	float: left;
	width: 570px;
	margin: 20px 0 0 20px;
	padding: 10px 20px 10px 10px;
	min-height: 600px;
	display: inline;
}

#sidebar {
	float: right;
	width: 290px;
	margin: 20px 20px 20px 0;
	padding: 10px 10px 10px 0;
	display: inline;
	font-size: .85em;
	line-height: 1.5em;
}

#footer {
	background: url(images/footer.jpg) top center no-repeat;
	clear: both;
	padding: 10px 0 30px 0;
	font-size: .8em;
	text-align: center;
}

/*-------Generic-------*/

p a {
	font-style: italic;
	color: #EB9F9F;
	text-decoration: none;
}

p a:hover {
	font-style: italic;
	color: #F1BBBA;
	text-decoration: none;
}

h1 {
	margin: 0;
}

h2 {
	margin: 0	;
	padding: 0;
	width: 600px;
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #CD6130;
}

h2 a {
	margin: 0;
	font-style: italic;
	text-decoration: none;
	color: #CD6130;
}

h2 a:link {
	color: #CD6130;
	text-decoration: none;
}

h2 a:hover {
	color: #6B5344;
}

h2 a:visited {
	color: #CD6130;
}

.post_header {
	margin: 0 0 -10px 0;
	padding: 0;
	font: 2em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #CD6130;
}

.post_header a {
	margin: 0;
	font-style: italic;
	text-decoration: none;
	color: #CD6130;
}

.post_header a:link {
	color: #CD6130;
	text-decoration: none;
}

.post_header a:hover {
	color: #6B5344;
}

h3 {
	margin: 10px 0 -10px 0;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CD6130;
}

h3 a {
	color: #CD6130;
	text-decoration: none;
}

h3 a:hover {
	color: #6B5344;
}

.comments_header {
	margin: 10px 0 10px 0;
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CD6130;
}


.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.button_code {
	margin: 0 0 0 9px;
	font: 1em Georgia, "Times New Roman", Times, serif;
	color: #6B5344;
	border: thin solid #F1BBBA;
}

.rss_icon {
	margin: -10px 0 0 0;
	vertical-align: middle;
}

.small-italic {
	padding: 10px 10px 5px 10px;
	font: .9em Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}

.old_blog a {
	color: #EB9F9F;
	text-decoration: underline;
}

.old_blog a:hover {
	color: #F1BBBA;
	text-decoration: none;
}

.next_previous_posts {
	margin: 0 0 10px 0;
	font: .9em Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	list-style-type: none;
}

.next_previous_posts li {
	margin: 0 10px 0 0;
	display: inline;
}

img {
	border: none;
}

.space-none {
	margin: 0;
	padding: 0;
}

.no_bullets {
	list-style-type: none;
}

.wp-caption-text {
	margin: 0;
	font: .85em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
}

.gallery-caption {
	margin: 0;
	font: .85em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #999999;
}

.blog_button {
	width: 262px;
	margin: 10px 0 10px 0;
	text-align: center;
	border: thin solid #6b5344;
}

.blog_footer {
	font: .9em Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}

.comment_border {
	padding: 5px;
	border-top: thin dotted #A79C8E;
}

.comment_name {
	font-weight: bold;
	color: #EB9F9F;
}

.comment_name a {
	color: #EB9F9F;
	text-decoration: none;
}

.comment_name a:hover {
	text-decoration: underline;
}	

.comment_date {
	margin: -37px 0 0 0;
	float: right;
	font: .9em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #CD6130;		
}

/*-------Styling-------*/

#header h1 {
	width: 248px;
	height: 127px;
	position: relative;
	margin: 50px 0 0 20px;
	text-indent: -9999px;
	background: url(images/sm_logo.png) no-repeat;
}

#header p {
	width: 388px;
	height: 113px;
	position: relative;
	margin: -100px 0 0 310px;
	text-indent: -9999px;
	background: url(images/header-description.png) no-repeat;
}

/*------Main Navigation Sprite-------*/

#nav ul {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style: none;
	font: 1.4em Georgia, "Times New Roman", Times, serif;
}

#nav li {
	display: inline;
}

#nav li a {
	margin-right: 30px;
	display: block;
	float: left;
	height: 28px;
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #6B5344;
}


/*-----End of Main Navigation------*/

#main p {
	margin: 5px 0 20px 0;
	line-height: 1.4em;
}

.first {
	margin-top: 0;
}

.date {
	margin: 0;
	font: .85em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #EB9F9F;
}

.sidebar-header {
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	width: 260px !important;
	font: 1.1em "Lucida Sans", "Lucida Grande", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	list-style-type: none;
	color: #EB9F9F;
	text-align: left;
	border-bottom: thin dotted #A79C8E;
	border-top: thin dotted #A79C8E;
}

.sidebar-header h2 {
	margin: 0 10px 0 0;
	padding: 5px 0 5px 0;
	font: 1.1em "Lucida Sans", "Lucida Grande", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	list-style-type: none;
	color: #EB9F9F;
	text-align: left;
	border-bottom: thin dotted #A79C8E;
	border-top: thin dotted #A79C8E;
}

.indented {
	margin: 0 0 0 20px;
} 

.button {
	width: 69px;
	height: 28px;
	background: url(images/search_button.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
}

.submit_button {
	width: 150px;
	height: 28px;
	margin-top: 10px;
	background: url(images/submit_button.gif) no-repeat;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	border: none;
}

form submit {
	text-indent: -9999px;
}

#sidebar p {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
}

#sidebar ul {
	list-style: none;
	margin: 10px 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
}

#sidebar li {
	margin-bottom: 3px;
}

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

#sidebar ul a:hover {
	color: #A79C8E;
}

#facebook {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
	text-indent: -9999px;
	background: url(images/facebook.png) no-repeat;
}

#twitter {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
	text-indent: -9999px;
	background: url(images/twitter.png) no-repeat;
}
#email {
	width: 16px;
	height: 16px;
	margin-right: 10px;
	float: left;
	text-indent: -9999px;
	background: url(images/email.png) no-repeat;
}

#social li {
	margin-bottom: 5px;	
}

#footer p {
	margin: 0;
}

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

#footer li {
	display: inline;
	margin: 0 5px 0 0;
}

#footer a {
	color: #6B5344;
	text-decoration: none;
}

#footer a:hover {
	color: #EB9F9F;
}

* html #footer {
	height: 1px;
}

/*------Search Form-----*/

#searchform {
	margin-bottom: 10px;
	display: inline;
}

#searchform p {
	margin: 0;
	padding: 0;
}

#searchform input{
	float: left;
}

#s {
	width: 190px;
	height: 16px;
	border: thin solid #6B5344;
	margin: 0 10px 10px 0;
	padding: 5px 2px 4px 5px;
}


/*------Links----------*/

#sidebar a:link {
	color: #6B5344;
}

#sidebar a:active {
	color: #6B5344;	
}

#sidebar a:visited {
	color: #6B5344;
}

/*-----Comment Form Styles--------*/

.name_field {
	width: 200px;
	padding: 5px;
	border: thin solid #6B5344;
}

.email_field {
	width: 200px;
	padding: 5px;
	border: thin solid #6B5344;
}

.website_field {
	width: 200px;
	padding: 5px;
	border: thin solid #6B5344;
}

.comment_field {
	padding: 5px;
	border: thin solid #6B5344;
}

.form_title {
	color: #CD6130;
	margin-bottom: 5px;
	display: block;
}

form ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}
form li{
	display:block;
	margin:0;
	padding:6px 5px 9px 0;
	clear:both;
}

/*-------Twitter styles-------*/

.twitter_section {
	margin: -25px 0 20px 0;
}

.tweets_header {
	width: 123px;
	height: 40px;
	margin: 0 0 0 70px;
	background: url(images/tweets_header.png) no-repeat;
	text-indent: -9999px;
}

.twitter-message {
	width: 260px;
	margin: 0;
	padding: 10px;
	color: #6B5344;
	background-color: #F8ECC9;
}

.twitter-timestamp {
	font-size: .85em;
	font-style: italic;
	color: #EB9F9F;
}

.twitter-message a {
	color: #CD6130;
}

/*------end of Twitter styles----*/

.widgets {
	float: right;
	padding: 10px 15px 10px 0;
	list-style-type: none;
	display: inline;
}

.widgets_header {
	width: 260px !important;
	margin: 10px 10px 0 0;
	padding: 5px 0 5px 0;
	font: 1.1em "Lucida Sans", "Lucida Grande", sans-serif;
	text-transform: uppercase;
	color: #EB9F9F;
	border-bottom: thin dotted #A79C8E;
	border-top: thin dotted #A79C8E;
}

.widgets li {
	list-style-type: none;
}

#wp-calendar {
	margin: 10px 0 0 0;
}

#wp-calendar caption {
	margin-top: 10px;
	font-weight: bold;
}

#wp-calendar tbody {
	font: 1em "Lucida Grande", "Lucida Sans", sans-serif;
	font-style: italic;
`}

#wp-calendar td {
	padding: 2px;
}

#wp-calendar thead {
	border: none;
}

.tag-link-5 {
	margin: 10px 0 10px 0;
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	font-size: 1em !important;
}

.tag-link-5 a:link {
	text-decoration: none;
}

.textwidget {
	margin: 10px 0 10px 0;	
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
}

.textwidget a {
	font-family: "Lucida Grande", "Lucida Sans", sans-serif;
	text-decoration: none;
	font-style: normal;
	color: #6B5344;
}

.textwidget a:hover {
	color: #A79C8E !important;
	font-style: normal !important;
}

#cat {
	margin: 10px 0 10px 0;	
}

#akismetwrap {
	margin: 10px 0 10px 0;
}

.widget_sphoto_body {
	margin-top: 10px;	
}



















