/*



    Theme Name: Grain

    Theme URI: http://wp-grain.wiki.sourceforge.net/

    Description: A Photoblog Theme for Wordpress using the <a target="_blank" href="http://johannes.jarolim.com/blog/wordpress/yet-another-photoblog">Yet Another Photoblog</a> plugin.

    Author: Markus Mayer

    Author URI: http://mac.defx.de/

    Version: 0.3 r2

	Tags: dark, photoblog, fixed width, widgets



    <!----------------------------------------------------------------------------------------



    Grain Theme for WordPress is free software: you can redistribute it 

    and/or modify it under the terms of the GNU General Public License 

    as published by the Free Software Foundation, either version 3 of 

    the License, or (at your option) any later version.

    

    Grain Theme for WordPress is distributed in the hope that it will 

    be useful, but WITHOUT ANY WARRANTY; without even the implied warranty 

    of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the

    GNU General Public License for more details.

    

    You should have received a copy of the GNU General Public License

    along with Grain Theme for WordPress. 	If not, see <http://www.gnu.org/licenses/>.

	

    -------------------------------------------------------------------------------------- -->

    File version: $Id: style.css 209 2009-03-31 06:22:31Z sunside $	



*/



html {

	margin: 0;

	padding: 0; 

	/*height: 100%;*/

}



body {

	margin: 0;

	padding: 0; 

	/*height: 100%;*/

	}



#page {

	border: 1px solid black;

	border-top: 2px solid black;

	border-bottom: 2px solid black;

	width: 980px;

	margin: 20px auto /*40px auto*/;

	display: block;

	overflow: hidden;

	}



/* Footer */



#footer {

	padding: 0;

	margin: 0;

	clear: both;

	z-index: 10;

	}



#footer p {

	margin: 0;

	padding: 20px 0;

	text-align: center;

	}



/* Content */



#content_area {

	padding: 0;

	margin: 0 auto;

	clear: both;

	}

	

#content-page,

#content-post,

#archive-list,

#mosaic-list,

#content-archives {

	margin: 0 auto;

	}



#content-post {

	margin: 0;

	width: 100%;

	padding: 30px 0;

	text-align: center;

	}



#photo-info {

	text-align: justify;

	}



/* Dynamic design */



.narrowcolumn {

	width: 700px;

	float: left;

	padding-left: 20px;

	}



#archive-list,

#mosaic-list {

	}



.no-navigation #navigation-top {

	display: none;

}



#archive-list,

#mosaic-list {

	padding-left: 10px;

	}

	

.no-sidebar #archive-list,

.no-sidebar #mosaic-list {

	width: auto;

	float: none;

	padding: 0;

	}	



div.mosaic-photo,

div.archive-photo {

	display: inline;

	}



.widecolumn {

	width: 800px;

	}



.post {

	margin: 0 auto;

	/*padding: 0 20px;*/

	padding: 0px;

	position: relative;

	}



/*

	Template Name: Stylesheet: Typography and Color

*/





body {
	font-size: 12pt;/*12*/
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	letter-spacing: 0.05em; */
	color: rgb(255, 255, 255);
	text-align: center;
	background: rgb(0, 0, 0);

	}



#commentspopup,

#page {

	text-align: left;

	background: rgb(64, 64, 64) url(images/grid3.png);

	}



#commentspopup {

	overflow: hidden;

}



/* Header */





#header-complete {

	display: block;

	position: relative;

	margin-bottom: -20px; /* shift up for the radius images */

	}



#header {

	/* the header section, covering title, menu and graphics */

	margin: 0;

	padding: 0; 

	height: 50px;

	display: block;

	

	background: rgb(37, 37, 37) url(images/grid2.gif);

	

	/* allow positioning; is itself relative to #page  */

	position: relative;

	}

	

#commentspopup #header {

	padding-top: 10px;

	padding-bottom: 5px;

}

	

#headerimg h1 {

	font-size: 14pt;

}



#page #headerimg {

	/* display the title */

	height: 22px;

	margin-bottom: 0px;



	position: absolute;

	left: 15px;/*25*/

	top: 10px;

	z-index: 100;

	}



#commentspopup #headerimg {

	text-align: center;

	margin: 0;

	padding: 0;

	padding-top: 10px;

	height: 50px;

	}	

	

#page #header-description {

	position: absolute;

	top: 28px;

	left: 20px;

	z-index: 200;

	

	clear: left;

	font-size: 8pt;

	text-align: left;	

	}



#commentspopup #header-description {

	text-align: center;

	margin-top: -30px;

	color: silver;

	}	



#headermenu  {

	padding-right: 20px;

	padding-left: 20px;

		

	font-size: 8pt;

	letter-spacing: 0px;	



	color: rgb(200, 200, 200);

	z-index: 50;

	}

	

#headermenu.in-header {

	/* since the div is full width, aligning the text to the right will do the trick */

	text-align: right;



	/* positioning */

	position: relative;

	}	

	

#headermenu.in-body {

	text-align: center;



	/* positioning */

	position: relative;

	}		



#headermenu a,

#headermenu a:link,

#headermenu a:visited {

	color: silver;

	text-decoration: none;

	}



#headermenu a:hover {

	color: rgb(255, 92, 64);

	text-decoration: underline;

	}



/* rounded corners */

	

#header-top {

	/* display the upper left rounded border */

	background: url(images/arc-t-lt.gif) no-repeat left top;

	height: 20px;

	width: 100%;

	overflow: visible;



	/* positioning */

	position: relative;

	left: 0px;

	top: 0px;

	z-index: 10;

	}

	

#commentspopup #header-top {

	display: none;

	visibility: hidden;

	}

	

#header-top-inner {

	/* display the upper right rounded border */

	background: url(images/arc-t-rt.gif) no-repeat right top;

	height: 20px;

	width: 100%;

	overflow: visible;



	/* positioning */

	position: relative;

	left: 0px;

	top: 0px;

	z-index: 9;

	}	



#header-bottom {

	background: url(images/arc-lt.gif) no-repeat left bottom;

	height: 20px;

	width: 100%;



	/* positioning; relative to #header; set top to the height of the #header element */

	/*position: relative;

	top: 30px;*/

	z-index: 50;

}



#header-bottom-inner {

	background: url(images/arc-rt.gif) no-repeat right bottom;

	height: 20px;

	width: 100%;



	/* positioning; relative to #header-bottom */

	position: relative;

	top: 0px;

	left: 0px;

	z-index: 50;

}



/* Footer */



#footer-complete {

	}



#footer {

	background: rgb(37, 37, 37) url(images/grid2.gif);

	position: relative;

	}

	

#commentspopup #footer {

	padding-bottom: 20px;

}

	

#footer-top {	

	/* display the upper left rounded border */

	background: url(images/arc-l.gif) no-repeat top left;

	height: 20px;

	top: -20px; /* push image up */

	

	width: 100%;

	overflow: visible;

	position: relative;

	}	

	

#footer-top-inner {

	/* display the upper left rounded border */

	background: url(images/arc-r.gif) no-repeat top right;

	height: 20px;

	width: 100%;

	overflow: visible;

	}



#footer-info.has-cclicense,

#footer-info.no-cclicense {

	width: 800px;

	}



#footer-info.no-cclicense span.powered-by {

	margin-left: 20px;

	}



#newsfeed-icons {

	float: right;

	text-align: right;

	position: relative;

	right: 20px;

	border: none;

	height: 24px;

	overflow: visible;

	z-index: 40;

	margin-top: -6px;

	}



img#atom-feed {

	height: 24px;

	}



img#rss-feed {

	height: 24px;

	}



#final-footer {
	border-top: 0px solid rgb(64, 64, 64);
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 40;
}



#syndication {

	opacity: 0.8;

	text-align: right;

	float: right;

	position: relative;

	right: 50px;

	z-index: 50;

}



.syndication-button {

	display: inline;

}



#copyright {

	color: silver;

	opacity: 0.8;

	position: relative;

	left: 50px;

	z-index: 40;

}



#commentspopup #footer-bottom {

	display: none;

	visibility: hidden;	

	}



#footer-bottom {

	/* display the upper left rounded border */

	background: url(images/arc-t-r.gif) no-repeat bottom right;

	height: 20px;

	/* top: 10px; /* push image up */	

	

	width: 100%;

	overflow: visible;

	position: relative;

	z-index: 10;

	}

	

#footer-bottom-inner {

	/* display the upper left rounded border */

	background: url(images/arc-t-l.gif) no-repeat bottom left;

	height: 20px;

	

	width: 100%;

	overflow: visible;

	position: relative;

	z-index: 10;

	}	



/* Content */



#content-page {

	text-align: left;

	}



#content-page,

#content-archives,

#content-post {

	position: relative;

	}



#content-archives,

#content-post {

	text-align: center;

	}

	

#content-archives {

	text-align: left;

	}

	

.no-sidebar #content-archives {

	text-align: right;

	}

	

#commentspopup #comment-page,

#archive-list,

#mosaic-list {

	/*font-size: 1.2em;*/

	text-align: left;

	}



/* Dynamic design */



#archive-list .archive-post, 	

#mosaic-list .archive-post, 	

.narrowcolumn .post,

.widecolumn .post {

	color: rgb(255, 255, 255);

	}



#archive-list .archive-post, 	

#mosaic-list .archive-post {

	color: rgb(255, 255, 255);

	text-align: center;

	}



div#photo-frame,

div#special-frame {

	position: relative;

	z-index: 1;

}



div#photo-fade,

div#photo-nofade {

	position: relative;

	margin-left: auto;

	margin-right: auto;

	z-index: 1;

	overflow: visible;

}



#infotext-frame {

   margin-bottom: 10px;

}



#infotext-frame.no-exif {

}



#infotext-frame.exif {

}



#infotext-frame p {

	color: rgb(230, 230, 230);

	}

	

#infotext-frame p:first-line {

	color: rgb(255, 255, 255);

	}



.widecolumn .entry p {

	/* font-size: 1.05em; */

	}



.narrowcolumn .entry, .widecolumn .entry {

	/* line-height: 1.4em; */

	}



.widecolumn {

	/* line-height: 1.6em; */

	}



.narrowcolumn .postmetadata {

	text-align: center;

	}







.alt {

	background-color: #f8f8f8;

	border-top: 1px solid #ddd;

	border-bottom: 1px solid #ddd;

	}



small {

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

	font-size: 0.9em;

	line-height: 1.5em;

	}



h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-weight: bold;

	}



h1 {

	font-size: 12pt;

	}

	

h1#archivindex {

	text-align: center;

	padding: 0;

	margin: 0;

	}



h2,

h2.pagetitle {

	/* font-size: 1.6em; */

	font-size: 12pt;

	}

	

#commentspopup h2,

#info-frame h2 {

	border-bottom: 1px solid white;

	}



h3 {

	/* font-size: 1.3em; */

	font-size: 10pt;

	}



h1, h1 a, h1 a:hover, h1 a:visited, 

#header-description a,

#header-description a:hover,

#header-description a:visited {

	text-decoration: none;

	color: white;

	}



h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: white;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	text-decoration: none;

	color: white;

	}



#content-page p {
	font-size: 8.5pt;
	line-height: 1.25em;
}



#meta {

	clear: both;

	}



#meta.enforced {

	border-top: 1px dotted silver;

	padding-top: 10px;

	}



#meta #content-date {

}



#meta #content-date #content-date-modified {

	color: silver;

}



#meta #comment-hint {

}



#meta #post-categories {

	}



#meta #permalink-container{

	display: block;

	color: dimgray;

}



#meta #permalink-container #permalink{

	font-style: italic;

	white-space: nowrap;

}



.entry p a:visited {

	color: #b85b5a;

	}



.commentlist li, #commentform input, #commentform textarea {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

	}



.commentlist cite, .commentlist cite a {

	font-weight: bold;

	font-style: normal;

	/*font-size: 1.1em;*/

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.25em;

	text-transform: none;

	}



#commentform p {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}

	

#comments-closed {

	text-align: center;

	}

	

del.closed-comments {

	text-decoration: none;

	}



.commentmetadata {

	font-weight: normal;

	}



small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #CCCCCC; /*777*/

	}



code {

	font-family: 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	/*font-size: 0.9em;*/

	letter-spacing: .07em;

	}



a, h2 a:hover, h3 a:hover {

	color: rgb(255, 142, 114);

	text-decoration: none;

	}



a:hover {

	color: rgb(255, 255, 192);

	text-decoration: underline;

	}



div.comment-text-inner a,

div.comment-text-inner a:visited {

	color: rgb(192, 64, 32);

}



div.comment-text-inner a:hover {

	color: rgb(255, 92, 64);

}



/* Sidebar */

	

#sidebar {

	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	color: rgb(255, 255, 255);

	}



#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	/*font-size: 1.2em;*/

	}



/* Calendar */



#wp-calendar #prev a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font-weight: bold;

	/*font-size: 1.3em;*/

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

	

	

	

/*  

	Template Name: Stylesheet: Headers

*/





h1 {
	padding-top: 15px;
	margin: 0;
	}

#headerimg h1 {

	padding-top: 0px;

	margin: 0;

	margin-top: -2px;

	}



h2.pagetitle {

	margin-top: 30px;

	text-align: center;

}



h2#title.has-subtitle {

	margin-bottom: 0px;

	padding-bottom: 12px;

}



#sidebar h2 {

	margin: 5px 0 0;

	padding: 0;

	}



h3 {

	padding: 0;

	margin: 30px 0 0;

	}



h3.comments {

	padding: 0;

	margin: 40px auto 20px ;

	}

	

h3#subtitle {

	margin-top: -1.4em;

	margin-left: 1px;

	color: silver;

}	

	

/*

	Template Name: Stylesheet: Lists

*/



/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



html>body .entry ul {

	margin-left: 0px;

	padding: 0 0 0 30px;

	list-style: none;

	padding-left: 10px;

	text-indent: -10px;

	} 



html>body .entry li {

	margin: 7px 0 8px 10px;

	}



.entry ul li:before, #sidebar ul ul li:before {

	content: "\00BB \0020";

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



ul.syndication-list {

	list-style-type: none;

	list-style-image: none;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}



#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 10px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 10px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}

	

	

	

/*

	Stylesheet: Forms

*/



#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



#commentform {

	width: 500px;

	margin-left: auto;

	margin-right: auto;

}



#commentform p.comment-form-input {

	vertical-align: middle;

}



#commentform .textfield,

#commentform .textarea {

	background: rgb(192, 192, 192);

	border: none;

	border-bottom: 1px solid white;

	border-left: 1px solid white;

	font-size: 8pt;

}



#commentform input.textfield{

	width: 300px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 500px;

	padding: 2px;

	height: 100px;

	margin-left: 20px;

	}



#commentform #submit,

#commentform input.addon-button {

	margin: 0px;

	margin-top: 10px;

	text-align: center;

	background: rgb(255, 140, 30);

	border: 1px solid rgb(30, 30, 30);

	}

	

#commentform #submit:hover {

	background: rgb(255, 180, 30);

	}		



#commentform #addon-buttons-frame {

}

	

#commentform input.addon-button {

	margin: 0;

	margin-top: 10px;

	padding: 0px 2px;

	text-align: center;

	background: dimgray;

	color: white;

	width: 200px !important;

	}	

	

#commentform input.addon-button:hover {

	background: rgb(130, 130, 130);

	}	

	

#commentform p#comment-field-submit {

	margin-left: 20px;

}	



#comment-field-loggedin {

	border-bottom: 1px dashed silver;

	margin-left: 20px !important;

	width: 500px;

}

	

/*

	Template Name: Stylesheet: Sidebar

*/



#sidebar

{

	padding: 20px 0 10px 0;

	padding-left: 20px;

	margin-left: 740px;



	background: url(images/grid2.gif) !important;

	position: relative;

	width: 219px;

	z-index: 50;

	border-left: 1px solid black;

}



#sidebar form {

	margin: 0;

	}

	

	

	

/*

	Template Name: Stylesheet: Images

*/



p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



img.centered {

	display: block;

	margin-left: auto;

	margin-right: auto;

	}



img.alignright {

	padding: 4px;

	margin: 0 0 2px 7px;

	display: inline;

	}



img.alignleft {

	padding: 4px;

	margin: 0 7px 2px 0;

	display: inline;

	}



.alignright {

	float: right;

	}



.alignleft {

	float: left

	}



#comments-rss-feed {

	float: left;

	margin-right: 10px;

}



img.wp-smiley {

	vertical-align: middle;

	}



img.author-comment-icon {

	vertical-align: middle;

}



img#comment-field-text-icon {

	vertical-align: middle;

}



span.syndication-comment-info {

	float: left;

	font-weight: bold;

	color: black;

	margin-right: 5px;

	margin-bottom: 2px;

	

	margin-left: -2px;

	margin-top: -2px;

	padding: 3px;

	padding-top: 5px;

	padding-left: 5px;

	

	border-right: 1px solid #cccccc;

	border-bottom: 1px solid #cccccc;

	background: #dcdcdc;

}



span.syndication-comment-info img.syndication-comment-icon {

	vertical-align: middle;

}



span.syndication-comment-info span.syndication-comment-type {

	margin-top: 2px;

}





/*

	Template Name: Stylesheet: Comments

*/



.alt {

	margin: 0;

	padding: 10px;

	}



#comment-area {

	margin: 40px 0;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist li {

	margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	}



#commentform p {

	margin: 5px 0;

	}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	}

	

#comment-page,

#info-frame {

	padding: 0 20px;

	margin-top: 20px;

	z-index: 20;

	position: relative;

	}

	

#comment-page h2.summary,

#info-frame h2.summary {

	padding: 0;

	margin: 0;

	}

	

li.commentbody-author {

	/* list-style-image: url(images/comment-author.png); */

	list-style-image: none;

	list-style-type: none;	

	vertical-align: middle;

	margin-bottom: 25px;

	padding-left: 5px;

	}



li.commentbody,

li.commentbody-syndication {

	/* list-style-image: url(images/comment.gif); */

	list-style-image: none;

	list-style-type: none;

	vertical-align: middle;

	margin-bottom: 25px;

	padding-left: 5px;

	}

	

div.comment-meta {

	/* border-top: 1px dotted white; */

	margin-top: 2px;

	margin-right: 20px;

	color: rgb( 192, 192, 192);

	}



li.commentbody-author div.comment-meta {

	/* border-top: 1px dotted white; */

	text-align: left;

	}





div.comment-text {

	padding-bottom: 10px;

	}



li.commentbody div.comment-text,

li.commentbody-author div.comment-text {

	/* when using gravatars, make sure to indent the text block.

		this does not apply to li.commentbody-syndication */

/*	margin-left: 50px;*/

}



li.commentbody div.comment-text,

li.commentbody-syndication div.comment-text {

	background: url(images/comm.png) no-repeat bottom left;

	}

	

li.commentbody-author div.comment-text {

	background: url(images/comm-author.png) no-repeat bottom left;

	background-position: 20px bottom; /* <-- adjust this shift to the size of the icon */

	}



li.commentbody div.comment-text-inner,

li.commentbody-syndication div.comment-text-inner {

	background-color: #ececec;

	overflow: auto;

	}



li.commentbody-author div.comment-text-inner {

	background-color: #cccccc;

	}

	

div.comment-text-inner {

	overflow: auto;

}

	

div.comment-text div.comment-text-inner {

	padding: 2px;

	padding-bottom: 3px;

	}

	

div.comment-text div.comment-text-inner p {

	color: black;

	padding-left: 2px;

	margin: 0px;

	}

	

div.comment-gravatar {

	margin-right: 5px; 

	margin-bottom: 2px; 

	float: left;

}



div.comment-admin-tools,

div.comment-admin-tools-unapproved {

	/* float: right; */

	text-align: right;

	padding-bottom: 2px;

	padding-right: 5px;

	border-left: 1px solid dimgray;

	border-top: 1px solid dimgray;

	background: #4c4c4c;

}



div.comment-admin-tools-unapproved {

	background: #FF3232;

	border-left: 1px solid silver;

	border-top: 1px solid silver;	

}



div.comment-admin-tools-unapproved a,

div.comment-admin-tools-unapproved a:visited,

div.comment-admin-tools-unapproved a:link {

	color: black;

}



div.comment-admin-tools-unapproved a:hover,

div.comment-admin-tools-unapproved a:active {

	color: white;

}

	

#commentspopup p.credit {

	text-align: center;

	}

	

#popup-tools {

	border-top: 1px solid white;

	margin-top: 40px;

	text-align: right;

	}

	

h2#comments-headline {

	clear: both;

}



#info-frame {

	text-align: left;

}



#info-frame #content {

	text-align: left;

	margin: 10px 0px;

}



#info-frame.contentless h2 {

	margin-bottom: 0;

}



#info-frame.contentless #exif-frame,

#info-frame.contentless #infotext-frame {

	display: none;

	visibility: hidden;

}



#info-frame.contentless #meta {

	border-top: none;

	padding-top: 0;

	margin-top: 0;

}



#info-frame.exif {

}



#info-frame.no-exif {

}



#info-frame #comment-area {

	text-align: center;

}



#info-frame #commentlist {

	max-width: 500px;

	text-align: left;

	margin: 0 auto;

}





#exif-frame {

	overflow: hidden;

}



#info-frame #exif-frame {

	padding: 0;

	margin-bottom: 10px;

	float: right;

	width: 350px;

	}



#exif caption {

	text-align: left;

	color: gray;

	padding-bottom: 2px;

}

	

#commentspopup #exif-frame {

	padding: 0;

	margin-bottom: 10px;

	width: 100%;

	}



#comment-frame {

}



/*  

	Template Name: Stylesheet: Calendar

*/



#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:hover {

	background: black url(images/tip-header.png);

	color: black;

	}



#wp-calendar td:hover a:hover,

#wp-calendar td:hover a {

	color: black;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background: transparent;

	}

	

#wp-calendar td, #wp-calendar th {

	cursor: default;

}

	

	

/*

	Template Name: Stylesheet: Various

*/



acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #ddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}



a img {

	border: none;

	}



#archive-list,

#mosaic-list {

	text-align: center;

	margin: 0px auto;

}



.navigation {

	clear: both;

	margin: 0 auto;

	padding-bottom: 20px;

	position: relative;

	z-index: 20;

	}



#navigation-top {

	margin-bottom: 10px;

	}



#navigation-bottom {

	margin-top: 10px;

	}



.navigation .nav-left, 

.navigation .nav-right {

	display: inline;

	}



.navigation .nav-left {

	float: left;

	}

	

.navigation .nav-right {

	float: right;

	}



#archive-posts,

#mosaic-posts {

	padding-left: 30px !important;

	

	/* little hack to allow floated contents while 

	   stretching to fit the content size */

	overflow: auto;

	padding: 5px 0px;

}



.tooltip-title {

	background: black url(images/tip-header.png);

	color: black;

	opacity: 0.8;

	-moz-opacity: 0.8;

	filter: alpha(opacity=80);

	padding: 1px 4px;

	border: 1px solid dimgray;

	border-bottom: none;

	letter-spacing: 0.1em;

	font-weight: bolder;

	font-family: 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;

	}



.tooltip-text {

	background: dimgray url(images/grid.gif);

	color: white;

	opacity: 0.8;

	-moz-opacity: 0.8;

	filter: alpha(opacity=80);

	padding: 1px 4px;

	border: 1px solid dimgray;

	border-top: none;	

	}

	

/* used for moo.fx tooltips */

.tooltip-tip {

	opacity: 0.8;

	-moz-opacity: 0.8;

	filter: alpha(opacity=80);

	color: #fff;

	/*width: 139px;*/

	z-index: 13000;

}

	

.thin {

	font-weight: normal;

	}



#license-text {

	padding-top: 22px;

}



#license-text img,

#license-text a img {

	float: left;

	margin-top: -2px;

	padding-left: 20px;

	padding-bottom: 20px;

	padding-right: 10px;

}



table.toolset {

	width: 100%;

	border-collapse: collapse;

	margin: 0;

	padding: 0;

	}

	

table.toolset tr td ul li {

	margin: 0;

	padding: 0;

	padding-left: 10px;

	}

	

div.must-see {

	margin: 20px 0;

	padding: 10px 0;

	border-top: 1px dotted white;

	border-bottom: 1px dotted white;

	/*font-size: 1.2em;*/

}



div.must-see span {

	margin: 0 5px;

	white-space: nowrap;

	}

	

div.must-see span:before {

	content: "[";

	color: gray;

	}



div.must-see span:after {

	content: "]";

	color: gray;

	}

	

span.post-comment-count:before {

	content: " - ";

	}

	

/*

	Template Name: Stylesheet: Photo

*/



/* reposition the panorama frame */

#panorama {

	margin-left: auto !important;

	margin-right: auto !important;

	position: relative;

}



/* when using the reflection script, disable the border */

/* btw. I would not use reflection with a panorama :) */

div.photo-with-reflection #photo,

div.photo-with-reflection #panorama {



	/* !important is used here so that unspecific styling of the #photo element won't screw up things */

	border: none !important;

	

		/* if you like to, you can still add a border for the image only. But make sure then that the

		margin-left value of the 'div.photo-with-reflection canvas' item is set to the same value as the border-width */

		/* border: 10px solid rgb(230, 230, 230);  */

		

	padding: 0;

	z-index: 1;

	max-width: 800px;

	position: relative;

}



div.photo {

	margin-left: auto;

	margin-right: auto;

	z-index: 1;

	position: relative;

}



div.photo #photo,

div.photo #panorama {

	border: 1px solid dimgray;

	padding: 0;

	z-index: 1;

	max-width: 800px;

	position: relative;

}



div#photo-frame.no-reflection #area_prev,

div#photo-frame.no-reflection #area_prev_spacer,

div#photo-frame.no-reflection #area_next {

	/* we need to compensate for the photo's borders here */

	top: 1px; /* top border with only */

}



div#photo-frame.no-reflection #area_prev,

div#photo-frame.no-reflection #area_prev_spacer {

	/* we need to compensate for the photo's borders here */

	left: 1px; /* left border width only */

}



div#photo-frame.no-reflection #area_next {

	/* we need to compensate for the photo's borders here */

	left: 2px; /* left border width + right border width */

}



div.photo-with-reflection {

	margin-left: auto;

	margin-right: auto;

	position: relative;

	margin-bottom: -100px; /* <- this value controls how much the info text will overlap the reflection. 

									This should be tweaked if the extended info is never shown  */

}



div.photo-with-reflection canvas {

	/* see 'div.photo-with-reflection #photo' above */

	/* margin-left: 10px; */

	margin-left: 0; 

}



#photo,

#panorama {

	margin: 0 auto;

	text-align: left;

	position: relative;

	}



#comment-thumb {

	float: right;

	border: 5px solid rgb(230, 230, 230);

	margin-left: 5px;

	margin-bottom: 5px;

	z-index: 200;

	position: relative;

	}



#photo-info h2 {

	margin-top: 0;

	color: rgb(255, 255, 255);

	}

	

#photo-info h2 a {

	color: rgb(255, 255, 255);

}



#photo-info small {

	/*display: block;*/

}



#photo-info small {

	/*float: left;*/

	color: rgb(200, 200, 200);

}



.postmetadata {

	color: rgb(200, 200, 200);

	clear: left;

}



.postmetadata a {

	color: rgb(255, 225, 200);

}



#exif {

	padding: 0;

	margin: 0 auto;

	border-collapse: collapse;

	}



#exif caption {

	margin: 0 auto;

	border-bottom: 1px solid white;

	}



td.exif-key {

	text-align: right;

	font-weight: bold;

	}



td.exif-value {

	text-align: left;

	padding-left: 10px;

	}



#exif td {

	border-bottom: 1px dashed gray;

	}



#exif-frame {

	text-align: center;

	padding: 20px 0;

	}

	

.archive-thumb,

.mosaic-thumb {

	border: 1px solid silver;

	position: relative;

}



.archive-post,

.mosaic-post {

	margin: 0px;

	position: relative;

	float: left;

	margin: 0px;

}



.thumbframe,

.thumbframe-no-image {

	background: url(images/grid2.gif);

	position: relative;

	z-index: 1;

	margin: 2px; /* change this to alter the space between the images */

	}



.thumbframe-no-image {

	cursor: default;

	z-index: 0;

	background: url(images/grid2.gif);

	}



.archive-thumb:hover,

.mosaic-thumb:hover,

div.missing-image:hover {

	/* border: 5px solid rgb(255, 255, 255); */

	border: 1px solid white;

}



img.gravatar {

   border: 0px !important;

}



span.unapproved-comment {

	font-weight: bold;	

}



.permalink-info {

	clear: both;

	display: block;

}



.permalink-info .the-permalink {

	font-style: italic;

	display: block;

}



#comment-frame-body #trackback-info {

	color: dimgray;

}



#comment-frame-body #trackback-info .trackback-url {

	display: block;

	font-style: italic;

}



#comment-frame-body  #comment-rss-feed-container {

	margin-bottom: 5px;

}



#comment-frame-body  #comment-rss-feed-container .linktext {

	/* if you want to show the "comment rss feed" text, comment out the following two lines */

	display: none; 

	visibility: hidden;

}



span.menu-delimiter {

	color: gray;

}



#linkmap {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

	margin: 0;

	padding: 0;

}



#linkmap a {

	outline-color: invert;

	outline-style: none;

	outline-width: medium;

}



#area_prev, #area_prev_spacer, #area_next, #area_prev_map {

	/*margin: 0 !important;

	padding: 0 !important;

	border: none !important;*/

	width: 49%;

	height: 100%;

	display: block;

	/*position: absolute;*/

	z-index: 10;

	float: left;

	color: white;

	text-decoration: none;

	background-repeat: no-repeat;

}



#area_prev, #area_prev_spacer {

	float: left;

	right: 0pt;

	background-image: url(images/spacer.gif);

}



#area_prev_map {

	background-image: url(images/spacer.gif);

	float: left;

	right: 0pt;

}



#area_next {

	float: right;

	left: 0pt;

	background-image: url(images/spacer.gif);

}



#area_prev:hover {

	background: transparent url(images/go_left.png) no-repeat scroll center center;

	cursor: pointer;

}



#area_next:hover {

	background: transparent url(images/go_right.png) no-repeat scroll center center;

	cursor: pointer;

}



div.grain-sidebar ul {

	list-style-type: none;

	list-style-position: inside;

}



div.grain-sidebar ul li li {

	display: inline;

}



div.grain-sidebar ul li h2 {

	display: none;

}



div.grain-sidebar ul li li:before {

	content: "\00BB \0020";

}



/*div.grain-sidebar #yapb-widget img {

	width: 50px;

	height: 50px;

}*/



.unapproved_count {

	/*color: gray;*/

	font-size: x-small;

}



#info-frame.no-content h2.no-subtitle {

	margin-bottom: 0;

	padding-bottom: 0;

}



#info-frame.no-content #infotext-frame {

	display: none;

	visibility: hidden;

	height: 0px;

}



#info-frame.exif-inline #infotext-frame {

	width: 100%;

}



#info-frame.exif-table #infotext-frame {

	float: left;

}



#info-frame.no-content #content {

	margin-top: 0;

	padding-top: 5px;

}



#info-frame #exif-frame.inline {

	/*display: inline !important;*/

	width: 100%;

	/*float: none !important;*/

	padding: 0;

	margin: 0;

}



#exif-frame.inline div#exif {

	display: block;

	text-align: left;

	margin-bottom: 5px;

	width: 100%;

}



#exif-frame.inline div#exif #exif-caption {

	color: gray;

	display: block;

	float: left;

	padding: 0;

	margin: 0;

	width: 100%;

	border: none;

	border-bottom: 1px solid gray;

}



#exif-frame.inline div#exif #exif-body,

#exif-frame.inline div#exif #exif-body div,

#exif-frame.inline div#exif #exif-body div span {

	color: #B0B0B0;

	display: inline;

	border: none;

}



#exif-frame.inline div#exif span.exif-value {

	color: #C0C0C0;

}



#exif-frame.inline div#exif span.exif-key {

	color: #C0C0C0;

	margin-right: 2px;

	font-weight: bold;

}



#exif-frame.inline div#exif span.exif-key:after {

	content: "\00BB \0020";

}



#exif-frame.inline div#exif span {

	padding: 0;

	margin: 0;

}



div.year h2 {

	clear: left;

	padding-bottom: 0;

	margin-bottom: 0;

}



div.year {

	border-bottom: 1px solid white;

}


#photo-frame canvas {
	margin-top: 0px; /* <-- this is the offset of the reflected image to it's original */
}


.cart_header {
float: right;
margin-right: 50px;
margin-top: -125px;
background: none;
color: #fff;/*#fff*/
font-size: 11px;
width: 340px;/*400 then 305*/
}

.cart_header h3 {
color: #000000;
margin-left: 12px;
}
.cart_header .cart_title {display: none;}

.cart_header a {color: #fff;}