/*
	Main stylesheet
	Angelina van der Vliet - Stiehl
*/

body {
	margin: 0 auto;
	padding: 0;
	background: #67A4D1;
	font-family: "Verdana", Arial, Trebuchet MS, sans-serif;
  color: #000000;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	text-decoration: none;
	
}
h1 {
	color: #000000;
		float: center;		
		text-align: center;
		text-transform: none;
}

h2 {
	font-size: 1.2em;
	color: #000000;
	float: center;
	text-align: center;
}

h3 {
	font-size: 0.6 em;
	text-transform: none;
	color: #000000;
	float: center;
	text-align: center;
	padding: 20px 0 0 0;
}
h4 {
	font-size: 1.2em;
	text-transform: none;
	color: #000000;
	float: left;
	text-align: left;
}
h5 {
	font-size: 1.0em;
	text-transform: none;
	color: #000000;
	float: left;
	text-align: left;
}

img {
	border: none;
}

a {
	color: #000000;

}

a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	

}
a:visited {
	text-decoration: none;

}

/* Header */

#header {
	width: 1120px;
	height: 150px;
	margin: 0 auto;
	}

/* Logo */

#logo {
	height: 150px;

}

#logo h1 {
float: center;
	padding: 20px 0 0 0;
	letter-spacing: 2px;
	font-size: 50px;	
}

#logo h2 {
	float: right;
	padding: 61px 0 0 0;
	font-size: 25px;
	
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	height: 130px;
	background: #E2D6C1
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {

	display: block;
	float: left;
	width: 152px;
	height: 120px;
	padding-top: 25px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	border-bottom:4px outset #000000;
	border-top:1px outset #000000;
	border-left:1px outset #000000;
	border-right:4px outset #000000;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .active a {
	background: url(images/img03B.jpg) no-repeat;
	color: #FFFFFF;
}

#menu2 {
	height: 55px;
	background: #476690
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {

	display: block;
	float: left;
	width: 150px;
	height: 40px;
	padding-top: 10px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.2px;
	font-size: 15px;
	color: #E6D9AC;
	border-bottom:4px outset #26201A;
	border-top:4px outset #8D9CB0;
	border-left:4px outset #8D9CB0;
	border-right:4px outset #26201A;
}

#menu2 a:hover {
	color: #F0F4F7;
}

#menu2 .active a {
	background: url(images/img03B.jpg) no-repeat;
	color: #F0F4F7;
}
/* Gallery */

#gallery {
	clear: both;
	width: 700px;
	height: 480px;
	margin: 0 auto;
}

#top-photo h2 {
	height: 1.4em;
	font-size: 1em;

}

#top-photo p {
	margin: 0;
	padding: 0 0 20px 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 {
	
	float: center;
	padding: 15px 10px 15px 10px;
	border-bottom:4px groove #000000;
	border-top:1px groove #000000;
	border-left:1px groove #000000;
	border-right:4px groove #000000;
	margin: 0 auto;
	width:1120px;
	text-align: left;
	color: #0000000;
	font-size: 1.4em;
	background: #E2D6C1;
}

/* Posts */

#posts {
	float:center;
	width: 700px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: auto;
	color: #FF8400;
}

.post .meta {
	padding: 10px 20px;
	font-size: smaller;
}

.post .meta p {
	margin: 0;
}

.post .story {
	padding: 10px 20px;
	line-height: 170%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
}

.boxed h2 {
	padding-left: 14px;
	color: #FF8400;
}

.boxed .content {
	padding: 10px;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 4px;
	border-bottom: 3px groove #2243A2;
	border-right: 2px groove #2243A2;
	border-top: 2px groove #2243A2;
	border-left: 2px groove #2243A2;
	background-color: #EDA960;
	margin-bottom: 0.1em;
}

.boxed a {
	text-decoration: none;
	color: #2243A2;
}
.boxed li a
{
 display: block;
}


.boxed a:hover {
	text-decoration: none;
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 20px;
	text-align: justify;
	font-size: smaller;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	margin: auto 0;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #000000;
	font-weight: none;
}

#footer a {
	color: #000000;
	font-weight: bold;
}

