/*
Theme Name: Evanescence
Theme URI: http://srinig.com/wordpress/themes/evanescence/
Description: <a href="http://srinig.com/wordpress/themes/evanescence/">Evanescence</a> began as a simple fluid width theme with two column layout. Right hand sidebar supports widgets. Tags and gravatars supported. Valid XHTML and CSS. Yes, it began with Evanescene, but I have made so many I then made so many changes to it to work as a photography theme, that I now put my own name to this version.  It is a 1250px fixed width theme now with photo galleries that were hand-made without plugins. It relies heavily on TimThumb.php I also removed dynamic widget support, to reduce overhead and to make it easier to understand what the widgets were doing.
Version: 1.6
Author: Srini G, Dave B
Author URI: http://srinig.com/wordpress
Tags: photo theme.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	main store

*/

body {
	background-color:#fff;
	color:#000;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0 0 0 0;
	text-align:center;
	padding:0 0 0 0 ;
	
}


#my_footer {
	background-color: #fff;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	color:#000;	
	padding-top:8px;
}

#my_FooterBanner
{
	background-color: #FFC;
	font-size:12pt;
	text-align:center;
	background-repeat:repeat-x;
	width: 100%;
	position:fixed;
	left: 0px;
	bottom: 0px;
	padding-top:4px;
	padding-bottom:4px;
}


/* Layout */
#page {
	min-width:760px;
	margin:0 auto;
	text-align:left;	
}

.fergcorp_countdownTimer_event_li, fergcorp_countdownTimer_event_title, fergcorp_countdownTimer_event_time {
	font-size:22px ;
	list-style:none ;
	
}



#breadcrumbs {
	font-size:12pt;
	margin 0 auto 0 auto ;	
	text-align:left;
}


#breadcrumbs2 {
	font-size:12pt;
	padding:4px 0 4px 4px;
	
}
.header-menu {		
	float:left;	
	color:#000 ;
	overflow:hidden;	
	margin-top:0;	
	margin-right:0;
	background-color:#fff;
	border-bottom:1px #666 solid;
	
}

.header-menu {
	margin-top:0;
	margin-bottom:20px;	
}


.header-menu h1 a {
	
	font-size:12pt; 	
    text-align:left;
	text-decoration:none;
}

.header-menu h1 a:hover {
	background-color:#eaeaea ;
	color: #435CA8;
}

.header-menu h1 a:active { 
color: #ed008c; 

}




#wrapper {
	clear:both;
	margin:1em 5%; 
}


.my_post {
	margin-bottom:10px ;
	font-size:1.4em;	
	text-align:left;
	line-height:1.4em ;		
}

/* Header */
#header {
	height:96px;
	background: url("images/header_bg.png") repeat-x;
}

#header div {
	height:96px;
	background:url('images/header_bg_left.png') no-repeat top left;
}

#header div div {
	height:96px;
	background:url('images/header_bg_right.png') no-repeat top right;
}

#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:left;
	position:absolute;
	top:25px;
	left:5%;
	margin:5px;
}

.header-title h1 {
	margin:0;
	font-size:2.8em;
}
.header-title h1 a {
	background:transparent;
	color:#000;
}
.header-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.header-title p {
	margin:0;
	background:transparent;
	color:#fff;
}




.right-title {
	float:right;
	position:absolute;
	top:25px;
	right:10%;
	margin:5px;
}

.right-title h1 {
	margin:0;
	font-size:2.0em;
}
.right-title h1 a {
	background:transparent;
	color:#000;
}
.right-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.right-title p {
	margin:0;
	background:transparent;
	color:#fff;
}


.black_photo {
padding:6px;
background-color:#fff;
text-align:center;

}

.black_photo img {
  display: block;  
   border:#000 4px solid; 
   padding:0;
   margin:0 auto 0 auto;
     
  }

.post {
	margin:0 0 0 20px;
	clear:both;
	padding-left:0px;
	padding-right:20px;
	
	
}

.content {
	width:79%;
	float:left;
	
}


.post h2 a {
	font-size:0.80em;
	
	line-height:150%;
	word-spacing:120%;
	
}

.post ul li {
	list-style:url('images/list-style.png');
	padding:5px 0 5px 0 ;
}

#prev span, #next span { color:#ccc; } /* lighter than the normal anchor text */



.blockquote_home {
 width: 80%;
 margin:20px auto 20px auto; 
 color:#000;
 font-weight:bold ;
 font-size:10pt;
 
  border: #300 solid 1px ;
 
 padding:10px; 
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px;
 
 
 }
 
 
 
blockquote {
 width: 80%;
 margin:10px auto 10px auto; 
 color: #333 ;
 font-size:10pt;
 padding:4px;
 background-color:#fff;
 
 }
 
 
 
 
 
a {
	color: #630;	
	text-decoration: underline ;
}
a:hover {
	color: #33F;
	
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	
}

img {
	border:0;
}

.st-tag-cloud {
	font-size:10pt;
	
}
.st-tag-cloud a {
	line-height:2em;
	word-spacing: 130%;
	
}

 /* i removed the comment styling */
 





/* for the favorites add link 
.wpfp-link {
	font-size:12pt ;
	margin-left:10px ;
	
	
}

.wpfp_widget_view {
	color:#000;
	font-family:Arial, Helvetica, sans-serif ;
	
}

.wpfp_widget_view li {	
	list-style:none ;
}

.wpfp_widget_view li:link {
	text-decoration:underline;
	list-style:none ;
}
*/


.testimonial-header {
	font-size:150%;	
}

.testimonial-excerpts {
	font-size:10pt;
	float:left;
    width: 200px;
    height: 330px;
	margin-right:20px;
	padding-left:30px; 
	border-left:#333 1px solid;
}


.navigation {
font-size:12pt ;
color:#CCC;
margin-top:10px;
margin-bottom:10px;
clear:both;	
}

.alignleft {
	float:left ;
	color:#333 ;
	}

.alignright {
	float:right;
	padding-right:20px;
	color:#333 ;
}


.alignright a, .alignleft a, .alignright a:visited, .alignleft a:visited {
	text-decoration:underline;
	color:#000;
}

.alignright a:hover, .alignleft a:hover {
	color:#000;
	
	
}


/* default mode for wp_get_archives uses li */
.sitemap {
	padding:10px ;
	list-style:none;
	
	
}

.sitemap li {
	padding-bottom:1em;
	
}
.sitemap a {
	font-size:12pt;
	
}


.my_post form {
	margin-top:10px;
	
}

/*

.limited_editions {
	color:#333 ;
	font-size:12px;
}

.limited_editions a {
	font-size:12px;
}
*/

.thumbs_gallery {
	background-color:#033;
	padding:2px;
	color:#FFF;
	
}

.recent_thumbs_box{		
	margin-top:20px;
	margin-bottom:20px;
	
	
	
}

.thumbs_gallery h2 {
	color:#FFF;
}

.thumbs_gallery img {	
	border:1px #033 solid;
	
}


.thumbs_gallery div.float p {
   text-align: center;
   }
 

.gallery_float {
	float:left ;
	
}
.gallery_float p {
	 text-align: center;
}
 


  
  
.the_fine_print {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10pt;	
	float:left;
	border:1px #666 solid ;
	background-color:#CCC;
	padding:10px;
}




.sidebar {
	width:20%;
	float:right;	
	list-style:none ;
}


.sidebar h1 a {	
	font-size:10pt; 	
    text-align:left;
	text-decoration:none;
}

.sidebar h1 a:hover {
	background-color:#eaeaea ;
	color: #435CA8;
}

.sidebar h1 a:active { 
color: #ed008c; 

}

.sidebar h2 {
	color:#000;
	font-size:1.24em;
	font-variant:small-caps;
	margin:0 auto 6px 0;
	
}



.sidebar ul {	
	margin-left:0;
	padding-left:0;
	font-size:1.4em;
}

.sidebar ul li {	
	margin-top:1em;	
		
}



.sidebar ul li li {
	margin:0;
	margin-top:1em;		
}

.sidebar li li a {
	color: #333;
	text-decoration:underline;
	list-style:none;
}

.sidebar li li a:hover {
	color:#68a;
}

.sidebar p {
	font-size:12pt ;
}

.the_box {
	border-width:2px;
	border-color:#09F;
	border-bottom-style:solid ;
	padding:10px;
	background-color:#9CF;
	
}

.the_box a {
	color:#000 ;
	
	
}

.the_box h1 a {
	font-size:14pt;
	text-decoration:underline ;
}
/* Sidebar ends */




h2.pagetitle {
	font-size:2em;
}



.thumbs_post {	
	padding:20px;	
	background-color:#fff;
	clear:both;
	
}

.thumbs {
	float:left;
	padding-left:10px;
	padding-top:10px;
    width: 200px;
    height: 185px;
	margin:0;
	background-color:#fff;
}

.thumbs a {
	font-size:12px ;
	
}

.thumbs img {
	border: #000 1px solid;
	margin-bottom:2px;
	
}


.recent_thumbs{
    float:left;
	padding-left:0px;
	padding-top:0px;	
    width: 130px;
    height: 130px; 
	margin-top:1px;
	
	
	
}

.post-title {
	display:block ;
	padding:10px 5px 10px 5px ;	
	margin-left:auto;
	margin-right:auto;
	width:80%;
	text-align:center;
	color:#333;	
}


.post-title h2, .post-title h3 {
	font-size:2em;	
	color:#333;
}

.post-title h2 a, .post-title h3 a{
	color:#333;
}

.post-entry, .archives {
	font:1.0em/1.75em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333;
	
}




.post-meta {
	clear:both;
	margin-top:1.6em;
	font-size:1.4em;
	color: #666 ;
	background-color:#FFF;
}
/* Post ends */

/* Search */


#searchform {	
	padding-left:0;
	padding-right:0;
}

/*
#searchform form {
	width: auto ;
	height: auto ;
	background-color:#fff;
	color: #000;	
	font-size:12pt;
	text-align:left;		
	text-decoration:none;
	border-color: #FCCC99;
	border:1px;
	border:solid;
	
}
*/


#searchform 
{
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    background-color: #FCCC99;
    padding: 10px;
}

#searchform input[type="text"]
{
    font-family: Arial, Sans-Serif;
    font-size: 12pt;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #FCCC99;;
    width: 240px;
}



#searchform input:focus {
	color:#000;
	background:#FFC;
	text-decoration:none;
	
}


.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */
 
/* Footer */

#footer { 
    /*clear:both;*/
    width:100%;
	padding:10px 0 10px 0 ;	
	text-align:left;	
	background-color:#fff;	
	color: #000;
	
}

#address {
	color:#666 ;
	font-size:12pt;
	font-family:Tahoma, Geneva, sans-serif;
	padding:4px;
	border:1px solid #CCC;
	
	
}


#footer h2  {color:# 333;}
#footer a  {color:# 000;}

#footer h3 {color: #999; font-size:12pt;}



/* Footer ends */
.aligncenter,
div.aligncenter, .alignnone, div.alignnone {   
   margin-left: auto;
   margin-right: auto;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

