/**
Theme Name: Insomniaonline V3
Theme URI: http://www.insomniaonline.de
Description: Template of Insomniaonline
Version: 3.0
Author: Stephan Salzmann
Author URI: http://www.insomniaonline.de

	The CSS, XHTML and design is commercial. You are not allowed to distribute or copy it in any way.
**/

/** 
 * Reset 
 * 
 * @section reset 
 * @see     YUI Reset CSS, http://developer.yahoo.com/yui/reset/ 
 */ 

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}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:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}


/**
 * Main Layout
 * 
 * @section main
 */

html, body { 
	background-color:#fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:16px;
	line-height:23px;
	color:#666;
	height:100%; 
}


/** 
 * Clearing floats without extra markup
 * Based on How To Clear Floats Without Structural Markup by PiE
 * 
 * @section clearing
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}


/** 
 * Layout 
 * 
 * @section layout 
 */
 
#header,
#contentWrapper,
#footer {
	width:960px;
	margin:0 auto;
}

#header { 
	margin-top:10px;
	height:140px;
}

#header .logo {
	margin-top:50px;
	width:189px;
	height:22px;
	float:left;
}

#sidebar {
	width:250px;
	float:left;	
}

#content {
	padding-bottom: 20px;
}

.withSidebar,
.with-sidebar {
	width:680px;
	margin-left:30px;
	float:right;
}

#footer {
	width:680px;
}


/** 
 * Common 
 * 
 * @section common 
 */

img { border:0px solid #fff; }
 
a {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#666;
	text-decoration:underline;
}

p { margin-bottom:12px; }

strong { font-weight:bold; }

input,
textarea {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;	
	color:#666;
	padding:2px;
	border:1px solid #ccc;
}

h1 {
	color:#444;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	margin-bottom:8px;
}

h2 {
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:6px;
}

#content h2 {
	font-size:20px;
	text-decoration:none;
}

#content h2 a { text-decoration: none; }

h3 {
	color:#444;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:6px;
}

code {
	display:inline-block;
	margin:0 0 12px 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width:660px;
	padding:10px;	
	background-color:#666;
	color:#fff;
}


/**
 * Sidebar 
 *
 * @section sidebar 
 */

#navigation,
#categories,
#feeds,
.articlenavigation {
	margin-bottom:20px;
	padding-bottom:20px;
}


#navigation ul li a,
#categories ul li a,
#feeds ul li a { 
	display:block;
	color:#666;
	text-decoration:none;
}

#navigation ul li a:hover,
#navigation ul li.active a,
#categories ul li a:hover,
#categories ul li.current-cat a,
#feeds ul li a:hover {
	color:#000;
	text-decoration:none;
}


/**
 * Hashes 
 *
 * @section hashes 
 */

.input {
	margin-bottom: 5px;
}

label {
	display: inline-block;
	width: 140px; 
}

.text input {
	width: 531px;
}

.submit { height: 20px; }
.submit input { 
	float:right;
	margin-right: 3px;
}

#UserInfoDiv fieldset {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}