/*  
Theme Name: Emo
Theme URI: wptemplates.org		
Description: Very nice Emo theme
Version: 1.0
Author: miko	
Author URI: wptemplates.org/wordpress.php
*/



/* General */

body {
	margin: 0 auto;
	background-image:url("images/background.jpg");
	background-color:#000000;
	background-repeat:no-repeat;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}


/* Page */

#page {
	margin: 0 auto;
	background-image: url("images/page.gif");
	background-repeat:repeat-y;
	width: 1024px;
}

#page-in {
	background-image: url(images/page_top.jpg);
	width: 1024px;
	background-repeat: no-repeat;
}

/* Header */

#header {
	width: 1024px;
	height: 455px;
	position: relative;
}

#header h1 {
	color: #ffffff;
	font: normal 23px Arial;
	position: absolute;
	top: 118px;
	left: 573px;
}
	
#header h1 a {
	color: #ffffff;
	text-decoration: none;
}

#header .description {
	color: #ffffff;
	font: bold 15px Arial;
	position: absolute;
	top: 145px;
	left: 628px;
	text-transform: lowercase;
	width: 380px;
	text-align: center;
}

	/* Header - Menu */
	
	#header #menu {
		position: absolute;
		left: 522px;
		top: 189px;
	}
	
	#header #menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 27px;
	}
	
	#header #menu ul li {
		float: left;
	}
	
	#header #menu ul li a {
		float: left;
		padding: 0 26px 0 30px;
		height: 27px;
		color: #ffffff;
		display: block;
		font: normal 17px/27px Arial;
		text-decoration: none;
		text-transform: lowercase;
		margin-right: 4px;
	}
	
	#header #menu ul li a:hover {
		text-decoration: none;
		background-image: url("images/menu_hover_left.gif");
		background-repeat: no-repeat;
		margin-right: 4px;
	}
	
	#header #menu ul li.page_item:hover {
		background-image: url("images/menu_hover_right.gif");
		background-repeat: no-repeat;
		background-position: right top;
	}
	
	/* Header - Search */
	
	#header #search {
		width: 250px;
		height: 26px;
		position: absolute;
		top: 384px;
		left: 418px;
	}
	
	#header #search #searchform {
		margin: 0;
		padding: 0;
		width: 250px;
		height: 26px;
	}
	
	#header #search #s {
		width: 245px;
		height: 22px;
		border: none;
		padding-top: 4px;
		background: transparent;
		font: normal 17px Arial;
		color: #ffffff;
	}
	
	#header #search #searchsubmit {
		background: transparent;
		visibility: hidden;
		width: 0;
	}


/* Main */

#main {
	width: 1024px;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

	/* Main - Sidebar */
	
	#main #sidebar {
		float: left;
		width: 105px;
		margin-left: 144px;
		margin-top: 65px;
		padding-bottom: 25px;
		display:inline;
	}
	
	#main #sidebar h3 {
		font: bold 16px Arial;
		color: #ff6edf;
		margin-bottom: 10px;
		margin-top: 10px;
		padding-left: 3px;
	}
	
	#main #sidebar ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		padding-bottom: 10px;
		width: 105px;
		background-image: url("images/sidebar_separator.gif");
		background-repeat:no-repeat ;
		background-position:left bottom;
	}
	
	#main #sidebar ul li {
		font: normal 13px Arial;
	}
	
	#main #sidebar ul li a {
		color: #9a0c9c;
		text-decoration: none;
		display: block;
		padding-left: 6px;
		width: 99px;
		line-height: 17px;
	}
	
	#main #sidebar ul li a:hover {
		color: #f068d2;
	}
	
	/* Main - Content */
	
	#main #content {
		float: left;
		margin-left: 89px;
		margin-top: 5px;
		width: 592px;
	}
	
	#main #content .post {
		font: normal 14px Arial;
		color: #000000;
		float: left;
		margin-bottom: 45px;
		width: 592px;
	}
	
	#main #content .post .date {
		margin-bottom: 15px;
		width: 583px;
		height: 68px;
		background-image: url("images/date.gif");
		background-repeat: no-repeat;
		padding: 7px 0 0 9px;
	}
	
	#main #content .post .date .month {
		color: #ffffff;
		font: normal 15px/23px Arial;
		text-transform: lowercase;
		width: 72px;
		height: 23px;
		text-align: right;
		display: block;
	}
	
	#main #content .post .date .day {
		color: #ffffff;
		font: normal 34px/38px Arial;
		width: 62px;
		height: 38px;
		padding-left: 12px;
		text-align: left;
	}
	
	#main #content .post h2 {
		color: #000000;
		font: bold 28px Arial;
	}
	
	#main #content .post h2 a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post h2 a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry {
		line-height: 19px;
		border-bottom: 1px dotted #000000;
		padding-top: 20px;
		padding-bottom: 12px;
		width: 565px;
	}
	
	#main #content .post .entry a {
		color: #9a0c9c;
		text-decoration: none;
	}
	
	#main #content .post .entry a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .entry img {
		margin: 0 5px 5px 0;
	}
	
	#main #content .post .entry .more-link {
		font: bold 14px/20px Arial;
		color: #9a0c9c;
		float: right;
		margin-top: 5px;
	}
	
	#main #content .post .entry .more-link a {
		color: #9a0c9c;
		text-decoration: none;
	}
	
	#main #content .post .entry .more-link a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info {
		font: normal 14px Arial;
		color: #000000;
		padding-top: 20px;
	}
	
	#main #content .post .info a {
		color: #000000;
		text-decoration: none;
	}
	
	#main #content .post .info a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .info .comms-links {
		font-weight: bold;
	}
	
	#main #content .post .info .comms-links a {
		font-weight: bold;
	}
	
	#main #content .post h3 {
		color: #000000;
		font: normal 22px Arial;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	
	#main #content .post .comments {
		margin: 0;
		width: 565px;
	}
	
	#main #content .post .comments ol {
		margin: 10px 0 10px 0;
		padding-left: 20px;
	}
	
	#main #content .post .comments ol li {
		padding: 5px;
		margin-top: 5px;
	}
	
	#main #content .post .comments ol li.alt {
		background: #cda3d6;
	}
	
	#main #content .post .comments ol li cite {
		color: #9a0c9c;
		font-style: normal;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a {
		color: #9a0c9c;
		text-decoration: none;
		font-weight: bold;
	}
	
	#main #content .post .comments ol li cite a:hover {
		text-decoration: underline;
	}
	
	#main #content .post .comments ol li .commentmetadata a {
		color: #9a0c9c;
		text-decoration: none;
	}
	
	#main #content .post .comments ol li .commentmetadata a:hover {
		color: #9a0c9c;
		text-decoration: underline;
	}
	
	#main #content .post #commentform {
		margin: 0;
	}


/* Footer */

#footer {
	padding-left: 294px;
	padding-top: 30px;
	height: 20px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	font: normal 12px Arial;
	color: #333333;
	clear: both;
}

#footer a {
	color: #807583;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
