/* Ladies'Night - http://www.ladies-night.be - 0.1 */ 

/* page */

html,
body {
	padding : 0;
	margin :  0;
}

body {
	font-size : 62.5%;
	font-family: "Times New Roman", Times, serif;
	padding-bottom : 30px;
}

* {
	outline : none;
}

.vseparator {
	background : url(img/vseparator.gif) no-repeat left;
	padding-left : 5px;
}

#page {
	width : 838px;
	position : relative;
	margin : 0 auto;
	
	background : url(img/background.gif) repeat-y left top;
}

#header {
	height : 105px;
	background-color : #FFF;
	color : #F00;
	padding-right : 93px;
}

#header img{
	
	float : left;
	margin : 0;
}

#header h1 a {
	display : block;
	width : 262px;
	height : 105px;
	
	text-indent : -9000px;
	background : url(img/logo.gif) no-repeat left top;
}

#lang {
	height : 49px;
	float : right;
	margin : 0;
	padding : 0;
	
	list-style : none;
	font-size : 1.2em;
}

#lang li {
	margin-left : 5px;
	
	float : left;
	line-height : 49px;
}

#lang a {
	color : #000;
}

#lang a:hover {
	color : #F00;
}

#menu {
	width : 482px;
	margin : 0;
	padding : 0;
	float : right;
	list-style : none;
}

#menu li {
	float : left;
	line-height : 56px;
}

#menu li a {
	display : block;
	height : 56px;
	line-height : 56px;
	text-indent : -9000px;
}

#beetob a,
#beetob.selected{
	width : 482px;
	background : url(img/ladies-night.png) no-repeat left top;
}

#menu a:hover,
#menu .selected {
	background-position : left bottom;
	text-indent : -9000px;
}
#sidebar {
	width : 223px;
	float : left;
	padding : 288px 20px 20px;
	background : url(img/imagix-ladies-night.png) no-repeat left top;
	margin : 0;
	list-style : none;
}
#sidebar li {
	background : url(img/separator.gif) repeat-x left bottom;
	padding-bottom : 15px;
	padding-top: 15px;
}

#sidebar #sir {
	padding-top: 0;
	font-size: 1.2em;
	text-align: justify;

}
#sidebar a {
	color : #666;
}
#sidebar a:hover {
	color : #F00;
}
#sidebar p {
	font-size : 1.2em;
	line-height : 1.5em;
	color : #666;
}

/* side */

#sidebar #linkcat-1				{ background: none ; }
#sidebar #linkcat-1 h2			{ display: none; }
#sidebar #linkcat-1 ul			{ list-style: none; padding: 0; margin: 0; }
#sidebar #linkcat-1 ul li		{ padding: 0; margin: 0 0 10px 0; background: none ;}
#sidebar  img					{ border: none; }
#sidebar .lines					{ background : url(img/separator.gif) repeat-x left bottom; }

/* end  side */


#sidebar form {
	margin:0;
	padding : 0;
	width : 223px;
	overflow : auto;
}

#sidebar #s {
	float : left;
	display : inline;
	width : 190px;
	margin : 0;
	padding : 0 3px 0;
	height : 17px;
	line-height : 17px;
	border : solid 1px;
	border-color : #7c7c7c #C3C3C3 #DDD;
	font-size : 1em;
}

#sidebar form a{
	display : block;
	float : left;
	width : 11px;
	text-indent : -9000px;
	height : 19px;
	line-height : 19px;
	background : url(img/sidebar_submit.gif) no-repeat left;
	margin : 0 3px;
}

#content {
	float : left;
	width : 442px;
	color : #FFF;
	padding : 20px;
}

.pagetitle{
	font-size : 1.6em;
	color : #F00;
}
.post h2{
	font-size : 1.6em;
	margin : 0;
}
.post h3 {
	font-size : 1.4em;
	margin : 0;
}

.post h2 a,
.post h3 a{
	color : #F00;
	text-decoration : none;
}

#content small {
	color : #777;
	font-size : 1em;
}

.entry {
	font-size : 1.2em;
	line-height : 1.5em;
	text-align : justify;
}

.entry a {
	color : #FFF;
}

.postmetadata {
	color : #777;
	background : url(img/separator.gif) repeat-x top left;
	line-height : 3em;
	margin-bottom : 20px;
}
.postmetadata a {
	color : #777
}
.postmetadata a.comments,
.navigation .alignright a{
	padding-right : 15px;
	background : url(img/next_comment.gif) no-repeat right;
}

.navigation {
	width : 442px;
	overflow : auto;
	padding-bottom : 10px;
	margin-bottom : 10px;
}
.navigation a{
	color : #666;
	font-size : 1em;
	display : block;
	line-height : 13px;
}

.navigation .alignleft {
	float : left;
}

.navigation .alignleft a{
	padding-left : 15px;
	background : url(img/prev_comment.gif) no-repeat left;
}

.navigation .alignright {
	float : right;
}

.commentlist {
	margin : 0;
	padding : 0;
	list-style : none;
}

.commentlist a {
	color : #FFF;
}

.commentlist li {
	background : #333 url(img/comment_top.gif) no-repeat left top;
	padding : 15px 15px 5px;
	margin-bottom : 5px;
}

.commentlist cite,
.commentlist cite a{
	color : #FFF;
	font-style : normal;
}

.commentlist cite {
	font-size : 1.2em;
	display : block;
}

.comment_entry {
	font-size : 1.2em;
}

.new_comment{
	background : #1D1D1D url(img/comment_top.gif) no-repeat left top;
	padding : 20px 15px 5px;
}

.new_comment h3 {
	font-size : 1.3em;
	font-weight : normal;
	margin : 0;
	padding : 0;
}

#commentform input,
#commentform textarea{
	width : 230px;
	margin : 0 5px 0 0;
	padding : 2px 3px 0;
	border : solid 1px;
	border-color : #7c7c7c #C3C3C3 #DDD;
	font-size : 1.1em;
}

#commentform textarea {
	font-size : 1.4em;
	overflow : auto;
}

#commentform #submit {
	font-size : 1.3em;
	color : #FFF;
	text-decoration : none;
	padding-right : 15px;
	background : url(img/next_comment.gif) no-repeat right;
}



#submenu {
	float : right;
	margin : 10px 0 0;
	width : 63px;
	padding : 0 17px 0 0;
}
#submenu ul{
	padding : 0 0 15px;
	margin :  0 0 15px;
	list-style : none;
	font-size : 1.2em;
	line-height : 1.5em;
	background : url(img/separator.gif) repeat-x left bottom;
}

#submenu a{
	color : #666;
	text-decoration : none;
}
#submenu li{
	color : #000;
}
#submenu a:hover,
#submenu li.selected {
	color : #999;
}

#submenu ul ul {
	margin : 5px 0 0;
	padding : 0;
	font-size : .8em;
	float : none;
	background : none;
}
#submenu ul ul li {
	background : url(img/sub_bullet.gif) no-repeat left center;
	padding-left : 5px;
}



#footer {
	background:#000000 url(img/footer.gif) repeat-y left top;
	clear:both;
	float:none;
	overflow:auto;
	padding-left:263px;
	width:575px;
}
#sub_navigation {
	float : left;
	width : 422px;
	padding : 10px 10px;
	margin : 0 20px;
	text-align : center;
	color : #666;
	background : url(img/separator.gif) repeat-x left top;
	line-height : 1.5em;
}
#sub_navigation a{
	color : #666;
}
#sub_navigation a:hover,
#sub_navigation b {
	color : #999;
	font-weight : normal;
}
#footer a.top {
	
	float : left;
	display:block;
	height : 46px;
	width : 70px;
	background : url(img/top.gif) no-repeat left top;
	text-indent : -9000px;
}
#footer a:hover.top{
	background-position : left bottom;
}