/*  
Theme Name: Handset01
Theme URI: http://www.olaf-egner.de
Description: An iPhone compatible template to use on all screens <a href="http://olaf-egner.de">Olaf Egner</a>.
Version: 1.0
Author: Olaf Egner
Author URI: http://www.olaf-egner.de

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/
/* Begin Typography & Colors */

/* general text formatting*/
body {
	font-size:100%;
	line-height:1em;
	font-family: Arial, Sans-Serif;
	color: #5D5363;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #CD011E;
	}

.more {
	color: #CD011E;
	display:inline;
}

.subtitle {
	font-size: 75%;
	display:inline;
}

small {
    font-size:80%;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}



#POTD a {
	text-decoration: none;
	color: #5D5363;
}


#content, #page {

    font-size:0.81em;
}

#footer {
    font-size:0.563em;
}

#content h2, #page h2, h3 {
	font-size: 115%;
	line-height: 115%;
	display:inline;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, p a, p a:visited {
	color: #5D5363;     
	text-decoration: none;
	}

h2 a:hover, h3 a:hover, p a:hover {
	color:#CD011E;
	text-decoration: none;
	}

.back {
	text-align: left;
}
.fwd {
	text-align: right;
}

/* menue */

#menue ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menue li {
        display: inline;
}

#menue ul li a {
	font-size:0.7199em;
	text-decoration:none;
	margin-left: -4px;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#5D5363;
	padding: 0px 3px 0px 3px;
	color: #5D5363;
}

#menue ul li a:hover {
        color:#CD011E;
}

#menue .current_page_item a:visited {
        color: #CD011E;
}

/* Begin Lists*/

#twitter_update_list li span {
	display:block;
	margin-top:10px;
}

#twitter_update_list li span a, #twitter_update_list li span a:visited {
	color: #CD011E;     
	text-decoration: none;
}

#twitter_update_list li a, #twitter_update_list li a:visited {
	color: #5D5363;     
	text-decoration: none;
}



/* Begin background images*/

@media handheld {
	#headline1, #headline2 {
	        display:none;
	}
}


#headline1 {
	width: 99%;
	position:absolute;
	margin-top: 39px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #D9DADB;
}

#headline2 {
	width: 99%;
	position:absolute;
	margin-top: 680px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #D9DADB;
}

/*Begin Structure*/

//iPhone 320*480px
@media screen and (max-width: 480px) {

}

.thumbleft {
	float:left;
}

.clear {
	clear:both;
}

#header {
	height:76px;
	width:255px;
}

#navline1 {
	position:absolute;
       width: 255px;
       border-top-style: solid;
       border-top-width: 1px;
       border-color: #5D5363;
       margin-top: 1px;
}

#mainFrame {
	margin: auto;
	width: 255px;
}

#content, #page {
	width: 255px;
}

#content img {
	width:255px;
	height:auto;
}

textarea {
	width:255px;
}

#footer {
	width: 255px;
}

/* Begin Various Tags & Classes */

#twitter-link {
	display:block;
	margin-top: 8px;
}

a img {
	border: none;
	}

#flickr_pod {
margin-bottom: 12px;
}

