/*
Theme Name: Greyfoto
Theme URI: http://bueltge.de/photoblog-theme-greyfoto/837/
Description: Publish photos with WordPress, easy and beautiful.
Version: 2.2.9
Author: Frank B&uuml;ltge
Author URI: http://bueltge.de/
*
* @date 08.10.2009 09:58:31
*/


/**
 * RESET
 *
 * Reset in all browsers
 */
* {
margin: 0;
padding: 0;
}

/**
 * ITALICS BUG
 *
 * @bugfix ITALICS BUG
 */
* html * {
overflow: visible;
} 

* html iframe, * html frame {
overflow: auto;
} 

* html frameset {
overflow: hidden;
}

/**
 * html
 *
 * @css-for scrollbar visible
 */
html {
height: 100.3%;
margin-bottom: 1px;
}

/**
 * body
 *
 * @css-for body
 */
body {
font-family: Helvetica, Verdana, Arial, sans-serif;
text-align: center; /* fuer IE */
}

h1, h2, h3, h4, h5, h6, fieldset, .commentcount {
font-family: Helvetica, Verdana, Arial, sans-serif;
color: #E2FFFF;
font-weight: 400;
}

h1 {
font-size: 1.8em;
}

/**
 * ALL
 *
 * the container over all div's
 *
 * @css-for wrap, all
 */
#wrap {
width: 960px;
margin: 0 auto;
padding: 0 0 20px;
}

/**
 * HEADER
 *
 * @css-for HEADER
 */
#header {
text-align: right;
padding: 15px 1px 0 0;
}

#header p {
font-size: 1.2em;
}

/**
 * SIDEBAR
 *
 * on the right side from Entry
 *
 * @css-for SIDEBAR
 */
#sidebar {
float: right;
width: 1px;
text-align: left;
padding: 10px 0 0;
}

#sidebar h3 {
font-size: 1em;
}

#sidebar ul {
list-style-type: none;
}

#sidebar ul li h3 {
color: #cbcbcb;
margin-top: 10px;
}

#sidebar ul ul {
font-size: .8em;
padding-left: 15px;
margin-left: 1px;
list-style-type: circle;
}

#sidebar .tags {
text-align: center;
}

#sidebar .nontoggle {
margin-left: 1px;
}

/**
 * COMMENTS
 *
 * @css-for COMMENTS, in the sidebar
 */
#comments h3 {
font-size: 1em;
margin: 10px 0 5px;
}

#comments ol, #guestbook ol {
list-style-type: circle;
margin-left: 16px;
}

#commentlist, #commentlist_gb {
font-size: .8em;
}

#commentlist_gb li {
margin: 10px 0;
padding: 5px;
}

#commentlist cite, #commentlist_gb cite {
font-size: .85em;
}

#commentlist_gb .mein_kommentar, #commentlist_gb .alt {
border: 0 solid #121211;
border-bottom: 1px solid #5e5e5e;
border-left: 1px solid #5e5e5e;
}

.commentmetadata {
padding: 0 0 0 150px;
}

.commentmetadata_gb {
float: right;
margin: -8px 0 0;
}

#comments input[type=text], #comments textarea, #guestbook input[type=text], #guestbook textarea {
width: 230px;
padding: 1px 0 1px 5px;
float: left;
margin-left: 15px;
border: 0 solid #121211;
border-bottom: 1px solid #5e5e5e;
border-left: 1px solid #5e5e5e;
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: .8em;
}

#comments label, #guestbook label {
float: left;
width: 200px;
margin: 0 0 5px 15px;
display: block;
font-size: .6em;
}

#comments input[type=submit], #guestbook input[type=submit] {
clear: both;
font-family: Helvetica, Verdana, Arial, sans-serif;
display: block;
padding-top: 20px;
margin-left: 15px;
border: 0;
}

#comments input[type=submit]:hover, #guestbook input[type=submit] {
color: #5e5e5e;
cursor: pointer;
}

.commentcount {
color: #cbcbcb;
float: right;
font-size: 2em;
}

/**
 * ENTRY
 *
 * @css-for ENTRY, the image
 */
.post, .page {
float: left;
width: 680px;
min-height: 480px;
text-align: left;
font-size: 1.2em;
}

.post h2, .page h2 {
text-align: left;
font-size: 1em;
padding: 0 0 5px 10px;
}

.post h3, .page h3 {
font-size: 1em;
padding: 20px 0 5px;
color: #8b8b8b;
}

.alignright {
float: right;
}

.post img, .page img {
text-align: center;
padding: 10px;
border-top: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #ccc;
border-right: 1px solid #b3b3b3;
}

.post img:hover, .page img:hover {
border: 1px solid #fff;
background: #1d1d1d;
}

.post ul li, .post ol li, .page ul li, .page ol li {
margin-left: 15px;
line-height: 1.4em;
}

#staticpage {
width: 960px;
text-align: left;
font-size: .8em;
color: #f7f7f7;
padding: 20px 0 20px 20px;
}

#staticpage p {
margin-bottom: 10px;
}

.archive img {
}

/**
 * POSTMETADATA
 *
 * @css-for POSTMETADATA, under the image
 */
.postmetadata {
width: 640px;
text-align: left;
font-size: 1.2em;
margin: 5px 10px 20px;
}

.exifdata {
font-size: 1em;
border-left: 1px solid #a7a7a7;
margin: 5px 0 0;
padding-left: 10px;
}

.postlink {
font-size: 1.2em;
}

/**
 * FOOTER and NAVI
 *
 * @css-for Footer-Area and Navigation over Footer
 */
#nav li {
font-size: 1.2em;
display: inline;
list-style-type: none;
}

#nav li:before{
content: "\00a0\00b7\00a0";
}

#nav, #footer {
width: 680px;
margin-top: 20px;
}

#footer {
font-size: .7em;
}

#footer p {
font-size: .8em;
}

.imgno {
border: 0;
padding: 0;
margin: 0;
}

/**
 * LINKS
 *
 * @css-for LINKS
 */
a {
outline: none;
}

a:link, a:visited {
text-decoration: none;
font-weight: 400;
}
 
a:active, a:hover {
text-decoration: none;
font-weight: 400;
}
