/*  
Theme Name: hornymilf69green
*/



/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

br {display:none}

.postedgallery img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.entry img {
	padding:6px;
	float:left;
}

.entry center img {
	float:right;
}

.entry p img {
	padding:6px;
	float:left;
}

/* Page */

#page {
	margin: 0 auto;
	width: 960px;
}

#header {
	width: 921px;
	height: 305px;
	position: relative;
}

	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 7px;
		left: 10px;
		width: 570px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		width: 570px;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 34px;
		font: bold 16px/34px Tahoma;
		color: #ffffff;
		margin-right: 15px;
		border: 1px solid #41ff00;
		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 - Info */
	
	#header #header-info {
		position: absolute;
		top: 20px;
		left: 40px;
	}
	
	#header #header-info h1 {
		color: #41ff00;
		font: bold 50px Tahoma;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #41ff00;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #41ff00;
		font: bold 17px Tahoma;
	}
	
	/* Header - Feed */
	
	#header #header-feed {
		position: absolute;
		top: 237px;
		left: 949px;
		width: 45px;
		height: 45px;
	}


/* Main */

#main {
	width: 921px;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 600px;
		padding: 0 1px 0 2px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		float: left;
		margin-bottom: 11px;
		width: 580px;
		border: 1px solid #41ff00;
		background: #ffffff;
		margin-top:8px;
	}
	
		/* Post - Title */
		
		#content .post .post-title {
			width: 580px;
			padding: 7px 5px 0 18px;
			color: #000000;
			font: bold 13px Tahoma;
		}
		
		#content .post .post-title a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			float: left;
			background: url("images/post_date_41ff00.gif") no-repeat;
			color: #ffffff;
			text-align: center;
			text-transform: lowercase;
			width: 54px;
			height: 52px;
			margin-right: 10px;
			font: bold 10px Tahoma;
		}
		
		#content .post .post-title .post-date span {
			display: block;
			padding-top: 5px;
			font-size: 20px;
		}
		
		#content .post .post-title .post-comments {
			float: right;
			background: url("images/post_comments_41ff00.gif") no-repeat;
			color: #ffffff;
			text-align: center;
			width: 28px;
			height: 20px;
			font: bold 10px Tahoma;
		}
		
		#content .post .post-title .post-comments a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-title h2 {
			color: #000000;
			font: bold 17px Tahoma;
			padding: 5px 0 2px 0;
		}
		
		#content .post .post-title h2 a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/19px Tahoma;
			color: #000000;
			padding: 0 20px;
			width: 667px;
			padding-bottom:10px;
		}
		
		#content .post .post-entry a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Tahoma;
			color: #41ff00;
			float: right;
			margin-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}

		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 12px;
			width: 556px;
			height: 22px;
			clear: both;
			font: bold 10px/22px Tahoma;
			color: #ffffff;
			background: #41ff00;
			border-top: 1px solid #41ff00;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post h3 {
			color: #000000;
			font: bold 15px Tahoma;
			margin: 20px 0 10px 0;
		}
		
		#content .post .comments {
			font: normal 11px/19px Tahoma;
			color: #000000;
		}
		
		#content .post .comments ol {
			margin: 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post .comments ol li a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li.alt {
			background: #dedede;
		}
		
		#content .post .comments ol li cite {
			color: #41ff00;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			font: normal 11px/19px Tahoma;
			color: #000000;
			padding: 0 20px;
		}
		
		#content .post #commentform a {
			color: #41ff00;
			text-decoration: none;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}
		
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Tahoma;
		color: #41ff00;
		height: 25px;
		margin: 20px 0;
		float: left;
	}
	
	#content .navigation a {
		color: #41ff00;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}

.play_image {
		position: absolute;
		top: 110px;
		left: 230px;
		border:none;
		}


.postedvideo { position:relative; }


	/* Main - Sidebar */
	
	#sidebar {
		float: right;
		width: 300px;
		font: normal 13px/19px Tahoma;
		color: #000000;
		padding-top: 10px;
		margin-bottom: 5px;
	}
	
	#sidebar a {
		color: #41ff00;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		text-decoration: underline;
	}
	
	#sidebar .sidebar-box {
		text-align:left;
		margin-bottom: 5px;
		background: #ffffff;
	}
	
	.cat-item {list-style:none; margin: 0; white-space:nowrap; margin-left: 10px;}
	
		/* Sidebar - Titles */
		
		#sidebar h3 {
			font: bold 17px/30px Tahoma;
			color: #41ff00;
			background: #000000;
			padding-left: 10px;
		}
		
		/* Sidebar - Menus */
		
		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		#sidebar ul li {
			font: normal 13px/30px Tahoma;
			color: #000000;
			border-bottom: 1px solid #dedede;
			padding-left: 20px;
		}
		
		#sidebar ul li a {
			color: #000000;
			text-decoration: none;
		}
		
		#sidebar ul li a:hover {
			text-decoration: underline;
		}
		
		#sidebar ul li ul li {
			border-bottom: none;
		}
		
		/* Sidebar - Forms */
		
		#sidebar #searchform {
			width: 200px;
			text-align: center;
		}
		
		#sidebar #searchform #s {
			width: 180px;
		}
		
		/* Sidebar - Tables */
		
		#sidebar #calendar_wrap {
			margin: 5px auto;
			width: 130px;
		}
		
		#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: 5px;
		}


/* Footer */

#footer {
	width: 921px;
	height: 30px;
	padding-top: 10px;
	color: #41ff00;
	font: normal 10px/30px Tahoma;
	text-align: center;
}

#footer a {
	color: #41ff00;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

