/*
Theme Name:5. Ingensys October 2008
Theme URI: http://www.ingensys.eu
Description: Accessible square text css Clothkits 5 theme
Author: http://www.ingensys.eu
This design is based on the new ecommerce shop design 
*/


/* pretty stuff*/
.nodisplay{
	display:none;}
.subhead{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
}
.leftnomargin{
	float: none;
	vertical-align: middle;
}
.indent{
	text-indent: 3em;
}
.alignleft{
	float: left;
	}
.alignright{
	float: right;	
}
.textrightindent{
	text-align: right;
	margin-right: 2em;
	color: #000000;
	font-weight: bold;
	font-size: x-small;

}
.sidesubhead{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
}
.centrealign{
	text-align: center;
}
.line{
	background-image: url(/images/ruke.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 1em;
}

.midhead{
	color: #000000;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.addsomespace{
	margin-bottom: 3em;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.bolditalic{
	font-weight: bold;
	font-style: italic;
}
.textleft{
	text-align: left;
}
.textright{
	text-align: right;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.center{
	text-align: center;
}
.verybigtext{
	font-size: xx-large;
}
.bigtext{
	font-size: large;
}
.smalltext{
	font-size: small;
}
.verysmalltext{
	font-size: x-small;
}
.box{
	display:block;
	background:#f2f3f4;
	padding: 2em;
	margin: 1em;
	border: 1px solid #888888;
}
.bigwhitetext{
	color: #000000;
	font-size: small;
	font-weight: bold;
}
.imagestyle{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*images*/
.imageright{
	float: right;
	padding:1em;
}
.imageleft{
	float: left;
	padding:1em;
}
.imagecenter{
	text-align:center;
	float:none;
	left-margin:auto;
	right-margin:auto;
	border:0px;
}
.images-in-a-line{
	float:left;
	padding:0.5em;
	margin:0.5em;
	border:none;
	display:inline;
	position:relative;
	vertical-align:bottom;
}
.menu-images{
	float:left;
	padding:0.5em;
	margin:0.5em;
	border:none;
	display:inline;
	position:relative;
	vertical-align:bottom;
}
	
/*layout*/
.html{
	margin:0px;
	padding:0px;
	background-color: #8fca16;	
}
body {
	color: #000000;
	font-size:small;
	font-family:Arial, Helvetica, sans-serif;
    background-image: url(/images/design/background.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #8fca16;
}
/*#gfx {
	display: block;
	height: 240px;
	background-color: #00c6c5;
}*/

/*.gfx  a span 
{
margin-left:5px;
padding-left:40px;
font-size:3.4em;
line-height:180px;

}*/

/* header */
.header {
	font: bold 2.6em Arial;
	line-height: 3em;
	background-color: #00c6c5;
	height:125px;
}
#flashcontent{
	margin: 0;
	padding: 0;
	font-weight:bold;
	height:100px;
	display: block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background-color: #00c6c5;
	
};

.main {
	/*border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF;*/ 
	margin:auto; 
	text-align: justify;
	width:886px;
	min-width: 750px; 
}
.container {
	background-color:#8FCA16;
	margin:auto;
	width:886px;
}


/* content */

a:link{
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FFCC00;
	font-weight: bold;
	text-decoration: underline;
}
a:active{
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #000066;
	font-weight: bold;
	text-decoration: underline;
}
#content {
	border-top: 1px solid #E5E5E5;
	clear: both;
	background-color: #FFFFFF;
	padding:0.5em;
	text-align:justify
		
}


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}

.post .subhead{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-transform: lowercase;
	text-align:left;
}		
/* footer */
#footer {
	padding: 5px;
	background-color: #8FCA16;
	color: #FFFFFF;
} 

#footimages{
	width:100%;
	padding:1em;
	margin:2em;
	float:none;
}
#bottomnav{
	float:none;
	position:absolute;
	text-align:center;
	clear:both;
	padding:1em;
	margin-top:4em;
}	

/*post stylng*/
.item{margin:0 0 25px 0;}

.item .info{
padding:2px 3px 3px 8px;

background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background: #f5f5f5;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f5f5f5;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f5f5f5;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f5f5f5;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

/*general*/
.nodisplay{
	display:none;
}
.linklove{
	display:none;
}
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
	position: absolute;
	position: absolute;
	position: absolute;
	position: relative;
	position: absolute;
 }
 
.clearfix{display:inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/*pretty stuff*/


.boxsize{
	width: 80%;
	height: auto;
}
#search{
	float:right;
	width:auto;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
}
#search .input{
	width: 160px;
	margin-right:0.5em;
	border:2px solid #dbdddf;
	font-size:small;
	color:#555555;
	background-color: #ffffff;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	float:left;
}
#search .button{
	width:30px;
	height:30px;
	padding: 0.5em;
	border: 1px inset #000000;
}
.linklove{
	display: none;
}
.h1{
	color: #000000;
	font-size: small;
}
#search{
	float:right;
	width:auto;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0;
	margin-left: 0;
	vertical-align:top;
}
#search .button{
	color: #000000;
	background-color: #FFFFFF;
	margin: 1px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
	font-size: small;
}
#search .imput{
	color: #000000;
	background-color: #FFFFFF;
	border: 1px inset #000000;
	height:auto;
}


/*nav*/
#suckerfishnav {
	font-size:small;
	font-weight:bold;
	color: #FFFFFF;
	/*color: #FFFFFF;*/
	/*background-color: #00c6c5;*/
}

#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0 0 1px 0;
	width:100%;
	color: #FFFFFF;
	/*background-color: #00c6c5;*/
}

#suckerfishnav a {
	display:block;
	color:#306a66;
	text-decoration:none;
	padding:0px 10px;
}

#suckerfishnav li {
	float:left;
	padding:0px;
}

#suckerfishnav li ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:150px;
	font-weight:normal;
	margin:0;
	line-height:1;
}

#suckerfishnav li li {
	padding-right:1px;
	width:150px;
}

#suckerfishnav li li a {
	padding:4px 10px
}

#suckerfishnav li ul li {
	font-weight:bold
}

#suckerfishnav li ul li a {
font-size:12px;
	color:#FFFFFF
}

#suckerfishnav li:hover ul li a {
	color:#306a66
}

#suckerfishnav li ul ul {
	margin:-21px 0 0 151px
}

#suckerfishnav li ul li:hover {
	background-color: #8FCA16;
}

#suckerfishnav li ul li:hover a {
	color:#FFFFFF
}

#suckerfishnav li ul li:hover li a {
	color:#FFFFFF
}

#suckerfishnav li ul li li:hover a {
	color:#FFFFFF
}

#suckerfishnav li ul li ul li:hover ul li a {
	color:#FFFFFF
}

#suckerfishnav li ul li ul li:hover ul li:hover a {
	color:#FFFFFF
}

#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul {
	left:-999em
}

#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul {
	left:auto;
	background-color: #86dddf;
}

#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	/*background-color: #8FCA16;*/
	background-color: #31b7ba;
}

#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
	color:#FFFFFF
}




/* --- Design --- */


/* --- Footer --- */
TABLE.footernav {
}

TD.footernavheader {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px; 
  font-weight: bold;
  text-align:left;
  color: #000000; 
  padding-top:7px;
  padding-bottom:7px;
}

TD.footernav {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px; 
  font-weight: normal;
  text-align:left;
  color: #000000; 
}

.footernav a {
  font-family: Arial, Verdana, sans-serif; 
  font-size: 11px; 
  color: #000000; 
  hover: #F1000F;
  visited: #464646 no decoration;
  link: #000000 no decoration;
  text-decoration: none;
  font-weight: normal;
}



TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #ffffff;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

HR.headerNavigation { 
  color: #86dddf;
  background-color: #86dddf;
  height: 1px;
  border: 0;
}

A.headerMainNav { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006a66; 
  text-decoration: none;
}

A:hover.headerMainNav { 
  color: #cc0033; 
  text-decoration: none;
}

A.headerMainNavSelected { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #cc0033; 
  text-decoration: none;
}

A:hover.headerMainNavSelected { 
  color: #cc0033; 
  text-decoration: none;
}

A.headerSubNav { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #006a66; 
  text-decoration: none;
}

A:hover.headerSubNav { 
  color: #cc0033; 
  text-decoration: none;
}

A.headerSubNavSelected { 
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #cc0033; 
  text-decoration: none;
}

.subhead a,span.pgee-read-more a,div.navigation a { font-size: 24px; color: #006A66; text-transform: capitalize; text-decoration: none; border-bottom: 2px solid #8FCA16;}

p.postmetadata { color: #006A66; font-weight: bold; background-color: #86DDDF; padding: 5px; border: 1px solid #006A66;}

.subhead a:hover,p.postmetadata a:hover,span.pgee-read-more a:hover,div.navigation a:hover, div#sidebar ul li a:hover { color: #CC0033;}

div.post { width: 575px; margin-left: 10px; /* border: 5px #8FCA16 solid;  */padding: 5px;}

div.post img{ border: 2px solid #8FCA16; margin-bottom: 15px;}

span.pgee-read-more,div.navigation { display: block;  padding: 10px 0; text-align: center;}
span.pgee-read-more a,div.navigation a {font-size: 18px; }

div#sidebar { float: right; text-align: left; width: 185px; margin-right: 20px; background-color:  #86DDDF; margin-top: 25px; border: 2px solid #006A66;margin-left: 0; padding: 0 20px;}
#sidebar ul li a { text-decoration: none;}
#sidebar ul li a:hover { text-decoration: underline;}
#sidebar ul li { list-style-type: none; list-style-position: outside; margin-left: 0; padding-bottom: 4px;}
#sidebar ul { margin-left: 0; padding-left: 0;}

p.sidesubhead { color: #006A66; font-size: 16px;  font-weight: bold; padding-right: 20px; text-transform: capitalize; margin-top: 10px;}