/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body   { color: #7a2b39; font-size: small; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; background: #efa389 }

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #7A2B39;
}

a:hover {
	text-decoration: none;
}
/* Backgrounds */

.bg1 { 
	background: url(images/img1.gif) no-repeat;
	height: 150px;
 }
.bg2 { background: url(images/img2.gif) repeat-y center top; }
.bg3 { background: url(images/img3.gif) no-repeat center top; }

/* Header */

#header {
	width: 500px;
	height: 60px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 30px;
	letter-spacing: -1px;
}

#header h2    { font-size: 15px; margin: 0; padding-top: 50px; float: right }

#header a {
	text-decoration: none;
	color: #823C49;
}

/* Menu */

#menu {
	width: 600px;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 70px 0px 0px 150px;
	list-style: none;
	font-size: 17px;
	text-transform: lowercase;
}

#menu li {
	display: inline;
}

#menu a       { color: #efa389; text-decoration: none; text-align: center; display: block; padding: 10px; float: left }

#menu a:hover {
	color: #D46573;
}

#wrapper {
	width: 700px;
	height: 150px;
	margin: 0px auto;
	background: url(images/img1.gif) no-repeat;
}

/* Post */

.latest-post {
	padding: 0px 2em 1em 3em;
}

.latest-post h2   { color: #f7b0bc; font-size: 1.8em }

.post    { padding: 2em 2em 1em 3em; border-top: 1px solid #823d47 }

.post h3    { color: #f7b0bc; font-size: 1.4em; margin-bottom: 0.5em }

.file *      { color: #e3a1ad; font-size: 0.9em; font-weight: bold }

/* Content */

#content {
	width: 440px;
	margin: 0px auto;
	padding: 20px 0px 0px 20px;
}

/* Footer */

#footer {
	width: 700px;
	background: url(images/img3.gif) no-repeat;
	height: 71px;
	margin: 0px auto;
	padding: 3px 0px;
}

#footer p   { font-size: 10px; text-align: center; margin: 0; padding-top: 40px }

#footer a {
	color: #990000;
}
