/*

	Theme Name: Photographic Film

	Theme URI: http://www.templatelite.com/photographicfilm-free-wordpress-theme/

	Description: Remember the times when you still took photos using a film camera? This theme hopes to bring back all the sweet memories of your life.

	Version: 1.00.1

	Author: TemplateLite.com

	Author URI: http://www.templatelite.com/

	Tags: brown, 2 columns, right sidebar, widget ready, valid xhtml and css

*/

body{

	margin:0 0 0 0;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color:#000000;

	background:#AD8D54 url(images/bg_repeat.jpg) repeat-y center top;

}



img {

	border:0px;

	padding:5px;

	max-width: 100%; /* not working in IE6*/

	/*height: auto;*/ /* you can enable this. but it will cause safari problem*/

}

a {color:#996633;text-decoration: none;}

a:hover {color: #996633;text-decoration: underline;}



h1 {font-size:30px;}

h2 {font-size:26px;}

h3 {font-size:21px;}

h4 {font-size:17px;}

h5 {font-size:14px;}

h6 {font-size:12px;}



p {margin: 0px 0px 12px 0px;}

hr {height:1px;border:none;border-top:1px dashed #996633; width:90%;}

del {color:red;}

ins {color:green;}

blockquote {

	clear: left;

	text-align: justify;

	padding: 0px 0px 0px 10px;

	margin: 20px 20px 10px 20px;

	border-left: 2px solid #996633;

}

input,select,textarea {

	font-size:11px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

code{

	font: 1.1em 'Courier New', Courier, Fixed;

}



.alignleft {float: left;}

.alignright {float: right;}

.aligncenter,div.aligncenter{

	display: block;

   margin-left: auto;

   margin-right: auto;

}

img.alignleft {

	padding: 5px;

	margin: 0 7px 2px 0;

	display: inline;

}



img.alignright {

	padding: 5px;

	margin: 0 0 2px 7px;

	display: inline;

}

img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

}

.clear {clear:both;}

.spacer {height:25px;}





/*************** layout ***************/

#base{

	position:relative;

	width:980px;

	margin:0px auto;

	padding:0;

	border:0px red solid;

	background:url(images/bg_base_repeat.jpg);

}

#base2{

	position:relative;

	width:980px;

	background:url(images/bg_base_footer.jpg) no-repeat center bottom;

}

#header{

	position:relative;

	width:980px;

	height:145px;

	background:url(images/bg_header.jpg) no-repeat center top;

}

#menu{

	position:relative;

	width:980px;

	height:145px;

	margin:0;

	padding:0;

	background:url(images/bg_menu.jpg) no-repeat center top;

}

#container{

	position:relative;

	overflow:hidden;

	min-height:300px;

	width:980px;

	background:transparent url(images/bg_container_top.jpg) no-repeat 26px 0px;

}

#content{

	position:relative;

	display:inline;

	width:719px;/*719px*/

	margin:0px 0 0 26px;

	padding:0 0px 0 0px;

	border:0px red solid;

}

#sidebar{

	float:right;

	display:inline;

	width:164px;

	margin:0px 50px 0 0px;

	padding:0 0px 0 0px;

	border:0px red solid;

}

#footer{

	position:relative;

	font-size:11px;

	height:58px; /*81px*/

	margin:0 0 0 210px;

	padding:23px 0 0 20;

	border:0px red solid;

}

#footer a{

	color:#000000;

	font-style:italic;

}





/************** Header **************/

#blogtitle{

	position:relative; 

	font-family: Arial,Verdana; 

	margin:0px 270px 0 140px;

	padding:40px 0 0 0;

	text-align:center; 

	font-size:26px; 

	font-weight:bold;

	border:0px red solid;

}

#blogtitle a, #blogtitle a:hover {

	font-family: Arial,Verdana; 

	color:#ffffff; 

	text-decoration:none;

}

#subtitle {

	position:relative; 

	font-family: Arial, Verdana; 

	margin:0px 320px 0 130px;

	padding:10px 0 0 0;

	text-align:center; 

	font-size:13px; 

	color:#ffffff; 

	font-style:italic;

	border:0px red solid;

}

#header img.home {

	position: absolute;

	margin:0px;

	padding:0px;

	left: 65px;

	top: 0px;

	width:850px;

	height:130px;

	border:0px red solid;

}



/**************** MENU ******************/

#menu ul {

	position:absolute;

	overflow:hidden;

	top:81px;

	left:100px;

	width:530px;

	height: 19px;

	padding:0;

	margin:0px;

}



#menu ul li {

	display: inline;

	font-size: 12px;

	font-family:Verdana, Arial;

	font-weight:bold;

	height:19px;

	margin:0;

	padding:0;

	

}

#menu ul li a { /*145x70*/

	float: left;

	display: block;

	height:19px;

	line-height: 19px;

	color: #330000;

	text-align:center;

	padding: 0px 10px 0 10px;

	margin:0;

	text-decoration:none;

	background:url(images/bg_menu1.png) no-repeat top center;

}



#menu ul li a:hover, #menu ul li.current_page_item a {

	color:#ffffff;

	cursor:pointer;

	background:#90673A url(images/bg_menu2.png);

}

#menu ul li.separator {

	float: left;

	display: block;

	width:0px;

	line-height: 19px;

	border-left:1px #90673A solid;

}



#mainsearch{

	position:absolute;

	top:80px;

	left:770px;

	width:170px;

	height:23px;

	margin:0;padding:0;

	border:0px red solid;



}

#mainsearch .input {

	position:absolute;

	text-align:center;

	top:2px;

	left:2px;

	height:16px;

	width:102px;

	padding:4px 5px 1px 5px;

	margin:0 0 0 0;

	font-size:10px;

	font-family: Arial, Verdana, Helvetica;

	color:#555555; 

	border:none;

	background:transparent;

}

#mainsearch .submit{

	cursor:pointer;

	border:none;

	background:transparent;

	position:absolute;

	top:0px;

	right:5px;

	height:25px;

	width:40px;

}



#menu img.rss{

	position:absolute;

	left: 90px;

	top: 0px;

	height:50px;

	width:50px;

	background:transparent;

}



/*************** content ***************/

.archivetitle {

	color: #351E00;

	text-align:right;

	font-size: 10px;

	font-weight:bold;

	height:25px;

	line-height:25px;

	padding: 0px 0px 0px 0px;

	margin: 0px 40px 0px 40px;

}

.navigation {

	clear:both;

	font-size: 12px;

	margin: 20px 50px 0px 50px;

	padding: 0px 0px 30px 0px;

	border-top:1px #996633 solid;

}



.sorry {

	font-size: 11px;

	font-style: italic;

	margin: 20px 20px 20px 20px;

	padding: 10px 10px 10px 10px;

	border: 1px dashed #996633;

}

.post{

	position:relative;

	overflow:hidden;

	background: url('images/bg_title.gif') no-repeat top center;

	width:650px; /*650px*/

	margin:0 0 0 32px;

	padding:0 0 5px 0;



}

.post_title{

	float:left;

	width:513px;/*533px*/

	line-height:36px;

	font-family:Arial,Verdana;

	color: #7A6D54;

	font-weight:bold;

	font-size:17px;

	border:0px blue solid;

	padding:0 10px 0 10px;

}

.posttitle a,.posttitle a:hover{

	color: #7A6D54;

	text-decoration:none;

}

.post_date{

	float:right;

	height:36px;

	width:114px;

	border:0px red solid;

}

.date_d {

	font-size: 22px;

	line-height:23px;

	font-family:Arial, Verdana;

	font-weight:bold;

	text-align:center;

	color:#F3F09A;

	padding:0;	margin:0;



}

.date_m {

	font-size: 10px;

	line-height:10px;

	text-align:center;

	color:#F3F09A;

	margin:0; padding:0;

}



.entry {

	position:relative;

	overflow:hidden;

	color: #000000;

	line-height: 1.6em;

	text-align: justify;

	padding: 10px 10px 10px 10px;

	margin:0;

}

.info {

	line-height: 1.6em;

	font-size: 10px;

	text-align: left;

	margin: 0px 1px 20px 0px;

	padding: 4px 0px 1px 1px;

}

.category {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_category.gif') no-repeat top left transparent;

}



.tags {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_tags.gif') no-repeat top left transparent;

}



.bubble {

	font-size: 10px;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 4px 20px;

	background: url('images/icon_comment.gif') no-repeat top left transparent;

}



/***** sidebar *****/

#sidebar {color:#000000;}

#sidebar a{color:#000000;}

#sidebar a:hover {color:#815B2E;}



#sidebar ul {

	list-style-type: none;

	margin: 0px 0px 0px 0px;

	padding: 0px 0px 0px 0px;

	

}

#sidebar li {

	list-style-type: none;

	margin: 0px 0px 24px 0px;

	padding: 2px 0px 2px 0px;

}
#sidebar li.page-item-505 a {
	background: transparent url('images/new.gif') no-repeat 0px 5px;
	padding: 10px 0px 5px 35px;
	font-weight:bold;

}
#sidebar li.page-item-624 a {
	background: transparent url('images/new.gif') no-repeat 0px 5px;
	padding: 10px 0px 5px 35px;
	font-weight:bold;

}
#sidebar li.page-item-622 a {
	background: transparent url('images/new.gif') no-repeat 0px 5px;
	padding: 10px 0px 5px 35px;
	font-weight:bold;

}
#sidebar li.page-item-629 a {
	background: transparent url('images/new.gif') no-repeat 0px 5px;
	padding: 10px 0px 5px 35px;
	font-weight:bold;
}

#sidebar ul ul li{

	line-height: 1.7em;

	font-size:11px;

	font-family:Verdana,Arial;

	margin:0;

	padding:0px 0px 0 16px; /*padding-bottom:0;*/

	background: transparent url('images/icon_arrow1.gif') no-repeat 0px 5px;

}
#sidebar ul ul ul li {

	font-size:11px;

	margin: 0px 0px 0px -5px; 

	line-height: 1.7em; 

	font-family:Verdana,Arial;

	padding: 0px 0px 0px 16px;

}



#sidebar h1 {

	color: #ffffff;

	height:18px;

	font-size: 13px;

	font-weight: bold;

	letter-spacing: 0px;

	font-variant: normal;

	margin: 0px 0px 0px 0px;

	padding: 21px 10px 0px 10px;

   background:url('images/bg_sb_head.gif') no-repeat;

   border:0px red solid;

}

#sidebar select{

	margin:5px 5px 0px 5px;

	font-size:11px;

	width:154px;

}



/*************** comment ***************/

#postmetadata {

	font-size: 11px;

	margin: 0px 0px 20px 0px;

	padding: 5px 20px 5px 20px;

	border-top:1px #996633 solid;

	border-bottom:1px #996633 solid;

}

.nocomments {background: none; color: #000000;}



#comments {

	color: #000000;

	font-size: 13px;

	text-align: left;

	font-weight: bold;

	margin: 0px 20px 0px 20px;

	padding: 0px 0px 0px 0px;

	font-variant: normal;

	border-bottom: 2px dotted #996633;

}

.commentlist {

	list-style: none;

	margin:0 20px 0 20px;

	padding:0px;

}





.comment,.trackback,.pingback{

	clear:both;

	margin:10px 0px 0px 0;

	padding:0px 0px 0px 0px;

	

}

.comment .children{

	list-style: none;

	padding:0px 0 0 0;

	margin:0px 0 0px 15px;

	border:0px red solid;

}

.comment div, .trackback div, .pingback div{

	height:100%;

	background:#F6F1BB;

	border:2px #F5EABC solid;

	padding:5px;

}

.trackback div, .pingback div{

	border:1px #F5EABC dashed;

}

.comment div div,.trackback div div, .pingback div div{

	background:none;

	padding:0;

	border:0px;

}



.comment .says, .trackback .says, .pingback .says{

	display:none;

}

.comment .avatar{

	position:relative;

	float: left;

	margin: 0px 5px 0px 0px;

	padding: 0px;

}

.comment .fn,.comment .fn a,.trackback .fn,.trackback .fn a,.pingback .fn,.pingback .fn a{

	margin-left:0px;

	color:#000000;

	text-decoration:none;

	font-size: 11px;

}	

.byuser .fn a{

	font-weight:normal;

	text-decoration:underline;

}

.bypostauthor .fn a{

	font-weight:bold;

	text-decoration:underline;

}

.comment .comment-meta,.trackback .comment-meta, .pingback .comment-meta{

	border-bottom: 1px dashed #B1A074;

	margin:0 0 10px 0px;

	padding:6px 0 6px 0;

	font-size:10px;

}

.trackback .comment-meta{

	padding:2px 0 2px 0;

}

.comment .comment-meta a, .trackback .comment-meta a, .pingback .comment-meta a {

	color:#000000;

	text-decoration:none;

}



.comment .reply{

	margin:5px 0 0px 0;

	padding:2px;

	font-size:10px;

	text-align:right;

}

.comment .reply a{

	color:#000000;

	text-decoration:none;

}

.trackback .reply, .pingback .reply{

	display:none;

}

	/**comment paging WP2.7**/

.commentnavi{

	position:relative;

	padding-right:20px;

}

.commentpages{

	float:right;

	padding:5px 10px;

}

.page-numbers{

	padding-left:5px;

}

.current{

	font-weight:bold;

}

	/*** comment form ***/

#respond {

	clear:both;

	padding:5px 20px 5px 5px;

	margin:10px 0px 0px 20px;

	font-size:11px;

}	

.cancel-comment-reply{

}



#commentform {

	margin:0;

	padding:10px 0 0 0;

}

#email, #author, #url {

	color: #000000;

	font-size: 11px;

	padding-left: 2px;

	vertical-align: middle;

	border: 1px solid #B1A074;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}

#comment {

	width: 98%;

	color: #000000;

	font-size: 11px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	border: 1px solid #B1A074;

	padding: 2px 2px 2px 2px;

}

#submit {

	height: 20px;

	color: #000000;

	font-size: 11px;

	background: #fffffe;

	margin: 0px 0px 0px 0px;

	padding: 0px 10px 2px 10px;

	border: 1px solid #B1A074;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

}



/*************** widget ***************/

#wp-calendar td {font-size:11px;color:#555555;}

#wp-calendar td a {font-weight:bold;text-decoration:underline;}

#wp-calendar {

	width: 164px;

	margin:0 0 0 0px;

	text-align: center;

	font-size:11px;

	color:#333333;

}



.wp-caption {  

    text-align: center;

    color:#333333;

}



.textwidget {

	margin:2px 2px 0 2px;

}

#akismetwrap{

	margin:2px 0 2px 10px;

}

.rsswidget img {

	display:none;

}



#sidebar h1 a.rsswidget{

	margin-left:0px;

	overflow:hidden;

	text-decoration:none;

}

.wp-smiley{

	vertical-align:middle;

	border:0px;

	padding:0px;

}


