/*
Theme Name:     Nishita
Theme URI:      http://clipthephotos.com/
Description:    A simple, elegant styled PhotoBlog theme for Wordpress.
Version:        1.2.1
Author:         Brajeshwar
Author URI:     http://brajeshwar.com/
Tags:           White, Photography, Photos, Photoblog, Photo Blog, Fixed Width, Single Column
*/

/*__________________________________________________________________________________________________*/

body {
background: #000000;
font: normal 100% Georgia, "Times New Roman", Times, serif;
color: #4c4c4c;
}
a:link {
color: #3366cc;
text-decoration: none;
}
a:visited {
color: #3366cc;
text-decoration: none;
}
a:hover {
color: #000000;
}
a:active {
color: #3366cc;
text-decoration: none;
}

#copyright p a {
color: #ffffff;
}
#copyright p a:active {
color: #000000;
}

/* hn */
h1, h2 {
color: #000000;
font-weight: normal;
font-style: normal;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
text-transform: none;
font-size: 1.5em;
}
h3 {
color: #3366cc;
font-weight: normal;
font-style: normal;
margin-top: 5px;
margin-bottom: 0px;
margin-left: 5px;
text-transform: capitalize;
font-size: 0.8em;
}

/*
layout
---------------------------------------------- */

#container {
width: 1000px;
margin: 0 auto;
text-align: left;
border: 3px solid #808080;
position: relative;
top: 5px;
background-image: url(i/picpu-back.png);
/* optional rounded corners for browsers that support it */
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
}

/*
header
----------------------------------------------- */

#header-inner {
background: #3366cc;
padding-top: 0px;
height: 45px;
/* optional rounded corners for browsers that support it */
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#logo {
width: 220px; 
height: 40px;
margin-top: 2px;
margin-left: 5px;
float: left;
border: 0px;
}
#rss-logo {
float: right;
clear: right;
}


/*
menu
---------------------------------------------- */

ul#nav {
float: right;
font-size: 1.45em;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-top: 0px;
margin-bottom:  0px;
line-height: 45px;
}

#nav li {
float: left;
list-style-type: none;
display: block;
margin-left: 10px;
}
#nav li a {
float: left;
height: 100%;
display: block;
padding-top: 0px;
padding-bottom: 0;
padding-left: 0;
color: #ffffff;
}
#nav li a:hover{
background-color: #7090c0;
}
#nav li a:active{
	color: #000000;
}

/* 
photo		
------------------------------------------------------ */
#photo-inner {
width: 720px;
}
#photo-inner img {
border: 2px solid #000000;
border: 2px solid #444;
display: block;
margin-right:  auto;
margin-left:  auto;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}

#main-inner h2.photo-title {
width: 590px;
float: left;
clear: left;
margin-top: 0;
margin-left: 5px;
text-shadow: #555 2px 2px 4px;
font-size: 2.1em;
}
#main-inner div.entry.date {
width: 135px;
float: right;
clear: right;
margin-right: 0;
line-height: 35px;
color: #999;
text-align: right;
font-size: 1.5em;
}
#photo-inner p {
margin-top: 0;
margin-bottom: 0;
margin-left: 5px;
width: 723px;
float: left;
clear: left;
color: #000;
font-size: 112%;
line-height: 1.3em;
}

/* 
photo meta		
------------------------------------------------------ */
#photo-meta {
float: left;
width: 723px;
margin-left: 5px;
}
#photo-meta ul {
margin: 5px 0 0;
padding: 0;
}
#photo-meta ul li {
list-style-type: none;
display: inline;
margin: 0;
border-right: 1px solid #e1e1e1;
line-height: 20px;
padding-right: 5px;
}
#photo-meta-inner ul li span.Comments.closed {
color: #000;
}

/* 
attachment page	
------------------------------------------------------ */
img.attachment-thumbnail {
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
border: 2px solid #999;
width: 150px;
height: auto;
}
img.attachment-medium {
border: 2px solid #000;
}
div.entry p {
margin: 0 0 0 5px;
}
dd.gallery-caption {
display: none;
}
#content div.nav div.prev a, #content div.nav div.next a, #main-inner div.nav div.next a, #main-inner div.nav div.prev a {
background: #dddbdb;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}


aligncenter, div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.navigation, .comment-navigation {
display: block;
clear:both;
}
.comment-navigation {
margin-top: 15px;
padding-bottom: 5px;
}		
.navigation a, .comment-navigation a {
background: #fff;
padding: 5px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
#navigate-inner span.previous a {
float: left;
clear: left;
}
#navigate-inner span.next a {
float: right;
clear: right;
}
.navigation a:hover, .comment-navigation a:hover {
background: #ddd;
padding: 5px 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}



/* 
pages	
------------------------------------------------------ */

#main {
float: left;
width: 730px;
font-size: 0.9em;
}
h2.page-title {
border-bottom: 1px solid #cececd;
margin-top: 5px;
margin-bottom: 0;
}
h3.post-title {
margin-bottom: 0;
margin-top: 0;
margin-left: 5px;
}
div.page-body {
padding-left: 5px;
color: black;
}
div.entrycat {
width: 720px;
margin-left: 5px;
float: left;
}
.entrycat img {
width: 114px;
height: auto;
border: 1px solid #000000;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-top: 5px;
margin-bottom: 5px;
}
.entrycat a img:hover {
border-color:#3366cc;
opacity: 0.5;
}
/* archives navigation */
div.prev {
margin-left: 5px;
float: left;
clear: left;
font-size: 0.8em;
}
div.next {
float: right;
clear: right;
font-size: 0.8em;
}
/* search results */
div#cse-search-results {
margin-left: 5px;
}

/* about page table */
#main-inner div.page-body table tbody tr td ol li {
margin-bottom: 26px;
}


/* sidebar */
div#side-inner {
width: 255px;
float: right;
clear: right;
margin-right: 5px;
margin-top: 5px;
}
#side-inner h2.photo-title {
margin-bottom: 0;
margin-top: 0;
margin-left: 0;
font-weight: bold;
}
#side-inner h3.post-title {
margin-left: 0;
margin-top: 0;
}
div.title {
font-size: 0.8em;
margin-left: 3px;
margin-top: 5px;
}

/* 
footer		
------------------------------------------------------ */
#footer{
background-color: #3366cc;
padding: 0 0px;
clear: both;
height: 25px;
/* optional rounded corners for browsers that support it */
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
#copyright p {
color: #000000;
font-size: 0.7em;
padding-top: 5px;
}

/* 
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 */

hr                  {
color: #fff;
background: transparent;
border: 0;
border-bottom: 1px #ccc solid;
margin: 0 0 .5em;
padding: 0 0 .5em;
}

/* wordpress */
img.wp-smiley,
img.wp-wink         { float: none; border: 0 none; margin: 0; padding: 0 3px;
}
img.centered        { display: block; margin-left: auto; margin-right: auto;
}
img.alignright      { padding: 4px; margin: 0 0 2px 7px; display: inline;
}
img.alignleft       { padding: 4px; margin: 0 7px 2px 0; display: inline;
}
.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;
}
.aligncenter        { display: block; margin-left: auto; margin-right: auto;
}
.alignright         { float: right;
}
.alignleft          { float: left;
}

/* 
comments		
------------------------------------------------------ */
textarea#comment {
width: 680px;
background-color: #c4c4c4;
	margin-left: 20px;
}

input#submit {
	margin-left: 20px;
}

input#author {
background-color: #c4c4c4;
width: 450px;
	margin-left: 20px;
}

input#email {
background-color: #c4c4c4;
width: 450px;
	margin-left: 20px;
}
input#url {
background-color: #c4c4c4;
width: 450px;
	margin-left: 20px;
}
cite {
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
	font-size: 0.8em;
	color: red;
}
img.avatar.photo {
	float: right;
	clear: right;
	margin-right: 5px;
	margin-top: 5px;
	position: relative;
	border: 1px solid #c4c4c4;
}
.odd {
background-color: #e6f0ff;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
padding-bottom: 15px;
border: 1px solid #c4c4c4;
	margin-right: 20px;
}
.even {
background-color: #e1e1e1;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin-bottom: 10px;
padding-bottom: 15px;
border: 1px solid #c4c4c4;
	margin-right: 20px;
}
.even p {
width: 605px;
margin-left: 5px;
}
.odd p {
width: 605px;
margin-left: 5px;
}
h2#comments {
margin-left: 0;
margin-top: 10px;
text-align: center;
opacity: 0.25;
border-top: 1px solid;
text-transform: lowercase;
font-size: 2em;
}
h3#comments {
margin-left: 0;
margin-top: 10px;
text-align: center;
opacity: 0.25;
border-top: 1px solid;
text-transform: lowercase;
font-size: 2em;
}