/*  
Theme Name: MySexyGirl
Theme URI:  http://www.themetube.com
Description: MySexyGirl
Author: ThemeTube
Author URI: http://www.themetube.com
*/


/* General */

body {
	margin: 0;
	background: #360405;
}

h1, h2, h3, h4 {
	margin: 0;
}

img {
	border: 0;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* Page */

#page {
	margin: 0 auto;
	width: 1024px;
}


/* Header */

#header {
	width: 1024px;
	height: 212px;
	position: relative;
	background: url("images/header.jpg") no-repeat;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 55px;
		left: 340px;
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 40px "Century Gothic", Verdana;
		padding-bottom: 1px;
	}
	
	#header #header-info h1 a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px "Century Gothic", Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 175px;
		left: 930px;
		height: 44px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 44px;
	}

	#header #header-menu ul a{
		color:#7f6006;
            text-decoration:none;
            border-right: 1px solid #7f6006;
            padding-right:7px;
	}
	#header #header-menu ul a:hover{
            text-decoration:underline;
	}
		}
/* Header - Search */
	
	#header #header-search {
		position: absolute;
		top: 350px;
		left: 801px;
		width: 170px;
		height: 25px;
	}
	
	#header #header-search #searchform {
		margin: 0;
		padding: 0;
		width: 170px;
		height: 25px;
	}
	
	#header #header-search #s {
		width: 165px;
		height: 14px;
		padding: 5px 0 6px 0;
		border: 0;
		font: normal 12px Tahoma, Verdana;
		color: #ffffff;
		background: transparent;
		float: left;
	}
	
	#header #header-search #searchsubmit {
		background: transparent;
		border: none;
		width: 0;
		height: 25px;
		padding: 0;
		float: right;
	}
	

/* Main */

#main {
	width: 1022px;
	padding: 0 0 0 2px;
background:#d5b96f;
}

	/* Main - Sidebar */
	
	.sidebar {
		float: right;
		width: 195px;
		font: normal 12px "Century Gothic", Verdana;
		color: #ffffff;
            margin-right:7px;
            margin-top:5px;
	}
	
	.sidebar a {
		color: #ffffff;
		text-decoration: underline;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
	.sidebar .sidebar-box {
		width: 195px;
		background:#c69c34;
		margin-bottom: 20px;

            border-left:1px solid #a88026;
            border-right:1px solid #a88026;
	}
	
		/* Sidebar - Titles */
		
		.sidebar h3 {
			width: 195px;
			height: 40px;
			padding-left: 10px;
			font: bold 15px/36px "Century Gothic", Verdana;
			color: #ffffff;
			background: url("images/sidebar_title.gif") no-repeat;
		}
		
		
	/* Main - Content */
	
	#content {
		float: left;
		width: 579px;
		padding: 5px 4px 0 10px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		color: #000000;
		float: left;
		margin-bottom: 30px;
		width: 579px;
            background:#fff;
            border: 1px solid #af8b38;
	}
	
	#content .postAnnouncement {
		color: #000000;
		float: left;
		margin-bottom: 30px;
		width: 579px;
            background:#630a09;
            border: 1px solid #9d771e;
	}

#content .postAnnouncement .post-title {
			width: 579px;
			height: 55px;
			color: #c3a554;
			font: bold 10px "Century Gothic", Verdana;
                  padding-left:15px;
		}
		
		#content .postAnnouncement .post-title a {
			color: #c3a554;
			text-decoration: none;
		}
		
		#content .postAnnouncement .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .postAnnouncement .post-title h2 {
			color: #af8b38;
			font: bold 18px "Century Gothic", Verdana;
			padding: 10px 0 1px 0px;

		}
		
		#content .postAnnouncement .post-title h2 a {
			color: #d5b96f;
			text-decoration: none;

		}
		
		#content .postAnnouncement .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .postAnnouncement .post-title .post-date {
			margin: 5px 20px 0 17px;
			width: 46px;
			height: 44px;
			text-align: center;
			float: right;
			color: #fff;
			font: bold 17px "Century Gothic", Verdana;
                  background:#d5b96f;
                  border:1px solid #b08f37;
		}
		
		#content .postAnnouncement .post-title .post-date span {
			margin: 2px 0;
			display: block;
			font-size: 14px;
		}
		
		/* Post - Entry */
		
		#content .postAnnouncement .post-entry {
			font: normal 12px/18px "Century Gothic", Verdana;
			color: #fff;
			width: 546px;
			margin: 0 0px 0 0px;
			padding: 0 15px;
			float: left;
                  text-align:justify;
		}
		
		#content .postAnnouncement .post-entry a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .postAnnouncement .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .postAnnouncement .post-entry .more-link {
			font: bold 12px/20px "Century Gothic", Verdana;
			color: #ffffff;
			float: right;
		}
		
		#content .postAnnouncement .post-entry .more-link a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .postAnnouncement .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .postAnnouncement .post-info {
			clear: both;
			width: 549px;
			height: 14px;
			background:#8f1514;
			font: bold 12px "Century Gothic", Verdana;
			color: #ffffff;
			padding: 7px 15px;
		}
		
		#content .postAnnouncement .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .postAnnouncement .post-info a:hover {
			text-decoration: underline;
		}
		#content .postAnnouncement .commentss a{
            float:right;
            margin-top:-23px;
            width:99px;
            color:#8b1314;
            background: url("images/comments.png") no-repeat;
            text-decoration:none;
            margin-right:10px;
            padding-left:7px;
            }


		/* Post - Title */
		
		#content .post .post-title {
			width: 579px;
			height: 55px;
			color: #af8b38;
			font: bold 10px "Century Gothic", Verdana;
                  padding-left:15px;
		}
		
		#content .post .post-title a {
			color: #af8b38;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #af8b38;
			font: bold 18px "Century Gothic", Verdana;
			padding: 10px 0 1px 0px;

		}
		
		#content .post .post-title h2 a {
			color: #af8b38;
			text-decoration: none;

		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title .post-date {
			margin: 5px 20px 0 17px;
			width: 46px;
			height: 44px;
			text-align: center;
			float: right;
			color: #fff;
			font: bold 17px "Century Gothic", Verdana;
                  background:#d5b96f;
                  border:1px solid #b08f37;
		}
		
		#content .post .post-title .post-date span {
			margin: 2px 0;
			display: block;
			font-size: 14px;
		}
		
		/* Post - Entry */

		#content .post .post-vote{
			font: normal 12px/18px "Century Gothic", Verdana;
			color: #383838;
			width: 546px;
			margin: 0 0px 0 0px;
			margin-bottom: 10px;
			padding: 0 15px;
			float: left;
            text-align:justify;
		}
		
		#content .post .post-entry {
			font: normal 12px/18px "Century Gothic", Verdana;
			color: #383838;
			width: 546px;
			margin: 0 0px 0 0px;
			padding: 0 15px;
			float: left;
            text-align:justify;
		}
		
		#content .post .post-entry a {
			color: #b98e24;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 12px/20px "Century Gothic", Verdana;
			color: #ffffff;
			float: right;
		}
		
		#content .post .post-entry .more-link a {
			color: #ffffff;
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			clear: both;
			width: 549px;
			height: 14px;
			background:#b79341;
			font: bold 12px "Century Gothic", Verdana;
			color: #ffffff;
			padding: 7px 15px;
		}
		
		#content .post .post-info a {
			color: #ffffff;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		.commentss a{
            float:right;
            margin-top:-23px;
            width:99px;
            color:#b79341;
            background: url("images/comments.png") no-repeat;
            text-decoration:none;
            margin-right:10px;
            padding-left:7px;
            }
		/* Post - Comments */
		
		#content .post h3 {
			margin: 20px 0 10px 0;
			color: #a88026;
			font: bold 14px "Century Gothic", Verdana;
			width: 522px;
		}
		
		#content .post .comments {
			font: normal 12px/18px "Century Gothic", Verdana;
			color: #2f2f2e;
			width: 542px;
		}
		
		#content .post .comments a {
			color: #2f2f2e;
			text-decoration: none;
		}
		
		#content .post .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .comments ol li.alt {
			background: #dfb651;
		}
		
		#content .post .comments ol li cite {
			color: #2f2f2e;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .comments ol li cite a {
			color: #2f2f2e;
			text-decoration: none;
		}
		
		#content .post .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .comments ol li .commentmetadata a {
			color: #353535;
			text-decoration: none;
		}
		
		#content .post .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post #commentform {
			margin: 0;
			font: normal 12px/18px "Trebuchet MS", Verdana;
			color: #ffffff;
			width: 522px;
		}
		
		#content .post #commentform a {
			color: #353535;
			text-decoration: underline;
		}
		
		#content .post #commentform a:hover {
			text-decoration: underline;
		}

/* Main - Content - Navigation */
	
	#content .navigation {
		float: left;
		margin-bottom: 45px;
		font: bold 11px "Century Gothic", Verdana;
		color: #ffffff;
		padding: 0 10px;
		width: 560px;
	}
	
	#content .navigation a {
		color: #ffffff;
            font-size:13px;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
}


/* Footer */

#footer {
	width: 1024px;
	height: 45px;
	color: #ffffff;
	font: bold 12px/45px "Century Gothic", Verdana;
	text-align: center;
	background: url("images/footer.gif") repeat-x;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
		.sidebar ul li {
			color: #ffffff;
			font: normal 12px/28px "Trebuchet MS", Verdana;
			border-bottom: 1px solid #a88026;
			padding-left: 10px;
		}
		.sidebar ul li:hover {
			color: #ffffff;
			background:#a88026;
			text-decoration:none;
		}		
		.sidebar ul li a {
			color: #ffffff;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: none;
		}
		
			.sidebar ul li ul li {
				border-bottom: none;
			}
		

		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin: 0 auto;
			padding-bottom: 5px;
			width: 118px;
		}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
		}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
		}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 0 5px 5px 5px;
			margin: 0 auto;
			width: 180px;
		}
#right{
float:left;
width:420px;
}	




.tabs-block {
clear: left;
float: left;
width: 397px;
padding: 0;
margin: 6px 0 10px 15px;
display: block;
color:#fff;
}
.tabs-block a {
text-decoration:none;
color:#fff;
padding-left:1px;
}
.tabs-block a:hover {
text-decoration:underline;
color:#fff;
}
.tabs-block p{
margin-left:10px;
margin-right:10px;
text-align:justify;
margin-top:0px;
margin-bottom:0px;
}
.tabbed {
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
background: transparent;
border: none;
}
.tabbed ul.tabs {
overflow: hidden;
display: block;
position: relative;
top: 0;
left: 0;
z-index: a88026;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
background: transparent;
}
.tabbed ul.tabs li {
display: inline;
float: left;
padding: 0;
margin: 0 1px 0 0;
}
.tabbed ul.tabs li a {
font-weight: bold;
display: block;
margin: 0;
padding: 5px .8em;
border: 1px solid #a88026;
}
.tabs-block ul.tabs li a { padding: 5px .7em; }
.tabbed ul.tabs li a:hover {
background:#a88026;
text-decoration: none;
color:#fff;
}
.tabbed ul.tabs li a.tab-current {
background: #a88026;
border-bottom: 1px solid #a88026;
color:#fff;
}
.tabs-block .tabbed div, #home .tabbed .c {
overflow: hidden;
display: block;
position: relative;
left: 0;
top: -1px;
z-index: 0;
clear: left;
width: 100%;
margin: 0;
padding: 0px 0;
border: 1px solid #a88026;
background-color: #a88026;
display: none;

}
div.t2, div.t3, div.t4, div.t5, div.c2, div.c3, div.c4, div.c5, div.c6, div.c7, div.c8, div.c9, div.c10  { display: none; }
.tabs-block .tabbed div.t1, #home .tabbed div.c1 { 
display: block;
}
.tabs-block .tabbed div { width:395px; }
.tabbed div ul {
overflow: hidden;
padding: 4px 0 2px 0;
margin: 0;
background-color: #c79d35;
}
.tabbed div ul li {
clear: left;
background: transparent;
padding:4px 0;

}
.tabbed div ul li a {
font-weight: normal;
width: 97%;
display: block;
padding: 2px 0 2px 12px;
border: none;
color: #fff;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}
.tabbed div ul li a:hover { 
text-decoration: underline; 


}
.tabbed div ul li a:link { 
text-decoration : none; 
color : #fff; 
} 
.tabbed div ul li a:active { 
text-decoration : none; 
color : #fff; 
} 
.tabbed div ul li a:visited { 
text-decoration : none; 
color : #fff; 
}
.tabbed div ul li a:hover { 
text-decoration : underline; 
color:#fff;
}


/************************************************
*	[Search Form]									*
************************************************/
	
#searchform {
    float:left;
	margin: 0px;
	margin-left:70px;
      margin-bottom:5px;
	padding: 4px 0px 0px 0px;
}
	
#s {
	background: #ddb551;
	width: 210px;
	color: #fff;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #aa7c0a;
}
	
#sbutt {
	background: #aa7c0a;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 3px;
	border: 1px solid #956d0b;
}

