/*
Theme Name: 23ideas
Theme URI: http://23ideas.tv/
Description: 23ideas bubble theme
Version: 1.0
Author: Steffen Mueller
*/
/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #2c2c2c;
	font-weight: normal;
}


img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;

	/* Set up proportionate scaling */
	width: 100%;
	height: auto;

	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

@media screen and (max-width: 1024px){
	img.bg {
		left: 50%;
		margin-left: -512px; }
}

div#wrapper {
	position: relative; 
}

#header {
	background: url(images/header_bg.jpg) repeat-x;
	height: 70px;

}
#inner_wrapper {
	width: 815px;
	margin:0 auto;	
	position: relative;
	top:-48px;
}
/* Link Strukture */
a:link {
	color: #afb2b2;
	text-decoration: none;
} 
a:visited {
	text-decoration: none;
	color: #afb2b2;
}
a:hover,a:focus {
	color: #222222;
	text-decoration: none;
}

ul#navigation li a:link, ul#navigation li a:visited {
	font-size: 22px;
	color: #fff;
}
ul#navigation li a:hover, ul#navigation li a:focus {
	font-size: 22px;
	color: #222222;
}
ul#navigation {
	margin-top: 40px;
	float: left;
	
}
.clear {
	clear: both;
}

#content {
	position: relative;
	top: -230px;
	float: right;
	width: 635px;
	margin-top: 40px;
	margin-left: 170px;
}

h1 {
	display: inline;
	font-weight: normal;	
	color: #fff;
	background-color: #04a5ff;
	font-size: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	height:30px;
	-webkit-box-shadow: 2px 3px 6px #5e5e5e;		
	-moz-box-shadow: 2px 3px 6px #5e5e5e;	
	box-shadow: 2px 3px 6px #5e5e5e;	
}
div.feature div.feature_box {
	margin-top: 15px;
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
	-webkit-box-shadow: 2px 3px 6px #5e5e5e;		
	-moz-box-shadow: 2px 3px 6px #5e5e5e;	
	box-shadow: 2px 3px 6px #5e5e5e;	
}
.content_box {
	font-size: 12px!important;
}
div.post_wrapper h3 {
	margin-top: 50px;
	font-weight: normal;	
	color: #fff;
	background-color: #04a5ff;
	font-size: 14px;
	padding: 5px;
	padding-left: 10px;
	width: 110px;
	height:20px;
	-webkit-box-shadow: 2px 3px 6px #5e5e5e;		
	-moz-box-shadow: 2px 3px 6px #5e5e5e;	
	box-shadow: 2px 3px 6px #5e5e5e;	
}

.post {
	margin-top: 12px;
	background-color: #fff;
	padding: 10px;
	font-size: 12px;
	-webkit-box-shadow: 2px 3px 6px #5e5e5e;		
	-moz-box-shadow: 2px 3px 6px #5e5e5e;	
	box-shadow: 2px 3px 6px #5e5e5e;
}
.post h2 {
	font-size: 14px;
	padding: 5px;
	position: relative;
	top:-20px;
	color: #fff;
	background-color: #04a5ff;
	font-weight: normal;
	
}
.post h2 a:link, .post h2 a:visited {
	font-size: 14px;
	color: #fff;
}
.post h2 a:hover, .post h2 a:focus {
	font-size: 14px;
	color: #222222;
}
ul.post_footer {
	margin-top: 20px;
}
ul.post_footer li {
	padding-right: 2px;
	font-size: 10px;
	float: left;
	color: #afb2b2;
}
#sysnav {
	position: relative;	
	top: -20px;
}
#sysnav li {
	padding-left: 5px;
	float: right;
	font-size: 10px;
}

#sysnav li a:hover, #sysnav li a:focus {
	font-size: 10px;
	color: #fff;
}
.cfi {
	margin-bottom: 10px;
}
#comments, #postcomment {
	margin-top: 50px;
	color: #000;
	font-size: 12px;
	background: none!important;
	padding: 0;
	border-bottom: 1px solid #04a5ff; 
}

#commentform textarea {
	width: 100%;
}
#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}