
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img3-00.jpg) repeat-x;
	font: normal small Georgia, "Times New Roman", Times, serif;
	color: #999999;
	background-color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: lowercase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #333333;
}

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

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 80px;
}

#logo h1 {
	float: left;
	padding: 20px 40px 0 0;
	letter-spacing: -2px;
	font-size: 48px;
}

#logo h2 {
	padding: 11px 0 0 0;
	font-size: 22px;
	text-align: right;
	text-transform: none;	
	color: #000000;	
}

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


/* Menu */

#menu {
	height: 70px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 45px;
	padding-top: 25px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 20px;
	color2: #80A040;
	color: #7D8448;
}

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

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

/* Gallery */

#gallery {
	clear: both;
	width: 900px;
	height: 750px;
	margin: 0 auto;
}

#gallery img {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#title {
	text-decoration: underline;
	font-weight: bold;
}

#cattitle {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
	color: #7D8448;
}

#mainpage {
	width: 900px;
	height: 500px;
	margin: 0 auto;
}

#top-photo {
	width: 600px;
	height: 500px;
	margin: 0 auto;
	float: left;
}

#top-photo h2 {
	padding-top: 20px;
	height: 1.4em;
	font-size: 1em;
	text-align: center;	
}

#top-photo p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}

#top-desc {
	width: 300px;
	height: 500px;
	margin: 0 auto;
	float: left;
}

#top-desc h2 {
	padding-top: 20px;
	height: 1.4em;
	font-size: 2em;
}

#top-desc p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

#prev {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img11.gif) no-repeat;
}

#next {
	display: block;
	float: left;
	width: 30px;
	height: 100px;
	background: url(images/img13.gif) no-repeat right top;
}

#prev span, #next span {
	display: none;
}

#thumbs {
	display: block;
	float: left;
	width: 740px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

#thumbs img {
	padding: 8px 0 0 10px;
}


/* News items */
#news {
	clear: both;
	width: 675px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* Individual Image Display */
.singleimage {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}

.singleimage .imagetitle p {
	font-size: 16px;
	font-weight: bold;
	text-decoration: italic;
}

.singleimage .imagesize {
	font-size: 14px;
}

.singleimage .imagemedium {
	font-size: 14px;
}



/* Content */

#content {
	width: 900px;
	margin: 0 auto;
}

/* Content */

#aboutme {
	width: 900px;
	margin: 0 auto;
	padding-top: 25px;
}

#aboutme img {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

#centerabout {
	width: 600px;
	margin: 0 auto;
}

#centerabout title {
	text-decoration: underline;
	font-weight: bold;
}


#leftabout {
	width: 150px;
	margin: 0 auto;
	float: left;
	background: url(images/leaf.jpg) no-repeat center left;
}

#rightabout {
	width: 150px;
	margin: 0 auto;
	float: right;
}

/* Posts */

#posts {
	float: right;
	width: 430px;
	padding-top: 20px;
	padding-bottom: 80px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 20px;
	color: #FF8400;
}

.post .meta {
	padding: 5px 20px;
/*	background: url(images/img15.gif) no-repeat; */
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 180%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 430px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
/*	background: url(images/img14.gif) no-repeat 0em 2.5em; */
}

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

.boxed .content {
	padding: 10px;
}

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

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

.boxed a {
	text-decoration: none;
	color: #0078FF;
}

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

/* Tag Cloud */

#tagcloud {
}

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

/* Gallery */

#links {
	clear: both;
	width: 900px;
	height: 620px;
	margin: 0 auto;
}

#links a {
	color: #7D8448;
	text-decoration: none;
}

#links a:hover {
	color: #C2C5C3;
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	padding: 5px;
	background: #7D854A url(images/img2-16.jpg) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

