a {
	color: #675;
}

a img {
	border: none;
}

a:visited {
	color: #342;
}

a:hover {
	color: #9a8;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	font: 95% "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

h3 {
	border-bottom: 1px dotted #eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% 'Georgia', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: -1px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #90a090;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border-width: thin;
	/* border: 1px solid #333; */
	padding: .2em;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	font: normal 12px 'Georgia', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

div#content div#sidebar {
	width: 180px;
	float: left;
}

#searchform > div {
	position: relative;
	
	padding-right: 140px;
}
#searchform .label {
	font-size: 10px;
	font-weight: bold;
}
#searchform .label:hover {
	cursor: pointer;
}
#searchform input[type=text] {
	border: 1px solid gray;
	padding: 2px 1px;
	position: absolute;
	bottom: 3px;
	right: 0px;
	width: 128px;

	font-size: 10px;
	font-weight: bold;
	
	font-family: georgia;
	
	color: #c0b7af;
}

div#content ul,
div#content ol {
	margin-left: 1.2em;
}
	/* --- ------------------- --- */
	#modal-overlay { 
	    position: fixed; 
	    z-index:100; 
	    top: 0px; 
	    left: 0px; 
	    height:100%; 
	    width:100%; 
	    background: #000; 
	    display: none; 
	}
	
	#modal-load{ 
	    position: fixed; 
	    height:13px; 
	    width:208px; 
	    background: url(loadingAnimation.gif) no-repeat; 
	    z-index:103; 
	    top: 50%; 
	    left: 50%; 
	    margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */ 
	}
	
	#modal-window { 
	    position: fixed; 
	    z-index: 102; 
	    display:none; 
	    top:40%; 
	    left:50%;
	    background-color: white;
	    border: 1px solid #3f2f1f;
	    
	    padding: 64px;
	    background: url(../images/star_pattern.jpg); 
	}

	* html #modal-overlay { /* ie6 hack */ 
	     position: absolute; 
	     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight   'px'); 
	} 
	* html #modal-window, 
	* html #modal-load { /* ie6 hack */ 
	position: absolute; 
	margin-top: expression(0 - parseInt(this.offsetHeight / 2)   (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop)   'px'); 
	} 
	/* --- ------------------- --- */
	
.hidden {
	display: none;
}

.post a,
a {
	color: #3b0b18;
}


.page_header_f {
	width: 900px;
	background: url('../images/star.png') center no-repeat;
	margin-bottom: 32px;
}

.page_header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 74px;
	
	text-align: center;
	
	background: url('../images/post_headerbg.png') left repeat-x;
}

.page_header .title {
	padding: 28px;
	font-size: 19px;
	text-transform: uppercase;
}

.page_content {
	background: url('../images/color_f3f4e4.png');
}

.page_content .content_left {
	width: 457px;
	float: left;
	border-right: 1px dotted gray;
	
	padding-right: 32px;
}

.page_content .content_right {
	width: 410px;
	float: left;
	text-align: right;
}

.page_content .content_right p {
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
}

.page_content .content_right input[type=text], 
.page_content .content_right textarea {
	width: 320px;
	padding: 4px;
	margin-left: 8px;
	color: #340A15;
	
	border: 1px solid #3b0b18;
}

.page_content .content_right textarea {
	height: 120px;
}

a.menu_photographesrs {
	padding-right: 32px;
}

#gallery {
	margin-top: 28px;
	margin-bottom: 8px;
	padding: 0px;
}

#gallery #widgets {
	margin-bottom: 0px;
	margin-top: 15px;
}

#gallery #content {
	padding: 0px;
	width: 900px;
	text-align: center;
	
	background: none;
}

#galleries-list-name {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 0px;
	
	padding: 2px 0px;
	
	text-align: center;
}

#galleries-list-name li {
	display: inline;
	margin: 0px 0px;
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0.1px;
	text-transform: uppercase;
	
	padding-right: 4px;
	border-right: 0;
}

#galleries-list-name li.last {
	border: 0;
	padding-right: 0;
}

#galleries-list-name li a {
	text-decoration: none;
	color: #3b0b18;
	padding: 2px 4px;
}
#galleries-list-name li a:hover {
	background: white;
}
#galleries-list-name li a.selected {
	background: white;
}
