/*
Theme Name: Nishita
Theme URI: http://www.clipthephotos.com/
Description: <p>A Photo Blog theme for Wordpress with simple and elegant style. It shows a single image on the front page. This is neither a Gallery replacement nor one that rivals Flickr but something that can compliment them. You should be using this to showcase some of your good and better photos.</p><p>Look for the theme preview at <a href="http://www.clipthephotos.com/">Clip the Photos</a> or visit the <a href="http://nishita.clipthephotos.com/" title="Nishita Photoblog's blog">Theme's Blog</a> for details and updates.</p>
Version: v1.0.0
Author: Brajeshwar
Author URI: http://www.brajeshwar.com/

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
___________________________________________________________________________________________________ */

/*
global settings
---------------------------------------------- */

* {
margin: 0;
padding: 0;
}
body {
	margin: 0 auto;
	background-color: #fff;
}
a:link { color: #1566A7; text-decoration: none }
a:visited { color: #1566A7; text-decoration: none }
a:hover { color: #9C0; text-decoration: none }
a:active { color: #1566A7; text-decoration: none }

a img { 
border: 0; 
}


/*
layout
---------------------------------------------- */

#container {
width: 750px;
margin: 0 auto;
font-size: 0.75em;
text-align: left;
}

/*
header
----------------------------------------------- */

#header {
	display: block;
	margin:9px auto 16px auto;
	width: 724px;
	height: 125px;
	background-image:url(./i/header.jpg);
}

#header a:link, #header a:visited {
	color: #9c0;
}

#header a:hover {
	color: #1566A7;
}

#header p {
	font: 9px/10px 'Lucida Grande', Verdana, arial, sans-serif;
	color: #ccc;
	margin: 0 0 0 24px;
	width: 310px;
}

#title {
float: left;
idth: 410px;
}
h1 {
	font: 24px/22px Georgia, Verdana, arial, sans-serif;
	margin: 0 0 0 24px;
	padding-top: 56px;
	letter-spacing: -1px;
}

h2 {
	font: bold 16px Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	margin:0 26px 15px 24px;
	color: #1566A7;
}
h2.title {
	font: bold 16px Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	margin:0 26px 15px 0;
	color: #1566A7;
}

h1 a:link {
color: #8c8c8c;
}
p#tagline {
margin: 5px 0 0;
font-size: 0.9em;
}

/*
navigation
---------------------------------------------- */

ul#nav {
float: right;
font-size: 0.9em;
text-align: right;
text-transform: uppercase;
letter-spacing: 0.1em;
}
#nav li {
float: left;
list-style-type: none;
display: block;
margin-left: 10px;
}
#nav li a {
float: left;
height: 100%;
display: block;
padding: 30px 5px 0;
}
#nav li a:hover, 
body#home li#nav-home a, 
body#archives li#nav-archives a, 
body#contact li#nav-contact a, 
body#about li#nav-about a {
background: #f9f9f9;
}

/* 
photo		
------------------------------------------------------ */

#photo {
background: #d7d7d7;
margin: 0 0 1px;
padding: 5px;
}
#photo-inner {
background: #fff;
padding: 10px;
border: 1px solid #bbb9b9;
}
h2.photo-title {
background: #d7d7d7;
margin: 0 0 1px;
padding: 5px;
font-size: 1.1em;
color: #666;
letter-spacing: 0.1em;
}
h2.photo-title span {
display: block;
background: #fff;
padding: 5px 10px;
border: 1px solid #bbb9b9;
}
#photo-inner img {
margin: 0 0 10px;
padding: 0 0 10px;
}

/* 
photo meta		
------------------------------------------------------ */

#photo-meta {
float: left;
width: 499px;
background: #d7d7d7;
margin: 0 0 20px;
padding: 5px;
}
#photo-meta-inner {
height: 30px;
background: #fff;
padding: 0 10px;
border: 1px solid #bbb9b9;
}
#photo-meta ul {
margin: 0;
}
#photo-meta ul li {
list-style-type: none;
display: inline;
margin: 0;
padding: 0 5px;
border-right: 1px solid #e1e1e1;
line-height: 30px;
}

/* 
navigate		
------------------------------------------------------ */

#navigate {
float: right;
width: 240px;
font-size: 0.9em;
}
#navigate-inner {
background: #d7d7d7;
padding: 5px;
text-align: center;
}
#navigate span.previous {
float: left;
}
#navigate span.next {
float: right;
}
#navigate span.previous,
#navigate span.next {
display: block;
width: 48%;
height: 30px;
background: #fff;
border: 1px solid #bbb9b9;
}
#navigate span.previous a,
#navigate span.next a {
display: block;
padding: 0 5px;
line-height: 30px;
}
#navigate span.previous a:hover,
#navigate span.next a:hover {
background: #f9f9f9;
}

/* 
comments		
------------------------------------------------------ */

body#commentspopup {
margin: 0 10px;
}
#comments {
background: #e0e0e0;
font-size: 0.75em;
text-align: left;
}
#comments-header {
background: #d7d7d7;
margin: 0 0 20px;
padding: 5px;
padding-top: 0;
}
#comments-header-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
border-top: none;
}
#comments-header h1 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-header h1 a:link {
color: #8c8c8c;
}
#comments-header h2 {
padding: 5px 0 0;
font-size: 0.9em;
}
#comments-info {
margin: 20px 0 0;
padding: 10px 0 0;
border-top: 1px solid #cececd;
}
#comments-info p {
font-size: 0.8em;
}
p.comments-meta {
margin: 10px 0 0;
padding: 0 0 5px 80px;
border-bottom: 1px solid #BDA7B0;
font-size: 0.9em;
line-height: 1.2em;
}
div.comment-main {
margin: 20px 0;
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
font-size: 0.95em;
}
div.comment-main.authorcomment {
background: #E8D9E1;
}
div.comment-meta {
margin: 0 0 0 45px;
font-size: 0.9em;
line-height: 1.2em;
}
div.gravatar {
float: left;
}
span.comment-meta-author {
display: block;
margin: 0 0 3px;
padding: 0 0 3px;
border-bottom: 1px solid #cececd;
font-weight: bold;
text-transform: uppercase;
}
div.comment-body {
margin: 10px 0 0;
}
#comment-form {
background: #d7d7d7;
margin: 20px 0;
padding: 5px;
}
#comment-form-inner {
padding: 10px;
background: #fff;
border: 1px solid #bbb9b9;
}
#comment-form h2 {
margin: 0;
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}
#comments-form label {
display: block;
font-size: 0.85em;
text-transform: uppercase;
letter-spacing: 0.2em;
}
#comments-form label em {
font-style: normal;
text-transform: none;
letter-spacing: normal;
}
#author, 
#email,
#url,
#comment {
width: 95%;
margin: 0 0 10px;
padding: 4px;
background: #f7f7f7;
border: 1px solid #e0e0e0;
font: 0.9em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}
#comment-submit {
padding: 5px 10px;
background: #888;
border: 3px double #999;
border-top-color: #ccc;
border-left-color: #ccc;
font-size: 85%;
color: #d5d5d5;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.1em;
}
div.comment-form-info {
margin: 10px 0 10px;
border-bottom: 1px solid #cececd;
font-size: 0.9em;
color: #666;
line-height: 1.4em;
}
div.comment-form-info p {
margin: 5px 0;
}
p.trackback {
overflow: hidden;
}

/* 
pages	
------------------------------------------------------ */


#main {
float: left;
width: 490px;
background: #d7d7d7;
margin: 0 0 20px;
padding: 5px;
}
#main-inner {
background: #fff;
padding: 10px;
border: 1px solid #bbb9b9;
}
h2.page-title {
padding: 0 0 5px;
border-bottom: 1px solid #cececd;
font: 1.5em Arial, "Trebuchet MS", Trebuchet, sans-serif;
color: #8c8c8c;
text-transform: uppercase;
letter-spacing: -1px;
line-height:1em;
}

/* sidebar	 */

#sidebar {
	width: 230px;
	margin: 0 0 0 642px;
	border-left: 1px solid #f2f2f2;
	/*border-right: 1px solid #f2f2f2;*/
    height:100%;
	text-align:right;
}

#sidebar img {
	padding: 0px;
	border: 1px solid #ccc;
	margin: 0px;
        text-align:center;
}

#side {
float: right;
width: 230px;
background: #d7d7d7;
padding: 5px;
font-size: 0.9em;
}
#side-inner {
background: #fff;
padding: 10px;
border: 1px solid #bbb9b9;
}

.box {
	background-color: #fff;
	margin:0 0 18px 0;
}

.box p, .box img, #firstbox p {
	margin: 0 14px 8px 14px;
}

#sidebar ul {
	margin:0 0 8px 0;
	padding-left:14px;
	padding-right: 14px;
}

#sidebar ul li {
	list-style: none;
}

#sidebar ul li a {
	display: block;
	width: 100%;
}

/* remove .norm rules if number of posts in category is not used */ 
/* should remove class='norm' from sidebar.php first */

#sidebar ul.norm li a {
	display: inline;
}

#sidebar ul.norm li {
	color: #999;
}

/* remove until here */

#sidebar ul li a:hover {
	background-color: #e6e6e6;
}

#sidebar ul.norm li a:hover {
	background-color: transparent;
}

#sidebar ul li a.feed {
	background-image: url(../img/rss.jpg);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 18px;
	width: auto;
}
ul.arch-list {
background: #fff;
padding: 10px 0;
}
ul.arch-list li {
list-style-type: none;
border-bottom: 1px solid #e1e1e1;
}

/* post */



#content {
	margin:0 auto;
	width: 728px;
	background-color: #fff;
	font: 10px/18px 'Lucida Grande', Verdana, arial, sans-serif;
	margin-bottom:24px;
	color: #333;
}

#content img {
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0;
    text-align:center;
}

#content img.wp-smiley {
	padding: 0;
	border: 0;
	margin: 0;
}

#left {
	float: left;
	width: 460px;
}


p.fecha {
	font: normal 9px/9px Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: 4px;
	margin-bottom: 4px;
}

div.post {
margin: 20px 0;
padding: 0 0 20px;
border-bottom: 1px solid #e1e1e1;
}
div.post-body {
float: left;
width: 80px;
margin: 0 10px 0 0;
padding: 0 10px 0 0;
border-right: 1px solid #e1e1e1;
}
div.post-body img {
padding: 1px;
border: 1px solid #e1e1e1;
}
h3.post-title {
font-size: 1.1em;
font-weight: normal;
}
h4.post-meta {
font-size: 1.1em;
font-weight: normal;
}

h3 {
	display: block;
	font: normal 9px/10px Georgia, "Times New Roman", serif;
	color: #999;
	letter-spacing: 3px;
	margin: 8px 8px 4px 15px;
}

h3.archive {
	display: block;
	font: normal 9px/10px Georgia, "Times New Roman", serif;
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	margin: 8px 8px 4px 15px;
}

h3.xtra {
	font: bold italic 24px/18px Georgia, "Times New Roman", serif;
	text-align: left;
	margin:12px 24px 14px 24px;
	letter-spacing: -1px;
	color: #999;
}

h3.xtra span {
	color: #999;
	font: italic 15px Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	padding: 0 20px 0 20px;
}

/* meta */

div.meta {
	width:728px;
	border-top: 1px dotted #ccc;
	margin: 10px 0px 8px 0px;
	padding: 0;
}

div.metaLeft{
	float: left;
}

div.metaLeft p {
	font-size: 9px;
	line-height: 16px;
	color: #999;
	margin: 0;
}

div.metaLeft span {
	color: #666;
}

div.navi {
	float:right;
}

div.navi p {
	font-size: 9px;
	line-height: 16px;
	color: #999;
	margin: 0;
}
/* 
footer		
------------------------------------------------------ */

#footer {
width: 728px;
clear: both;
padding: 15px 0 0 0;
font-size: 0.7em;
text-align: center;
letter-spacing: 1px;
margin:auto;
}

/* ----- FORMS ----- */

form {
	margin-top: 20px;
}
select {
	font: 11px 'Lucida Grande', Verdana, arial, sans-serif;
}

input, textarea {
	font: 11px 'Lucida Grande', Verdana, arial, sans-serif;
}

#commentform {
	width: 100%;
	text-align: left;
}

#commentform p {
	margin-bottom: 4px;
}

#commentform input, #commentform textarea {
	width: 300px;	
}

#commentform input.field {
	text-align: left;
}

#commentform #submit {
	height: 24px;
	font: bold 11px 'Lucida Grande', Verdana, arial, sans-serif;
	color: #666;
}

.post input { /* for password protected posts */
	font: 11px Verdana, arial, sans-serif;
}

label {
	letter-spacing: 0;
	color: #666;
}

label small {
	color: #999;
}

.field { /*common to all text fields */
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fafafa;
	color: #666;
}

.field:hover, .field:focus {
	border: 1px solid #9c0;
	background-color: #fff;
}

/*comments*/
div.comments {
	margin-left: 14px;
}

ol.commentlist {
	margin:0 0 0 20px;
	padding:0;
}

ol.commentlist li {
	list-style: none;
	margin: 0 24px 12px 0;
	padding: 12px 12px 2px 16px;
	background-image: url(./img/user1.gif);
	background-position: 14px 9px;
	background-repeat: no-repeat;
	border-left: 6px solid #dedede;
}

ol.commentlist li:hover {
	
	background-image: url(./img/user2.gif);
	border-left: 6px solid #cecece;
}

ol.commentlist li p {
	color: #555;
	line-height: 16px;
	margin: 0 15px 15px 0;
}

ol.commentlist li p.metadate {
	margin: 0 0 14px 16px;
	font-size: 9px;
	color: #666;
	padding-bottom: 4px;
}

.comment_author {
	font: 13px Georgia, "Times New Roman", serif;
	font-weight: bold;
	line-height: 14px;
	margin-left: 16px;
}


/* 
clear		
------------------------------------------------------ */

.clear {
clear: both;
height: 0;
line-height: 0;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */