/*
Theme Name: xuru_NEU
Theme URI: http://bueltge.de/photoblog-theme-fuer-wordpress/465/
Description: a Photoblog with WordPress for authentic photography.
Version: 2.1
Author: Frank Bueltge
Author URI: http://bueltge.de
*
* @date 10.06.2008 08:17:59
*/
/**
* 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;
}
/**
* body
*
* @css-for body
*/
body{
font-family:Helvetica,Verdana,Arial,sans-serif;
text-align:center;/* fuer IE */
text-transform:lowercase;
}
h1{
font-size:18pt;
}
/**
* ALL
*
* the container over all div's
*
* @css-for wrap, all
*/
#wrap{
margin:0 auto;
padding:0 0 20px;
width:960px;
}
/**
* HEADER
*
* @css-for HEADER
*/
#header{
padding:20px 0 0;
width:680px;
}
#header p{
font-size:0.7em;
}
/**
* SIDEBAR
*
* on the right side from Entry
*
* @css-for SIDEBAR
*/
#sidebar{
float:left;
padding:20px 0 0;
text-align:left;
width:165px;
}
#sidebar h3{
font-size:11pt;
margin-bottom:5px;
}
#sidebar ul{
list-style-type:none;
}
#sidebar ul li h3{
color:#cbcbcb;
margin-top:20px;
}
#sidebar ul ul{
font-size:11pt;
list-style-type:circle;
padding-left:15px;
}
#sidebar .tags{
text-align:center;
}
#sidebar .nontoggle{
margin-left:-2px;
}
/**
* COMMENTS
*
* @css-for COMMENTS, in the sidebar
*/
#comments h3{
font-size:11pt;
margin:10px 0 5px;
}
#comments ol,#guestbook ol{
list-style-type:circle;
margin-left:15px;
}
#commentlist,#commentlist_gb{
font-size:.8em;
}
#commentlist_gb li{
margin:10px 0;
padding:5px;
}
#commentlist cite,#commentlist_gb cite{
font-size:.85em;
}
#commentlist p,#commentlist_gb p{
color:#f7f7f7;
}
#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 160px;
}
.commentmetadata_gb{
float:right;
margin:-8px 0 0 0;
}
#comments input[type=text],#comments textarea,#guestbook input[type=text],#guestbook textarea{
background:#121211;
border-color:#121211 #121211 #5e5e5e #5e5e5e;
border-style:solid;
border-width:0 0 1px 1px;
color:#f7f7f7;
float:left;
font:0.8em "Century gothic",serif;
margin-left:15px;
padding:1px 0 1px 5px;
width:230px;
}
#comments label,#guestbook label{
display:block;
float:left;
font-size:.6em;
margin:0 0 5px 15px;
width:200px;
}
#comments input[type=submit],#guestbook input[type=submit]{
background:#121211;
border:0;
clear:both;
color:#8b8b8b;
display:block;
font-family:"Century gothic",serif;
margin-left:15px;
padding-top:20px;
}
#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
*/
.entry{
float:left;
margin-bottom:15px;
margin-left:0;
margin-top:20px;
width:680px;
}
.entry h2{
font-size:1em;
padding:0 0 5px 10px;
text-align:left;
}
.entry h3{
color:#8b8b8b;
font-size:1em;
padding:20px 0 5px;
}
.alignright{
float:right;
}
.entry img{
border:solid 1px #4a4a4a;
text-align:center;
}
.entry img:hover{
background:#1d1d1d;
border:solid 1px #808080;
}
.entry ul li,.entry ol li{
line-height:1.4em;
margin-left:15px;
}
#staticpage{
font-size:0.8em;
padding-bottom:220px;
text-align:left;
width:680px;
}
#staticpage p{
margin-bottom:10px;
}
/**
* POSTMETADATA
*
* @css-for POSTMETADATA, under the image
*/
.post{
min-height:415px;
}
.postmetadata{
font-size:12pt;
margin:0 0 10px;
width:680px;
}
.exifdata{
border-left:1px solid #a7a7a7;
font-size:1em;
margin:5px 0 0;
padding-left:10px;
}
.postlink{
font-size:.9em;
}
/**
* FOOTER and NAVI
*
* @css-for Footer-Area and Navigation over Footer
*/
#nav li{
display:inline;
font-size:1.2em;
list-style-type:none;
}
#nav li:before{
content:"\00a0\00b7\00a0";
}
#nav,#footer{
width:680px;
}
#footer{
font-size:0.7em;
line-height:16px;
}
#footer p{
font-size:.8em;
}
.imgno{
border:0;
margin:0;
padding:0;
}
/**
* LINKS
*
* @css-for LINKS
*/
a{
outline:none;
}
a:link,a:visited{
color:#989898;
font-weight:400;
text-decoration:none;
}
a:active,a:hover{
color:#676767;
font-weight:400;
text-decoration:none;
}
