/*  
Theme Name: habranthus
Theme URI: http://www.law-blog.de/themes/law-blog
Description: law-blog.de Wordpress Theme.
Version: 0.66 experimental German
Author: Kzenon
Author URI: http://www.layers-of-stability.com/

ATTENTION!
The CSS instructions for the Header graphix are
in header.php. This is necessary to handle the different URLs
of your installation/the template folder.

This Style is based on:

- alistapart.com in the general design philosophy, the open space (they do rule, read them!)
- Kubrick's default template Kubrick v1.3.0-rc1  for  WordPress 1.3 binarybonsai.com/kubrick/ (he is king)
- Dieter Muellers Orange Template orangeguru.net (book him!)

Made with EmEditor. Mostly.
*/

/* ------------------------------ Body-Definition */

body 		{
		font-family: verdana, sans-serif; 
		line-height: 1; 
  		padding: 0 0 0 0px;
		margin: 0 0 0 0px;
		color: white; 
		font-size: 11px;
		background:#C5C19B url(/wp-content/themes/habranthus/gfx/bg.jpg) repeat-x;
		}

/* ----------------------------------- Layout */

#main 				{
		float: none; 
  		width: 1025px;
		position:relative;
		top:-40px;
		left:10px;
  		}
		
#wrapper 				{
		float: left; 
		width:695px;
  		margin:0;
		padding:0;
  		}

#content 			{
		width: 480px; 
		float: right;
		padding-left: 10px;
		padding-right: 10px;
        padding-top: 0;
        overflow: hidden;
		border-right:1px dotted #774400;
		border-left:1px dotted #774400;
		}
#content img, #photos img {
	padding: 0px;
	max-width: 100%;
	border: 0px solid #175F5E;
}

#reklame 				{
		float: left; 
		width:185px;
		margin:0;
/*		padding-top: 20px;*/
		padding-right: 0;
/*		border-top:1px dotted #774400;*/
		border-bottom:1px dotted #774400;
  		}

#secondary 			{
		width: 190px;
		padding-left: 10px;
		padding-right: 10px;
                padding-top: 0;
                overflow: hidden;
		float: left;
					}

#sidebar 			{
		width: 160px; 
		float: left;
		padding-left: 10px;
		padding-right: 10px;
                padding-top: 40px;
                overflow: hidden;
		}
			

#footer 		{
		height: 120px;
 		float: left;
 		margin-top: 30px;
		padding-top: 20px;
		padding-bottom: 0px;
		width: 100%;
		background:url(/wp-content/themes/habranthus/gfx/bg-footer.jpg) repeat-x;
		}

/* ---------------------------- Headings */

.title			{
  		font-size: 14px;
		color: white;
		font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		font-weight:bold;
		margin:0;
		padding:5px 20px 5px 10px;
		position:relative;
		top:89px;
		left:0;
		text-transform:uppercase;
		letter-spacing:2px;
		background-color:#B91014;
		display:inline;
		}
		
.title a,			{
		text-decoration: none;
		color: white;
		}

.title a:link		{
		text-decoration: none;
		color: white;
		}
				
.title a:active		{
		text-decoration: none;
		color: white;
		}
				
.title a:visited	{
		text-decoration: none;
		color: white;
		}
.title a:hover	{
		text-decoration: none;
		color: #F7BC6B;
		}
h1				{
       	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
       	color: #5D002D;
		font-size: 12pt;
       	font-weight: bold;
		line-height:120%;
       	letter-spacing: 1px;
       	text-align: left;
		padding-top:35px;
        padding-bottom:20px;
		margin:0;
				}
			
h1 a,			{
        color: #5D002D;
		text-decoration: none;
		}

h1 a:link		{
        color: #5D002D;
		text-decoration: none;
		}
				
h1 a:active		{
        color: #5D002D;
		text-decoration: none;
		}
				
h1 a:visited	{
        color: #5D002D;
		text-decoration: none;
		}

h1 a:hover 		{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}

h2	{
  	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		color: #383641; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 5px;	
	}

h2 a,			{
        color: #3E5303;
		text-decoration: none;
				}

h2 a:link		{
        color: #3E5303;
		text-decoration: none;
		}
				
h2 a:active		{
        color: #3E5303;
		text-decoration: none;
		}
				
h2 a:visited	{
        color: #3E5303;
		text-decoration: none;
		}


h3	{
  	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
		color: #383641; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 5px;	
	}

h3 a,			{
        color: #3E5303;
		text-decoration: none;
				}

h3 a:link		{
        color: #3E5303;
		text-decoration: none;
		}
				
h3 a:active		{
        color: #3E5303;
		text-decoration: none;
		}
				
h3 a:visited	{
        color: #3E5303;
		text-decoration: none;
		}

h4 				{
	font-family: verdana, arial, sans-serif;
	padding-top: 20px;
        font-size: 11px;
        letter-spacing: 1px;
        color: white;
        text-align:left;
		font-weight:normal;
				}

h5 				{
		font-family: verdana, arial, sans-serif;
		font-size: 11px;
		padding-top:4px;
		padding-bottom:4px;
                color: #3E5303;
                text-align:left;
		text-transform: uppercase;
                letter-spacing: 2px;
				}


h5 a,			{
        color: #3E5303;


		text-decoration: none;
		}

h5 a:link		{
        color: #3E5303;
		text-decoration: none;
		}
				
h5 a:active		{
        color: #3E5303;
		text-decoration: none;
		}
				
h5 a:visited	{
        color: #3E5303;
		text-decoration: none;
		}

h5 a:hover 	{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
	}


/* ---------------------------- Mainly Main */


blockquote		{
		padding-top:0px;
		margin-left:10px;
		padding-left: 35px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-image:url(./gfx/quote.gif);
		background-position: 0px 0px;
		background-repeat:no-repeat;
		}

.beispiel	{
		padding-top:10px;
		margin-left:10px;
		padding-left: 15px;
		margin-bottom:10px;
		font-family: verdana, arial, sans-serif;
		font-style: italic;
		background-position: 0px 15px;
		}

li				{
		list-style-type: square; 
		margin-left: 7px;
        padding-left: 10;
		font-weight: normal;
        margin-top: 0; 
        margin-bottom:2px;
				}
ul              {
		margin-left: 7px;
        padding-left: 0;
        list-style-position:outside;
        margin-top: 0; 
        margin-bottom:0;
                }

.post h1				{
       	font-family: "Trebuchet MS",Verdana, Arial, Helvetica;
       	color: #5D002D;
		font-size: 12pt;
       	font-weight: bold;
		line-height:120%;
       	letter-spacing: 1px;
       	text-align: left;
		padding-top:15px;
        padding-bottom:20px;
		margin:0;
		}


.postmeta	{
		font-family: verdana, arial, sans-serif;
		color: #383641; 
		font-size: 11px;
        text-align:left;
		line-height:180%;
		padding-bottom:5px;
		padding-top:2px;
		border-bottom:1px dotted #774400;
		border-top:1px dotted #774400;
		text-transform: lowercase;
		}

.postmeta a,	{
        color: #3E5303;
		text-decoration: none;
		}
				
.postmeta a:link {
        color: #3E5303;
		text-decoration: none;
		}
				
.postmeta a:visited {
        color: #3E5303;
		text-decoration: none;
		}
				
.postmeta a:active {
        color: #3E5303;
		text-decoration: none;
		}

.postmeta a:hover
		{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}
		
.paging	{
		font-family: verdana, arial, sans-serif;
		color: #383641; 
		font-size: 11px;
        text-align:right;
		line-height:180%;
		padding-bottom:5px;
		padding-top:2px;
		text-transform: lowercase;
		}

.paging a,	{
        color: #3E5303;
		text-decoration: none;
		}
				
.paging a:link {
        color: #3E5303;
		text-decoration: none;
		}
				
.paging a:visited {
        color: #3E5303;
		text-decoration: none;
		}
				
.paging a:active {
        color: #3E5303;
		text-decoration: none;
		}

.paging a:hover
		{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}
		

.text 			{
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
		color: #383641; 
		font-size: 13px;
    	text-align:left;
		line-height:150%;
		font-weight:normal;
		padding-top:0;
		padding-bottom:0;
		}
.text p			{
		padding-top:0;
		padding-bottom:10px;
		margin:0;
		}
.form			{
		padding-top:-50px;
		}

.text a, 		{
    	color: #3E5303;
		text-decoration: underline;
		}

.text a:link 	{
    	color: #3E5303;
		text-decoration: underline;
		}
				
.text a:visited	{
    	color: #3E5303;
		text-decoration: underline;
		}

.text a:hover 	{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}
.uebersicht 	{
        padding-top:20px;
		}
.text li 	{
        margin-bottom:8px;
		}

/* --------------------- liste pflanzen�bersicht */
.liste 	{
        padding-bottom:20px;
		}
.liste ul li	{
        display:inline;
		list-style-type:none;
		margin:0;
		padding:0;
		white-space: nowrap;
		}

.liste a		{
    	color: #3E5303;
		text-decoration: none;
		padding:0 10px 0 5px;
		text-transform:uppercase;
		font-weight:bold;
		border-right:1px solid #3E5303;
		}

.liste a:link 	{
    	color: #3E5303;
		text-decoration: none;
		}
				
.liste a:visited	{
    	color: #3E5303;
		text-decoration: none;
		}

.liste a:hover 	{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}

/* --------------------- Mostly Sidebar */


.sidehead		{
		font-family: verdana, arial, sans-serif;
		color: #B91014; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 20px;
		border-top:1px dotted #774400;
		}
.reklameleft
{
		padding-top: 10px;
		}

.sidetext 		{
		font-family: verdana, arial, sans-serif;
		text-transform:lowercase;
		color: white; 
		font-size: 11px;
        text-align:left;
		line-height:160%;
		font-weight:normal;
		padding-top:10px;
		padding-bottom:5px;
				}

.sidetext a, 	{
        color: #3E5303;
		text-decoration: none;
		}
				
.sidetext a:link 	{
        color: #3E5303;
		text-decoration: none;
		}
				
.sidetext a:active 	{
        color: #3E5303;
		text-decoration: none;
		}
				
.sidetext a:visited 	{
        color: #3E5303;
		text-decoration: none;
		}


.sidetext a:hover 
		{
        color: #fff; 
		background: #3E5303; 
		text-decoration: none;
		}
.sidetext a img 
		{
        border:none;
		}

/* --------------------- Footercontent */

.footertext 		{
		font-family: verdana, arial, sans-serif;
		color: white; 
		font-size: 11px;
        text-align: left;
		line-height:150%;
		font-weight: normal;
		padding-top: 15px;
		padding-bottom:20px;
		padding-left:30px;
		text-transform:lowercase;
		}
.footertext li				{
		list-style-type: square; 
		margin-left: 7px;
        padding-left: 10;
		font-weight: normal;
        margin-top: 0; 
        margin-bottom:2px;
		display:inline;
				}
.footertext ul              {
		margin-left: 7px;
        padding-left: 0;
        list-style-position:outside;
        margin-top: 0; 
        margin-bottom:0;
                }

.footertext a, 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:link 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:active 	{
        color: yellow;
		text-decoration: none;
		line-height:180%;
		}
				
.footertext a:visited 	{
        color: yellow;
		text-decoration: none;

		line-height:180%;
		}

.footertext a:hover 
	{
        color: white; 
		background: black; 
		text-decoration: none;
		}




/* Begin Comments*/


#comment  { 
color: gray;
background-color: none; 
text-align: left; 


border-top: 2px dotted gray
}





.commentshead { 
color: black; 
font-size: x-large;
font-family: Georgia, Times, Times New Roman, serif; 
font-weight: bold; 
line-height: 140%; 
text-align: left 

margin-top: 50px;
}




.commentstext   { 
color: black; 

font-size: small; 

font-family: Georgia, Times, Times New Roman, serif; 
font-weight: normal; 
line-height: 160%; 
text-align: left 
margin-top: 5px;
margin-bottom: 50px;
}


.commentsmetadata { 
color: grey; 
font-size: x-small; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal; 

line-height: 140%; 
}



#commentform input {
	width: 300px;
	color: grey;
	font-size: small; 
font-family: verdana, arial, sans-serif; 
	padding: 2px 2px 2px 2px;
	margin: 2px 0px 2px 0px;
	text-align: left; 
	}

#commentform textarea {
	width: 300px;
	color: grey;
	padding: 2px 2px 2px 2px; 
        font-size: small; 
        font-family: verdana, arial, sans-serif;
	}

#commentform #submit {
	margin: 0px;
		text-align: left; 
			color: black;
	float: center;
	}




.nocomments {
	text-align: right;
	margin: 0;
	padding: 0;
	}


/* End Comments */

/* header */
#headimg		{
		background:url(/wp-content/themes/habranthus/gfx/header.jpg) no-repeat;
		padding:0;
		margin:0;
		}
#header		{
		height: 250px;
		width: 70%;
		position:relative;
		top:40px;
		left:0px;
		border:0px solid white;
		}

#navbar 		{
		text-align: right;
		overflow: hidden; 
		position:relative;
		top:50px;
		left:0;
		width:725px;
		}


#navbar a:hover		{
		color: #FBFAF4;
  		background: #5a6930;
		}
		
#navbar input		{
		font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Lucida, Helvetica, sans-serif;
		letter-spacing:1px;
		font-weight:bold;
		color: #774400;
  		background: #ADB3C0;
		border-left:2px solid #ADB3C0;
		border-top:2px solid #ADB3C0;
		border-right:2px solid #ADB3C0;
		border-bottom:2px solid #ADB3C0;
		font-size:11px;
		padding:2px;
		}
#navbar input submit		{
		height:20px;
		}
#navbar input text		{
		height:20px;
		}

/* hauptnavi oben */
#menue {
	position:relative;
	left:206px;
	top:-92px;
	width:750px;
	float:left;
	}
#menue ul li {
	display: inline;
	padding: 0;
	margin: 0;
	list-style-type: none;
	white-space: nowrap;
	}
	
#menue a {
	margin:0;
	padding-right:15px;
	color:white;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 2px;
	}
	
#menue a:hover{
	color:#F28E00;
	}
#suche {
	float:left;
	}
.level1 {
	margin:0;
	padding:0;
	}
.linkcat h2		{
		font-family: verdana, arial, sans-serif;
		color: black; 
		text-transform: uppercase;
        letter-spacing: 1px;
		font-weight:normal;
		font-size: 11px;
		line-height:150%;
        text-align: left;
		padding-top: 20px;
		border-top:1px dotted #774400;
		list-style-type:none;
		}
.linkcat li		{
		list-style-type:none;
		}
.blogroll li		{
		list-style-type:none;
		}
.xoxo		{
		margin-top: -5px;
		margin-bottom:10px;
		margin-left:-5px;
		padding:0;
		}
/* cforms */

/*                                                    */

/*  main 'top-level' form elements                    */

/*                                                    */

@import "calendar.css";



.cform { 

	margin:0; 

	width: 470px; 

}



.cform fieldset	{ 

	margin-top:10px; 

	padding:5px 0 5px 0; 

	border:none;

}



.cform .cf_hidden {

	display:none; 

	border:none!important;

	background:none!important;

	padding:0!important;

	margin:0!important;

}



.cform legend { 

	margin:0;

	padding:0; 

	font:normal 18px Helvetica; 

	color: #aaa;

	letter-spacing:3px;

}



ol.cf-ol { 

	margin:0!important; 

	padding:15px 0 0 0!important; 

	border-top:1px solid #f2f2f2;

}

ol.cf-ol li	{

	background:none!important; 

	margin:5px 0!important; /*some themes may interfere otherwise*/

	padding:0; 

	list-style:none!important; 

	text-align:left;

	line-height:1.1em;

}





/*                                                    */

/* just for text-only fields (no input)               */

/*                                                    */



ol.cf-ol li.textonly {

	color:black;

	font-size:1em;

	letter-spacing:2px;

	margin:12px 0pt !important;

	padding:0pt 0pt 0pt 100px;

}





/*                                                    */

/* global definitions for field labels                */

/*                                                    */



.cform label {

	width:90px; 

	margin:4px 10px 0 0; 

	display:-moz-inline-box; /*for mozilla*/

	display:inline-block; /*for Opera & IE*/

	text-align:left;

	vertical-align:top;

	color: black;

	font:0.9em Trebuchet MS,sans-serif;

}

.cform label span {

	width:90px; /* must be the same as above!*/

	display:block; 

}



label.cf-before {

	margin:4px 10px 0 0; 

}



label.cf-after 	{

	margin:4px 2px 0pt 6px;

	text-align:left;

	width:75px;

}



laA?]??????????bel.cf-after span {

	width:75px;

	display:block;

}



label.cf-group-after {

	margin:4px 0 0 2px;

	width:60px;

	text-align:left;

}

label.cf-group-after span {

	width:60px;

	display:block;

}



/*                                                    */

/*   FORM FIELDS general formatting                   */

/*                                                    */



.cform input,

.cform textarea,

.cform select { 

	padding:3px;

	border:1px solid black; 

	font:0.9em Trebuchet MS,sans-serif;

	color:black;

	background:white;

	vertical-align:top;

}

.cform input:hover,

.cform textarea:hover,

.cform select:hover	{

	border: 1px solid black;

	background:white; 

}



.cform input:focus,

.cform textarea:focus,

.cform select:focus	{ 

	color:black;

	background:white; 

}



.cform textarea,

.cform input {

	width:470px; 

}

.cform select {

	width:306px; /* attempt to have equal length */

}  



.cform select.cfselectmulti	{ 

	height:7.5em; 

}



.cform textarea {

	font-family: arial;

	font-size: 0.9em;

	overflow:auto;

}



/*                                                    */

/* formatting for text:  "(required)"  & other        */

/*                                                    */



span.reqtxt,

span.emailreqtxt { 

	margin:0px 5px 7px 98px;

	display: block; 

	vertical-align:top;

	color: #aaa;

	font-size:0.7em;

	line-height:1.2em;

}





/*                                                    */

/*   radio button title                               */

/*                                                    */



ol.cf-ol li.cf-box-title {

	color:#888888;

	font-size:1em;

	letter-spacing:2px;

	margin:12px 0pt 0 !important;

	padding:0pt 0pt 0pt 100px;

}



/*                                                    */

/*   check boxes                                      */

/*                 A?]??????????                                   */



input.cf-box-a,

input.cf-box-b 	{ 

	margin:1px 0 0 0; 

	width:16px; 

	height:22px;

	border:none!important;

	background:none!important;

}



input.cf-box-a 	{ 

	margin-left:100px; /* check with label 'width' incl. */

} 





/*                                                    */

/* check box groups                                   */

/*                                                    */



ol.cf-ol li.cf-box-group {

	padding: 0 0 5px 100px; 

} 





/*                                                    */

/*   FORM submit button                               */

/*                                                    */



p.cf-sb {

	margin: 0;

	padding:0pt 3px 0pt 0pt !important;

	text-align:right;

}

.cform input.sendbutton	{ 

	width:100px;  

	padding:2px; 

	margin: 0 0 0 100px;

	font-size:0.8em;

	background:url(../images/button-bg.gif) repeat-x; 

	border:1px solid #adadad!important;

	border-left-color:#ececec!important; 

	border-top-color:#ececec!important;

}



/*                                                    */

/*   FORM FIELDS enhanced error display               */

/*                                                    */

ol.cf-ol li.cf_li_err {

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

	padding:5px 0!important;

	margin:5px 0!important;

}



ol.cf-ol li ul.cf_li_text_err {

	margin:0 0 0 10px;

	padding:0;

	color:#333;

}



ol.cf-ol ul.cf_li_text_err li {

	background:url(icon-alert.png) no-repeat left 1px!important;

	list-style:none!important;

	font-weight:bold;

	text-indent:0;

	margin:0 0 2px!important;

	padding-left:15px;

}

ol.cf-ol ul.cf_li_text_err li:before {

	content:'';

}



/*                                                    */

/* 'visitor verification' related styles   A?]??????????           */


/*                                                    */

label.secq,

label.seccap {

	vertical-align:text-bottom;

	margin-bottom:4px;

}



input.secinput {

	vertical-align:text-bottom;

}



#cforms_captcha6,

#cforms_captcha5,

#cforms_captcha4,

#cforms_captcha3,

#cforms_captcha2,

#cforms_captcha {

	height:15px;

	width:100px;

	padding: 4px 4px;

	margin: 0;

	vertical-align:text-bottom;

}



img.captcha	{

	vertical-align:text-bottom;

	margin:0 0 0 10px!important;

	padding:0!important;

	border:none!important;

	float:none!important;

}



img.captcha-reset {

	vertical-align:text-bottom;

	background:	url(captcha_reset_white.gif) no-repeat;

	margin:0 0 2px 3px;

	width:21px;

	height:21px;

	border:none;

}



img.imgcalendar {

	border:none;

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



div.cf_info {

	color:#333;

	display:none;

	padding:10px 15px!important;

	width:380px;

	line-height:1.3em;

	margin:10px auto;

}

div.cf_info ol {

	margin:0;

	padding:5px 15px 0 30px;

}

div.cf_info ol li {

	padding:1px 0;

	margin:2px 0;

}

div.cf_info a	{

	color:red!important;

	text-decoration:underline!important;

}

div.success {

	background:#F9F9F9 none repeat scroll 0%;

	color:#AAAAAA;

	display:block;

}

div.failure {

	display:block;

	background:#FFDFDF url(li-err-bg.png) repeat!important;

	border-color:#DF7D7D;

	border-style:solid;

	border-width:1px 0pt;

}



/*                                                    */

/*   formatting for invalid user inputs               */

/*                                                    */

.cform .cf_error { 

	color:red; 

	border:1px solid #FF0000; 

}

div.mailerr {

	display:block;

}

.mailerr,

.cform .cA?]??????????f_errortxt {

	color:red; 

}



/*                                                    */

/* change formatting of response msgs here            */

/*                                                    */



p.cf_info 		{

	margin:10px 0;

	text-align:center;

}

p.success 	{

	color:green;

}

p.failure 	{

	color:red;

}



/*                                                    */

/* disabled fields [disabled] does not work on IE!    */

/*                                                    */



[disabled] {

	color:#dddddd;

	border-color:#dddddd!important;

	background:none!important;

}

.disabled {

	border-color:#dddddd!important;

}



/*                                                    */

/* upload box styling                                 */

/*                                                    */



.cform input.cf_upload  {

	width:220px;

	background: #f9f9f9;

	border:1px solid #888888;

}



/*                                                    */

/*  Other: link love                                  */

/*                                                    */

.linklove {

	margin:6px auto 10px !important;

	padding:0pt 6px 0pt 0pt !important;

	text-align:right;

	width:410px;

}

.linklove a,

.linklove a:visited {

	font-size: 0.8em;

	font-family: Tahoma;

	color:#aaaaaa!important;

}





/*                                                    */

/*  Other: browser hacks                              */

/*                                                    */

*+html ol.cf-ol,

*+html ol.cf-ol li	{

	display: inline-block;  /*for ie7*/

}

* html ol.cf-ol,

* html ol.cf-ol li,

* html span.reqtxt,

* html span.emailreqtxt { 

	display: inline-block;

}

* html .cform legend { 

	position:absolute; 

	left: -8px; 

	top:0;

	margin-left:0;

}

*+html .cform legend { 

	position:absolute; 

	left: -8px;

	top:0;

	margin-leftA?]??????????:0;

}

* html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

*+html .cform fieldset {

	position: relative;

	margin-top:15px;

	padding-top:25px; 

}

* html img.captcha	{

	margin-bottom:1px!important;

}

*+html img.captcha	{

	margin-bottom:1px!important;

}

/* wp-pagenavi */

.wp-pagenavi {
	margin:0;
	padding-top:10px;	
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	padding: 1px 1px 1px 3px; 
	margin: 1px;
	text-decoration: none;
	font-size:12px;
	color: #608411;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	

	color: white;
	background-color: #608411;
}
.wp-pagenavi span.pages {
	padding: 1px 1px 1px 3px; 
	margin: 1px 1px 1px 1px;
	color: #000000;
	font-size:12px;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 1px 1px 1px 3px; 
	margin: 1px;
	font-weight: bold;
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 1px 1px 1px 3px; 
	margin: 1px;	
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
/* The End */
