/*
===================
iNove CSS Styles
===================
Inspired by: iNove Wordpress Theme from http://www.neoease.org 
-------------------

Name: iNove
Author: Mechatroniker & mg12 & Zeuder
Version: 0.1
Module: common.css
*/


body {
	background: rgb(191,196,199) url('../imgs/bg.jpg') repeat-x top;
	color: #555;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
	font-size:12px;
	margin: 0px auto;	/* align center all browser*/
	padding: 20px 0 0 0; 
	text-align: center; /* align div center IE6*/
}
p { margin: 5px }
img { border: none }
blockquote {
	border-left: 5px solid #bbb;
	color: #666;
	margin: 1em;
	padding: 0 10px;
	width: 90%
	/*
	background:#F4F5F7 url(../imgs/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
	*/
}

pre, code {
	background:#F4F5F7 url(../imgs/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	font-family: Lucida Console, Monaco, monospace;
	font-size: 90%;
	margin:5px 0;	
	min-height: auto; 
	height: auto !important; 
	height: auto;
	padding:8px 12px 8px 36px;
	overflow: auto;
	width: 90%;
}
ul, li, ol { margin: 0; padding: 0 }

/* === Form === */
/* form { margin: 1em 0 } */
fieldset {
	border: #ddd solid 1px;
	margin: 0 0 1em 0;
	padding: .5em;
}
legend {
	color: #666666;
	font-size: 10px;
	}
input, textarea, select {
	background-color: #eee;
	border: 1px solid #999;
	color: #222;
	padding: .2em;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #fff;
	border: 1px solid #11A;
}

textarea {
	font-size: 100%;
	font-family: 'Lucida Grande', 'Trebuchet MS', arial, Helvetica, sans-serif;
	margin-top: .1em;
	margin-bottom: 1em;
	width: 96%;
}


/* ===== LINKS GENERAL ===== */
a:link, a:visited {
	color: rgb(41,112,166);
	font-weight: normal;
	text-decoration: none
}
a:hover {color: rgb(41,112,166);}



/* ===== HEADERS TAGS ===== */
h1 {
	/* Title of the blog */
	font-family: "Trajan Pro", serif;
	font-size: 2em;
	letter-spacing: -1px;
	margin: 0 0 -5px 0;
}
h2 { } /* see h2.date */
h3 {
	border-bottom: 1px solid #CCC;
	font-size: 16px;
	font-family: Verdana,"BitStream vera Sans";
	padding: 0 5px 3px;
	margin: 0px;
}
h4 { font-size: 1.2em; }



/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#wrap{
	background: url('../imgs/light.gif') no-repeat 50% 0%;
	margin: 0px auto;
	padding: 0;
}

#body-container {
	background: url('../imgs/bgcontent.gif') repeat-y;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	width: 936px;
}

/* ===== HEAD ===== */
#head {
	background: url(../imgs/header_footer.jpg) no-repeat top;
	height: 90px;
	letter-spacing:0;
	padding: 0;
	margin: 0 auto;
	width: 936px;
	
}
#head a { 
	color: white; 
	text-decoration: none;
}
#head h1{ padding:25px 30px 0 25px;}
#head p{
	border-top: 1px solid #fff;
	margin: 5px 0 0 23px !important;
	margin: 5px 0 0 13px;
	padding: 0px;
}

.subtitle {
	color: white;
	font-size:10px;
	float:left;
	padding:0 3px;
	text-decoration:none;	
}
#nav{
	background:url(../imgs/header_footer.jpg) no-repeat 0 -90px;
	height: 42px;
	margin: 0 auto;
	padding: 0;
	width:936px;
}

/* MENU*/
#menu {
	margin: 0px auto;
	height: 30px;
	padding: 0;
	font-size: 11px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}
#menu ul{
	margin: 0 0 0 25px;
	padding: 9px 0;
	list-style: none;
}
#menu li{
	padding: 0px;
	display: inline;
}
#menu a {padding: 7px 15px 7px 0px;}


/* for search field with icon */
#topsearch {
	float: right;
	margin: 0;
	padding: 4px;
	width: 280px;
}
#topsearch .sbox {
	line-height:16px;
	float:right;
	width:180px;
}
#topsearch .switcher {
	background:url(../imgs/icons.gif) 0 0 no-repeat;
	display:block;
	float:right;
	height:16px;
	line-height:16px;
	margin-top:3px;
	padding: 0 2px;
	text-indent:-999em;
	width:18px;
}


/* ===== DIV CONTAINER "MAIN" ===== */
#container {
	background: transparent url('../imgs/bgcontent.gif') repeat-y;
	margin: 0 auto;
	padding: 0px;
	width: 936px;
}

/* ===== MAIN ===== */
#main h3 a:link, #main h3 a:visited{
	color: #4c4c4c;
	font-weight: bold;
}
#main h3 a:hover{color:rgb(41,112,166);}
#main h4 { margin: 2em 0 0 0}
#main {
	background: white none repeat scroll 0 0;
	float: left;
	padding: 5px 15px 15px;
	width: 605px;
}
#main p { line-height: 1.5em; margin-top: 1.2em; }
#main img { margin: .5em }

/* === List === */
#main ul {
	list-style-type: disc;
	padding: 0 0 0 1.6em
}

#main ol {
	list-style-position: inside;
	padding: 0 1.6em 0 1.6em
}


/* ===== COLUMN ===== */
#column {
	background: transparent none repeat scroll 0 0;
	float: right;
	font-size: 95%;
	line-height: 145%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 300px;
}

#column h4 {
	/* Titles of the sections */
	margin-bottom: .5em;
}

#column p, #column div { 
	background:url(../imgs/widgetsep.png) bottom no-repeat;
	margin: 10px 5px;
	padding: 5px 15px 14px;
}
#column a:link, #column a:visited { color: gray }

/* === List === */
#column ul li table { font-size: 100% }

#column li {
	background:url(../imgs/icons.gif) 0 -320px no-repeat scroll;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	margin-top: 5px;
	padding-left: 22px;
}

#column ul {
/*	margin-right: 10px;
	margin-bottom: .5em; */

}

#column fieldset { margin: 0 5px 0 5px }

#column legend { font-size: 100% }


/* ENTRY CLASS */
.entry {
	margin: 0 0 30px 0;
	/margin: 0 0 50px 0;
	padding: 0;
	overflow: auto; /* floating images fix IE<7*/
}
.entrycontent {
	clear:both;
	display: block;
	padding: 0px;
}
#main>.entry {
	overflow: hidden; /* rest of the world :) */
}
/* end of .entry */


/* information below the title of the entries */
.entry-info-head
{
	margin: 5px;
	display: block;
	height: 16px;
	line-height: 14px;
	padding: 0;
}
.date, .link-comments
{
	display: block;
	color: #555;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
	padding: 0 0 0 22px;
}
.date,.link-comments {
	background: url('../imgs/icons.gif') no-repeat 0 -48px;
	float: left;
}
.link-comments {
	background:url('../imgs/icons.gif') no-repeat 0 -96px;
	float: right;
}
/* end*/	

/* wntry info footer */
.entry-info-footer{
	background:url('../imgs/icons.gif') no-repeat 0 -16px;
	clear: both;
	display: inline;
	float: left;
	font-size: 11px;
	line-height: 16px;
	padding-left: 20px;
	margin: 5px 0 0 5px;
}/* end*/

.admincontrols { /* [edit] and [delete] */
	font-size: 80%;
	text-align: right;
}
	
.buttonbar { text-align: center }
	
.buttonbar input {
	margin: .1em .5em;
	padding: 0 1em;
	text-align: center;
}
	
.navigation { /* next entries & previous entries link */
	font-size: 80%;
	margin-bottom: 5em
}

/* === Comments === */
#commentform fieldset p { margin: 0 0 .5em 0 }
#comments li {
	background: #efefef;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1em 0;
	padding: 5px;

}
.datecomments{
	font-style: oblique;
	font-size: 11px;
}

/* ===== FOOTER ===== */
#footer {
	background:rgb(191,196,199) url('../imgs/header_footer.jpg') no-repeat 0 -135px;
	border-top: #bbb 1px solid;
	clear: both;
	color: #555;
	font-size: 80%;
	height: 90px;
	margin: 0 auto;
	padding: 5px;
}


/* GLOBALS */

.alignleft { float: left }
.alignright { float: right }

/* ===== NOTIFICATION ===== */
#main ul.msgs, ul.msgs {
	margin-top: 1em;
	margin-left: 0em;
	padding: 1em 2em
}

.errors {
	background: #ffdddd;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ffbbbb;
	color: #901d1d;
}

.errors a {
	color: #901d1d;
	font-weight: normal;
	text-decoration: underline;
}

.notifications,.enabled {
	background: #ddffdd;
	border-top: 1px solid #bbffbb;
	border-bottom: 1px solid #bbffbb;
	color : #1d901d;
	
}

.warnings {
	background: #fffdd5;
	border-top: 1px solid;
    border-bottom: 1px solid;
	border-color: #f8e674;
	color : #8a7802;
}

.field-error {
	background: #fdd;
	border: red 1px solid;
}
#comments li.comment-admin {
	padding:1em
}

#comments li.comment-admin strong.comment-name { font-size:140% }

#widget-searchbox form {text-align: center;}