/*
Theme Name: Photo Graphic
Theme URI: http://www.press75.com/
Description: Need a little help getting started? <a href="http://www.press75.com/v4/documentation-support/photo-graphic-setup-usage/">Theme Setup and Usage</a>.
Version: 1.2
Author: Jason Schuller
Author URI: http://www.press75.com/

Designed and Built by Jason Schuller - theSevenFive.com
CSS, XHTML and Design Files are all Copyright 2007-2010 Circa75 Media, LLC
Be inspired, but please don't steal...
*/

body {
background: #2b2b2b;
margin: 0;
padding: 0;
width: auto;
height: auto;
font: 75%/1.5 'Lucida Grande',Lucida,Verdana,Arial,Helvetica,sans-serif;
color: #BBB !important;
}

h1 {
font-weight: normal;
font-size: 36px;
color: #BBB;
margin: 35px 0 15px 0;
padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited {
color: #BBB;
}

h1 a:hover {
color: #EEE;
}

a:link, a:visited {
color: #BBB;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #EEE;
}

h2 {
font-size: 18px;
font-weight: bold;
padding: 0;
margin: 0 0 2px 0;
color: #BBB;

}

h2 a:link, h2 a:active, h2 a:visited {
color: #BBB;
}

h2 a:hover {
text-decoration: underline;
}

h3 {
font-size: 16px;
padding: 0;
margin: 0;
font-weight: bold;
/* color: #4A4A4A; */
color: #BBB;
}

h4 {
font-size: 12px;
padding: 0;
margin: 0;
font-weight: bold;
/* color: #4A4A4A; */
color: #BBB;
}

img {
border: 0;
}

p {
margin: 0 0 10px 0;
}

small {
padding: 0 0 0 5px;
}

#wrapper {
width: 940px;
margin: 0px auto;
/*overflow: hidden;*/
}

/** header styles **/
#headwrap {
float: left;
width: 940px;
height: 147px;
}

#tagline {
float: left;
width: 330px;
height: 24px;
background: url(images/content-bg.png) repeat;
color: #BBB;
font-size: 12px;
font-weight: bold;
line-height: 22px;
margin-top: 1px;
padding: 2px 0 0 10px;

display: none;
}

#tagline p {
margin: 6px 0 0 10px;
}

#menu {
float: left;
/*width: 600px;*/
width: 100%;
height: 26px;
background: url(images/content-bg.png) repeat;
color: #BBB;
font-size: 12px;
margin-top: 1px;
text-align: right;
}

#logo {
float: left;
width: 460px;
height: 118px;
}

#textlogo {
float: left;
width: 460px;
height: 118px;
}

#textlogo h1 {
font-size: 36px;
margin: 35px 0 0 0;
}

#logo img {
margin: 0px 0 0 0;
}

#topad {
float: left;
width: 480px;
height: 118px;
text-align: right;
}

#topad img {
margin: 30px 0 0 0;
}

/** gallery styles **/
#contentwrap {
width: 940px;
float: left;
background: url(images/divider2.png) top left no-repeat;
padding: 45px 0 0 0;
}

#maincontent {
width: 640px;
float: left;
}



#maincontent p{
	color: #BBB;

}

#maincontent h2{
	color: #BBB;
}







#pagenavi {
width: 640px;
float: left;
margin: 0 0 20px 0;
font-size: 12px;
}

#pagenavi a:link, #pagenavi a:visited {
background: url(images/content-bg.png) repeat;
padding: 5px;
display: block;
}

#pagenavi a:hover {
background: url(images/content-bg-alt.png) repeat;
}

#newer {
margin: 0 20px 0 0;
}

.galleryitem {
width: 300px;
height: 325px;
float: left;
margin: 0 20px 32px 0;
/*background: url(images/content-bg.png) repeat;*/
}

.galleryitem > a > img {
     -moz-box-shadow:1px 1px 6px #111;
     -webkit-box-shadow:1px 1px 6px #111;
     box-shadow:1px 1px 6px #111;
}

.galleryitem h3 {
padding: 5px 5px 5px 0;
margin: 0;

font-weight: normal;
color: #BBB;
line-height: 22px;

}

* + html .galleryitem h3 {
padding: 2px 5px 0 5px;
color: #BBB;
}

.galleryitem p {
margin: 8px 5px 0 0;
color: #BBB;
}

p.small {
font-size: 9px;
margin: 0;
color: #888 !important;
}

.commentsnumber {
background: url(images/comments.png) top left no-repeat;
width: 32px;
height: 30px;
margin: 40px 5px 5px 0;
padding: 4px 0 0 0;
text-align: center;
float: right;
}

.commentsnumber a:link, .commentsnumber a:visited {
color: #BBB;
}

.commentsnumber a:hover {
color: #EEE;
}

/** single post styles **/
.post_image {
width: 620px;
float: left;
margin: 0 20px 20px 0;
text-align: center;
background: url(images/content-bg.png) repeat;
}

.postcontent {
width: 604px;
float: left;
margin: 0 20px 0 0;
padding: 8px 8px 0 8px;
/*background: url(images/content-bg.png) repeat;*/
}

.postcontent h2 {
font-size: 20px;

}

.postcontent ul {
margin: 0 0 8px 0;
padding: 0;
list-style: none;
}

.postcontent li {
padding: 0 0 0 20px;
margin: 8px 0 0 0;
background: url(images/bullet.png) top left no-repeat;
}

.postcontent ol li {
background: none;
padding: 0;
margin: 8px 0 0 -20px;
}

#single {
margin: 0 0 25px 0;
}

.thumbnail {
float: right;
margin: 0 0 15px 15px;
}

.postdets {
font-size: 10px;
/*color: #4A4A4A;*/
color: #888;
margin: 5px 0 15px 0;
line-height: 1.1em;
}

.postdets a:link, .postdets a:visited {
color: #888;
font-weight: normal;
}

.postdets a:hover {
text-decoration: underline;
}

/** page styles **/
#page {
margin: 0 0 20px 0;
}

/** sidebar styles **/
#sidebar {
width: 266px;
float: right;
padding-left: 25px;
border-left: solid 1px #555;
margin-bottom: 30px;
}

.widgetblock {
width: 284px;
float: left;
margin: 0 0 20px 0;
padding: 0 0 12px 0;
/*background: url(images/content-bg.png) repeat;*/


}

.widgetblock h3 {
padding: 0 0 5px 0;
margin: 0;
text-transform: uppercase;
}

.widgetblock h3#latest-twitter-widget-title {
display: block;
width: 290px;
}



#sidebar #widget_sp_image-3 a.widget_sp_image-image-link:hover {
	opacity: 0.9;
}
	

.widget_archive > ul {
	padding-left: 0;
	list-style-position: inside;
	margin-bottom: 0;
}

.widgetblock.widget_archive {
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}


/*
.widgetblock.widget_yarptwidget {
	margin-top: 30px;
}
*/

.widget_categories > ul {
	padding-left: 0;
	list-style-position: inside;
	margin-bottom: 0;
}
.widget_categories > ul ul {
	list-style: circle;
}

.widgetblock.widget_categories {
	padding-bottom: 0;
	margin-bottom: 0;
	overflow: hidden;
}




#searchwrap {
background: none;
margin: 0;
background: url(images/search-bg2.png) top left no-repeat;
width: 266px;
}

#searchwrap input{
vertical-align: middle;
background: none;
color: #000000;
font-family: arial,helvetica,verdana,sans-serif;
}

#s{
font-size: 14px;
border: none;
padding: 4px 4px;
margin-right: 3px;
width: 230px;
}


* + html #sidebar .p75_sidebar_ads {
padding-bottom: 15px;
}

#sidebar .p75_sidebar_ads > h3 {
	margin-bottom: -12px;
}

#sidebar .p75_sidebar_ads img.sidebar_ad {
width: 125px;
height: 125px;
float: left;
margin: 16px 16px 0 0;
}

/** tag cloud **/
#tag_cloud {
margin: 20px 0 0 0;
float: right;
width: 245px;
}

* + html #tag_cloud {
margin: 0;
}

#sidebar #tag_cloud a {
background: url(images/content-bg.png) repeat;
float: left;
padding: 3px 5px 5px 5px;
margin: 0 1px 1px 0;
}

#sidebar #tag_cloud a:hover {
background: url(images/content-bg-alt.png) repeat;
}

/** featured content **/
#sidebar .cat_posts ul {
list-style: none;
margin: 0;
padding: 0;
}

#sidebar .cat_posts ul li {
clear: both;
background: url(images/content-bg.png) bottom left no-repeat;
padding-bottom: 8px;
margin-bottom: 8px;
float: left;
width: 284px;
}

#sidebar .cat_posts ul li.last {
border: 0;
padding: 0;
margin: 0;
}

#sidebar .cat_posts ul li img.thumbnail {
float: left;
margin: 2px 8px 0 0;
}

#sidebar .cat_posts ul li a.post_title {

}

/** footer styles **/
#footer {
width: 940px;
/*float: left;*/
background: url(images/divider2.png) top left no-repeat;
/* margin: 10px 0 0 0 auto;*/
margin: 0 auto;
padding: 45px 0 50px 0;
text-align: center;
clear: both;
}

#footer a:link, #footer a:visited {

font-weight: normal;
}

#footer a:hover {
text-decoration: underline;
}

#footer p {
margin: 0;

}

#footer h3 {

padding: 0;
margin: 0 0 4px 0;
font-size: 15px;
}

* + html #footer {
margin: 30px 0 0 0;
}

/** menu styles **/
.sf-menu,.sf-menu * {
list-style: none;
margin: 0;
padding: 0;

font-size: 12px;
text-align: left;
}

.sf-menu {
line-height: 1.0;
float: right;
}

.sf-menu ul {
position: absolute;
top: -999em;
width: 150px;
}

.sf-menu ul li {
width: 100%;
}

.sf-menu li:hover {
visibility: inherit;
background: url(images/content-bg-alt.png) repeat;
}

.sf-menu li {
float: left;
position: relative;
background: url(images/content-bg.png) repeat;
margin: 0 0 0 1px;
}

.sf-menu a {
display: block;
position: relative;
text-decoration: none;
padding: 6px 10px 8px 10px;
}

* + html .sf-menu a {
padding: 7px 10px 7px 10px;
}

.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left: 0;
top: 26px;
z-index: 99;
}

.sf-menu li:hover a,
.sf-menu li a:hover {
	color: #DDD;
}

.sf-menu a,.sf-menu a:visited {
color: #BBB;
}

.sf-menu li li {
background: url(images/content-bg2.png) repeat;
margin: 1px 1px 0 0;
}

.sf-menu li li:hover,
.sf-menu li li li:hover {
background: url(images/content-bg3.png) repeat;
}

.sf-menu li li li {
left: -270px;
top: -1px;
background: url(images/content-bg2.png) repeat;
margin: 1px 1px 0 -1px;
}

.sf-menu a.sf-with-ul {
min-width: 1px;
}

.sf-sub-indicator {
position: absolute;
display: block;
right: .75em;
top: 1.05em;
width: 10px;
height: 10px;
text-indent: -999em;
overflow: hidden;
}

ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul,ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top:-999em;
}

ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul,ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:10em;
top:0;
}

.sf-menu ul .sf-sub-indicator,.sf-menu ul a:focus > .sf-sub-indicator,.sf-menu ul a:hover > .sf-sub-indicator,.sf-menu ul a:active > .sf-sub-indicator,.sf-menu ul li:hover > a > .sf-sub-indicator,.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position:-10px 0;
}

/** comment styles **/
#comments {
width: 604px;
color: #BBB;
margin: 0 0 20px 0;
float: left;
}

#reply_form {
background: url(images/content-bg.png) repeat;
width: 604px;
margin: 20px 0 0 0;
padding: 8px;
float: left;
}

* + html #comments {
margin: 0 0 -10px 0;
}

#comments h3 {
font-size: 16px;
font-weight: normal;
margin: 5px 0 0 0;
padding: 0;
}

#comments p {
margin: 5px 0 5px 0;
}

.comment-author {
font-weight: normal;
}

.comment-meta {
font-size: 10px;
font-weight: normal;
margin: 0 0 10px 0;
}

.avatar {
float: right;
display: inline;
margin: 0 0 15px 15px;
}

#comment {
width: 510px;
font: 12px arial,helvetica,verdana,sans-serif;
}

h2.commh2 {
font-size: 1.4em !important;
padding: 0 0 5px;
color: #BBB !important;
}

ol.commentlist {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
}

ol.commentlist p {
margin-bottom: 10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
color: #BBB;
}

ol.commentlist a:hover {
color: #EEE;
text-decoration: underline;
}

ol.commentlist cite {
font-style: normal;
font-weight: bold;
margin: 0;
padding: 0;
}

ol.commentlist li.alt {
padding: 8px 8px 0 8px;
margin: 20px 0 0 0;
background: url(images/content-bg.png) repeat;
color: #BBB;
width: 604px;
float: left;
}

ol.commentlist li {
padding: 8px 8px 0 8px;
margin: 20px 0 0 0;
background: url(images/content-bg.png) repeat;
color: #BBB;
width: 604px;
float: left;
}

ol.commentlist li div.reply {
color: #BBB;
padding: 4px 10px 5px 10px;
text-align: center;
width: 36px;
background: url(images/content-bg.png) repeat;
margin: 10px 0 10px 0;
cursor: pointer;
font-size: 9px;
}

ol.commentlist li div.reply:hover {
background: url(images/content-bg-alt.png) repeat;
}

ol.commentlist li div.reply a {
color: #BBB;
text-decoration: none;

}

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

ol.commentlist li ul.children li {
background: none;
margin: 10px 0 0 0;
padding: 10px 0 0px 0;
background: url(images/content-bg.png) top left repeat-x;
width: 604px;
float: left;
}

ol.commentlist li ul.children li.alt {
background: none;
margin: 10px 0 0 0;
padding: 10px 0 0px 0;
background: url(images/content-bg.png) top left repeat-x;
width: 604px;
float: left;
}

ol.commentlist li ul.children li.depth-2 { margin:0; }
ol.commentlist li ul.children li.depth-3 { margin:0; }
ol.commentlist li ul.children li.depth-4 { margin:0; }
ol.commentlist li ul.children li.depth-5 { margin:0; }

input#submit {
cursor: pointer;
background: url(images/submit.png) 0 0;
border: none;
width: 120px;
height: 30px;
padding: 0;
margin: 0 0 -20px 0;
}

* + html input#submit {
margin: 0 0 10px 0;
}

input#submit:hover {
background: url(images/submit.png) 0 -30px;
}


#comment {
background: url(images/text-area-small.png) top left no-repeat;
border: none;
width: 594px;
height: 65px;
padding: 5px;
}

* + html #comment {
width: 594px;
}

#author {
background: url(images/fields-name.png) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 7px 125px 3px 5px;
}

#email {
background: url(images/fields-email.png) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 7px 125px 3px 5px;
}

#url {
background: url(images/fields-web.png) top left no-repeat;
border: none;
width: 154px;
height: 20px;
padding: 7px 125px 3px 5px;
}

#respond {
padding: 0 15px 10px 0;
}

.fieldset {
list-style: none;
margin: 0;
padding: 0;
}

.fieldset li {
margin: 0 0 10px 0;
padding: 0;
}

/** wordpress specific styles **/
.wp-caption img {
margin-bottom: 5px;
padding:5px;
background-color:#4A4A4A;
}

.wp-caption-text {
color:#BBB;
text-align:center;
padding-top: 5px;
padding-bottom: 5px;
width: auto;
font-weight: bold;

}

code {
font: 1.1em 'Courier New', Courier, Fixed;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 5px;
margin: 0 0 2px 10px;
display: inline;
}

img.alignleft {
padding: 5px;
margin: 0 10px 2px 0;
display: inline;
}

.alignright {
float: right;
margin-left: 15px;
}

.alignleft {
float: left;
margin-right: 15px;
}

#wp-calendar {
empty-cells: show;
margin: 10px auto 0;
width: 155px;
}

#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;
}

#wp-calendar caption {
text-align: center;
width: 100%;
}

#wp-calendar td {
padding: 3px 0;
text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
background-color: #fff; }

acronym, abbr, span.caps {
cursor: help;
}

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

blockquote {
margin: 3px 30px 0 0;
padding-left: 10px;
border-left: 2px solid #bbb;
}

blockquote cite {
margin: 5px 0 0;
display: block;
}

.center {
text-align: center;
}

.hidden {
display: none;
}

hr {
display: none;
}

a img {
border: none;
}

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
text-align: center;
background: url(images/content-bg.png)repeat;
padding: 10px 5px 0 5px;
margin-bottom: 5px;
}

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

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




#maincontent a:link, #maincontent a:visited, #maincontent a:active {
	color: #BBB;
}

#maincontent a:hover{
	color: #EEE;
}

#sidebar a{
	color: #BBB;
}

#sidebar a:hover { color: #FFF; }

.textwidget{
	color: #BBB;
}


#footer, #footer h3, #footer p, #footer a:link, #footer a:visited{
	color: #BBB;
}











/* SHOPPING PAGE */

span.ecwid-categories-category  {
	color:#BBB !important;
}
.ecwid-categories
{
color:#BBB !important;
}

.ecwid-productBrowser-head
{
color:#BBB !important;
}
.ecwid-productBrowser-categoryPath a,.ecwid-productBrowser-categoryPath span
{
    color:#BBB !important;
}
.gwt-InlineLabel
{
    color:#BBB !important;
}
#page h2
{
    color:#BBB !important;
}
.ecwid-ProductBrowser-auth-anonim, .ecwid-productBrowser-auth,.gwt-Anchor, .ecwid-productBrowser-price,.ecwid-productBrowser-productsList-descr,.ecwid-productBrowser-sku,.ecwid-productBrowser-productNameLink,.gwt-Label,.ecwid-results-topPanel-viewAsPanel div,.ecwid-productBrowser-details-qtyLabel,.ecwid-poweredBy,a,span,table,td,tr,div,p,button.gwt-Button
{
    color:#BBB;
}
/* END OF SHOPPING PAGE */







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

#maincontent .postcontent a:link, #maincontent .postcontent a:visited, #maincontent .postcontent a:active {
	color: #ff9933;
	font-weight: 400;
	text-decoration: underline;
}

#maincontent .postcontent a:hover {
	color: #90c7e2;
}

#maincontent .postcontent .postdets a:link, #maincontent .postcontent .postdets a:visited, #maincontent .postcontent .postdets a:active {
	color: inherit;
}

#maincontent .postcontent .postdets a:hover {
	color: #BBBBBB;
}


#sidebar .textwidget .social_icons span.title {
	margin-bottom: 9px;	
	display: block;
}

#sidebar .textwidget .social_icons {
	position: relative; 
	width: 300px;
	margin-top: 10px;
}

#sidebar .textwidget .social_icons a {
	float: left;
	padding-left: 23px;
	margin-bottom: 7px;
	height: 16px;	
	width: 75px; 	
	display: block;
	text-decoration: none;
	
	line-height: 16px;
	
	background-image: url(http://www.mariankrausphotography.com/wp-content/themes/photo-graphic/images/social_icons_sprite.png);
	background-repeat: no-repeat;
}

#sidebar .textwidget a.pr_news {
	padding-left: 40px;
margin-bottom: 7px;
height: 32px;
line-height: 37px;
background-image: url(http://www.mariankrausphotography.com/wp-content/themes/photo-graphic/images/newspaper.png);
background-repeat: no-repeat;
display: block;
/*margin-top: -15px;*/
}


#sidebar .textwidget a.newsletter_link {
	padding-left: 40px;
	height: 32px;
	line-height: 37px;
	background-image: url(http://www.mariankrausphotography.com/wp-content/themes/photo-graphic/images/envelope_icon.png);
	background-repeat: no-repeat;
	display: block;
	background-position: left 2px;
	/*margin-top: -15px;*/
}


#sidebar .textwidget .social_icons a.twitter { background-position: left top; }
#sidebar .textwidget .social_icons a.facebook { background-position: left -21px; }
#sidebar .textwidget .social_icons a.rss_blog { background-position: left -42px; }
#sidebar .textwidget .social_icons a.skype { background-position: left -63px; }
#sidebar .textwidget .social_icons a.linkedin { background-position: left -84px; }
#sidebar .textwidget .social_icons a.rss_photos { background-position: left -42px; }




#sidebar a.expand_archives,
#sidebar a.expand_categories {
	font-family: "Arial", sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 15pt;
	margin-top: -10px;
	text-transform: uppercase;
}


/*
#latest-twitter-follow-link {
	margin-top: -22px !important;
}
*/




/* PHOTOSHELTER CUSTOMIZATIONS */

#maincontent.photoshelter {
	float: none;
	width: auto;
}

.photoshelter h2 {
	font-size: 20px;
	border: none;
}

.photoshelter h1.ps_port_title {
	font-size: 20px;
	margin: 0;
	border: none;
	font-weight: 700;
}



/* ADVANCED SEARCH PAGE */


.photoshelter .search {
    
     margin-bottom: 60px;
}

.photoshelter .search .search_form {
     width: 580px;
     float: left;
     margin-top: 20px;
     margin-bottom: 40px;
}

.photoshelter .search .search_tips {
     float: right;
     width: 350px;
     font-size: 12px;
     line-height: 16px;
     padding-top: 10px;
}


.photoshelter .search .search_tips blockquote {
     font-weight: bold;
     display: block;
	 border: none;
}


.photoshelter .search .search_form table.input th,
.photoshelter .signup table.signup_form th,
.photoshelter .login table.login_form th {
     font-weight: bold;
     font-size: 13px;
     padding-right: 15px;
}

.photoshelter .search .search_form table.input > tbody > tr > td,
.photoshelter .signup table.signup_form > tbody > tr > td,
.photoshelter .login table.login_form > tbody > tr > td {
     padding-bottom: 10px;
}

/* END ADVANCED SEARCH PAGE */





/* GALLERY-LIST PAGE */


.photoshelter ul.thumbs {
     width: 1000px;
     padding-top: 10px;
}

.photoshelter ul.thumbs li {
     float: left;
     width: 218px;
     height: auto;
     border: solid 1px #363636;
     margin-right: 20px;
     font-size: 13px;
     color: #333;        
     padding-bottom: 10px;
     margin-bottom: 30px;
     text-decoration: none;
     background-color: #303030;
}

.photoshelter ul.thumbs li:hover {
     background-color: #343434;
     border-color: #404040;   
     color: #da766e;
}

.photoshelter ul.thumbs li > table {
     margin-top: 0;   
}

.photoshelter ul.thumbs li td.slide {
     margin: 0 auto 20px auto;
     width: 200px;
     vertical-align: top;
     padding: 9px 0 0 0;
     display: block;
}

.photoshelter ul.thumbs li td.text a {
	color: #333;
	font-weight: 400;
}

.photoshelter ul.thumbs li td.text {
	padding-top: 20px;
	visibility: hidden;
}

.photoshelter ul.thumbs li:hover td.text {
	visibility: visible;
}

.photoshelter ul.thumbs a.gallery_collection_list_name,
.photoshelter ul.thumbs a.gallery_list_name {
	margin-top: 20px;
	display: block;
}

.photoshelter ul.thumbs a {
     color: #333;   
     text-decoration: none;
}

.photoshelter ul.thumbs a:hover {
     color: #da766e;   
}

.photoshelter ul.thumbs li:hover a {
     color: #da766e;   
}


.photoshelter .back_links > a {
     font-size: 11px;
     color: #bbb !important;
     margin-right: 20px;
	 margin-bottom: 10px;
	 display: inline-block;
}

.photoshelter .back_links > a:hover {
     color: #ddd !important;
}


/* END GALLERY-LIST PAGE */




/* GALLERY & COLLECTION DISPLAY PAGES */


.photoshelter .gallery_display .subtitle,
.photoshelter .gallery_list .subtitle {
     font-weight: 400;
     font-size: 11px;    
}

.photoshelter .gallery_display .subtitle,
.photoshelter .gallery_list .subtitle,
.photoshelter .gallery_display .description,
.photoshelter .gallery_list .description {
     font-size: 13px;
     margin-bottom: 23px;
}

.photoshelter .gallery_display .buttons {
     height: 23px;
     position: relative;    
     margin-bottom: 15px;
}

.photoshelter .gallery_display .buttons > a {
     font-size: 12px;
     color: #555;
     text-decoration: none;    
    
     position: absolute;
     display: block;
     height: 23px;
     line-height: 23px;
    
     left: 0;
}

.photoshelter .gallery_display .buttons > a:hover {
     color: #888;    
}

.photoshelter .gallery_display .buttons > a.gallery_slideshow_link {
     left: 239px;
     background-position: 0 0;    
}

.photoshelter .gallery_display .buttons > a.rss_link {
     left: 480px;
     background-position: 0 -50px;    
}

.photoshelter .gallery_display .buttons > a.add_to_cart_link {
     left: 0;
     background-position: 0 -25px;    
}

.photoshelter .gallery_display .buttons > a.display_options_link {
     left: 721px;
     background-position: 0 -75px;    
}

.photoshelter span.raquo { 
     font-size: 16px;
}

.photoshelter .gallery_search_box input.gallery_search_box.keywords {
	background-color: #555;
	color: #bbb;
	margin: 0;
	padding: 5px;
	border: none;
}

.photoshelter .gallery_search_box {
	margin-top: 2px !important;
}

/* END GALLERY & COLLECTION DISPLAY PAGES */





/* IMAGE DISPLAY PAGE */


.photoshelter .image_display .back_links {
     margin-bottom: 15px;    
}



.photoshelter .image_display .sidebar {
     float: right;
     width: 253px;
	 margin-top: 0;
}

.photoshelter .image_display h3 {
	word-break: break-all;
	font-size: 15px;
}

.photoshelter .image_display .left_area {
     width: 650px;    
}


.photoshelter .image_display .pagination {
     margin-top: 15px;
     margin-bottom: 0;    
	 display: block;
}

.photoshelter .image_display .pagination .f_right {
	float: none;
}

.photoshelter .image_display .pagination a.page_previous {
     font-size: 11px;
}


.photoshelter .image_display .pagination a.page_next {
     font-size: 11px;
}

.photoshelter .image_display .pagination td.select {
     padding: 0 10px;
	 line-height: 24px;
     display: inline-block;
     text-transform: uppercase;
}


.photoshelter .image_display .sidebar .buttons > a,
.photoshelter .image_display .sidebar .buttons a.addthis_button {
     font-size: 12px;
    
     display: block;
     margin-bottom: 3px;
     text-decoration: none;
    
     line-height: 20px;
	 font-weight: 700;
}

.photoshelter .image_display .sidebar .buttons > a.add_to_cart_link,
.photoshelter .image_display .sidebar .buttons > a.add_to_cart_link span {
	color: #ff9933 !important;
}

.photoshelter .image_display .sidebar .buttons > a.add_to_cart_link:hover,
.photoshelter .image_display .sidebar .buttons > a.add_to_cart_link:hover span {
	color: #90c7e2 !important;
}



.photoshelter .image_display .sidebar .copyright {
     font-size: 12px;
     line-height: 16px;
     color: #666;
     margin: 15px 0;
}


.photoshelter .image_display .sidebar .buttons {
     margin-bottom: 8px;    
     height: auto !important;
}

.photoshelter .image_display iframe.twitter-share-button {
     margin-bottom: 8px;    
}


.photoshelter .image_display .caption {
    
     margin: 15px 0;
}

.photoshelter .image_display .keywords {
     line-height: 16px;
     margin-bottom: 30px;
}
/*
.photoshelter .image_display .keywords a {
     color: #555;
     text-decoration: none;    
}

.photoshelter .image_display .keywords a:hover {
     color: #888;
}
*/
.photoshelter .image_display .keywords #iptc_keywords {
     display: inline-block;    
}


.photoshelter .image_display .filmstrip {
     height: 116px;    

	 position: relative;
	 float: left;
	 
	 background-color: transparent !important;
}

.photoshelter .image_display .comments {
	margin-bottom: 40px;
}

.photoshelter .image_display .filmstrip a.psfs_prev span {
     display: block;
}


.photoshelter .image_display .filmstrip a.psfs_next span {
     display: block;
}



.photoshelter .image_display .filmstrip a.psfs_prev {
     position: relative;
}

.photoshelter .image_display .filmstrip a.psfs_next {
     position: relative;
}


.photoshelter .image_display .filmstrip a.psfs_prev:hover,
.photoshelter .image_display .filmstrip a.psfs_next:hover {
     background-color: #ff9933 !important;    
}

.photoshelter .image_display .filmstrip .psfs_sel {
     border-color: #ff9933 !important;    
}

.photoshelter .image_display .imageWidget {
	text-align: center;
	width: 650px !important;
}

/* END IMAGE DISPLAY PAGE */



#psMainCustom h1, #psMainCustom h2, #psMainCustom h3, #psMainCustom h4 {
	margin: 10px 0 !important;
}

#psMainCustom h1 {
	font-size: 32px !important;
	margin-bottom: 20px !important;
}

#psMainCustom {
	margin-bottom: 30px;
}


p#breadcrumbs {
	margin-top: -8px;
	opacity: 0.5;
}



.sf-menu a span.home_menu_item {
	font-size: 0;
	text-indent: -9000px;
	width: 16px;
	height: 16px; 
	display: block;
	margin-bottom: -2px;
	margin-top: -2px;
	background-image: url(http://www.mariankrausphotography.com/wp-content/themes/photo-graphic/images/home_icon.png);
	background-repeat: no-repeat;
	opacity: 0.8;
}

.sf-menu a:hover span.home_menu_item {
	opacity: 1;
}
