/*
Theme Name: Angel WP Theme
Theme URI: http://wptemplates.org/go.php?http://wptemplates.org/wpdemos/index.php?wptheme=Angel+WP+Theme 
Description: nice theme with unique header 
Version: 1.0
Author: miko 
Author URI: wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: #000 url("images/bg_met.jpg") no-repeat fixed left bottom;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 890px;
}


/* Header */

#header {
	width: 890px;
	height: 250px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 10px;
		left: 150px;
		width: 600px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 41px Courier;
		padding-bottom: 10px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 20px Courier;
		text-align: left;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 200px;
		left: 20px;
		width: 850px;
		height: 45px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 850px;
		height: 45px;
		text-align: center;
	}
	
	#header #header-menu ul li {
		display: inline;
		height: 45px;
		font: normal 18px/45px Courier;
		color: #ffffff;
		text-transform: lowercase;
		background: url("images/header_menu.gif") no-repeat right center;
		padding: 0 22px 0 20px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		color: #fdffc1;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		color: #fff;
	text-decoration: underline;
}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 288px;
		left: 380px;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 155px;
		height: 19px;
	}
	
	#header #header-search #s {
		width: 148px;
		height: 17px;
		padding: 1px 3px;
		border: 0;
		font: normal 15px Courier;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 19px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 890px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 500px;
		padding: 0 35px 0 152px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 35px;
		width: 500px;
		background: #000;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 426px;
			background: url("images/post_top.gif") no-repeat;
			color: #fff;
			font: normal 14px Courier;
			padding: 5px 15px 0 15px;
		}
		
		#content .post .post-title a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 110px;
			height: 48px;
			margin-bottom: 10px;
			padding-left: 5px;
			background: url("images/post_date.gif") no-repeat;
			color: #fff;
			text-transform: lowercase;
			font: normal 17px/20px Courier;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			color: #fff;
			font-size: 22px;
			line-height: 28px;
		}
		
		#content .post .post-title h2 {
			color: #fff;
			font: normal 18px Courier;
			padding-bottom: 5px;
		}
		
			#content .post .post-title h2.post-title-page {
				padding-top: 15px;
			}
		
		#content .post .post-title h2 a {
			color: #fff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
	text-decoration: underline;
}
		
		#content .post .post-title .author {
			color: #fff;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px verdana;
			color: #a0a0a0;
			width: 460px;
			padding: 0 15px;
		}
		
		#content .post .post-entry a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #2c2c2c;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			font: bold 14px/20px verdana;
			color: #fdffc1;
			width: 426px;
			padding: 0 15px 15px 15px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		#content .post .post-info a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Bottom */
		
		#content .post .post-bottom {
			width: 456px;
			height: 15px;
			background: url("images/post_bottom.gif") no-repeat left bottom;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #fdffc1;
			font: bold 15px verdana;
		}
		
		#content .post .comments {
			font: normal 14px/20px verdana;
			color: #a0a0a0;
			width: 426px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #2c2c2c;
		}
		
		#content .post .comments ol li cite {
			color: #fdffc1;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			padding-left: 25px;
			font: normal 14px/20px verdana;
			color: #a0a0a0;
			width: 401px;
		}
		
		#content .post #commentform a {
			color: #fdffc1;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 14px courier;
		color: #fdffc1;
		width: 426px;
		padding: 0 15px;
	}
	
	#content .navigation a {
		color: #a0a0a0;
		margin-bottom: 35px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}


	
	/* Main - Sidebar */
	
	#sidebar {
		float: left;
		width: 200px;
		font: normal 12px/18px verdana;
		color: #656565;
	}
	
	#sidebar a {
		color: #656565;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		width: 200px;
		padding-bottom: 30px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 18px courier;
			color: #fff;
			margin-bottom: 5px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 20px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/20px verdana;
			color: #656565;
		}
		
		#sidebar ul li a {
			color: #656565;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul {
			padding: 0 0 0 10px;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			margin: 0;
			padding: 10px 0;
			width: 200px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 170px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 20px;
			width: 140px;
		}
		
		#sidebar #calendar_wrap table {
			width: 140px;
		}
		
		#sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		#sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		#sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		#sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		#sidebar .textwidget {
			padding: 0 1px;
		}


/* Footer */

#footer {
	width: 720px;
	height: 25px;
	padding: 5px 0 5px 170px;
	color: #636262;
	font: normal 14px/25px verdana;
}

#footer a {
	color: #a0a0a0;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


/* Extra */

h1 {display:none;}
