/*  
Theme Name: myMapBlog 2.0
Theme URI: http://www.mymapblog.com/
Description: Das neue myMapBlog Design von Simon Burkard, Falko Richter und Daniel Finke
Version: 0.9 Beta
Author: Simon Burkard, Falko Richter und Daniel Finke
*/



/* Begin Typography & Colors */

body {
	background-attachment: fixed;
	background-color: #9fc2fb;
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:0;
	margin:0;
	font-size: 7px;
}
#layout_wrap {
	background-color: #fff;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* H E A D E R  */
#header_wrap {
	width: 850px;
	height:125px;
	background-attachment:fixed;
	background-image: url(images/header.gif);
	background-position: top;
	position: fixed;
	z-index: 1000;
}
.header_navi {
	float:right;
	margin: 35px 20px 0px 0px;
}
.header_navi ul {
        margin:0;
        padding:0;
        list-style:none;
}
.header_navi li{
        display:block;
        float:left;
        height:20px;
        padding-left: 5px;
}
.header_navi li a{
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	padding: 0 5px 5px 5px;
}

.header_navi li a:hover{
	background-color: #4f92ab;
	background-repeat: no-repeat;
}
.header_text{
        clear:both;
	float:right;
        margin:30px 20px 0 0px;
        padding: 0 5px 5px 5px;
	/*margin:85px 0 0 610px;*/
}
.header_text a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
#simulateHeader {
	width: 100%;
	height: 125px;
	padding: 0;
	margin: 0;
}


/* C O N T E N T - L A Y O U T */

#content_wrap {
	margin: 0 10px 0 10px;
	width: 830px;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
        color:#000;
	font-size: 12px;
	line-height: 16px;
}
.subheader {
	height:50px;
	margin:15px;
	font-size:17px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#content_wrap p{
        clear:left;
	margin:0;
        padding-top: 16px;
}
#content_wrap h2{
	margin:0;
        padding-top: 0;
        font-size: 18px;
	line-height: 22px;
        font-weight:bold;
        color: #000;
}
#content_wrap a{
        color: #000;
        text-decoration: underline;
}
#content_wrap a:hover{
        color: #9a9a9a;
        text-decoration: underline;
}
#content_wrap a:visited{
        color: #5f5f5f;
        text-decoration: underline;
}

#content_wrap li{
        padding-top: 5px;
}


/*LEFT CONTENT */
#content_left {
	width: 240px;
	float:left;
}
#content_left img{
        border: 0; 
}
#content_le_top{
        margin:0;
	height:10px;
	width:240px;
	background-image: url(images/content_le_top.gif);
	background-repeat: no-repeat;
}
#content_le_bottom{
	height:10px;
	width:240px;
	background-image: url(images/content_le_bottom.gif);
	background-repeat: no-repeat;
}
#content_le_content{
        margin:0;
	width:210px;
	background-color: #d3e8a4;
	padding: 5px 15px 0 15px;
}
#content_le_content ul{
        list-style:none;
	margin:0;
        padding: 5px;
}


/*WIDE CONTENT  */
#content_wide {
	margin: 0 0 0 0px;
	width: 830px;
}

#content_wi_top{
	margin:0;
	height:10px;
	width:830px;
	background-image: url(images/content_wi_top.gif);
	background-repeat: no-repeat;
}

#content_wi_bottom{
	margin:0;
	height:10px;
	width:830px;
	background-image: url(images/content_wi_bottom.gif);
	background-repeat: no-repeat;
}
#content_wi_content{
    position:relative;
    margin:0;
	width:800px;
	background-color: #d3e8a4;
	padding: 10px 15px 0 15px;
}

/*RIGHT CONTENT */
#content_right {
	margin: 0 0 0 0px;
	width: 580px;
	float:right;
}

#content_ri_top{
	margin:0;
	height:10px;
	width:580px;
	background-image: url(images/content_ri_top.gif);
	background-repeat: no-repeat;
}

#content_ri_bottom{
	margin:0;
	height:10px;
	width:580px;
	background-image: url(images/content_ri_bottom.gif);
	background-repeat: no-repeat;
}
#content_ri_content{
        position:relative;
        margin:0;
	width:550px;
	background-color: #d3e8a4;
	padding: 10px 15px 0 15px;
}

#content_ri_content h2{
        float:left;
}
#content_ri_content p{
        clear:both;
}
#content_ri_content .red{
	background-color:#ee8855;
}
#content_ri_content .meta{ 
        float:right;
}
#content_ri_content .latest{ 
       margin-top: 20px;
}
#content_ri_content img{ 
       border-width: 2px;
       border-color: #9a9a9a;
       margin-left:5px;
}

#content_right .pictures {
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #721515 solid;
}

#warning {
	clear: both;
	background: #eeaa77;
	padding: 2px 5px 2px 5px;
	margin: 15px 0px 0px 0px;
	color: #333333;
}

#warning h4 {
	padding: 0px;
	margin: 2px;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
 }

#warning p {
	padding: 0px;
	margin: 0;
	margin-top: 5px;
	font-size: 10px;
	line_height: 12px;
}

#pictures {
	margin-top: 5px;
}

#pictures .thumb {
	float:left;
}

/* C O M M E N T S - L A Y O U T */
#comments-nice .commentlist  .metadate,
#comments-nice .commentlist  .comment_author,
#comments-nice .commentlist  .comment_author a {
	color: #444;
}

#comments-nice .commentlist  .alt{
	background-color: #ede39e;
}

#comments-nice .commentlist  li{
	padding: 5px;
	margin-bottom: 15px;
}


/* F O O T E R - L A Y O U T */
#footer_wrap {
	clear:both;
	margin:10px 0 0 10px;
	width: 830px;
}
#footer_top{
	height:10px;
	width:830px;
	background-image: url(images/footer_top.gif);
	background-repeat: no-repeat;
}
#footer_bottom{
	height:10px;
	width:830px;
	background-image: url(images/footer_bottom.gif);
	background-repeat: no-repeat;
}
#footer_content{
	width:800px;
	background-color: #fff3bb;
	padding: 0 15px 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
    text-align: center
}

#footer_content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

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

#bottom{
	clear:left;
	height:10px;
	width:850px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
}
a.aregisterButton , .aregisterButton img {
	border:0px;
}
.language_item {
	float: left;
	margin: 2px;
}

.langswitch_widget_listlangs {
	padding-bottom: 15px;
}

.widget {
	clear:both;
}

