/*
Theme Name:Photoblog
Description:Photoblog theme from web2feel.com.
Author: jinsona designs
Version:1.0
Author URI: www.web2feel.com
Tags: Photo, Photographers, Portfolio, Images, Photoblog, Blog, Galleries, jQuery, Jinsona, web2feel, lightbox.

*/

@import url('../photoblog/nivo.css');
@import url('../photoblog/photo.css');
/* Deafults */

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0 auto;
	padding:0px 0px 0px 0px;
	background:#212121 url(images/body.jpg) center top no-repeat fixed;
	font-family:Georgia,Arial,Tahoma,sans-serif;
	font-size:14px;
	}
	
img {
	border:none;
	margin: 0px;
	}
	
a {
	color: #85B304;
	text-decoration: none;
	}
a:visited {
	color: #85B304;
	}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
	}

h1,h2, h3, h4, h5, h6 {
	line-height:125%;
	font-weight: bold;
	}

h1 {
	font-size: 26px;
	}	
	
h2 {
	font-size: 21px;
	}
h3 {
	font-size: 19px;
	}
h4 {
	font-size: 17px;
	}
h5 {
	font-size: 15px;
	}
h6 {
	font-size: 13px;
	}


ul {
	list-style: square;
	}


blockquote {
	font-style: italic;
	color: #555;
	padding:10px;
	}
blockquote blockquote {
	color: #777;
	}
blockquote em {
	font-style: normal;
	}

pre {
	padding: 9px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	}
code {
	padding: 0 3px;
	background: #eee;
	}
pre code {
	background: transparent;
	}

.clear {
	clear:both;
	}
 	
.storycontent img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
.storycontent img.alignnone {
	padding: 5px 5px;
	margin: 0px 0px 10px 0px;
	display: inline;
	background:#E4E4E4;
	border: 1px solid #fff;
	}

.storycontent img.alignright {
	padding: 5px 5px;
	margin: 5px 0px 10px 10px;
	display: inline;
	background:#E4E4E4;
	float:right;
	}

.storycontent img.alignleft {
	padding: 5px 5px;
	margin: 5px 10px 5px 0px;
	display: inline;
	background:#E4E4E4;
	float:left;
	}
	
.storycontent.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.storycontent.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.storycontent.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.storycontent.wp-caption {
	border: 1px solid #fff;
	text-align: center;
	background-color: #E4E4E4;
	padding: 4px 0px 5px 0px;
	color:#555;
	}

.storycontent.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	
	}

.storycontent.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
	
/* The Outer cover */

#wrapper {
	width:900px;
	margin:50px auto 0px;
	background:url(images/wrap.png);
	}
#casing{
	padding:0px;
	margin:0px;
}
/* TOP */

#top{
	height:105px;
	background:url(images/head2.png) repeat-x;

}

.blogname{
	margin:25px 0px 0px 20px;
	padding:5px;
	background:url(images/logo.png) no-repeat;
	float:left;
	font-family:Arial black,sans-serif;
}

.blogname h1{
	padding:5px 0px 0px 50px;
}

.blogname h1 a:link, .blogname h1 a:visited{
	color:#444;
}

/* PRIMARY NAVIGATION		 */

	
/*Page menu*/


#foxmenucontainer{
	height:41px;
	display:block;
	font: 12px Arial,Georgia,Tahoma,verdana, sans-serif;
	text-transform:uppercase;
	background: url(images/menu2.png) repeat-x;
	clear:both;

	}
#menu{
	margin: 0px;
	padding: 0px 0px;
	width:900px;
	height:41px;
	}
	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px 5px;
	padding: 0px;
	overflow:hidden;
	}
	
#menu li {
	float: left;
	list-style: none;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	}
	
#menu li a, #menu li a:link, #menu li a:visited {

	display: block;
	margin: 0px;
	padding: 0px 10px ;
	line-height:41px;
	color:#777;	

	}

#menu li a:hover, #menu li a:active {
	background: url(images/menuh.png) repeat-x;
    margin: 0px;
	padding: 0px 10px ;
	line-height:41px;
	text-decoration: none;
	color: #fff;

	}
#menu li.current_page_item a {
	background: url(images/menuh.png) repeat-x;
	color: #fff;

}	
#menu li li a, #menu li li a:link, #menu li li a:visited {
	background: url(images/bottom.png);
	width: 150px;
	color:#777;	
	float: none;
	margin: 0px;
	padding: 0px 10px ;
	line-height:35px;
	border-bottom: 1px solid #222;

	}
	
#menu li li a:hover, #menu li li a:active {
	background: #000;
	color:#fff;	
	padding: 0px 10px ;
	line-height:35px;
	}

#menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px;
	padding: 0px;
	}

#menu li li { 
	}

#menu li ul a { 
	width: 140px;
	}

#menu li ul a:hover, #menu li ul a:active { 
	}

#menu li ul ul {
	margin: -36px 0 0 170px;
	}

#menu li:hover ul ul, #menu li:hover ul ul ul, 
#menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}

#menu li:hover ul, #menu li li:hover ul, 
#menu li li li:hover ul, #menu li.sfhover ul, 
#menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}

#menu li:hover, #menu li.sfhover { 
	position: static;
	}
	

/* HOME PAGE */
#hometop{
	padding:40px 0px;
	border-bottom:1px solid #000;
}
#homegallery{
	position:relative;
	width:778px;
	padding:10px;
	margin:0px auto;
	background:url(images/inwrap.png);
	border:1px solid #353535;
	overflow:hidden;
}

#declare{

	background:url(images/subwrap.png);
	border-top:1px solid #1e1e1e;
	padding:10px 0px;
	border-bottom:1px solid #000;
}

.declarebox{

	width:778px;
	padding:0px 10px;
	margin:0px auto;

}

.declarebox p{
	padding:20px 0px;
	text-align:center;
	color:#777;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	text-shadow:-1px -1px 1px #000;
	
}


/* FOOTER */
.bottom{
	background:url(images/bottom.png);
	padding:10px 50px;
	border-top:1px solid #191919;

}

.bottombox{
	width:260px;
	float:left;
	margin-right:25px;

}

.boxlast h3,.bottombox h3{
	padding:10px 0px 20px 0px;
	color:#999;
	font-weight:normal;
}

.boxlast p,.bottombox p{
	padding:10px 0px;
	color:#555;
	line-height:20px;
}
.boxlast{
	float:right;
	width:230px;

}

.boxlast ul{
	list-style:none;

}
.boxlast ul li{
	padding:0px 0px 10px 0px;

}

.boxlast ul li a:link,.boxlast ul li a:visited{
	color:#555;
}

.boxlast ul li a:hover{
	color:#ddd;
}

img.latestpic{
	margin:0px 4px 8px 4px;
	float:left;
	border:1px solid #555;
}
img.mypic{
	border:5px solid #222;
	float:left;
	margin:0px 10px 0px 0px;

}

#footer{
	background:#000;
	padding:10px 0px;
	overflow:auto;
}

.fright{
	float:left;
	margin:10px 20px;
	
}

.fright ul{
	list-style:none;
	margin-left:30px;
	width:255px;
	font-family:Arial;
}

.fright ul li{
	float:left;
	width:85px;
	padding:5px 0px;
	font-size:12px;

}

.fright ul li a:link, .fright ul li a:visited{
	color:#666;
		line-height:16px;
}

.fright ul li a:hover{
	color:#eee;
}


.fcred{
	float:right;
	margin:10px 20px;
	
}

.fcred ul{
	list-style:none;
	margin-right:30px;
	font-family:Arial;
	width:500px;
}

.fcred ul li{
	float:right;
	color:#666;
	padding:5px 0px;
		width:500px;
	font-size:12px;
	text-align:right;
}

.fcred ul li a:link,.fcred ul li a:visited{
	color:#666;
}

.fcred ul li a:hover{
	color:#eee;
}


/* BLOG */

#content{
	padding: 10px 0px 30px 50px;
	width:580px;
	float:left;
}
#fullcontent{
	padding: 10px 50px 30px 50px;
	width:800px;
}

.post{
	margin:20px 0px;
}

h2.storytitle{
	padding:10px 0px;
	font-size:24px;
	font-weight:normal;
	color:#ddd;
		text-shadow:1px 1px 1px #111;
}

h2.storytitle a:link,h2.storytitle a:visited{
	color:#ddd;
}

.meta{
	background:#050505;
	color:#bbb;
	padding:5px;
	font-size:10px;
	text-transform:uppercase;
	overflow:hidden;
}
.meta a{
	color:#DD7100;
}
.storycontent{
	color:#666;
}

.storycontent p{
	padding:10px 0px;	
	line-height:22px;
}

.storycontent a:link,
.storycontent a:visited {
	color: #DD7100;
	background-color: transparent;
}
.storycontent a:hover {
	color:#fff;
	background-color: transparent;
	text-decoration: none;
}

.storycontent ul, .storycontent ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


.storycontent ul li, .storycontent ol li{
  list-style-position:inside;
  margin-left: 1.6em;
}


/* 
SIDEBAR */


.sidebar{
	float:right;
	margin-right:50px;
	width:200px;
	padding-top:30px;
}

.sidetitl{
	padding: 6px 0px 6px 5px;
	color:#fff;
	font-size:14px;
	position:relative;
	font-weight:bold;
	margin:5px;
	text-transform:uppercase;
	}

.sidebox{
	float:left;
	width:200px;
	padding-top:0px;
	font-size:12px;
	margin:0px 0px 10px 0px;
	display:inline;
	overflow:hidden;
	}


	
.sidebox ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox li{
	list-style-type: none;
	margin: 0 ;
	padding: 0;

	}
.sidebox ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 10px 0px;
	background-repeat:no-repeat;
		}

.sidebox ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.sidebox ul ul ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}
	
.sidebox ul li {
	height:100%;
	line-height:28px;
	float: left; 
	clear: left;	
	width: 200px;
	list-style-type: none;
	overflow:hidden;
	}

.sidebox ul li a:link, .sidebox ul li a:visited {
	color:#555;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	display:block;
	border-bottom:1px solid #222;
	}

.sidebox ul li a:hover {

	color: #ccc;
	}

.sidebox p {
	padding: 7px 10px;
	margin:0;
	}
.sidebox div {
	padding: 5px 10px;
	margin:0;
	}
.sidebox table {
	width:100%;
	text-align:center;
	color:#787d7f;
	}	
	
li.recentcomments{
	
	padding-left:5px;
}	
	
#wp-calendar{
	width: 100%;
	padding: 0 0 15px;
	background:#C6C6C6;
}

#wp-calendar caption{
	padding: 0px 5px ;
	font-size:14px;
	color:#555;
}

#wp-calendar th, #wp-calendar td{
	padding: 5px;
	text-align:center;
	background:#eee;
	color:#666;
}

#wp-calendar td a{
	background:#fff;
	padding: 3px;
}
#wp-calendar td{
	background:transparent;
}
#wp-calendar td, table#wp-calendar th{
	padding: 2px 0;
}	


h2.pagetitle{

	font-weight:normal;
	color:#666;
	font-size:16px;
	text-shadow:1px 1px 1px #111;
	margin-top:10px;
}


/* Comments */

#commentsbox {

	margin:0;

}

h3#comments{
	font-size:20px;
	font-family:Georgia,Tahoma,Arial,Century gothic, sans-serif;
	color:#fff;
	font-weight:normal;
	padding:10px 0px ;
	margin-top:10px;

}


ol.commentlist {
	margin:0px 0 0;
	clear:both;
	overflow:hidden;
	list-style:none;

}
ol.commentlist li {
	margin:10px 0;
	line-height:18px;
	padding:10px;
	background:url(images/inwrap.png);
	border:1px solid #353535;
}
ol.commentlist li .comment-author {
	color:#7F7F7F;
	text-shadow:1px 1px 1px #111;
}
ol.commentlist li .comment-author a:link,ol.commentlist li .comment-author a:visited{

	color:#7F7F7F;
	font-weight:bold;
	text-decoration:none !important;
}

ol.commentlist li .comment-author .fn {
	color:#7F7F7F;
}
cite.fn{
	color:#7F7F7F;
	font-style:normal;
}
ol.commentlist li .comment-author .avatar{
	float:right;
	border:1px solid #333;
	background:#111;
	padding:3px;
}
ol.commentlist li .comment-meta{
	font-size:10px;

}
ol.commentlist li .comment-meta .commentmetadata{

	color:#555;
}

ol.commentlist li .comment-meta a {
	color:#777;
	text-decoration:none !important;
}
ol.commentlist li p {
	line-height:22px;
	margin-top:5px;
	color:#aaa;
	font-size:12px;
}
ol.commentlist li .reply{
	margin-top:10px;
	font-size:10px;
}
ol.commentlist li .reply a{
	background:#DD7100;
	color:#fff;
	text-decoration:none;
	padding:3px 10px;
}

ol.commentlist li.odd {


}
ol.commentlist li.even {


}

ol.commentlist li ul.children {
	list-style:none;
	margin:1em 0 0;
	text-indent:0;

}

ol.commentlist li ul.children li.depth-2 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-3 {

	margin:0 0 0px 50px;

}

ol.commentlist li ul.children li.depth-4 {

	margin:0 0 0px 50px;

}
ol.commentlist li ul.children li.depth-5 {

	margin:0 0 0px 50px;

}
.comment-nav{

	padding:5px ;
	height:20px;

}

.comment-nav a:link,.comment-nav a:visited{

	color:#ccc;
}

#respond{
	background:url(images/inwrap.png);
	border:1px solid #353535;
	padding:10px 20px ;
	margin:10px 0px;

}
 #respond h3 {
	font-size:18px;
	font-family:Georgia,Arial,Century gothic, Tahoma,sans-serif;
	color:#ddd;
	padding:5px 0px;
}

#commentform p{
	margin:5px 0px ;
	color:#777;
}
 #respond label{
	display:block;
	padding:5px 0;
	font-weight:bold;
	color:#777;
	text-shadow: 1px 1px 1px #111;
}
 #respond  label small {
	font-size:10px;

}
 #respond input {
	margin-bottom:10px;
	padding:5px 0px;
	margin:0 10px 10px 0;
	background:#222;
	border:1px solid #333;
	color:#F7EEE9;
}
#commentform  input{
	width:60%;

}

#respond  input#commentSubmit {
	width:100px;
	padding:3px 5px;
	background:#DD7100;
	border:1px solid #FF8400;
	text-shadow: -1px -1px 1px #AF5A00;
	color:#fff;
	margin:10px 0px;
	font-weight:bold;
	cursor:pointer;
}
textarea#comment{
	border:none;
	background:#222;
	border:1px solid #333;
	width:99%;
	margin:10px 0px 0px 0px;
	padding:5px 0px;
	color:#F7EEE9;
}




/* PAGE NAVIGATION */

.navigation{	
	margin:10px 0px 0px 0px;
	padding:0px 5px 10px 0px;

	}
.wp-pagenavi{

	font-size:12px;
	text-align: center !important;


}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited {

	text-decoration: none;
	background:#222!important;
	border: 1px solid #333 !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}


.wp-pagenavi a:hover {
	color: #ffffff;
}

.wp-pagenavi span.pages {

display:none;
}

.wp-pagenavi span.current {
	text-decoration: none;
	background:#DD7100 !important;
	border: 1px solid #FF8B0F!important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}

.wp-pagenavi span.extend {

	text-decoration: none;
	background:#DD7100 !important;
	border: 1px solid #FF8B0F !important;
	color:#fff !important;
	padding:3px 7px !important;
	display: block;
	text-align: center;
	float: left;
	margin-right: 4px;

}	