body {
	background: #fff url(images/img01.jpg) repeat-x;
	color: #333;
	font-family: Arial, "Helvetica", san-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	text-transform: lowercase;
	font-weight: normal;
	margin-left: 0px;
	color: #333;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
	margin-top: 0px;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #333;
}

/* Header */

#header {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/Logo%20copy.jpg) repeat-y;
}

/* Logo */

#logo {
	height: 72px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(images/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #1A1A1A;
}

/* Menu */

#menu {
	height: 40px;
	margin-top: 0px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 2px;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: 0px;
	font-size: 16px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	text-decoration: none;
}

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

#menu .active a {
	background: url(images/img03a.jpg) no-repeat;
	color: #333;
}

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 299px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;
}

#top-photo p {
	margin: 0;
	padding: 0 0 5px 0;
}

/* Content */

#content {
	width: 700px;
	margin: auto auto;
}

/* Content2 */

#content2 {
	width: 700px;
	margin: auto auto;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
}

#posts2 {
	float: none;
	width: 700px;
}

.post {
	margin-top: 5px;
	margin-bottom: 10px;
}

.post .title {
	color: #4C2832;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 20px;
}

.post .title2 {
	color: #4C2832;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-left: 0px;
}
.post .meta {
	padding: 0px 20px;
	background: url(images/img15.gif) no-repeat;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
	padding-left: 5px;
}

.post .story {
	padding: 0px 20px;
	line-height: 110%;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	margin-top: 5px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background:  #baaf91 0em 2.5em;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 5px;
}

.boxed h2 {
	padding-left: 20px;
	color: #333;
}

.boxed .content {
	padding: 0px;
	line-height: 110%;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 10px;
	border-bottom: 1px dotted #baaf91;
}

.boxed a {
	text-decoration: none;
	color: #4C2832;
	font-weight: bold;
}

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

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	background: #4C2832;
	clear: both;
	height: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 700px;

}

#footer p {
	font-size: 9px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #fff;
}
