/*
Theme Name: myphotoblog
Theme URI: http://theme.myphotoblog.de
Version: 1.0
Author URI: http://myphotoblog.de/
*/

* {
	margin:0;
	padding:0;
  }

body {
	font-size:10px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
	text-align: center;
	border: 0px solid #fff;
  background:#111 url('images/myphotoblog_hg.jpg') repeat top left ;
	}

#topnav {
	position:relative;
	margin: 0px auto;
	margin-bottom: 0px;
	width: 970px;
	height:30px;
	text-align: left;
  overflow:hidden;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 0px solid #0f0;
  background:transparent;
	}

#topnav ul li {
	margin: 0;
	padding: 0;	
  }

#topnav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;	
	width:100%;
  }

#topnav li:hover a, #topnav li a:hover {
	float: left;
	display: block;
	color: #fff;	
	text-decoration: none;
  background:#c06; 	
  background:transparent url('images/topnav_on.png') no-repeat top right;
  cursor:pointer;
  }
	
#topnav_show {
  width:100%;
	float: left;
  }	
  
#topnav a {
  height:30px;
	border: 0px solid #0f0;
  background:transparent url('images/topnav.png') no-repeat top right 
  }	 


#page {
	position:relative;
	margin: 20px auto;
	margin-top: 0px;
	margin-bottom: 100px;
	width: 930px;
	border: 20px solid #fff;
	text-align: left;
  background-color: #fff;
  overflow:hidden;
	}

#header_xtra1 {
	position:absolute;
	top: 10px;
	left: 0px;
	margin-left: 800px;
	border: 0px solid #f0f;
	z-index:2;
  background:transparent url('images/myphotoblog_link.png') no-repeat top;
  display:none;
	}

#header {
	float:left;
	width: 100%;
	border: 0px solid #0f0;
	xmargin-top: 20px;
	margin-bottom: 30px;
	}

#header img 	{
	position:relative;
	}

#header_mytitle {
	position:absolute;
	top: 55px;
	right: 0px;
	border: 0px solid #00f;
	}

#header_mytitle a,
#header_mytitle a:hover,
#header_mytitle a:visited {
	color: #777;
	font-size: 18px;
	font-weight:bold;
	text-decoration: none;
	}

#header_logo a{
	position:absolute;
	top: 0px;
	right: 0px;
	border: 0px solid #00f;
	}

#header_logo2 a{
	position:absolute;
	top: 0px;
	right: 0px;
	}

.header_search {
  float:left;
	padding:0;
	margin:0;
	}
.header_search input  {
  position:absolute;
  width:148px;
  left:0px;
	}

#content {
  float:left;
  width:100%;
	font-size: 1.2em;
	border: 0px solid #0f0;
	xmargin-top:05px;
	margin-bottom:20px;
  line-height: 1.7em;
  background-color: #fff;
	}

#footer {
  background-color: transparent;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 930px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0 0 50px 0;
	text-align: right;
	}

#searchform {
	margin: 0px auto;
	padding: 5px 3px;
  text-align: center;
	border: 0px solid #00f;
	}

h1, h2, h3 {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight:bold;
	text-decoration: none;
	border: 0px solid #00f;
	}

h1 {
	font-size: 3em;
	}

h2 {
	color: #aaa;
	font-size: 18px;
	padding: 0px 0px 20px 0px;
	line-height:1.4em;
	border: 0px solid #00f;
	}

h3 {
	color: #aaa;
	font-size: 18px;
	line-height:1.4em;
	}

a {
	color: #c06;
	text-decoration: none;
	}

a:hover {
	color: #777;
	text-decoration: underline;
	}

small {
	font-size: 0.9em;
  line-height: 1.4em;
  color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	color: #00a;
	}

acronym,
abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
	}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
  color: #0f0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	border: 1px solid #0f0;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

ul {
	padding: 0 0 0 30px;
	}

li {
	margin: 4px;
	}

ol {
  padding: 0 0 0 32px;
	}

input  {
	padding:2px;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	}

.clear {
	clear: both;
  }

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

.navigation {
	border:  0=px solid #0f0;
  margin: 10px 0px 0px 0px;
  }
.alignleft {
	float: left;
	border: 0px solid #00f;
	}
.alignright {
	float: right;
	border: 0px solid #00f;
	}
	
	
#commentform {
	margin: 5px 10px 0 0;
  }
.commentlist li,
#commentform input,
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height:1.7em;
  }
#commentform input {
	width: 170px;
	padding: 3px;
	margin: 10px 10px 1px 0;
	border:1px solid #aaa;
	}
#commentform textarea {
	width: 100%;
	padding: 3px;
	margin: 10px 0px 10px 0;
	border:1px solid #aaa;
  }
#commentform #submit {
	margin: 0 0 0px auto;
	float: right;
	}
.commentlist {
	margin: 0px;
	padding: 0;
	text-align: justify;
  }
.alt {
	margin: 0;
	padding: 10px;
	}
.depth-1 {
	border: 1px solid #ddd;
  }
.even, .alt {
	border-left: 1px solid #ddd;
  }
.thread-alt {
  background-color: #f8f8f8;
  }
.thread-even {
  background-color: #fff;
  }
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
  }
.commentlist li {
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
  }
.commentlist cite,
.commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
  }
.commentlist p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
  }
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	}

p img {
	padding: 0;
	max-width: 100%;
	border:  1px solid #bbb;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 2px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 2px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.content_left {
	float: left;
	width: 620px;
	overflow: hidden;
  }
.content_right{
	text-align: left;
	float: right;
	width: 288px;
	margin:0 0 0 20px;
	padding:0 0 0 0px;
 	border: 0px solid #0f0;
  }

.my_single_entry {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 0px solid #0ff;
	width: 930px;
	background-color:transparent;
	color:#999;
  float: left;
  line-height: 1.0em;
	border: 0px solid #0ff;
	}

.my_single_entry h2 {
  padding:0;
	margin: 20px 0px 0px 0px;
	border: 0px solid #0ff;
	}

.my_single_entry h3 {
	padding: 7px 0px 7px 0px;
	border-top: 1px dotted #aaa;
  text-indent: 25px;
	line-height:1.1em;
	}

.my_single_entry_image {
  background: #444 url('./images/rand_links.png') no-repeat top left;
	border: 0px solid #0f0;
  }

.my_image_border {
  float: right;
	border-left: 1px solid #fff;
  }

.my_single_navigation {
  float:left;
  width:100%;
	margin-top: 0;
	padding: 25px 0px 25px 0px;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	}

.my_single_datum  {
  float:left;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 20px;
	border: 0px solid #00f;
	}

.my_single_list {
  float:left;
  width:100%;
	border-top: 1px dotted #aaa;
	padding: 20px 0px 0px 0px;
}

.my_single_list a {
  float:left;
  border: 0px solid #00f;
  padding: 0 13px 15px 0px;
  }

.my_single_thumbs  {
  width:100%;
	padding: 10px 0px 10px 0px;
  border: 0px solid #00f;
	border-top: 1px dotted #bbb;
}
.my_single_thumbs img {
	margin: 2px;
	padding: 1px;
	border:  1px solid #bbb;
  }

.entry,
.post {
	line-height:2.0em;
	border:0px solid #00f;
	float:left;
	width:100%;
	}

.my_page {
  float:left;
  }

.my_page_list {
  float:left;
  width:100%;
	border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
  }

.my_page_list a{
	border: 0px dotted #aaa;
	padding: 7px 0px 7px 7px;
  }

.my_line01 {
  display:normal;
  width:100%;
  background-color:transparent;
  height:1px;
  margin:30px 0 30px 0;
  padding:0;
  text-align:right;
  border:0px solid #00f;
  border-top:1px dotted #bbb;
  }

.my_next {
	background:url(images/icon_arrow_right.png) no-repeat center right;
	width:90px;
  border:0px dashed #bbb;
  text-align:center;
	line-height:1.2em;
  }

.my_prev {
	background:url(images/icon_arrow_left.png) no-repeat center left;
	width:90px;
  border:0px dashed #bbb;
  text-align:center;
	line-height:1.2em;
  }

#my_sidebar {
  float:left;
	padding: 0;
  clear: none;
	width:100%;
	}

#my_sidebar li  {
  width:100%;
	float:left;
	}

#my_sidebar ul li {
	color:#aaa;
	list-style: none;
	border:0px solid #0ff;
	}

#my_sidebar ul,
#my_sidebar li,
#my_sidebar ol {
	padding:0;
	margin:0;
	}

#my_sidebar ul li ul li {
	padding:7px 0px 7px 0px;
	border-bottom: 1px dotted #bbb;
	}

#my_sidebar h2  {
	border-bottom: 1px dotted #bbb;
	color: #777;
	margin:0;
	padding:20px 0px 7px 0px;
	}

#my_sidebar a {
	color:#777;
	font-weight:bold;
	font:09pt "Lucida Grande", Arial, sans-serif;
	text-decoration: none;
  }

#my_sidebar a:hover {
	color: #c06;
	text-decoration: underline;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 200px;
	border: 1px dotted #bbb;
	}

#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; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	background-color: #eee;
  border: 1px solid #aaa;
	}
/* End Calendar */

/* Begin MagazinBox */
.boxgrid{
	margin:0px;
	padding: 0px;
  }

.boxgrid{
	width: 325px;
	height: 260px;
	margin:1px;
	float:left;
	border: solid 0px #aaa;
	overflow: hidden;
	position: relative;
  background: url('images/myphotoblog_hg.jpg') no-repeat center center;
	}

.boxgrid img{
	top: 0px;
	left: 0px;
	border: 0px;
  border: solid 0px #0ff;
	}

.boxgrid p{
	padding: 0 10px;
	color:#afafaf;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	}

.boxtitel{
  margin: 10px 10px 0 10px; color:#FFF;
  font:18pt Arial, sans-serif; letter-spacing:-1px; font-weight: bold;
  }

.boxcaption{
	float: left;
	position: absolute;
  background: #000;
	height: 260px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	}
.boxcaptionttt{
	float: left;
	position: absolute;
	background: #000;
	height: 260px;
	width: 100%;
	}

.captionfull .boxcaption .boxcaptionttt {
	top: 260px;
	left: 0px;
	}
.caption .boxcaption .boxcaptionttt {
	top: 260px;
	left: 0px;
	}

.boxpostdate{
  font-size:40px;
  font-weight:bold;
  color:#fff;
  position:absolute;
  top:0px;
  left:0px;
  }

.my_box_content h3 {
  padding: 7px 10px 4px 10px;
  }

.my_box_content p{
	text-align:center;
  padding: 0px 10px 0px 10px;
	color:#aaa;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	border: 0px solid #0f0;
  }

.my_box_content a{
	color:#fff;
	font-weight:bold;
	font:10pt "Lucida Grande", Arial, sans-serif;
	border: 0px solid #0f0;
	text-decoration: underline;
  }


.my_box_content a:hover {
	color:#f09;
	}

.my_box_content span {
  display:block;
	color:#aaa;
	font:8pt "Lucida Grande", Arial, sans-serif;
	border: 0px solid #0f0;
  }
/* End MagazinBox */


