@charset "iso-8859-1";
/*
Creation date: 06.04.2006
Theme Name: Corporate Look
Theme Url: http://www.lukaret.com/?page_id=170
Description: Fix width, three column theme. Using the following plugins: cat_as_tags, customizable-post-listings, get-recent-comments.
Author: Beng Hafner
Author URI: http://lukaret.com
Email: beng.hafner@googlemail.com
*/
/*---------------------------- Main -------------------------------*/
html, body {
	margin:0; 
 	padding:0;
	font-family: Trebuchet MS, Geneva, Arial, sans-serif;
	font-size: 12px;
	color: #EBECC2;
	text-align: center;
	background: #EBECC2 url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	}
/*---------------------------- Links -------------------------------*/
a {  
	color: #990000;
	text-decoration: none;
	}	
a:visited {
	color: #9F9F9F;
	text-decoration: none;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}		
a img {
	border: none;
	}		
/*---------------------------- General Html -------------------------------*/
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
hr {
	display: none;
	}
h1.the_date {
	margin-top: -17px;
	font: 0.8em Verdana, helvetica, sans-serif; 
	color: #706D6D; 
	text-align: left
}
h3 {	
	font-weight: bold;
	text-align: left;
	margin: 0px;
	font-size: 20px;
	color: #8B9F26;
	font-family: Georgia, Geneva, Arial, sans-serif;
	padding-top: 20px;
	padding-left: 15px;
	}
h3.commenttitle {
	color:#FFF;
}	
	#maincol h2{	 
		font-size: 20px;
		color: #8B9F26;
		font-family: Georgia, Geneva, Arial, sans-serif;
		}
	.archived h2{	
		font-size: 11px;
		}	
	.lnks h2{	
		font-size: 12px;
		width: 80%;
		}
	.comarea h2{	
		margin: 15px 0px 10px 15px;
		}				
	.narchives h3{	
		margin: 25px 0px 10px 0px;
		}
	#leftcol h2{	
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		font-family: Verdana, Geneva, Arial, sans-serif;
		}
	#rightcol h2{	
		text-align: left;
		font-size: 14px;
		color: #FFFFFF;
		font-family: Verdana, Geneva, Arial, sans-serif;
		}			
h2, h3, h2 a, h2 a:visited{
	color: #000000;
	}
h2 a:hover {
	color: #000000;
	}		
h3{	
	font-size: 13px;
	}	
blockquote {
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	background: #E3E3E3;
	color: #666;
	margin: 0 20px;
	padding: 0 20px 0px 55px;
	font-size: 0.9em;
}
code, pre, kbd {	
	font-family: 'Courier New', Courier, mono, Fixed, sans-serif;
	font-size: 1.1em;
	display: block;
	}	
small {
	font-size: 1em;
	line-height: 1.5em;
	}
acronym, abbr {
	letter-spacing: .07em;
	border-bottom: 1px dashed #993333;	
	cursor: help;
	}	
strike, del {
	text-decoration: line-through;
}

img.wp-smiley {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
}	
/*---------------------------- Page Navigation -------------------------------*/	
.navigation {
	margin: 40px 30px 20px 30px;
	padding: 0 10px;
	font-weight: bold;
	font-size: 12px;
	}
.ncol .navigation {
	margin: 15px 0px;
	font-size: 11px;
	}	
.ar {						/*This way you can use a simple class="ar"/"al"/"ac" to get an objet floated or centered.*/
	float: right;
	}
.al {
	float: left
	}
.ac {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
/*---------------------------- Content -------------------------------*/
#wrapper{ 
 	width:980px; 
 	text-align:left;  
	margin-left:auto; 
 	margin-right:auto;
}
/*----------------------------Top Bar -------------------------------*/
#topbar{
	margin: 0px;
	padding: 0px;
	width: 750px;
	height: 25px;
	background-color: #4F4F4F;
	font-family: Verdana, Geneva, Arial, sans-serif;
	line-height: 18px;
	font-size: 10px;
	}
/*---------------------------- Search Form -------------------------------*/
.topsform {
	margin: -1px 2px 3px 0px;
	padding: 0px;
	width: 200px;
	height: 16px;	
	background-color: #FFFFFF;
	border:1px solid #000000;
	float: right;
	}	
.t-s{
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 67%;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}	
.topsformsubmit{
	margin: 0px auto;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 30%;
	height: 100%;
	background-color: #FFFFFF;
	border: none;
	border-left:1px solid #000000;
	}
/*---------------------------- Header -------------------------------*/
#header{
 	position:relative;
 	height:160px; 
	background: #8B972A url('images/header.jpg') no-repeat bottom center; 
 	width:520px;
	margin-left: 230px;
	cursor: pointer;
} 		
#header h1
{
	font: normal 40px/42px 'Georgia', helvetica, arial, sans-serif;
	color: #FFFFED;
	padding-top: 50px;
	text-align: center;
	margin: 0;
	text-transform:uppercase;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.description {
    text-align: center;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/*---------------------------- twocols -------------------------------*/
#twocols { 
 	width:750px; 
 	float:right; 
 	position:relative; 
  }
/*---------------------------- Maincol -------------------------------*/
#maincol { 
 	float: left; 
 	display:inline; 
 	position: relative; 
 	width:520px; 
 }
#maincol a {  
	color: #8B9F26;
	text-decoration: none;
	}
/*---------------------------- Post Structure -------------------------------*/
.post {
	margin: 20px 15px 30px 15px;
	text-align: justify;	
	}
.archived {
	padding: 20px 0px 0px 0px;
	}	
.postmetadata {
	width: 98%;
	margin: 10px 0px 0px 0px;
	padding: 3px;
	border: 1px solid #EBEBEB;
	background: #FCFCFC;
	color: #999999;
	text-align: left;
	line-height: 17px;
	font-size: 9px;
	}
.entry {
	font-size: 1em;
	line-height: 1.4em;
	}
.entry a {  
	font-weight: bold;
	}
.entry ol li {
	list-style: decimal outside;
	}
.entry ul li {	
	list-style-type: square;
	}
.entry form { 
	text-align: left;
	}
.entry input { /* For password-protected posts */
	margin: 2px auto;
	font-size: 9px;
	padding: 0px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	}	
.entry input[value="Submit"] {
	font-size: 9px;
	cursor: pointer;
	}	
.entry img{
border:1px solid #7C7B7B;
display: block;
-moz-border-radius:8px;
padding:6px;
margin:5px 3px 5px 3px;
background-color:#FCFCEB;
}
.entry img.wp-smiley {
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}
/*---------------------------- Leftcol -------------------------------*/	
#leftcol {
 	width:230px; 
 	float:left;
	margin-top: -160px;
 	position:relative; 
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif; 
 }	
 #leftcol h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
#leftcol ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
#leftcol li {
	list-style-type: none;
	list-style-image: none;	
	}
#leftcol  ul li ul {	
	margin: 10px 0px 20px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
#leftcol  ul li ul li {	
	color: #EBECC2;
	list-style-type: none;
	list-style-image: none;
	}
#leftcol  ul li ul li a{	
	font-weight: normal;
	}
#leftcol ul .date{
	color:#FFFF66;
	padding:0 1.5em 0 0;
}	
#leftcol a { 
    font-size: 12px; 
	color: #CCDC3F;
	text-decoration: none;
	}
#leftcol a:hover {
	color: #FFFFCC;
	text-decoration: none;
	}	
.text {
	font-size: 11px;
	color: #B3B3B3;
}
.counts { 
	color: #CCDC3F; 
	font-weight: bold;
	font-size: 12px;
	}
		
/*---------------------------- Rightcol -------------------------------*/
#rightcol {
 	width:230px; 
 	float:right; 
 	position:relative; 
	margin-top: -160px;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
 	}
#rightcol h2.lnkname	 {
	margin: 0px 0px -5px 10px;
	text-align: left;
	font-size: 10px;
	border: none;
	}	
#rightcol ul {
	margin: 0px 15px 30px 20px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
#rightcol li {
	list-style-type: none;
	list-style-image: none;	
	}
#rightcol  ul li ul {	
	margin: 10px 0px 20px 10px;
	list-style-type: none;
	list-style-image: none;
	}	
#rightcol  ul li ul li {	
	color: #DAE584;
	list-style-type: none;
	list-style-image: none;
	}
#rightcol  ul li ul li a{	
	font-weight: normal;
	}	
#rightcol a { 
	font-size: 12px;  
	color: #000000;
	text-decoration: none;
	}
#rightcol a:hover {
	color: #FFFF66;
	text-decoration: none;
	}
/*---------------------------- Rightcol Upper Menu -------------------------------*/	
DIV.rightbox {
	padding-right: 0px; padding-left: 0px; float: right; padding-bottom: 0px; margin-top: -10px; width: 230px; color: #fff; padding-top: 10px;
}
DIV.form {
	padding-right: 4px; padding-left: 4px; font-size: 11px; background: transparent; padding-bottom: 4px; margin: 1px auto auto; color: #333; padding-top: 4px
}
IMG.logo {
	border-top-width: 0px; display: block; border-left-width: 0px; border-bottom-width: 0px; margin: auto; width: 230px; border-right-width: 0px
}
DIV.menu {
	display: block; background: transparent; margin: 0px
}
SPAN.menu {
	padding-right: 0px; display: block; padding-left: 0px; padding-bottom: 0px; margin: 0px; width: 230px; padding-top: 0px
}
SPAN.menu2 {
	display: block; margin: 0px; width: 228px; height: 200px
}
SPAN.menu3 {
	display: block; margin: 0px; width: 230px
}
SPAN.misc {
	padding-right: 4px; display: block; font-weight: bold; padding-left: 4px; font-size: 14px; background-image: url(images/link3.gif); padding-bottom: 4px; margin: 0px; color: #FFFFFF; padding-top: 4px; background-repeat: repeat-x; border-bottom: #A9B03A 1px solid;
}

A.menu {
	padding-right: 4px; background-position: left center; display: block; padding-left: 50px; font-size: 0.9em; background-image: url(images/link.gif); padding-bottom: 4px; color: #FFFFFF; padding-top: 6px; border-bottom: #A9B03A 1px solid; background-repeat: no-repeat; LETTER-SPACING: 2px; height: 20px; background-color: transparent; text-decoration: none
}
A.menu:hover {
	font-size: 0.8em; background-image: url(images/link2.gif); color: #5577BB; border-bottom: #A9B03A 1px solid; background-repeat: no-repeat; text-decoration: none
}
A.menu:visited {
	color: #fff;
}
A.menu2 {
	display: block; font-size: 12px; border-bottom: #A9B03A 1px solid; text-decoration: none
}	
/*---------------------------- Search box for error-404 pages -------------------------------*/
.searchbox{
	margin: 0px auto;
	margin-top: 30px;
	padding: 0px;
	display: block;
	width: 500px;
	height: 50px;
	background: #EFEDED;
	border:1px solid #CCCCCC;
	}
.searchbox #searchform {
	background: #FFFFFF;
	margin: 14px auto;
	width: 400px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	}
.searchbox #searchform #s{
	margin: 0px auto;
	padding: 1px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #666666;
	font-size: 10px;
	width: 298px;
	height: 100%;
	border: none;
	background-color: #FFFFFF;	
	}
.searchbox #searchform #searchsubmit{
	border: none;
	margin: 0px auto;
	padding: 2px 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	width: 96px;
	height: 100%;
	background-color: #FFFFFF;
	border-left:1px solid #CCCCCC;
	cursor: pointer;
}
/* ----------------------------------- Comments ----------------------------------- */

#commentlist {
	margin: 1.2em 0;
	padding-left: 0px;
	list-style-type: none;
}
#commentlist li {
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #4C4C4C url('images/commentbar.gif');
	background-repeat: repeat-x;
	padding: 1px 20px;
	margin-bottom:8px;
	width: 91.05%;
}
.alt {
	background-color: #8B972B !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
	padding-left:0px;
	background-image:none;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #FFFFFF;
	background-image:none;
}
#commentform, p.small {
	color: #666;
	font-size: 9px;
	padding-left:15px;
}
textarea {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	background-color: #FAFAFA;
	color: #666;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	width:100%;
}

select {
	border-top: 1px solid #FFF;
	border-right: 1px solid #3E3A3A;
	border-bottom: 1px solid #3E3A3A;
	border-left: 1px solid #FFF;
	background-color: #A1B53C;
	color: #000;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

input.s {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #E3E3E3;
	color: #666;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	width:68%;
}

input {
	border-top: 1px solid #FFF;
	border-right: 1px solid #3E3A3A;
	border-bottom: 1px solid #3E3A3A;
	border-left: 1px solid #FFF;
	background-color: #A1B53C;
	color: #FFF;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	vertical-align:middle;
}
/*---------------------------- Footer -------------------------------*/
#footer {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 17px;
	font-size: 9px;
	color: #717171;
	height:40px; 
	width: 980px;
	background: #FFFFFF url('images/footer.gif');
	background-repeat: repeat-x;
 	clear:both;
 	} 

.powered {
	margin: 0 auto;
	margin-right: 100px;
	padding-top: 8px;
	padding-left: 90px;
	text-align: center;
	}
.powered a {	
	font-weight: bold;
	color: #677114;
	}
	
/*---------------------------- narchives Template -------------------------------*/
.narchives {
	margin-top: 20px;
	}
.narchives a {
	font-weight: bold;
	}	
.narchives input {
	cursor: pointer;
	}	
/*---------------------------- Links Template -------------------------------*/	
.lnks {
	font-size: 14px;
	padding: 8px 0px 0px 30px;
	}
.lnks a {
	font-weight: normal;
	}	
.lnks ul li {	
	margin: 0px 0px 0px 4px;
	color: #F9FFDF;
	list-style-type: square;
	list-style-image: none;
	}
.lnks li {
	list-style-type: none;
	list-style-image: none;	
	}
/* ------------------------------- Calendar ---------------------------------- */


#wp-calendar {
	margin: 0;
	width: 100%;
	color: #666;
	font-weight: normal;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-image: none;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-image: none;
}

#wp-calendar a {
	display: block;
	color: #FFFFFF;
	background-color: transparent;
}

#wp-calendar a:hover {
	color: #6A7C12;
}

#wp-calendar caption {
    color: #FDFAE9;
	padding: 1px 1px 1px 3px;
	font-family: Verdana, Arial, Tahoma; 
	text-align: center;
	font-weight: bolder;
	text-transform:uppercase;
}

#wp-calendar td {
	color: #FFFFFF;
	letter-spacing: normal;
	padding: 2px 0;
	border:1px solid #413F3F;
	border-width:0 1px 1px 0;
    background:#474545;
	text-align: center;
}

#wp-calendar td.pad:hover {
	text-align: center;
}

#wp-calendar #today {
	color: #000;
	font-weight: bolder;
	border:1px solid #393838;
	border-width:0 1px 1px 0;
    background:#EBECC2;
}
#wp-calendar td:hover{
	color: black;
    background-color:#D9EE6D;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
	padding: 2px 0;
	color: #FFFFFF;
	border:1px solid #393838;
	border-width:0 1px 1px 0;
    background:#413F3F;
}
 /*----------------------------float containers fix-------------------------*/ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}