body {
	margin: 0;
	padding: 0;
	background:  url(images/img01.jpg) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

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: 0066cc;
}

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

/* Header */

#header {
	width: 700px;
	height: 150px;
	margin: 0 auto;
	color: #431F13;

}

/* Logo */

#logo {
	height: 110px;

}

#logo h1 {
	float: right;
	padding: 40px 200px 0 0;
	background: url(images/beryy_mix.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 24px;
	margin: 0px;
	color: #FFFFFF;



}

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

#logo a {
	text-decoration: none;
	color: #431F13;
}

/* Menu */

#menu {
	height: 30px;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 30px;
	padding-top: 10px;
	text-transform: capitalize;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 18px;
	color: #563B26;
}

#menu a:hover {
	color: #0066CC;
}

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

/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 400px;
	margin: 0 auto;
}

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

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

#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: 640px;
	height: 100px;
	background: url(images/img12.gif) no-repeat;
}

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

/* Content */

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

/* Posts */

#posts {
	float: right;
	width: 470px;
}
#about {
	float: right;
	width: 590px;
}
.post {
	margin-bottom: 10px;
}

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

.post .meta {
	padding: 20px 20px 10px 0px;
	font-size: 12px;
}

.post .meta p {
	margin-top: 20;

}

.post .h3 {
	margin: 0;
	text-transform: none;
	color: #0066cc;
	font-size: 14px;
	font-weight: normal;


}

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

.post .about {
	padding: 0px 20px 10px 1px;
	line-height: 140%;
	margin-right: 50px;
}
/* Sidebar */

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

/* Boxed1 */

.boxed {
	margin-bottom: 2px;
	background: url(images/bluebg1.gif) repeat 0em 20px;
}

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

.boxed .content {
	padding: 20px;
	top: 10px;

}

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

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

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

.boxed a:hover {
	text-decoration: underline;
	color: #563B26;
}

.boxed .active a {
	text-decoration: none;
	color: #563b26;
	
}
/* Footer */

#footer {
	clear: both;
	padding: 40px;
	background: #563B26 url(images/img16.jpg) repeat-x;
}

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

#footer a {
	color: #FFFFFF;
}
