/*
Theme Name: Old Tape
Theme URI:wptemplates.org 
Description:very nice theme with tape 
Version: 1.0
Author:miko 
Author URI:wptemplates.org 
*/



/* General */

body {
	margin: 0;
	background: url("images/background.gif") repeat-x left bottom;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 940px;
	background: url("images/page.gif") repeat-y;
}

#page-top {
	width: 940px;
	background: url("images/page_top.jpg") no-repeat;
}

#page-bottom {
	width: 940px;
	min-height: 1150px;
	background: url("images/page_bottom.jpg") no-repeat left bottom;
}


/* Header */

#header {
	width: 940px;
	height: 435px;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 85px;
		left: 240px;
	}
	
	#header #header-info h1 {
		color: #135a00;
		font: normal 40px Arial;
	}
	
	#header #header-info h1 a {
		color: #135a00;
		text-decoration: none;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 25px;
		left: 145px;
		height: 32px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 32px;
	}
	
	#header #header-menu ul li {
		height: 32px;
		font: normal 18px/32px Arial;
		color: #ffffff;
		float: left;
		text-transform: lowercase;
		padding: 0 15px;
	}
	
	#header #header-menu ul li a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-menu ul li a:hover {
		text-decoration: underline;
	}
	
	#header #header-menu ul li ul {
		display: none;
	}
	
	#header #header-menu ul li.current_page_item a {
		text-decoration: underline;
	}
	
	/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 310px;
		left: 618px;
		width: 136px;
		height: 22px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 136px;
		height: 22px;
	}
	
	#header #header-search #s {
		width: 135px;
		height: 22px;
		padding: 0;
		border: 0;
		font: normal 17px Arial;
		color: #ff1a00;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 22px;
		padding: 0;
		float: right;
	}
	
	/* Header - Text */
	
	#header #header-text {
		position: absolute;
		top: 180px;
		left: 115px;
		width: 375px;
		height: 160px;
		font: normal 37px/37px Arial;
		color: #fff7b6;
		font-weight: 800;
	}
	
	#header #header-text a {
		color: #fff7b6;
		text-decoration: underline;
	}


/* Main */

#main {
	width: 940px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 375px;
		padding: 0 125px 0 113px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 40px;
		width: 375px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 375px;
			color: #fffbb9;
			font: normal 14px Arial;
		}
		
		#content .post .post-title a {
			color: #fffbb9;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			width: 136px;
			height: 88px;
			padding-bottom: 15px;
			background: url("images/post_date.gif") no-repeat;
			color: #f83f0e;
			text-transform: lowercase;
			font: normal 18px/24px Arial;
			text-align: center;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			font-size: 42px;
			line-height: 50px;
			padding-top: 11px;
			color: #fffbb9;
		}
		
		#content .post .post-title h2 {
			color: #fffbb9;
			font: normal 27px Arial;
			padding-bottom: 10px;
		}
		
		#content .post .post-title h2 a {
			color: #fffbb9;
			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: #ffe6dd;
			width: 375px;
		}
		
		#content .post .post-entry a {
			color: #fffbb9;
			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 #d97a61;
			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: #ffe6dd;
			border-top: 2px dotted #fffbb9;
		}
		
		#content .post .post-info a {
			color: #ffe6dd;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
			#content .post .post-info .post-info-comments {
				color: #fffbb9;
				font-weight: bold;
			}
			
			#content .post .post-info .post-info-comments a {
				color: #fffbb9;
			}
		
		/* Post - Comments */
		
		#content .post h3 {
			margin: 30px 0 5px 0;
			color: #fffbb9;
			font: normal 20px Arial;
		}
		
		#content .post .comments {
			font: normal 14px/20px Arial;
			color: #ffe6dd;
			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: #fffbb9;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #d97a61;
		}
		
		#content .post .comments ol li cite {
			color: #fffbb9;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #fffbb9;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #fffbb9;
			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: #ffe6dd;
			width: 350px;
		}
		
		#content .post #commentform a {
			color: #fffbb9;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		margin-bottom: 40px;
		font: bold 14px Arial;
		color: #fffbb9;
		width: 375px;
	}
	
	#content .navigation a {
		color: #fffbb9;
		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: 180px;
		font: normal 12px/18px Arial;
		color: #000000;
		padding-top: 90px;
		margin-bottom: 20px;
	}
	
	#sidebar a {
		color: #b10f0f;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#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 {
			font: normal 13px/20px Arial;
			color: #000000;
		}
		
		#sidebar ul li a {
			color: #000000;
			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: 180px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 140px;
		}
		
		/* 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 5px;
		}


/* Footer */

#footer {
	width: 400px;
	height: 90px;
	padding: 0 440px 0 100px;
	color: #CC6633;
	font: normal 12px/32px Arial;
	text-align: center;
}

#footer a {
	color: #CC6633;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

