﻿/*
Theme Name:     Nishita
Theme URI:      http://clipthephotos.com/
Description:    A simple, elegant styled PhotoBlog theme for Wordpress.
Version:        1.2.0
Author:         Brajeshwar
Author URI:     http://brajeshwar.com/
Tags:           White, Photography, Photos, Photoblog, Photo Blog, Fixed Width, Single Column
*/
/*__________________________________________________________________________________________________*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #e0e0e0;
	font: 100%/1.3em Tahoma, Arial, sans-serif;
	color: #878787;
	text-align: center;
	direction: rtl;
}
a:link {
	color: #7090c0;
	text-decoration: none;
}
a:visited {
	color: #7090c0;
	text-decoration: none;
}
a:hover {
	color: #7090c0;
	text-decoration: none;
}
a:active {
	color: #7090c0;
	text-decoration: none;
}
a img {
	border: 0;
}
/* hn */
h1, h2 {
	font-weight: normal;
}
/*
layout
---------------------------------------------- */
#container {
	width: 750px;
	margin: 0 auto;
	font-size: 0.75em;
	text-align: right;
}
/*
header
----------------------------------------------- */
#header {
	background: #d7d7d7;
	margin: 0 0 1px;
	padding: 5px;
	padding-top: 0;
}
#header-inner {
	padding: 0 10px 10px;
	background: #fff url(i/header.gif) no-repeat 10px 52px;
	border: 1px solid #bbb9b9;
	border-top: none;
}
#title {
	float: left;
}
h1 {
	padding: 26px 0 0;
	font: x-large Impact, "Trebuchet MS";
	color: #336699;
	text-transform: capitalize;
	line-height: 1em;
	font-weight: normal;
}
h1 a:link {
	color: #336699;
}
h1 a:visited {
	color: #336699;
}
p#tagline {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: center;
}
/*
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#default li#nav-default a, 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;
}
.search {
	padding: 60px 5px 0;
}
/* 
photo		
------------------------------------------------------ */
#photo {
	background: #d7d7d7;
	margin: 0 0 1px;
	padding: 5px;
}
#photo-inner {
	background: #fff;
	padding: 0;
	border: 1px solid #bbb9b9;
	color: black;
	font-size: 8pt;
}
.contentmy {
	text-align: justify;
	margin-right: -7px;
}
.contentmy p {
	padding: 0 15px 0 15px;
}
h2.photo-title {
	background: #d7d7d7;
	margin: 0 0 -5px 0;
	padding: 5px;
	color: #003065;
	font-family: tahoma;
}
h2.photo-title span {
	display: block;
	background: #fff;
	padding: 5px 10px;
	border: 1px solid #bbb9b9;
	color: #003065;
	height: 20px;
}
.title a {
	float: right;
	font-family: Arial;
	font-size: medium;
	font-weight: bold;
	color: #003065;
	text-decoration: none;
}
.dt {
	padding-top: 0px;
	font-size: 8pt;
	color: #8c8c8c;
	float: left;
}
#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;
}
.myli {
	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: 8pt;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #bbb9b9;
}
#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;
}
div.comment-main {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #bbb9b9;
	margin: 0;
	padding: 10px;
	font-size: 8pt;
}
div.comment-main.authorcomment {
	background: #E8D9E1;
}
div.comment-meta {
	font-size: 8pt;
}
div.gravatar {
	float: left;
}
span.comment-meta-author {
	font-weight: bold;
	color: #CC0000;
}
span.comment-meta-author a {
	color: #CC0000;
	text-decoration: none;
}
div.comment-body {
}
#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;
}
#comment-submit {
	padding: 5px 10px;
	background: #888;
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font-size: 8pt;
	font-family: Tahoma;
	color: #d5d5d5;
	text-align: center;
}
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	 */
#side {
	float: right;
	width: 230px;
	background: #d7d7d7;
	padding: 5px;
	font-size: 0.9em;
}
#side-inner {
	background: #fff;
	padding: 10px;
	border: 1px solid #bbb9b9;
}
ul.arch-list {
	background: #fff;
	padding: 10px 0;
}
ul.arch-list li {
	list-style-type: none;
	border-bottom: 1px solid #e1e1e1;
}
/* post */
div.post {
	margin: 20px 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
}
div.post-body {
	float: right;
	width: 120px;
	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: 0.8em;
	font-weight: normal;
}
/* 
footer		
------------------------------------------------------ */
#footer {
	clear: both;
	padding: 0 0 0 15px;
	font-size: 0.8em;
	text-align: center;
	direction: ltr;
}
/* 
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;
}
input {
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	color: #9A9A9A;
	text-align: left;
	padding-left: 5px;
}
.rating {
	direction: ltr;
	padding-left: 10px;
}
.bkbox {
	width: 94%;
	background: #d7d7d7;
	margin: 0 0 20px;
	padding: 5px;
}
.mybox {
	background: #fff;
	height: 300px;
	padding: 0 10px;
	border: 1px solid #bbb9b9;
	font-size: 8pt;
}
.boxtitle {
	font-size: 8pt;
	color: #444444;
	padding-right: 15px;
	padding-bottom: 5px;
}
.break {
	background-position: right top;
	background-image: url('i/bullet.gif');
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	line-height: 1.3em;
	padding-top: 0px;
}
.break2 {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 7px;
	line-height: 1em;
	padding-top: 0px;
}
.break2 ul {
	list-style: none;
}
.break2 li {
	list-style-image: url('i/bullet.gif');
	margin-bottom: 1em;
}
.sectitle {
	font-size: 8pt;
	color: #808080;
	padding-right: 15px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: left;
}
.imges {
	border: 2px solid #E4E7EB;
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.imges:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
textarea {
	background-color: #F7F7F7;
	border: 1px solid #E0E0E0;
	color: #9A9A9A;
	text-align: left;
	direction: ltr;
}
.tags {
	font-size: 8pt;
	padding-right: 10px;
	padding-left: 10px;
	color: #666666;
}
.tags a {
	color: #AABDD9;
}
.wp-caption-text {
	font-size: 8pt;
	margin-top: -20px;
	text-align: center;
}
.box2 {
	padding: 5px 10px 0 10px;
}
.postfoot {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	height: 25px;
	background: #FAFAFA;
	border-bottom-color: #EBEBEB;
	padding: 0 20px 0 20px;
	margin: 20px 0 0 0;
	color: #8E8E8E;
}
.postfoot span {
	color: #E0E0E0;
}

