/*  
Theme Name: Lingerie
Theme URI: http://bloggingzone.info
Description: Linerie Adult theme for wordpress
Author: Ophelia Nicholson
Author URI: http://ophelianicholson.com
*/

/* General */

body {
	margin: 0;
	background: #000000;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* Page */

#page {
	margin: 0 auto;
	width: 1004px;
}

/* Header */

#header {
	width: 1004px;
	height: 305px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Menu */

#header #header-menu {
	position: absolute;
	top: 270px;
	left: 20px;
	width: 770px;
	height: 34px;
	}

#header #header-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 770px;
	height: 34px;
	}

#header #header-menu ul li {
	float: left;
	height: 34px;
	font: bold 16px/34px Verdana;
	color: #ffffff;
	margin-right: 15px;
	border: 1px solid #ff0099;
	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: 10px;
	left: 20px;
}

	

	#header #header-info h1 {

		color: #ff0099;

		font: bold 50px Verdana;

		padding-bottom: 5px;

	}

	

	#header #header-info h1 a {

		color: #ff0099;

		text-decoration: none;

	}

	

#header #header-info .description {
	color: #ff0099;
	font: bold 14px Verdana;
	width: 500px;
	margin-top: 20px;
}

	

	/* Header - Feed */

	

	#header #header-feed {

		position: absolute;

		top: 237px;

		left: 949px;

		width: 45px;

		height: 45px;

	}





/* Main */



#main {

	width: 1004px;

}



	/* Main - Content */

	

	#content {

		float: left;

		width: 709px;

		padding: 0 18px 0 20px;

	}

	

	/* Main - Content - Post */

	

	#content .post {

		float: left;

		margin-bottom: 11px;

		width: 707px;

		border: 1px solid #ff0099;

		background: #ffffff;

	}

	

		/* Post - Title */

		

		#content .post .post-title {

			width: 684px;

			padding: 7px 5px 0 18px;

			color: #000000;

			font: bold 13px Verdana;

		}

		

		#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.gif") no-repeat;

			color: #ffffff;

			text-align: center;

			text-transform: lowercase;

			width: 54px;

			height: 52px;

			margin-right: 10px;

			font: bold 10px "Trebuchet MS", Verdana;

		}

		

		#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.gif") no-repeat;

			color: #ffffff;

			text-align: center;

			width: 28px;

			height: 20px;

			font: bold 10px "Trebuchet MS", Verdana;

		}

		

		#content .post .post-title .post-comments a {

			color: #ffffff;

			text-decoration: none;

		}

		

		#content .post .post-title h2 {

			color: #000000;

			font: bold 17px Verdana;

			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 14px/19px "Trebuchet MS", Verdana;
	color: #000000;
	padding: 0 20px;
	width: 667px;
}

#content .post .post-entry a {
	color: #ff0099;
	text-decoration: none;
}

#content .post .post-entry a:hover {
	text-decoration: underline;
}

#content .post .post-entry .more-link {
	font: bold 11px/20px "Trebuchet MS", Verdana;
	color: #ff0099;
	float: right;
	margin-bottom: 5px;
}

#content .post .post-entry .more-link a {
	color: #ff0099;
	text-decoration: none;
}

#content .post .post-entry .more-link a:hover {
	text-decoration: underline;
}

		
	/* Post - Info */

#content .post .post-info {
	padding: 0 12px;
	width: 683px;
	height: 22px;
	clear: both;
	font: bold 10px/22px "Trebuchet MS", Verdana;
	color: #ffffff;
	background: #ff0099;
	border-top: 1px solid #ff0099;
}

		

		#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 Verdana;

			margin: 20px 0 10px 0;

		}

		

		#content .post .comments {

			font: normal 11px/19px "Trebuchet MS", Verdana;

			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: #ff0099;

			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: #ff0099;

			font-style: normal;

			font-weight: bold;

		}

		

		#content .post .comments ol li cite a {

			color: #ff0099;

			text-decoration: none;

		}

		

		#content .post .comments ol li cite a:hover {

			text-decoration: underline;

		}

		

		#content .post .comments ol li .commentmetadata a {

			color: #ff0099;

			text-decoration: none;

		}

		

		#content .post .comments ol li .commentmetadata a:hover {

			text-decoration: underline;

		}

		

		#content .post #commentform {

			font: normal 11px/19px "Trebuchet MS", Verdana;

			color: #000000;

			padding: 0 20px;

		}

		

		#content .post #commentform a {

			color: #ff0099;

			text-decoration: none;

		}

		

		#content .post #commentform a:hover {

			text-decoration: underline;

		}

		

	/* Main - Content - Navigation */

	

	#content .navigation {

		font: bold 11px/25px "Trebuchet MS", Verdana;

		color: #ff0099;

		height: 25px;

		margin: 20px 0;

		float: left;

	}

	

	#content .navigation a {

		color: #ff0099;

		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: 246px;

		font: normal 13px/19px Arial, Verdana;

		color: #000000;

		padding-left: 11px;

		margin-bottom: 5px;

	}

	

	#sidebar a {

		color: #ff0099;

		text-decoration: none;

	}

	

	#sidebar a:hover {

		text-decoration: underline;

	}

	

	#sidebar .sidebar-box {

		width: 246px;

		margin-bottom: 5px;

		background: #ffffff;

	}

	

		/* Sidebar - Titles */

		

		#sidebar h3 {

			font: bold 17px/30px Verdana;

			color: #ff0099;

			background: #000000;

			padding-left: 20px;

		}

		

		/* Sidebar - Menus */

		

		#sidebar ul {

			margin: 0;

			padding: 0;

			list-style-type: none;

		}

		

		#sidebar ul li {

			font: normal 13px/30px Arial, Verdana;

			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 {

			margin: 25px auto 0 auto;

			padding: 20px 0;

			width: 246px;

			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: 1004px;
	height: 150px;
	padding-top: 10px;
	color: #ff0099;
	font: normal 10px/30px Arial, Verdana;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

img {
	border: 0;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
}