/*  
--------------------------------------------------------------------------------
Theme Name: 	neo-simplicity.v0.6.3
Theme URI: 		http://neo-networks.com
Description: 	Wordpress Theme for neo-networks.com.
Author: 		Florian Rieger
Author URI: 	http://www.neo-networks.com
Tags: 			custom design, fixed width, tree columns, white, blue, grey
--------------------------------------------------------------------------------
*/

/*
--------------------------------------------------------------------------------
General Formatting
--------------------------------------------------------------------------------
*/

body { 
	background-color: #FFFFFF;
	color: #000000;
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	/* text-align:center, because IE doesn't support margin:auto */
}

img {
	display: block;
}

a {
	color: #2277CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


h2 {
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.dark {
	background-color: #222222;
}

.page-frame {
	width: 960px;
	margin: 0px auto;
	text-align: left;
	clear: both;
}

.page-pad {
	margin: 0px 30px;
}

.full {
	float: left;
	width: 600px;
	/*background-color: aqua;*/
}

.left {
	float: left;
	width: 125px;
}

.middle {
	float: left;
	width: 450px;
	margin-left: 25px;
	/*background-color: fuchsia;*/
}

.right {
	float: right;
	width: 255px;
	/*background-color: green;*/
}

.clear {
	clear: both;
}

/*
--------------------------------------------------------------------------------
Formatting of the Top Section
--------------------------------------------------------------------------------
*/

#top {
	color: #FFFFFF;
	height: 225px;
}

.top-bg {
	background-color: #4488CC;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(images/top-bg.gif);
}

#logo {
	display: block;
	height: 125px;
}

#name {
	display: block;
	height: 40px;
	width: 260px;
	margin-top: 15px;
	margin-left: -10px;
}

#info-corner {
	color: #FFFFFF;
	display: block;
	margin-top: 32px;
	font-size: 14px;
	line-height: 18px;
}

#info-corner p {
	margin-bottom: 14px;
}

#info-corner a {
	color: #FFFFFF;
	font-weight: bold;
}


/*
--------------------------------------------------------------------------------
Formatting of the Main Section
--------------------------------------------------------------------------------
*/

#main {
	clear: both;
	color: #333333;
}

.main-bg {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/main-bg.gif);
}


/*
--------------------------------------------------------------------------------
Formatting of the Bottom Section
--------------------------------------------------------------------------------
*/

#bottom {
	color: #AAAAAA;
}

#bottom a {
	color: #4488CC;
}

.bottom-bg {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/bottom-bg.gif);
}


/*
--------------------------------------------------------------------------------
Formatting of the Sidebar Section
--------------------------------------------------------------------------------
*/

.sidebar h3 {
	display: block;
	margin-top: 30px;
	padding:7px 0px;
	text-align:right;
}

.sidebar a {
	font-weight: bold;
}

.sidebar div {
	padding-bottom: 10px;
	text-align: justify;
}

.sidebar ul {
	display: block;
	padding-bottom: 10px;
}

.sidebar li {
	display: block;
	padding: 8px 0px 5px 0px;
}

#navigation h3 {
	border-top:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
}

#navigation li {
	border-bottom:1px solid #CCCCCC;
}

#navigation div {
	border-bottom:1px solid #CCCCCC;
}

#bottom-sidebar h3 {
	border-top:1px solid #999999;
	border-bottom:1px solid #666666;
}

#bottom-sidebar li {
	border-bottom:1px solid #666666;
}

#bottom-sidebar div {
	border-bottom:1px solid #666666;
}


/*
--------------------------------------------------------------------------------
Formatting of the Content Section
--------------------------------------------------------------------------------
*/

#content {
	padding-top: 30px;
}

.post {
	clear: both;
	border-top: 1px solid #999999;
}

.info {
	margin-top: 8px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.info p {
	margin-top: 12px;
	line-height: 16px;
}

.info h2 {
	display: block;
	margin-top: -2px;	
}

.info h3 {
	display: block;
	margin-top: -1px;	
}

.entry {
	margin-bottom: 35px;
}

.entry h2 {
	display: block;
	padding: 8px 1px;
	border-bottom: 1px solid #CCCCCC;
}

.entry p {
	margin-top: 15px;
	line-height: 20px;
	text-align: justify;
}

.entry pre {
	font-size: 11px;
	text-align: left;
	color: #222222;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 20px;
	padding: 5px 10px 3px 10px;
	font-family: 'Courier New';
	background-color: #EEEEEE;
}

.entry ul {
	list-style-type: disc;
	line-height: 20px;
	padding-left: 20px;
}

.entry li {
	margin-top: 5px;
}


.header-img {
	display: block;
	position: relative;
	margin: -8px -5px -6px -5px;
	padding: 9px 9px 11px 9px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/blog-image-bg.gif);
}

.content-clear {
	clear: both;
	height: 10px;
}


/*
--------------------------------------------------------------------------------
Formatting of the Lifestream Section
--------------------------------------------------------------------------------
*/

#lifestream {
	padding-top: 30px;
}

.description {
	margin-top: 6px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 30px;
}

.lifestream-post {
	clear: both;
	border-top: 1px solid #666666;
}

.lifestream-entry {
	margin-top: 6px;
	line-height: 18px;
	margin-bottom: 20px;
}


/*
--------------------------------------------------------------------------------
Formatting of the Comment Section
--------------------------------------------------------------------------------
*/

.comment {
	clear: both;
	border-top: 1px solid #666666;
}

.comments-headline {
	margin-top: 30px;
	border-top: 1px solid #999999;
	padding-bottom: 28px;
}

.comments-headline p {
	margin-top: 6px;
	line-height: 18px;
	text-align: justify;
}

.comment-info {
	margin-top: 10px;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.comment-info p {
	margin: 6px 0px 20px 0px;
	font-size: 12px;
	line-height: 12px;
}

.comment-info img {
	margin: 12px 0px 3px 0px;
}

.comment-entry {
	margin-top: 15px;
	line-height: 18px;
	text-align: justify;
	margin-bottom: 20px;
}

.comment-entry p {
	margin-bottom: 10px;
}


.wp-smiley {      
margin-bottom: -3px;
display:inline;
}

#respond {
	margin-top: 30px;
	padding: 7px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
}

.respond-form {
	margin-top: 10px;
}

.respond-form p {
	margin-top: 8px;
}

#author, #email, #url { width: 250px; font-size: 12px; }

#comments textarea { font-size: 12px; height: 100px; width: 600px; }

#submit { width: 150px;}

/*
--------------------------------------------------------------------------------
Formatting of the Footer Section
--------------------------------------------------------------------------------
*/

#footer {
	padding: 30px 0px 20px 0px;
}

#footer-bar {
	border-top: 1px solid #999999;
	padding-bottom: 25px;
	border-bottom: 1px solid #555555;
}

#footer-links a {
	display: block;
	color: #AAAAAA;
	float: left;
	font-weight: bold;
	margin: 7px 47px 5px 0px;
}

#back-link {
	float: right;
	font-weight: bold;
	margin: 7px 1px 0px 0px;
}

#back-link a {
	color: #4488CC;
}






