/*
Theme Name: Celebrities Blog 6
Theme URI: http://themesjunction.com
Description: A very beautiful wordpress theme made by "themes junction" team
Version: v1.0
Author: Themes Junction
Author URI: http://themesjunction.com 
*/
/*------TJ-------*/	
/*     Global    */
/*---------------*/
body {
	margin: 0;
	background: #B65859;    
}
h1, h2{
	margin: 0;
}
h3, h4  {
        text-decoration: underline;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border:1px solid #777;padding:4px
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
/* image caption */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/*------TJ-------*/	
/*    The Wrap   */
/*---------------*/
#wrap {
	width: 1004px;	
	margin: 0 auto;
	padding:0px;
	background: #EFEFEF url("images/bg.gif") repeat-y top;
}
#content-container {
	width: 1004px;
	background: url("images/header.jpg") no-repeat top;	
	margin: 0 auto;
	padding:0px;
}
#contents {
	width: 945px;
	padding: 0 0px 0 45px;
	margin:0;
	clear:both;
	margin-top:2px;
}
#page-bottom {
	width: 1004px;
	background: url("images/page_bottom.gif") no-repeat bottom;
}
/*------TJ-------*/	
/*   The Header  */
/*---------------*/
#header {
	width: 1004px;
	height: 400px;
	position: relative;
}
#header-title {
	position: absolute;
	text-transform: uppercase;
	left: 30px;
	top: 10px;	
}
#header-title h1 {
	font:34px 'times new roman';
	font-weight:bold;
	margin-bottom: 2px;
}
#header-title h1 a {
	color: #3F3D3A;
	text-decoration: none;
}
.header-subtitle {
	color: #3F3D3A;
	font:bold 12px Arial;
}
#rss {
	position: relative;
	padding-left:80px;
	height: 80px;
	font: bold 12px tahoma;
	color: #a2a2a2;
	line-height:65px;
	background: url("images/icon_rss.gif") no-repeat;
	clear:both;
}
#rss a {
	color: #a2a2a2;
}
/*------TJ-------*/		
/*   Top Menu    */
/*---------------*/
	
#navlist{
	position:absolute;
	height:35px;
	font-size:12px;
	font-weight:normal;
	font-weight:bold;
	padding:0;
	font-family:Verdana,arial;
	top:66px;
	}
#navlist ul{
	margin:0px;
	padding:0px 0px 0 30px;
	list-style-type:none;
	width:auto;
	float:left;
	
	}
#navlist ul li{
	display:block;
	float:left;
	margin:0 ;
	}
#navlist ul li a{
	display:block;
	float:left;
	color:#888888;
	padding:12px 0px 0 0px;
	height: 35px;
	background:url(images/menu_right.gif) no-repeat right top;
	text-align: center;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	}
#navlist ul li a:hover,#navlist ul li.current_page_item a{
	color:#ffffff;
	background:url(images/menu.gif) repeat-x top left;
	height: 35px;
	text-align: center;
	}
#navlist ul li .current_page_item a,#navlist ul li .current_page_item a:hover{
	color:#3A5978;
	height: 35px;
	background:url(images/menu.gif) repeat-x top left;
	}
/*------TJ-------*/		
/*  Search Area  */
/*---------------*/
#menu_navbar_box {
	position:absolute;
	width: 468px;
	top:370px;
	left:20px;
	float:left;
	margin-left:20px;
}

#menu_search_box {
	position:absolute;
	width: 375px;
	top:345px;
	right:0px;
	float:right;
	margin-right:20px;
}
#menu_search_box #searchform {
	margin: 0;
	padding: 0;
	width: 280px;
	height: 27px;
}
#menu_search_box #s {
	font: 12px tahoma;
	color: #999999;
	border: none;
	padding: 10px 10px 0 0px;	
	background:none;
	float: left;
	width: 205px;
	height: 18px;
	border: solid 1px #aaaaaa;
	
}
#menu_search_box #submit {
	background:none;
	width:80px;
	height:28px;
	float:left;
	margin-left:10px;
	margin-top:0;
	padding-top:0;
}
#search_box_container{
margin-left:45px;
margin-top:17px;
width:320px;
height:25px;
}
#submit_but{
width:90px;
height:25px;
float:left;
padding-left:5px;
}
/*------TJ-------*/		
/*    Top Post   */
/*---------------*/
.top_post {
	float: left;
	padding:0;
	margin: 0 0 10px 0px;
	width: 652px;
	position:relative;
	background:url("images/post_bg.gif") repeat-y left;
}
.post_title {
	width: 652px;
	color: #848484;
	height:120px;
	background:url("images/post_top.gif") no-repeat top left;
}
.post_title h2 {
	color: #cfcfcf;
	font:bold 16px tahoma;
	font-variant:small-caps;	
	padding:7px;
	margin-left:7px;
	padding-left:5px;
	width:560px;
	
}
.post_title h2 a {
	color: #ffffff;
	text-decoration: none;
}
.post_title h2 a:hover {
	text-decoration: underline;
}
.post_title a {
	color: #848484;
	text-decoration: none;
}
.post_title a:hover {
	text-decoration: underline;
}
.meta_inf {
	width: 510px;
	height: 22px;
}
.meta_inf a{
color:#B65859;
}	
.headline {
	float: left;
	padding-left: 0px;
	color:#ffffff;
	font:bold 16px tahoma;
	font-variant:small-caps;	
}
.headline_date {
	float: left;
	padding-top: 3px;
	padding-right:15px;
	color:#ffffff;
	font:12px arial;
}
.meta_date {
	float: left;
	padding-left: 20px;
	color:#aaaaaa;
	font:10px arial;
	line-height:22px;
	clear:both;
	background:url("images/icon_date.gif") no-repeat left;
}
.meta_comments {
	float: right;
	font:10px arial;
	padding-left: 16px;
	height:22px;
	line-height:22px;
}
#content .read_more {
	float: right;
	margin-right:20px;
	font:10px arial;
	width:85px;
	text-align:center;
	height:22px;
	line-height:22px;
	color:#999999;
	background:url("images/more.gif") no-repeat right top;
}
#content .read_more a {
	color:#999999;
	text-decoration:none;
}
.top_titles a{
	color: #B65859;
	text-decoration: none;
	font: bold 18px arial;
}
	
.top_entry {
	text-align:justify;
	color: #808080;
	padding: 1px 10px 0 12px;
	clear:both;
	font: 12px Arial;
	margin-top:-70px;
}
.top_entry blockquote {
	border-left: 7px solid #999999;
	font-style:italic;
	padding:0 0 0 15px;
	margin: 0px 15px;
}
.top_entry a {
	color: #B65859;
	text-decoration: none;
}
.top_entry a:hover {
	text-decoration: underline;
}
.top_entry img {
	padding: 3px;
}
.post_bottom {
	width: 652px;
	padding-top: 14px;
	line-height: 22px;
	height: 30px;
	font: 11px Arial;
	color: #cccccc;
	background:url("images/post_bottom.gif") no-repeat left bottom;
}
.post_cat {
	padding-left: 14px;
	line-height: 22px;
	font: 11px Arial;
	color: #aaaaaa;
	float:left;	
}
.post_cat a {
	color: #B65859;
}
#content {
	float: left;
        min-height: 770px;
	width: 655px;
        min-height: 770px;
	overflow: hidden;
	
}
#content .meta_inf {
	width: 500px;
	height: 22px;
}
#comment {
	background:#ffffff;
	width:500px;
	border:1px solid #606060;
}
#commentform input{
	border:1px solid #606060;
	background:#ffffff;
}
#commentform #submit{
	border:1px solid #909090;
	border-style:outset;
	background:#cccccc;
	color:#B65859;
}
		
#content .post .comments {
	font: 11px Arial;
	color: #969696;
	width: 600px;
}
#content .post .comments ol {
	margin: 10px 0;
	padding-left: 25px;
}
#content .post .comments ol li {
	padding: 5px;
}
#content .post .comments ol li a {
	color: #B65859;
	text-decoration: none;
}
#content .post .comments ol li a:hover {
	text-decoration: underline;
}
#content .post .comments ol li.alt {
	background: #eeeeee;
}
#content .post .comments ol li cite {
	color: #606060;
	font-style: normal;
	font-weight: bold;
}
#content .post .comments ol li cite a {
	color: #606060;
	text-decoration: none;
}
#content .post .comments ol li cite a:hover {
	text-decoration: underline;
}
#content .post .comments ol li .commentmetadata a {
	color: #aaaaaa;
	text-decoration: none;
}
#content .post .comments ol li .commentmetadata a:hover {
	text-decoration: underline;
}
#content .post #commentform {
	font: 11px Arial;
	color: #909090;
	width: 548px;
	padding-left: 25px;
	margin: 0;
}
#content .post #commentform a {
	color: #B65859;
	text-decoration: none;
}
#content .post #commentform a:hover {
	text-decoration: underline;
}
/*---Misc---*/
.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }
#content .downloadbox {
margin:0 auto;width:500px;
}
#content .download {
color:#a3a3a3;
border: 4px dashed #B65859;
background: #ffffff;
text-align: center;
font:12px arial;
margin: 0px;
}
/*------TJ-------*/		
/*   About Box   */
/*---------------*/
	
#about_box {
	float: left;
	position:absolute;
	top:118px;
	right:45px;
	width: 250px;
	height:270px;
	margin-top:0px;
	text-align:justify;
	font:12px arial;
	color:#a3a3a3;
	overflow:hidden;
	
}
#about_box h3 {
	margin:5px 0px 20px 0px;
	color:#ffffff;
	font:bold 14px arial;
	padding:0;
}
#about_box img{
float:right;
padding:0px;
margin:25px 0 0 10px;
border:1px solid #999999;
}
#about_box a{
color:#AA0907;
text-decoration:none;
}
/*------TJ-------*/		
/*  Ads Spaces   */
/*---------------*/
	
.rightads {
	float: right;
	width: 260px;
	margin-bottom: 10px;
	position:relative;
	margin-top:10px;
	padding:0;
}
.rightads_ad {
	padding:0px;
        float: left;
	margin-left:0px;
	padding-bottom:5px;
}
/*------TJ-------*/		
/*   Side bar    */
/*---------------*/
	
#sidebar {
	float: left;
	width: 260px;
	margin-right:10px;
	font: 11px Arial;
	color: #7D7D7D;
	margin-top:0px;
	background:url("images/side_bg.gif") repeat-y left;
}
	
.sidebar_container {
	width: 260px;
	margin-bottom: 0px;
}
#sidebar h2 {
	width: 240px;
	height: 39px;
	padding-left: 20px;
	padding-top:7px;
	margin-bottom: 2px;
	font: bold 14px tahoma;
	color: #ffffff;
	font-variant:small-caps;
	background: url("images/sidebar_title.gif") no-repeat top left;
}
#sidebar a {
	color: #7D7D7D;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
}
#sidebar ul li {
	color: #656565;
	font: 12px Arial;
	border-bottom:1px dashed #cccccc;
	background:url("images/bullet.gif") no-repeat left;
}
#sidebar ul li a {
	color: #676767;
	text-decoration: none;
	padding: 5px 5px 5px 12px;
	height:15px;
	margin:0;
	display: block;
		
	
}
#sidebar ul li a:hover {
	text-decoration: none;
	height:15px;
	color:#B65859;
}
#sidebar ul li ul {
	margin: 0;
	padding: 0;
}
#sidebar #searchform {
	margin: 0;
	padding: 10px 0;
	width: 200px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 180px;
}
#sidebar #calendar_wrap {
	width: 200px;
	margin: 0 auto;
	padding-top: 5px;
	padding-left:0;
}
#sidebar #calendar_wrap table {
	width: 200px;
}
#sidebar #calendar_wrap a {
	color:#B65859;
}
#sidebar #calendar_wrap caption {
	margin: 0 auto;
	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 .textwidget {
	padding: 0 5px;
}
.sidebar_bottom {
	margin: 0px;
	padding: 0px;
	clear:both;
	height: 25px;
	width: 260px;
	display:block;
	position:relative;
	background:url("images/side_bot.gif") no-repeat left;
}
/*------TJ-------*/		
/*  Recent Data  */
/*---------------*/
	
#recent_data {
	width: 570px;
	background: url("images/recent_bg.gif") repeat-y;
	margin-bottom: 15px;
	display:block;
	position:relative;
}
#recent_data_top {
	width: 570px;
	background: url("images/recent_top.gif") no-repeat;
}
#recent_data_bottom {
	width: 570px;
	padding: 0 0 10px 0px;
	background: url("images/recent_bottom.gif") no-repeat left bottom;
	overflow: hidden;
}
.recent_data_container {
	width: 270px;
	float: left;
	padding-left:10px;
}
.recent_data_container h3 {
	color: #B65859;
	padding: 7px 10px 10px 14px;;
	font: bold 12px tahoma;
	line-height:20px;
	background:url("images/recent_bullet.gif") no-repeat left;
}
.recent_data_container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.recent_data_container ul li {
	color: #ffffff;
	font:14px tahoma;
	height:35px;
	overflow:hidden;
	width:250px;
	border-bottom: 1px dotted #666666;
}
.recent_data_container ul li a {
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0px;
}
.recent_data_container ul li a:hover {
	text-decoration: none;
	background-color: #fefefe;
}
.recent_data_container ul li a span {
	color: #666666;
	font:  10px Arial, Verdana, Sans-Serif;
	display: block;
	margin-bottom: 4px;
}
.recent_data_container ul li ul {
	display: none;
}
/*------TJ-------*/		
/*  Navigations  */
/*---------------*/
.navigation {
	font: 12px Arial;
	color: #B65859;
	width: 630px;
	margin-left:10px;
}
.navigation a {
	color: #B65859;
	text-decoration: none;
}
.navigation a:hover {
	text-decoration: underline;
}
.navigation-p {
	float: left;
}
	
.navigation-n {
	float: right;
}
/*------TJ-------*/		
/*  Footer Links */
/*---------------*/
#footer {
	width: 934px;
	height: 52px;
	padding: 0;
	color: #aaaaaa;
	padding-top:50px;
	text-align:center;
	font: 11px Arial;
	clear:both;
}
#footer a {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
/*------TJ-------*/		
/*  Img Gallery  */
/*---------------*/
#imagegallery-container {
width: 650px;
padding:0px;
height:154px;
margin-left:0px;
}
#imagegallery-container .slidewrap {
position: relative;
padding-top:20px;
padding-left:0px;
height:154px;
background:url(images/slidebg.gif) repeat-x top;
}
#slides-prev {
display: block;
width: 46px;
height: 60px;
position: absolute;
top: 54px;
left: -47px;
z-index: 10;
}
#slides-prev a {
display: block;
width: 46px;
height: 60px;
text-indent: -9999px;
background: url(images/left_nav.gif) no-repeat right top;
margin-left:40px;
}
#slides-next {
display: block;
width: 46px;
height: 60px;
position: absolute;
top: 54px;
right: -12px;
z-index: 10;
}
#slides-next a {
display: block;
position:relative;
width:46px;
height: 60px;
text-indent: -9999px;
background: url(images/right_nav.gif) no-repeat left top;
}
#slides {
width: 650px;
height: 120px;
position: relative;
top: 0px;
overflow: hidden;
z-index: 5;
margin: 0 auto;
padding-left: 0px;
}
#slides img {
margin: 0;
padding: 0;
border: 0;
width: 200px;
height: 112px;
margin-left:10px;
border:1px solid #CCCCCC;
}
#slide-box {
height:122px;
position: absolute;
overflow: visible !important;
}
#slide-box div {
float: left;
position: relative;
width: 650px;
height: 120px;
display: block !important;
}
.wp-pagenavi a, .wp-pagenavi a:link {
        font-family: arial;
        font-weight: bold;
        font-size: 12px;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #777;
	background-color: #f5f5f5;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #777;
	background-color: #f5f5f5;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #eee;
	color: #777;
	background-color: #fff;	
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #eee;
	color: #777;
	background-color: #fff;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #777;
	font-family: arial;
        font-weight: bold;
        font-size: 12px;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-family: arial;
        font-weight: bold;
        font-size: 12px;
	border: 1px solid #eee;
	color: #777;
	background-color: #fff;	
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	border: 1px solid #ccc;
	color: #777;
	background-color: #f5f5f5;	
}
