/*
Design by MoonArtz
http://www.moonartz.com
*/

body {
	margin: 0;
	padding: 0;
	background: #e7f5ff url(images/bg.jpg) repeat-x center top;
	font-size: 14px;
	text-align: justify;
	color: #1f1c17;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #559106;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
}

a:link {
	color: #3291DD;
}

a:hover, a:active {
	text-decoration: none;
	color: #3291DD;
}

a:visited {
	color: #3291DD;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

#wrapper {
	margin: 0;
	padding: 0;
	height: 399px;
	background: transparent url(images/header.jpg) no-repeat center top;
}

/* Header */

#header {
	width: 910px;
	margin: 0 auto;
	height: 399px;
	position: relative;
}

/* Menu */

#menu {
	float: left;
	width: 910px;
	height: 50px;
	background: transparent;
	position: relative;
}
#menu_position {
  position: absolute;
  left: 260px;
  width: 635px;
  }

#menu ul {
	margin: 0 auto;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
  line-height: 34px;
	margin-right: 3px;
	padding: 0px 30px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #fff;
}

#menu a:hover { 
	background: #7f0000;
	
}

#menu .current_page_item a {
	text-decoration: underline;
}

/** LOGO */
h1#logo {
  position: absolute;
  top: 20px;
  left: 0px;
  
}
h1#logo a {
  display: block;
  width: 250px;
  height: 58px;
  background: url(images/logo.gif) no-repeat;
}
h1#logo a span {
  display: none;
}

div#slogan {
  position: absolute;
  top: 256px;
  left: 146px;
  width: 360px;
  height: 100px;
  background: url(images/slogan.gif) no-repeat;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	background: #ffffff url(images/content.png) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 600px;
	margin-top: 15px;
}

/* Post */

.post {
	padding: 0px;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post h1 {
	padding: 5px;
	margin-left: 10px;
	border-bottom: 1px solid #005a98;
	font-size: 24px;
	font-weight: bold;
	color: #005a98;
}

.post h2 {
	height: 40px;
	padding: 20px 0 0 15px;
	font-size: 20px;
	color: #005A98;
}

.post .entry {
	padding: 0 0 0 10px;
	font-size: 14px;
	line-height: 26px;
  }

.post .meta {
	padding: 15px 15px 10px 15px;
	font-size: 13px;
}

.post .meta p {
	margin: 0;
	padding-top: 0px;
	color: #1f1c17;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
}

.post .meta .comments {
	padding-left: 22px;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	margin: 0;
	padding: 30px 0px 0px;
	margin-top: 15px;
	margin-right: 10px;
	background: url(images/sidebar.png) no-repeat;
}



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

#sidebar li {
	
}

#sidebar li ul {
}

#sidebar li li {
	font-size:14px;
	margin: 0px 10px;
  border-bottom: 1px solid #7f0000;
	
}
#sidebar a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding-left: 15px;
}
#sidebar a:hover {
  color: #fff;
  background: #7f0000;
}

#sidebar h2 {
	height: 60px;
	font-size: 18px;
	color: #DADADA;
}




#sidebarB {
  height: 300px;
  background: url(images/sidebar.png) left bottom no-repeat;
}
#sidebarB a {
  display: inline;
	padding: 0px 3px;
}

#sidebarB a:hover { 
	background: none;
	
}


/* Search */

#search {

}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 140px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

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

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 920px;
	height: 190px;
	margin: 0 auto;
	background: url(images/footer.png) no-repeat center top;
}

#footer {
	margin: 0 auto;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 10px;
}

#legal {
	position: absolute;
	width: 100%;
  top: 150px;
	text-align: center;
	color: #000000;
}

#legal a {
	color: #000000;
	font-weight: bold;
}
#legal a:hover {
  color: #fbf904;
}

/* Gallery */
.albums {
  background: url(images/background_content_retro.png) repeat-x center -100px;
}
.albums:hover {
  background: url(images/background_content_retro.png) repeat-x center -20px;
}
.album {
  float: left;
  height: 140px;
  wid
