/*   
Theme Name: Miss Kish
Theme URI: http://www.misskish.com/
Description: A Simple layout
Author: Karishma Dugar
Author URI: http://misskish.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

*{

}

/* remember to define focus styles! */
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


body {
	behavior: url(css/csshover.htc);  /* WinIE behavior call */
	background: #fff;
	font: 80%/1.6 "Trebuchet MS", verdana, helvetica, arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	position: relative;
	margin: 0;
	width: 100%;
	min-width: 980px;
	color:#666;
}
p {
	
	margin: 1em 0;
}

.pic {
	
	margin: 0 0 10px -5px;
}

.prev {
	
	margin: 0;
	float:left;
}

.next {
	
	margin: 0 5px 0 0;
	float:right;
}

h1, h2, h3 {
	font-weight: normal;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;		
}

h2    { font-size: 3em; color: #666666;}
h3    { font-size: 2em; color: #666666; letter-spacing: 2px;}

.subscription h2{
	font-size:12px;
	letter-spacing:1px;
	font-weight:bold;
	margin-bottom:2px;
	text-transform:uppercase;
	color:#b5b5b5;
	font-family: "Tahoma";

}
#comments{
	margin-right:30px;
}
#comments h3{
	font-size:14px;
	font-weight:bold;
}
#comments ol{
	padding-left:15px;
	margin-left:0;
	border-bottom:1px solid #ccc;
}
#comments li{
	margin-bottom:20px;
}
a:link { 
	color: #ef3d10; 
	text-decoration: none;
	}
	
a:visited { 
color: #ef3d10; 
text-decoration: none;
	}


a:hover {
	text-decoration: none;
	color: #ef3d10;
	}

div.main_nav { 
width: auto; 
height: 140px; 
padding: 0; 
margin: 0 auto; 
position:relative;
}
div.main_nav ul { 
	padding: 20px 0 0 0; 
	margin:0;
	margin-left:9px;
	background:transparent url(images/bg-nav.gif) 10px 56px repeat-x;
	overflow:hidden;
	width:855px;
}
div.main_nav ul li { display: inline; margin-left:0;}
div.main_nav ul li a { float: left; display: block; height: 70px; text-indent: -9999px; margin: 0 15px;}
div.main_nav ul li#about-miss-kish a { background: url(images/about.png) no-repeat; width: 145px; margin-left:0px; }
div.main_nav ul li#what-she-does a { background: url(images/what-she-does.png) no-repeat; width: 145px; }
div.main_nav ul li#blog a { background: url(images/kiss-does-blog.png) no-repeat; width: 145px; }
div.main_nav ul li#get-me-to-her a { background: url(images/getme_her.png) no-repeat; width: 145px; }
div.main_nav ul li#kish-long-term a { background: url(images/kiss-long-term.png) no-repeat; width: 145px; margin-right:0px;}

div.main_nav ul li#about-miss-kish a:hover  { background: url(images/about.png) no-repeat; width: 145px; background-position: 0 -70px;} 
div.main_nav ul li#what-she-does a:hover { background: url(images/what-she-does.png) no-repeat; width: 145px; background-position: 0 -70px;} 
div.main_nav ul li#blog a:hover { background: url(images/kiss-does-blog.png) no-repeat; width: 145px; background-position: 0 -70px;}
div.main_nav ul li#get-me-to-her a:hover{ background: url(images/getme_her.png) no-repeat; width: 145px; background-position: 0 -70px;} 
div.main_nav ul li#kish-long-term a:hover { background: url(images/kiss-long-term.png) no-repeat; width: 145px; background-position: 0 -70px;}

div.main_nav ul li#about-miss-kish.current_page_item a { background: url(images/about.png) no-repeat; width: 145px; background-position: 0 -70px;}
div.main_nav ul li#what-she-does.current_page_item a { background: url(images/what-she-does.png) no-repeat; width: 145px; background-position: 0 -70px;}
div.main_nav ul li#blog.current_page_item a {
	background: url(images/kiss-does-blog.png) no-repeat; 
	width: 145px;  
	background-position: 0 -70px;
}
div.main_nav ul li#get-me-to-her.current_page_item a { 
	background: url(images/getme_her.png) no-repeat; 
	width: 145px;  
	background-position: 0 -70px;
}
div.main_nav ul li#kish-long-term.current_page_item a { 
	background: url(images/kiss-long-term.png) no-repeat; 
	width: 145px; 
	background-position: 0 -70px;
}
#subnav li.current_page_item a{
	color:#ef3d10;
}
div.main_nav ul li ul{display:none;}

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	margin-top: 10px;
}

/*header*/
#mastheader {
/*	border:1px solid #000;*/
}

#branding {
}

#branding h1{ 
	text-indent: -9999px; 
	background: transparent url(images/misskish-logo.png) no-repeat;	
	height: 80px;
}

#branding a {
	width: 600px;
	display: block;
	overflow: visible;
	height:80px;
}

/*end header*/

#content {
	margin: 0 auto 50px auto;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	z-index:-1;

}

#content_wrapper {
	margin:20px;
	margin-top:5px;
	margin-right:0;
	overflow:hidden;
	width:845px;
}

img.profile {
	float: left;
	margin: 5px;
	border: 1px solid #cccccc;
}

#right_content {	
	float: right;
  	background: #FFF;  	
	width: 200px;
  	padding: 0 0px 0 0px;
	margin-left: 20px;
	height: 360px !important;
  	height: 360px;
	min-height: 360px;
}


#right_content h3 {
	margin: 10px 0;
}


#content_wrapper #middle_content ul
{
	padding: 5px;
	list-style-image: url(images/arrow.png);
	margin: 0;
}


#content_wrapper #middle_content li 
{
  margin-left: 8px;
  padding: 0 0 10px 0;
}

#right_content ol
{
	padding: 5px;		
	margin-top: 10px;
	list-style: decimal;
}

#right_content li 
{
  margin-left: 8px;
  padding: 0 0 10px 0;
}

p.copy { padding-top:20px;}


.clear { clear: both; }
.hide { display: none; }


#left_content {	
  	float: left;
  	background: #FFF;  	
	width: 200px;
  	padding: 0 5px 0 0px;
	margin-left: 15px;
 /*	border:1px solid #000;*/
 }
#clients{
  	float: left;
  	background: #FFF;  	
	width: 130px;
  	padding: 0 0 0 10px;
	margin-left: 15px;
/*	border:1px solid #000;*/
}

#subnav a.currenta {	

	color: #ef3d10;
}


#merged_columns {	
  	padding: 0;
	margin: 0;
  	background: #FFF;  	
	width: 900px;  	
	height: 360px !important;
  	height: 360px;
	min-height: 360px;
	text-align:center;
}

.heading1 {	
  	font-size: 6em; color: #cccccc; letter-spacing: 1px;
	font-family: "Arial Narrow", "Trebuchet MS", verdana, helvetica, arial, sans-serif;	
}

.heading2 {	
  	font-size: 3em; color: #cccccc; letter-spacing: 2px; margin-top:35px; padding-bottom:15px;
	font-family: "Trebuchet MS", verdana, helvetica, arial, sans-serif;	
}

#middle_content {	
  	background-color:#fff;  	
	width: 320px;
  	padding: 0 10px;
	margin-left:30px;
	float: left;
}
#main_content, #portfolio_content{
	width:610px;
  	background-color:#fff; 
  	padding: 0 0px;
	padding-right:0;
	margin-left:0px;
	float: right;

}
#portfolio_content{
	width:667px;
	margin-right:0;
}

#contact_middle_content {	
  	background: #FFF;  	
	width: 520px;
  	padding: 0 10px 0 10px;
	margin-left: 35px;
	float: left;
}

#footer {
	clear: both;
  	padding: 5px 50px;
	text-align:center;
	color:#a2a2a2;
}
#footer img{
	padding:0px 15px;
	border-right:1px solid #a2a2a2;
}
#footer img.lastlink{
	border:none;
}


#footer p {
	font-size:13px;
  	margin: 1px;
}
#aboutmisskish{
	margin-top:115px;
	text-align:left;
	margin-left:242px;
	color:#535353;
}
#subnav{
	margin-top:0px;
}
#subnav, #subnav li{
	margin-left:0px;
	padding:0;
}
#subnav a{
	color:#858585;
	text-transform:uppercase;
}
#subnav a:hover{
	color:#ef3d10;
}
.page-nav{
	text-align:right;
	margin-top:0;
}

.d-image{
	margin-top:0px;
}
#prev, #next{
	float:left;
	margin-right:18px;
	margin-left:14px;
/*	border:1px solid #000;*/
	margin-top:180px;

}
#next{
	margin-right:0;
	margin-left:18px;
}

p.rss{
	background:transparent url(images/rss.png) center left no-repeat;
}
p.rss a{
	padding:10px;
	display:block;
	padding-left:30px;
	color:#b5b5b5;
	font-family: "Tahoma";
}
p.rss a:hover{
	color: #ef3d10;
}
.blogpost{
	border-bottom:1px solid #ccc;
	text-align:center;
	overflow:hidden;
}
.blogpost img{
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
.blogpost p{
	text-align:left;

/*	border:1px solid #000;*/
}
.comments{
	clear:both;
	text-align:left;
	margin-bottom:10px;
	padding-top:10px;
}
#blog-navigation{
	margin:10px 0;
}
#blog-navigation img{
	border:none;
}
input.email_box {
	background: #FFFFFF;
	width:150px;
	border:1px solid #d3d3d3;
	float:left;
	color:#b5b5b5;
	padding:5px 5px;
	margin-right:10px;
	font-family: "Tahoma";
}
.search_hand {
	background:url(images/email-add.png) no-repeat;
	height:23px;
	width:26px;
	cursor:pointer;
	cursor:hand;
	border:none;
	margin-top:2px;
}
#s1{
	width:570px;
	float:left;
	height:600px;
	overflow: hidden; 
	position: relative; 
	margin-top:5px;
}
.boxgrid{ 
	width:570px; 
	height:600px;
	float:left; 
	background:#161613; 
}

.captionbox{ 
	float: left; 
	padding:3px 5px; 
	font-weight:bold; 
	position: absolute; 
	color:#000; 
	background:#ccc;
	font:13px "Trebuchet MS", Arial, sans-serif; 
	height: auto; 
	width:570px; 
	top: -260px;
	left: 0;
	opacity: .8;
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.captionbox p{
	margin:0px;
	padding:3px;
	
}
.blogpost h2{
	font-size:17px;
	font-weight:bold;
	text-align:left;
}
li#frontpage{display:none;}
.blogpost .item{
	overflow:hidden;
}
#content_wrapper.home_special{
	margin-left:14px;
}