/*  
	Theme Name: The Departure
	Theme URI: http://www.departuremetal.com
	Description: Theme for the Dutch metal band Departure
	Version: 0.1
	Author: Mark Lindhout
	Author URI: http://www.langdradig.nl 
*/

/*-CSS-RESET-*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/*-END-CSS-RESET-*/

html {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	font-size: 14px;
}

#Content {
	width: 950px;
	padding: 0px 20px;
	margin: 0px Auto;
}

#Header {
	padding: 20px;
	text-align: right;
	background: url(images/header.gif) no-repeat right top;
	height: 280px;
}

#Header #MP3Player {
	border: 1px solid #eee;
	float: left;
	width: 350px;
	height: 120px;
	margin-top: 150px;
	text-align: left;
}

#Header #MP3Player h2{
	margin: 0px;
	padding: 0px;
}

#Header #MP3Player ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#Header h1 {
	text-align: right;
	padding: 0px;
	margin: 230px 0px 0px 0px;
	line-height: 18px;
	font-size: 18px;
}

#Header h1 a {
	text-decoration: none;
	color: #666;
}

#Header p {
	text-align: right;
	color: #999;
	line-height: 18px;
	font-size: 16px;
}

#Menu {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	//background-color: #f2f2f2;
}

#Menu ul {
	padding: 10px;
	margin: 0px auto;
	float: left;
	list-style-type: none;
}

#Menu ul li a {
	text-decoration: none;
	color: #000;
}

#Menu ul li a:hover {
	border-bottom: 1px dotted #404040;
	color: #404040;
}

#Menu ul li.page_item {
	float: left;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-variant: small-caps;
	margin: 0px 10px;
}

#Menu ul li.current_page_item {
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

#Page {
	padding: 30px;
}

#Footer {
	padding: 10px;
	float: left;
	margin: 20px 0px 0px 0px;
	clear: both;
	font-size: 12px;
	color: #999;
	border-top: 1px dotted #000;
	width: 100%;
}

#Footer a {
	color: #828282;
}

.Sidebar {
	
}

.Sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.Sidebar ul li {
	padding: 10px;
	margin: 0px 10px;
}

.SidebarBottom  ul li {
	float: left;
}

.SidebarBottom .widget {
	min-height: 150px;
	background-color: #eee;
	color: #333;
	font-size: 14px;
	line-height: 16px;
}

.Sidebar ul li h2 {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

.Sidebar ul li ul {
	list-style-image: url(images/bullet.gif);
	margin-left: 25px;
}

.Sidebar ul li ul li {
	min-height: 0px;
	border: none;
	float: none;
	clear: both;
	margin: 0px 15px 0px 0px;
	padding: 0;
	color: #333;
}

/*--Align Left and right--*/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/*--P0sts--*/

.Post {
	border-bottom: 1px dotted #dadada;
}

/*--Infoblocks in Posts--*/

.IndexMetadata {
	padding: 10px;
	margin: 20px 0px;
	color: #484848;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

.Metadata {
	padding: 10px;
	margin: 20px 0px;
	color: #484848;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-color: #EFEFEF;
}

.Metadata .Item {
	padding: 2px;
}

/*--------------------for your text--------------------*/

p {
	margin: 7px 0px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0.75em 0em;
}

h1 {
	font-size: 2em;
	font-variant: small-caps;
}

h2 {
	font-size: 1.3em;
	font-variant: small-caps;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 1em;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	
}

blockquote {
	
}

blockquote cite {
	
}

hr {
	
}

dl {
	
}

dt {
	
}

dd {
	
}

ul {
	list-style-type: disc;
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

li {
	
}

ul ul {
	
}

blockquote {
	margin-left: 2em;
	font-style: italic;
}

code {
	font-family: "Courier New", Courier, mono;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #424242;
	background-color: #e3e3e3;
	padding: 10px;
	margin: 10px;
}

pre {
	
}

b, strong {
	font-weight: bold;
}

i,em {
	font-style: italic;
}

img {
	display: block;
}

address {
	padding: 10px;
}

/*--------------------for links--------------------*/

a {
	color: #4d4d4d;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #000;
}

/*--------------------iamges as a link--------------------*/

a img {
	border: 2px none #d4d4d4;
}

/*--------------------smilies --------------------*/

body img.wp-smiley {
	display: block;
	border: none;
}

/*--------------------read more link--------------------*/

.more-link {
	
}

/*--------------------pages with pagination--------------------*/

p.serif {
	
}

/*--------------------search--------------------*/

#search {
	display: block;
}

#searchform input#s {
	width: 51px;
	height: 16px;
	border: none;
	background: transparent url(images/searchfield.gif) no-repeat left top;
	margin: 0px 0px 0px 0px;
	padding: 3px 17px 3px 7px;
	float: right;
	display: block;
}

#searchform input {
	display: none;
	width: 69px;
	height: 20px;
	border: none;
	background: transparent url(images/searchbutton.gif) no-repeat center center;
	margin: 2px 0px;
	font-size: 10px;
	float: right;
}

/*--------------------comments--------------------*/

.Comments {
	padding: 10px;
	margin: 20px 0px;
	color: #444;
	font-weight: normal;
	font-style: normal;
}

.alt {
	
}

.commentlist {
	
}

.nocomments {
	
}

.commentlist ol {
	
}

.commentlist li {
	padding: 5px 10px;
	margin: 20px 0px;
	border-left: 5px solid #bbb;
	color: #000;
	background-color: #efefef;
}

#commentform {
	padding: 10px 30px;
	background-color: #f2f2f2;
}

#commentform p {
	
}

.Commentmetadata {
	padding: 0 0 10px 0px;
	color: #6a6067;
}

#commentform input,#commentform textarea {
	padding: 3px;
	border: 1px solid #b1706e;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#commentform textarea {
	width: 380px;
	height: 200px;
}

#commentform #submit {
	border-style: outset;
	border-width: 1px;
}

/*-CFORMS-*/

.linklove {
	display: none;
}

.cf-ol {
	margin: 10px;
	padding: 10px;
	background-color: #e3e3e3;
	list-style-type: none;
	width: 400px;
}

.cf-ol li {
	margin-top: 5px;
	padding-top: 2px;
	border-top: 1px solid #d4d4d4;
}

.cf-ol li .reqtxt,.cf-ol li .emailreqtxt {
	padding: 2px;
	color: #fb4444;
}

.cf-ol li label span {
	float: left;
	width: 200px;
	clear: none;
}

.cf_hidden {
	display: none;
}

.cf-sb {
	margin: 10px;
	padding: 10px;
	background-color: #e3e3e3;
	width: 400px;
}