/*
Theme Name: The Feathers
Theme URI:wptemplates.org 
Description:beautiful theme with violet feathers 
Version: 1.0
Author:miko 
Author URI:wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: url("images/background.gif") repeat-x;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* General */

#wrapper {
	background: url("images/background_bottom.gif") repeat-x left bottom;
	min-height: 785px;
}


/* Page */

#page {
	margin: 0 auto;
	width: 875px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 875px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 875px;
	min-height: 560px;
	background: url("images/page_bottom.gif") no-repeat left bottom;
}


/* Header */

#header {
	width: 875px;
	height: 280px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 100px;
		left: 95px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: normal 27px Arial;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: normal 18px Arial;
		padding-left: 100px;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 202px;
		left: 28px;
		width: 440px;
		height: 43px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 440px;
		height: 43px;
	}
	
	#header #header-menu ul li {
		height: 43px;
		font: normal 18px/43px Arial;
		color: #ffffff;
		float: left;
		text-transform: lowercase;
	}
	
	#header #header-menu ul li a {
		float: left;
		color: #ffffff;
		text-decoration: none;
		display: block;
		height: 43px;
		padding: 0 10px;
	}
	
	#header #header-menu ul li a:hover {
		background: url("images/header_menu.gif") repeat-x;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		background: url("images/header_menu.gif") repeat-x;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 11px;
		left: 619px;
		width: 195px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 195px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 192px;
		height: 22px;
		padding: 0;
		border: 0;
		font: normal 17px Arial;
		color: #ffb9cb;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}


/* Main */

#main {
	width: 875px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 375px;
		padding: 0 98px 0 42px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 375px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 375px;
			color: #d64a7a;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #d64a7a;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 120px;
			height: 59px;
			padding: 0 0 20px 25px;
			background: url("images/post_date.gif") no-repeat;
			color: #2a5f4e;
			text-transform: lowercase;
			font: normal 18px/59px Arial;
		}
		
		#content .post .post-title .post-date span {
			float: left;
			color: #255c4a;
			width: 45px;
			height: 59px;
			font: normal 38px/59px Arial;
			text-align: center;
		}
		
		#content .post .post-title h2 {
			color: #d64a7a;
			font: normal 27px Arial;
			padding-bottom: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #d64a7a;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 14px/20px Arial;
			color: #9fe0cb;
			width: 375px;
		}
		
		#content .post .post-entry a {
			color: #fb4e89;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry a.more-link {
			font-weight: bold;
		}
		
		#content .post .post-entry blockquote {
			border-left: 10px solid #052f24;
			margin: 0px 30px;
			padding-left: 15px;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			margin-top: 20px;
			padding-top: 15px;
			width: 375px;
			clear: both;
			font: normal 14px Arial;
			color: #9fe0cb;
			border-top: 2px dotted #d64a7a;
		}
		
		#content .post .post-info a {
			color: #9fe0cb;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #fb4e89;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #fb4e89;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			font: bold 1em Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #9fe0cb;
			width: 375px;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #fb4e89;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #052f24;
		}
		
		#content .post .comments ol li cite {
			color: #fb4e89;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #fb4e89;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #fb4e89;
			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 Arial;
			color: #9fe0cb;
			width: 350px;
		}
		
		#content .post #commentform a {
			color: #fb4e89;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 40px;
		font: bold 14px Arial;
		color: #fb4e89;
		width: 375px;
	}
	
	#content .navigation a {
		color: #fb4e89;
		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: 341px;
		font: normal 12px/18px Arial;
		color: #464545;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	
	#sidebar a {
		color: #b10f0f;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	/* Main - Sidebar - Sides */
	
	#sidebar #sidebar-left {
		float: left;
		width: 170px;
	}
	
	#sidebar #sidebar-right {
		float: right;
		width: 170px;
	}
	
	/* Main - Sidebar - Boxes */
	
	#sidebar .sidebar-box {
		padding-bottom: 20px;
	}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: normal 18px Arial;
			color: #b10f0f;
			margin-bottom: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0 0 0 5px;
			list-style-type: none;
		}
		
		#sidebar ul li {
			color: #464545;
			font: normal 13px/21px Arial;
			background: url("images/sidebar_menu.gif") no-repeat;
		}
		
		#sidebar ul li a {
			color: #464545;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			padding: 10px 0;
			width: 170px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 130px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			padding-left: 10px;
			width: 128px;
		}
		
		#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 3px;
		}


/* Footer */

#footer {
	width: 785px;
	height: 40px;
	padding: 80px 45px 0 45px;
	color: #676666;
	font: normal 12px/40px Arial;
}

#footer a {
	color: #676666;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 3px 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 3px 10px 2px 0;
	display: inline;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

div.aktt_tweets ul {
	list-style-type: disc;
}

.FB_SERVER_IFRAME {
	height: 400px !important;
	width: 150px !important;
}