/*
Theme Name: Vodafone Blog
Theme URI: http://blog.vodafone.de
Description: Vodafone Blog Theme
Version: 1.0
Author: Vodafone GmbH
Author URI: http://vodafone.de

*/

/***********************************************************
 Global Reset
************************************************************/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
legend { display:none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul,li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight: normal; }
q:before, q:after { content:'' }
a { text-decoration:none }
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative }
a img { border:none }
* { outline: none; }
form { display:inline; }


/***********************************************************
 Defaults
************************************************************/
html {
	font-size: 62.5%;
	font-weight: normal;
	font-family: "Verdana", Tahoma, Arial, sans-serif;
}


body {
	padding:0 0 30px 0;
	background:url('images/bg_site.gif') #818181;
	font-size: 1.2em;
	color: #555;
	line-height: 170%;
	
}

div.clear {
	clear: both;
}

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

h1 {
	text-indent:-999999px;
}

a {
	color:#022656;
}

a:hover {
	color:#818181;
}



/***********************************************************
 Site
************************************************************/

#container {
	margin:0 auto;
	width:935px;
	background:#fff;
}

#head {
	position:relative;
	height:347px;
	background:url('images/bg_header.jpg') no-repeat;
}

	#metanav {
		float:right;
		margin:10px;
		color:#fff;
		font-weight:bold;
		font-size:.8em;
	}
	
		#metanav a {
			color:#fff;
		}
		
		#metanav a:hover {
			color:#000;
		}

	#logo {
		position:absolute;
		top:0;
		left:-10px;
		width:455px;
		height:289px;
		z-index:1;
		cursor:pointer;
	}
	
		#logo div {
			width:102px;
			cursor:pointer;
			position:absolute;
			left:20px;
			width:102px;
			height:71px;
			z-index:10;
		}
	
		#logo img {
			
		}
	
	#nav {
		position:absolute;
		top:317px;
		left:10px;
	}
	
	* html #nav {
		top:293px;
	}
		
		#nav ul {
			list-style:none;
		}
		
			#nav ul li {
				float:left;
				display:block;
				margin:0 1px 0 0;
				background:#f80000;
				text-transform:uppercase;
			}
	
				#nav ul li a {
					display:block;
					float:left;
					padding:5px 15px;
					color:#fff;
					font-weight:normal;
				}

				#nav ul li.current-cat a,
				li.cat-item a:hover {
					background:#cc0303;
				}
	
	#search {
		position:absolute;
		top:266px;
		left:691px;
		width:222px;
		padding:10px 12px 8px 10px;
		background:#f80000;
	}
		
	
		
		form#searchform td p {
			float:left;
			margin:0 7px 0 0;
			color:#fff;
			font-size:.8em;
		}
	
		form#searchform input#s {
			float:left;
			padding:3px;
			margin:0 1px 0 0;
			width:150px;
			border:0;
			font-size:.8em;
		}
		
			#searchsubmit {
				float:left;
				width:22px;
				height:22px;
				background:url('images/button_search.gif') no-repeat;
				border:0;
				text-indent:-999999px;
				font-size:0;
			}
	

	
		
#subheader {
	padding:10px;
	background:#f1f1f1;
	font-size:.8em;
	line-height:1.2em;
}

	#subheader a {
		color:#737272;
		text-decoration:underline;
	}
	
	#subheader a:hover {
		text-decoration:none;
	}
	
	#subheader .left {
		float:left;
	}
	
	#subheader .right {
		float:right;
		width:245px;
	}
	
		#subheader .right img {
			float:left;
			margin:0 10px 0 0;
		}
		
		#subheader .right p {
			margin:2px 0 0 0;
		}
	
#content {
	float:left;
	padding:32px 0;
	width:660px;
}	
	
	#content p {
		margin:7px 0;
	}
	
	#content .post {
		margin:0 0 80px 72px;
		/*background:url('images/faux_column.gif') repeat-y;*/
	}
	
		#content .post .date {
			float:left;
			width:60px;
			color:#bfbfbf;
		}
		
			#content .post .date div {
				font-size:3.2em;
				line-height:1.6em;
			}
		
		#content .post .content {
			float:left;
			padding:0 0 0 12px;
			width:430px;
			border-left:1px solid #bebebe;
		}

		#content .post h2 {
			margin:0 0 7px 0;
			color:#f80000;
			font-size:1.2em;
			font-weight:bold;
		}
		
			#content .post h2 a {
				color:#f80000;
			}
			
			#content .post h2 a:hover {
				color:#818181;
			}
			
		#content .post small {
			line-height:1.4em;
			color:#bebebe;
			font-size:.8em;
		}

		#content .post .entry {
			padding:28px 0 0 0;
			width:470px;
			overflow:hidden;
		}
	
		
		#content .navigation {
			margin:0 0 0 72px;
		}
		
	#content .page {
		margin:0 0 80px 52px;
	}	
		
		#content .page h2 {
			margin:0 0 7px 0;
			color:#f80000;
			font-size:1.2em;
			font-weight:bold;
		}
		
		#content .page .entry {
			margin:0;
			padding:10px 0 0 0;
			width:470px;
			overflow:hidden;
		}
		


h3#comments,
.commentlist,
#respond {
	margin:30px 30px 0 72px;
}
	

	
	.commentlist li {
		padding:15px 12px;
		border-bottom:1px solid #bebebe;
	}

		.commentlist li .avatar {
			float:right;
		}
		
		.commentlist .comment-meta {
			padding:0 0 15px 0;
			font-size:.8em;
		}
		
		.commentlist .alt {
			background:#f1f1f1;
		}
		
	textarea#comment {
		width:550px;
		margin:10px 0;
	}

	.paginated-comments-pages {
		padding:10px 30px 0 72px;
	}
		
#sidebar {
	float:left;
	margin:14px 0 30px 0;
	width:256px;
}	
	
	#sidebar h2 {
		font-size: 1.4em;
		margin-bottom:10px;
		padding:0 12px 15px 12px;
		background:url('images/bg_sidebar_h2.png') bottom left no-repeat;
		color:#fff;
	}
	
	* html #sidebar h2 {
		background:none !important;
		border-bottom:1px solid #fff;
	}
	
	#sidebar a {
	 	color:#fff;
	 }

	.widget_text {
		margin:0 0 10px 0;
	}

	.widget_text h2 {
		margin:0 0 10px 0;
		font-size:1.4em;
		
	}

	.widget_tag_cloud {
		padding:12px 0;
		margin:0 0 10px 0;
		border-bottom:1px solid #fff;
		background:#88bb09;
	}
	
	.widget_tag_cloud div {
		padding:0 12px;
		text-align:center;
	}
	
	.widget_archive {
		padding:12px 0;
		margin:0 0 10px 0;
		background:#813790;
	}

	.widget_archive ul {
		padding:10px 30px 0 30px;
		height:155px;
		overflow-x:hidden;
		overflow-y: auto;
	}
	
		.widget_archive ul li {
			padding:0 0 7px 0;
			border-bottom:1px dotted #a773b2;
		}

	.widget_quicklinks {
		padding:12px 0;
		background:#f80000;
	}
	
	.widget_quicklinks a,
	.widget_quicklinks a img {
		
	}
	.widget_quicklinks a {
	
	}
	
	.widget_quicklinks div {
		padding:0 12px;
		text-align:center;
	}
	
	.widget_recent_comments {
		padding:12px 0;
		margin:0 0 10px 0;
		background:#FDCE33;
	}
	
		.widget_recent_comments ul {
			padding:10px 30px 0 30px;
		}
	
		.widget_recent_comments ul li {
			padding:0 0 7px 0;
			border-bottom:1px dotted #a773b2;
		}
	
	
	
	
	#teaser {
		margin:20px 0 20px 0;

	}

		#teaser .htc {
			margin:0 0 20px 0;
			width:255px;
			height:228px;
			background:url('images/vf_blogintro.png') no-repeat;
		}

		#teaser .making {
			width:255px;
			height:228px;
			background:url('images/bg_teaser_htc.gif') no-repeat;
		}

		#teaser .htc img,
		#teaser .making img {
			margin:186px 0 0 10px;
		}
		#teaser .htc img {
			display:none;
		}
	
	.navigation {
		padding:0 30px 30px 0;
		font-size:.8em;
	}

	h2.pagetitle {
		padding:0 30px 20px 72px;
	}

	
#footer {
	padding:6px 10px;
	background:#f1f1f1;
	text-align:right;
	text-transform:uppercase;
	font-size:.8em;
}	
	
	
	
	
#maintenance {
	margin:0 0 0 100px;
	width:400px;
	color:#fff;
	font-size:1.2em;
	line-height:1.6em;
}

	#maintenance h2 {
		margin:0 0 30px 0;
		font-size:2em;
	}
	
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */





/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



