/*  theme name:iphone_blog_2theme uri:http://www.iphone-blog.ch/description:design für den neuen iphone blog zusammen mit dem ch-appverz.version:0.6author:matthias lanzauthor uri:http://www.iphone-blog.ch
/*/
/*CSS Sprite Bilder für horizontalen Background*/
body, #menucontainer, #sidebar .boxtitle_blue, #nav {
	background: url(img/h_bg.png) no-repeat top left;
}
/*CSS Sprite Ende*/
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background: url(img/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
b {
	font-size: 110%;
}
em {
	color: red;
}
#maincontainer {
	width: 950px;
/*Width of main container*/
	margin: 0 auto;
/*Center container on page*/
	padding: 0 5px 0 5px;
	background: url(img/maincontainer_bg.png);
	background-repeat: repeat-y;
	z-index: 2;
}
#header {
	/*background: #062D6B;
*/
	margin: 0 3px;
	height: 230px;
/*Height of top section*/
}
.clear {
	height: 20px;
}
.clear_header {
	height: 50px;
/*Oberer Bildabstand*/
	background: #faa105;
	font-size: 13px;
	color: white;
	line-height: 15px;
	padding: 0 10px;
}
.blogname {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
#sectiontabs {
	position: relative;
	margin-top: -41px;
	margin-right: 10px;
	height: 30px;
	padding: 5px 20px;
	;
	font-family: Verdana;
	font-weight: normal;
	font-size: 17px;
	width: 81px;
	color: white;
	background: #124BA5;
	border: 1px solid #6B93D2;
	border-bottom: 1px solid #467CD2;
	float: right;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5 px;
	-webkit-border-top-left-radius: 5px;
	z-index: 8;
}
#blogdescription {
	position: relative;
	margin-top: -85px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	padding: 5px 20px;
	;
	font-family: Helvetica, Arial, Verdana;
	font-weight: bold;
	font-size: 24px;
	width: 320px;
	color: white;
	float: right;
	z-index: 8;
}
#header a {
	color: white;
	text-decoration: none;
}
#sectiontabs:hover {
	color: white;
	text-decoration: none;
	background: #467CD2;
}
#sectiontabs.active {
	background: #467CD2;
}
#header img {
	border-width: 0;
}
/*Menu*/
/*Note that also a JS is needed for the effect*/
#menucontainer {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #6b93d2;
	height: 25px;
	margin: 0 3px;
	background-position: 0 0;
	background-repeat: repeat-x;
	/*background: #467CD2;
*/
	color: #062D6B;
	z-index: 1;
}
ul, li {
	margin: 0;
	padding: 0;
}
#blob {
	/*border-right: 1px solid #0059ec;
	border-left: 1px solid #0059ec;
*/
	position: absolute;
	top: 0;
	z-index: 1;
	background: #fbf7eb;
	/*background: -moz-linear-gradient(top,#0b2b61,#1153c0);
	background: -webkit-gradient(linear,left top,left bottom,from(#0b2b61), to(#1153c0));
*/
/*Schatten generieren*/
	/*-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-box-shadow: 2px 3px 10px #011331;
	-webkit-box-shadow: 2px 3px 10px #011331;
*/
}
#nav {
	position: relative;
	background-position: 0 0;
	background-repeat: repeat-x;
	float: left;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li a {
	color: #062D6B;
	position: relative;
	z-index: 2;
	float: left;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	text-decoration: none;
	padding: 0px 15px;
}
/*Content*/
#contentwrapper {
	float: left;
	width: 100%;
}
#contentcolumn {
	margin-right: 430px;
}
#contentcolumn.forum {
	margin-right: 0px;
}
.post {
	width: 540px;
	margin: 0;
	padding: 0px 10px 5px 10px;
}
/*Content Text Format*/
#content .post h1 {
	margin: 0px 0 0px 5px;
	padding: 6px 0px 4px 0px;
	text-align: left;
	color: #29497c;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#content .post h1 a {
	text-decoration: none;
	color: #29497c;
	font-family: Georgia, serif;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#content .post p a {
	color: #124ba5;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}
#content .post p i, #content .post p em {
	color: #7f7a71;
}
#content .post a:hover {
	text-decoration: none;
}
#content .post ul {
	list-style-position: outside;
	margin: 10px 0 20px 20px;
}
.CatText {
	float: left;
	height: 24px;
	margin: 0 8px 0 0;
	padding: 0 7px 0 7px;
	color: white;
	background: #faa105;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.CatText a {
	color: white;
	text-decoration: none;
}
.DateText {
	float: right;
	margin: 0;
	color: #faa105;
	font-family: Tahoma;
	font-size: 13px;
	text-decoration: none;
}
.line {
	width: 100%;
	height: 0;
	border-top: 1px solid #faa105;
	margin: 0;
	padding: 0;
}
#content .post p {
	margin: 0px 0 10px 10px;
	padding: 0px 0px 5px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #7f7a71;
	font-weight: normal;
}
#content .post blockquote {
	font-style: italic;
	line-height: 25px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0;
}
#content .post blockquote p {
	margin: 10px;
	padding-bottom: 50px;
	background: transparent url(img/bq_icon.png) no-repeat top left;
	padding-left: 80px;
}
#content .post ul, #content .post ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	color: #7f7a71;
}
#content .post img {
	margin: 7px;
	border-width: 0;
}
#content .post ul a {
	color: #124ba5;
}
/*Writer und Comments Icon aufgrund von CSS Sprite bei Sidebar Icons*/
#catimg {
	float: left;
	margin: 0px 10px 0 5px;
}
.socialbox {
	padding: 3px;
	margin: 5px 0;
	float: right;
	height: 21px;
}
.editorbox {
	padding: 2px;
	margin: 5px 0 5px 12px;
	float: left;
	height: 21px;
	font-size: 13px;
}
#box_wrap {
	background: yellow;
	border-top: 1px solid #faa105;
}
.retweet_container {
	margin-top: 2px;
}
a.retweet {
	font: 13px Helvetica, Arial;
	color: #000;
	text-decoration: none;
	border: 0px solid black;
}
a.retweet span {
	color: #FFF;
	background: #94CC3D;
	margin-top: 4px;
	margin-left: 2px;
	border: 1px solid #43A52A;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px;
}
/*bottom_nav*/
#bottom_nav {
	margin-left: 50px;
	height: 30px;
	color: #bbbbbb;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}
#bottom_nav  a {
	color: #444444;
	text-decoration: none;
}
/*Sidebar*/
#sidebar {
	float: left;
	width: 310px;
/*Width of right column*/
	margin-left: -370px;
/*Set left margin to -(RightColumnWidth) */
	border: 0px solid black;
}
#sidebar #clear {
	height: 16px;
}
#sidebar .boxtitle_blue {
	height: 25px;
	width: 310px;
	margin-top: 20px;
	padding-left: 5px;
	font-family: Verdana;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	border: 1px solid #6B93D2;
	background-position: 0 -35px;
	background-repeat: repeat-x;
	color: white;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#sidebar p {
	font-family: Arial, Verdana;
	padding: 2px 8px;
	background: #fff;
}
#sidebar #searchform input {
	color: #124ba5;
	background: white;
	border: 0px solid #faa105;
}
#sidebar #searchform input:hover {
	color: white;
	background: #faa105;
	border: 0px solid white;
	cursor: pointer;
}
#sidebar #recent_comments {
	height: 100px;
	margin: 0;
	padding: 0;
}
#sidebar #recent_comments .comment {
	float: left;
	width: 150px;
	padding-left: 4px;
	font-size: 12px;
	line-height: 15px;
	font-family: Tahoma, Georgia, Century gothic, Arial, sans-serif;
}
#sidebar #recent_comments .comment a:hover {
	color: #fccb74;
}
#sidebar #recent_comments .comment a {
	text-decoration: none;
	color: #faa105;
}
#sidebar #recent_comments .comment span {
	color: #6b93d2;
	font-weight: normal;
	font-style: normal;
	background: none;
}
#sidebar #list li {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 4px;
	font-size: 12px;
	font-family: tahoma, georgia, century gothic, arial, sans-serif;
	color: #faa105;
	/*background: #6b93d2;
	border-bottom: 1px solid #124ba5;
*/
}
#sidebar #list li a {
	text-decoration: none;
	color: #faa105;
}
#sidebar #list li:hover {
	background: #fccb74;
	color: white;
}
#sidebar #list li a:hover {
	color: white;
}
/*Sidebar Widget Icons*/
/*CSS Sprite Bilder*/
#sidebar .widget_search .boxtitle_blue span, #sidebar .widget_fp_recentcomments .boxtitle_blue span, #sidebar .widget_text .boxtitle_blue span, #content span.comments, #sidebar .itunescharts_widget_widget .boxtitle_blue span, #sidebar .widget_collapscat .boxtitle_blue span, #content span.writer {
	background: url(img/icons/icons.png) no-repeat top left;
}
/*END CSS Sprite*/
#sidebar .widget_search .boxtitle_blue span {
	padding-left: 28px;
	background-position: 0 -44px;
	width: 20px;
	height: 20px;
}
#sidebar .widget_text .boxtitle_blue span {
	padding-left: 28px;
	background-position: 0 -22px;
	width: 20px;
	height: 20px;
}
#sidebar .widget_collapscat .boxtitle_blue span {
	padding-left: 28px;
	background-position: 0 -66px;
	width: 20px;
	height: 20px;
}
#sidebar .itunescharts_widget_widget .boxtitle_blue span {
	padding-left: 28px;
	background-position: 0 0;
	width: 20px;
	height: 20px;
}
#sidebar .widget_fp_recentcomments .boxtitle_blue span {
	padding-left: 28px;
	background-position: 0 -124px;
	width: 20px;
	height: 20px;
}
/*Post-Icons:Writer und Comments */
#content span.comments {
	padding-left: 22px;
	background-position: 0 -106px;
	width: 16px;
	height: 16px;
}
#content span.writer {
	padding-left: 22px;
	background-position: 0 -88px;
	width: 16px;
	height: 16px;
}
/*Sidebar iTunes Charts*/
#sidebar #itunescharts {
	list-style-type: none;
	list-style-position: inside;
	padding: 0 0 0 10px;
}
#sidebar #itunescharts li a {
	font-size: 8px;
	text-decoration: none;
	color: #124ba5;
}
#sidebar #itunescharts li a:hover {
	color: #cccccc;
}
#sidebar #itunescharts .ranking {
	width: 25px;
	height: 50px;
	padding-top: 10px;
	float: left;
	font-size: 10px;
	color: #cccccc;
}
#sidebar #itunescharts .image {
	width: 75px;
	height: 60px;
	float: left;
}
#sidebar #itunescharts .link {
	width: 165px;
	height: 60px;
	float: left;
	line-height: 18px;
}
#sidebar #itunescharts .clear {
	clear: both;
	height: 10px;
}
/*Sidebar Recent Comments*/
#sidebar .widget_fp_recentcomments ul.recentcomments {
	list-style-image: url(img/icons/001_25_s.png);
	list-style-position: outside;
	padding: 0 0 0 40px;
	line-height: 14px;
}
#sidebar .widget_fp_recentcomments ul.recentcomments li a {
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
	color: #124ba5;
}
#sidebar .widget_fp_recentcomments ul.recentcomments li a:hover {
	color: #aaaaaa;
}
#sidebar .widget_fp_recentcomments ul.recentcomments ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 3px 0 5px 40px;
}
#sidebar .widget_fp_recentcomments ul.recentcomments ul li .commentAuthor {
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	color: #467cd2;
}
#sidebar .widget_fp_recentcomments ul.recentcomments ul li a {
	font-size: 13px;
	line-height: 14px;
	color: #29497c;
}
#sidebar .widget_fp_recentcomments ul.recentcomments ul li a:hover {
	color: #aaaaaa;
}
#sidebar .textwidget {
	font-size: 12px;
	padding-left: 20px;
	color: #777777;
}
/*Sidebar Collapsing Categories*/
#sidebar .widget_collapscat ul {
	list-style-type: none;
	padding: 0 0 0 30px;
	font-size: 14px;
}
#sidebar .widget_collapscat ul li.collapsing.categories a {
	padding: 0;
	color: #124ba5;
	text-decoration: none;
}
#sidebar .widget_collapscat ul li.collapsing.categories.item a {
	padding: 0 0 0 15px;
	color: #124ba5;
	text-decoration: none;
}
/*Sidebar Ad*/
.ad_wrap_small, .ad_wrap {
	text-align: middle;
	margin: 30px 10px;
	padding: 10px 10px 5px 20px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ad_wrap {
	width: 270px;
}
.ad_wrap_small {
	margin-left: 20px;
	width: 496px;
}
/*Comments*/
#comments {
	margin: 20px 0 0 10px;
	padding: 0 0px;
	border: 1px solid #faa105;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#comments h2, h2.nocomments {
	font-size: 21px;
	padding: 0;
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #124ba5;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
#comments ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #888888;
}
#comments ol li {
	margin: 0;
	padding: 0;
	clear: both;
}
.author {
	margin: 0;
	padding: 18px 0 6px 20px;
	float: left;
	width: 170px;
	font: 10px/2.5em "Lucida Grande", Verdana, sans-serif;
	color: #467cd2;
}
.author a {
	font: 11px "Lucida Grande", Verdana, sans-serif;
	color: #3a5c74;
}
#comments ol .border-t {
	clear: both;
	height: 3px;
	border-top: 1px solid #faa105;
}
#comments .clear {
	clear: both;
}
.comment {
	margin: 0;
	padding: 20px 0 6px 0;
	float: right;
	width: 320px;
}
.comment span, .no-find {
	margin: 0;
	padding: 2px;
	background: #F4F29D;
	color: #283349;
	font-style: italic;
	font-size: 12px;
}
.comment p {
	margin: 0;
	padding: 0;
}
/* - comments form - */
#post-comments {
	margin: 20px 0 0 10px;
	padding: 0 0px;
	border: 1px solid #faa105;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#post-comments h2 {
	font-size: 21px;
	padding: 0;
	margin: 10px 0 0 0;
	padding-left: 10px;
	color: #124ba5;
	font-family: Helvetica, Tahoma, Arial, sans-serif;
}
#reply {
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 11px;
}
.comment-field {
	margin: 0;
	padding: 0 0 12px 20px;
}
.comment-field textarea {
	padding: 2px;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	width: 270px;
	border: 1px solid #BCBCCB;
	color: #565656;
}
.comment-field label {
	float: left;
	width: 190px;
}
.input-text {
	padding: 2px;
	font: 11px "Lucida Grande", Verdana, sans-serif;
	width: 270px;
	border: 1px solid #BCBCCB;
	color: #565656;
}
.input-button {
	color: #124ba5;
	background: white;
	border: 1px solid #faa105;
	margin-left: 190px;
}
.input-button:hover {
	color: white;
	background: #faa105;
	border: 1px solid white;
	cursor: pointer;
}
/*Footer*/
/*===========================================*/
#footer_line {
	background: #467cd2;
	height: 5px;
}
#footer_content {
	background: #467cd2;
}
#footer {
	clear: left;
	color: #FFF;
	text-align: center;
	margin: 3px;
	padding: 2px;
	background: #467cd2;
}
#footerbox {
	float: right;
	border-left: 1px solid #467cd2;
	margin-right: 2px;
	padding: 5px 10px 10px 30px;
	text-align: left;
	width: 270px;
	height: 220px;
	background: #062d6b;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#footerbox ul {
	list-style-image: url(img/icons/001_25_s.png);
	list-style-position: inside;
}
#footerbox.left {
	border-left: 0px solid #467cd2;
}
#footer select {
	background: #062d6b;
	color: #ffff80;
	border: 1px solid white;
}
#footerbox p {
	font-size: 12px;
}
#footer a {
	list-style-type: square;
	color: #FFFF80;
}
#footer li.no_list {
	list-style-type: none;
}
#footer_copy {
	background: #467cd2;
	clear: left;
	font-size: 14px;
}
.innertube {
	margin: 10px;
/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	border: 0px solid black;
}
