/*
Theme Name: Hunecker 2
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. Die deutsche Bearbeitung erfolgte durch <a href="http://wordpress-deutschland.org/">WordPress-Deutschland.org</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* @group General */

* {
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #615b49;
}


html {
	background:#990000;
}

body {
	
	margin: 0px;
}

img {
    border: none;
}


.clear {
	clear: both;
}

.small, a.small {
	font-size: 10px;
	color: #829c66;
}

a.small_white, .small_white {
	font-size: 10px;
	color: #fff;
}

.small_lightgrey {
	font-size: 10px;
	color: #999;
}

.small_lightgreen {
	font-size: 10px;
	color: #97B476;
}

a.biglink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.biglink:hover {
	text-decoration: underline;
}

a.block {
	display: inline-block;
	padding: 3px 5px;
}

a.block:hover {
	background-color: #5f724b;
}

a.no_underline {
	text-decoration: none;
}

a.no_underline:hover {
	text-decoration: underline;
}

.ar {
	text-align:right;
}

.al {
	text-align:left;
}

.ac {
	text-align:center;
}



/* @end */

/* @group Layout */

div.content {
	background: #fff;
}

div.page {
	width: 960px;
	margin: 0px auto;
	padding: 0 0 60px 0;
}

div.smallpage {
	width: 660px;
	margin: 0px auto;
}

.column_left {
	float: left;
	margin: 0 10px 0 0;
	width: 400px;
	min-height: 150px;
}

.column_right {
	float: left;
	margin: 0 0 0 10px;
	width: 400px;
	min-height: 150px;
}

.even {
	width:470px;

}

div.evenbox_de {
  padding: 0 0 20px 0;
  background: url(images/bg_evenbox_de.png) no-repeat bottom left;
}


div.evenbox_en {
  padding: 0 0 20px 0;
  background: url(images/bg_evenbox_en.png) no-repeat bottom left;
}

div.evenbox_plain {
  padding: 0 0 20px 0;
  background: url(images/bg_evenbox_plain.png) no-repeat bottom left;
}



div.page_description {
	
}

div.page_description h1, div.page_description h1 a {
	font-size: 18px;
	font-weight: bold;
}

div.description_intro {
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	margin: 0 0 10px 0;
}

div.page_description .description {
	width: 600px;
}


a.subscribelink, a.subscribelink a:visited {
	display: block;
	width: 400px;
	height: 44px;
	line-height: 44px;
	margin: 0px auto;
	text-align: center;
	background: url(images/bg_button_white400.png);
	text-decoration: none;
}

#language_switcher {
	width:98%;
	text-align:right;
}

div.function_bar {
	background:url(images/bg_functionbar.png) no-repeat top left;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
}

div.function_bar_inner {
	background:url(images/bg_functionbar.png) no-repeat top right;
	padding: 0 10px 0 0;
	height: 31px;
}

div.function_bar_inner a {
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	line-height: 31px;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
    background:url(images/bg_functionbar_link.png) repeat-x;
}

div.function_bar_inner a:hover {
    background-position: 0 -50px;
    text-decoration: underline;
}


/* @end */




/* @group Header */


div.header {
	border-top: 1px solid #20241c;
	margin: 0 0 0 0;
	background:#990000 url(images/bg_footer.gif) no-repeat top center;
}

.header div.inner {
	width: 960px;
	margin: 0px auto;
}

.header_bottom{
	background:#990000 url(images/bg_header_bottom.gif) repeat-x bottom;
}

.header div.inner ul {
	list-style: none;
}

.menu a {
	float: left;
	display: block;
    width: 130px;
    margin: 10px 5px 0 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 23px;
}



.menu a:hover {
	color: #fff;
	background:url(images/bg_menu.gif);
}


/* @end */

/* @group Footer */

div.footer {
	background:#990000 url(images/bg_footer.gif) no-repeat top center;
    height: 50px;
	border-top:  1px solid #000;
	padding: 10px 0 50px 0;
	text-align: center;
	font-size: 10px;
	color:#fff;
}

.footer ul {
	float: left;
	width: 190px;
	margin: 0 10px 30px 0;
	list-style: none;
}

.footer ul li {
	margin: 0px;
	padding: 0px;
}

.footer ul li a:link, .footer ul li a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 0px;
	width: 100%;
	display: block;
}



/* @end */


/* @group Home */

#home_column_left {
	width: 330px;
}

#home_column_right {
	width: 330px;
}

h1.home {
	font-size: 18px;
}

a.company_cloud {
	white-space: nowrap;
	padding: 0 5px;
}

.evenbox h2, .evenbox_plain h2 {
	font-size: 18px;
	line-height: 180%;
    background: url(images/bg_evenbox_top.png) no-repeat top left;
	padding: 15px 20px 0px 20px;
}

.evenbox_white h2 {
	font-size: 18px;
	background: transparent;
	line-height: 180%;
	padding: 15px 20px 0px 20px;
}

div.evenbox_content {
	padding: 0 20px 0 20px;
}

#home_newquestions div.item {
	margin: 0 0 10px 0;
}

.request_company {
	margin: 0 0 0 30px;
	font-style:italic;
	font-size:12px;	
}

.request_company a {
	font-style:italic;
	font-size:12px;	
	color: #888;
}

.item {
	margin: 0 0 10px 0;
}

.requestlisting a {
	display: block;
	padding: 0 25px 0 30px;
}

.requestlisting a.question {
	background: url(images/icons/question.gif) no-repeat;
}

.requestlisting a.hint {
	background: url(images/icons/hint.gif) no-repeat;
}

.lighter {
	color: #888;
}

.verylight {
	color: #aaa;
}

/* @end */




/* @group sidebar */

.sidebar {
	width:200px;
	margin:10px 0 0 20px;
	float:left;
}

.sidebar h4 {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #a3c380;
	font-size: 12px;
	color:#777;
	margin: 0 0 10px 0;
	word-spacing: 2px;
}

.sidebar p, .sidebar p ul li {
	font-size: 12px;
	color: #777;
	margin: 0 0 50px 0;
}


a.sidebarlink, a.sidebarlink:visited  {
	text-decoration: none;
	font-weight: bold;
	color: #62754d;
	display: block;
	padding: 3px 0 3px 0;
}

a.sidebarlink:hover  {
	text-decoration: underline;
}

a.sidebarlink:before {
content:"» ";
font-size:1.2em;
}

.twitter_time {
	color:#bbb;
    margin-bottom: 5px;;
	
}

/* @end */

/* @group Searchbox */

#searchbox {
	height:90px;
	width:700px;
	margin:0 0 20px 150px;
	padding:10px 0 0 0; 
	background:url(images/bg_box_search.png) no-repeat;
}

.searchbox_inner {
	width:90%;
	margin:0px auto;
	color:white;
}

.searchbox_inner * {
	color:white;
}

/* @end */

/* @group Boxes */

a.more_link {
	display: block;
	width: 100%;
	height: 35px;
	bottom:  0px;
	right: 5px;
}

a.more_link_de {
	background: url(images/more_de.gif) no-repeat right bottom;
}

a.more_link_en {
	background: url(images/more_en.gif) no-repeat right bottom;
}

/* @group Box Requestinfo
 */

.box_requestinfo {
	padding:0 4px 0 0;
	background:#f0f0f0 url(images/bg_box_requestinfo_border.png) 100% 0 repeat-y;
	position: relative;
}

.bi_requestinfo {
	padding:0 0 0 4px;
	background:#f0f0f0 url(images/bg_box_requestinfo_border.png) 0 0 repeat-y;
}

.bt_requestinfo {
	height:10px;
	margin:0 -4px;
	background:url(images/bg_box_requestinfo.png) 100% 0 no-repeat;
}

.bt_requestinfo div {
	width:18px;
	height:10px;
	background:url(images/bg_box_requestinfo.png) 0 0 no-repeat;
}

.bb_requestinfo {
	height:65px;
	margin:-60px -4px 10px -4px;
	background:url(images/bg_box_requestinfo.png) 100% 100% no-repeat;
}


.bb_requestinfo div {
	width:18px;
	height:65px;
	background:url(images/bg_box_requestinfo.png) 0 100% no-repeat;
}


/* content container for box */
.boxcontent_requestinfo {
  margin: 0 0 0 0;
  background: #aac091;
  text-align: center;
  color: white;
  font-size: 10px;
}


/* @end */

/* @group Box AnswerOfficial Bubble
 */

.box_answerofficial_bubble {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_answerofficial_bubble_border.png) 100% 0 repeat-y;
	position: relative;
}

.bi_answerofficial_bubble {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_answerofficial_bubble_border.png) 0 0 repeat-y;
}

.bt_answerofficial_bubble {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_answerofficial_bubble.png) 100% 0 no-repeat;
}

.bt_answerofficial_bubble div {
	width:18px;
	height:17px;
	background:url(images/bg_answerofficial_bubble.png) 0 0 no-repeat;
}

.bb_answerofficial_bubble {
	height:45px;
	margin:0 -12px;
	background:url(images/bg_answerofficial_bubble.png) 100% 100% no-repeat;
}


.bb_answerofficial_bubble div {
	width:18px;
	height:45px;
	background:url(images/bg_answerofficial_bubble.png) 0 100% no-repeat;
}

.box_answerofficial_bubble h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#fff;
}


/* content container for box */
.boxcontent_answerofficial_bubble {
  margin-top: -14px;
  background: #f5f8f2;
}


/* @end */

/* @group Box Answer Bubble
 */

.box_answer_bubble {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_answer_bubble_border.png) 100% 0 repeat-y;
	position: relative;
}

.bi_answer_bubble {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_answer_bubble_border.png) 0 0 repeat-y;
}

.bt_answer_bubble {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_answer_bubble.png) 100% 0 no-repeat;
}

.bt_answer_bubble div {
	width:18px;
	height:17px;
	background:url(images/bg_answer_bubble.png) 0 0 no-repeat;
}

.bb_answer_bubble {
	height:45px;
	margin:0 -12px;
	background:url(images/bg_answer_bubble.png) 100% 100% no-repeat;
}


.bb_answer_bubble div {
	width:18px;
	height:45px;
	background:url(images/bg_answer_bubble.png) 0 100% no-repeat;
}

.box_answer_bubble h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#fff;
}


/* content container for box */
.boxcontent_answer_bubble {
  margin-top: -14px;
  background: #f5f8f2;
}


/* @end */

/* @group Box Bubble
 */

.box_bubble {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_bubble_border.png) 100% 0 repeat-y;
	position: relative;
}

.bi_bubble {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_bubble_border.png) 0 0 repeat-y;
}

.bt_bubble {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_bubble.png) 100% 0 no-repeat;
}

.bt_bubble div {
	width:18px;
	height:17px;
	background:url(images/bg_bubble.png) 0 0 no-repeat;
}

.bb_bubble {
	height:75px;
	margin:-60px -12px 10px -12px;
	background:url(images/bg_bubble.png) 100% 100% no-repeat;
}


.bb_bubble div {
	width:18px;
	height:75px;
	background:url(images/bg_bubble.png) 0 100% no-repeat;
}

.box_bubble h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#fff;
}


/* content container for box */
.boxcontent_bubble {
  margin: 0 0 -30px 0;
  background: #e8eee1;
}


/* @end */

/* @group Box White
 */

.box_white {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_boxborder_white.png) 100% 0 repeat-y;
	position: relative;
}

.bi_white {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_boxborder_white.png) 0 0 repeat-y;
}

.bt_white {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_box_white.png) 100% 0 no-repeat;
}

.bt_white div {
	width:18px;
	height:17px;
	background:url(images/bg_box_white.png) 0 0 no-repeat;
}

.bb_white {
	height:17px;
	margin:10px -12px 10px -12px;
	background:url(images/bg_box_white.png) 100% 100% no-repeat;
}


.bb_white div {
	width:18px;
	height:17px;
	background:url(images/bg_box_white.png) 0 100% no-repeat;
}

.box_white h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#fff;
}

.box_white h3 {
	font-size: 14px;
	margin:0 0 10px 0;
	background:#fff;
}


/* content container for box */
.boxcontent_white {
  margin: 0 0 -10px 0;
  background: #fff;
}


/* more link on bottom right corner */
xxxa.more_link {
	position:absolute; 
	bottom:0px; 
	right:0px;
	display: block;	
	width: 50px;
	height: 50px;
}


/* @end */

/* @group Box LightGrey */
.box_lightgrey {
	padding:0 12px 0 0;
	background:#fafafa url(images/bg_boxborder_lightgrey.png) 100% 0 repeat-y;
	position: relative;
}

.bi_lightgrey {
	padding:0 0 0 12px;
	background:#fafafa url(images/bg_boxborder_lightgrey.png) 0 0 repeat-y;
}

.bt_lightgrey {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_box_lightgrey.png) 100% 0 no-repeat;
}

.bt_lightgrey div {
	width:18px;
	height:17px;
	background:url(images/bg_box_lightgrey.png) 0 0 no-repeat;
}

.bb_lightgrey {
	height:75px;
	margin:-50px -12px 10px -12px;
	background:url(images/bg_box_lightgrey.png) 100% 100% no-repeat;
}

.bb_lightgrey div {
	width:18px;
	height:75px;
	background:url(images/bg_box_lightgrey.png) 0 100% no-repeat;
}

.box_lightgrey h2 {
	color: #7f7754;
	font-size: 18px;
	margin:0 0 10px 0;
	background:#fafafa;
}

.box_lightgrey h3 {
	color: #7f7754;
	font-size: 16px;
	margin:0 0 10px 0;
	background:#fafafa;
}

/* content container for box */
.boxcontent_lightgrey {
  margin: 0 0 -10px 0;
  background: #fafafa;
  color: #7f7754;
}

.boxcontent_lightgrey a, .boxcontent_lightgrey a {
	font-size: 14px;
	text-decoration: none;
	margin:  0 0 10px 0;
	color: #7f7754;
}

.boxcontent_lightgrey a:hover {
	text-decoration: underline;
}


/* @end */

/* @group Box Grey More */
.box_grey_more {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_boxborder.png) 100% 0 repeat-y;
	position: relative;
}

.bi_grey_more {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_boxborder.png) 0 0 repeat-y;
}

.bt_grey_more {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_box_de.png) 100% 0 no-repeat;
}

.bt_grey_more div {
	width:18px;
	height:17px;
	background:url(images/bg_box_de.png) 0 0 no-repeat;
}

.bb_grey_more {
	height:75px;
	margin:-50px -12px 10px -12px;
	background:url(images/bg_box.png) 100% 100% no-repeat;
}

/* bottom border with "more" badge for all supported languages */
.bb_grey_more_de {
	background:url(images/bg_box_de.png) 100% 100% no-repeat;
	margin-top: 0px;
}

.bb_grey_more_en {
	background:url(images/bg_box_en.png) 100% 100% no-repeat;
	margin-top: 0px;
}


.bb_grey_more_it {
	background:url(images/bg_box_it.png) 100% 100% no-repeat;
	margin-top: 0px;
}
/* end */


.bb_grey_more div {
	width:18px;
	height:75px;
	background:url(images/bg_box_de.png) 0 100% no-repeat;
}

.box_grey_more h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#f0f0f0;
}


/* content container for box */
.boxcontent_grey_more {
  margin: 0 0 -10px 0;
  background: #f0f0f0;
}


.boxcontent_grey_more a, .boxcontent_grey_more a {
	font-size: 14px;
	text-decoration: none;
	margin:  0 0 10px 0;
}

.boxcontent_grey_more a:hover {
	text-decoration: underline;
}


/* more link on bottom right corner */
xxxa.more_link {
	position:absolute; 
	bottom:-10px; 
	right:0px;
	display: block;	
	width: 50px;
	height: 50px;
}

/* @end */


/* @group Box Grey */
.box_grey {
	padding:0 12px 0 0;
	background:#f0f0f0 url(images/bg_boxborder.png) 100% 0 repeat-y;
	position: relative;
}

.bi_grey {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_boxborder.png) 0 0 repeat-y;
}

.bt_grey {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_box.png) 100% 0 no-repeat;
}

.bt_grey div {
	width:18px;
	height:17px;
	background:url(images/bg_box_de.png) 0 0 no-repeat;
}

.bb_grey {
	height:18px;
	margin:-10px -12px 10px -12px;
	background:url(images/bg_box.png) 100% 100% no-repeat;
}


.bb_grey div {
	width:18px;
	height:18px;
	background:url(images/bg_box_de.png) 0 100% no-repeat;
}

.box_grey h2 {
	font-size: 18px;
	margin:0 0 10px 0;
	background:#f0f0f0;
}


/* content container for box */
.boxcontent_grey {
  margin: 0 0 -10px 0;
  background: #f0f0f0;
}

.boxcontent_grey a, .boxcontent_grey a {
	font-size: 14px;
	text-decoration: none;
	margin:  0 0 10px 0;
}

.boxcontent_grey a:hover {
	text-decoration: underline;
}




/* @end */

/* @group Box Teaser */
.box_teaser {
	padding:0 12px 0 0;
	background:#87a26f url(images/bg_boxborder_teaser.png) 100% 0 repeat-y;
	position: relative;
}

.bi_teaser {
	padding:0 0 0 12px;
	background:#f0f0f0 url(images/bg_boxborder_teaser.png) 0 0 repeat-y;
}

.bt_teaser {
	height:17px;
	margin:0 -12px;
	background:url(images/bg_box_teaser.png) 100% 0 no-repeat;
}

.bt_teaser div {
	width:18px;
	height:17px;
	background:url(images/bg_box_teaser.png) 0 0 no-repeat;
}

.bb_teaser {
	height:18px;
	margin:-10px -12px 10px -12px;
	background:url(images/bg_box_teaser.png) 100% 100% no-repeat;
}


.bb_teaser div {
	width:18px;
	height:18px;
	background:url(images/bg_box_teaser.png) 0 100% no-repeat;
}

/* content container for box */
.boxcontent_teaser {
  margin: 0 0 -10px 0;
  background: #87a26f;
  color: #fff;
}

.boxcontent_teaser p {
  color: #fff;
}

.boxcontent_teaser h4 {
	color: #fff;
	font-size: 12px;
	margin:0 0 10px 0;
	background:#87a26f;
	border-width: 0px;
}

.boxcontent_teaser a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	margin:  10px 0 10px 0;
	color: #fff;
}

.boxcontent_teaser a:before {
content:"» ";
font-size:1.2em;
}

.boxcontent_teaser a:hover {
	text-decoration: underline;
}


/* @end */

/* @end */

/* @group Product */

#product_header {

}

#product_column_left {
	width: 455px;
}

#product_column_right {
	width: 455px;
}

.claim_badge {
	position: absolute;
	top: -10px;
	right: 20px;
}

#admin_button {
	position: absolute;
	top: -10px;
	right: 20px;
}

/* @end */



/* @group Request */

#requests_flash {
    width:659px;

	padding: 10px;
	margin: 10px 10px 10px 150px;

}

.request {
	float: left;
	width: 760px;
    margin:  0 0 20px 0;
    position: relative;
}

.request_content {
    padding:  0 20px 35px 10px;
	background: url(images/bg_bubble.png) bottom no-repeat;
}

.request_content h3 {
	font-size: 20px;
	text-decoration: none;
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	line-height: 20px;
	width:100%;
}

.request_content h3.question {
	background: url(images/icons/question.gif) no-repeat;
}

.request_content h3.hint {
	background: url(images/icons/hint.gif) no-repeat;
}

.request_content h3 a {
	font-size: 20px;
	text-decoration: none;
}

.request_content h3 a:hover {
	text-decoration: underline;
}



.request_sidebar {
	float: left;
    margin: 0 20px 0 0;
    cursor: pointer;
    width: 80px;
}

.request_sidebar span, .request_sidebar p {
	color: white;
	font-size: 12px;
}

.request_author {
	text-align: right;
	font-style: italic;
	margin: -10px 0 0;
}

div.request_replies {
	clear: both;

}

span.request_replies_size {
	font-size: 14px;
	font-weight: bold;
	background: #aac091;
}


div.rating {
	margin:  5px 0 0 0;
	padding: 5px 0 0 0;
}

div.request_functions {
	
}

div.request_functions a {
	color: #615B49;
	background: url(images/buttons/small2.png)  no-repeat;
	display: block;
	width: 173px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	margin: 0 2px;
	float: left;
}

div.request_functions a:hover {
    background-position: 0 -50px;
}

/* @end */

/* @group Reply */

.reply {
	width: 350px;
	margin:0 0 10px 45px;
}







.reply_author {
	font-style:  italic;
}

/* @end */

/* @group Forms */


.bigfield, input[type='text'].bigfield  {
	padding:5px;
	font-size:16px;
	font-weight: bold;
	color: #222;
	border: 1px solid #777;
    background: url(images/bg_input.png);
    z-index: 10;
}

.editbox input[type='text'], .editbox textarea {
	padding: 5px;
	background: #fefefe;
	border: 1px solid #999;
}


.submit_nice, a.button {
	font-size: 14px;
	font-weight: bold;
	color: #222;
    width:151px;
    height:39px;
    border-style:none;
    background: url(images/buttons/submit2.png);
    text-align: center;
}

a.button {
	display: block;
	line-height: 39px;
	text-decoration: none;
}


a.function_button {
	color: #615B49;
	background: url(images/buttons/small2.png)  no-repeat;
	display: block;
	width: 173px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
	margin: 0 2px;
	float: left;
}

a.function_button:hover {
    background-position: 0 -50px;
}

a.function_button_150 {
	color: #615B49;
	background: url(images/buttons/small150.png)  no-repeat;
	display: inline-block;
	width: 150px;
	font-size: 10px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

a.function_button_150:hover {
    background-position: 0 -50px;
}

a.function_button_200 {
	color: #615B49;
	background: url(images/buttons/small200.png)  no-repeat;
	display: inline-block;
	width: 200px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

a.function_button_200:hover {
    background-position: 0 -50px;
}

a.function_button_300 {
	color: #615B49;
	background: url(images/buttons/small300.png)  no-repeat;
	display: inline-block;
	width: 300px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	text-decoration: none;
}

a.function_button_300:hover {
    background-position: 0 -50px;
}

textarea.code {
	font-family: Courier;
	border:3px dashed #92af73;
	background-color: #f9f9f9;
	padding: 5px;
}


/* @end */


/* @group Listing Table */

table.listing {
	border-collapse: collapse;
}

table.listing td {
	padding:5px;
	border-style: dotted hidden dotted hidden;
	border-width:1px;
	border-color:#ccc;
}

table.listing td a {
	font-weight: bold;
}


/* @end */

/* @group Pagination */

  .pagination {
    padding: 3px;
    margin: 3px;
    text-align: center;
  }
  .pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #829c66;
    text-decoration: none;
    color: #829c66;
  }
  .pagination a:hover, .pagination a:active {
    border: 1px solid #990000;
    color: #990000;
  }
  .pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #990000;
    font-weight: bold;
    background-color: #990000;
    color: #FFF;
  }
  .pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #eee;
    color: #ddd;
  }

/* @end */

/* @group Help */

div.help {
	color:#777;
	font-size:12px;
	padding: 0 0 10px 0;
	margin: -12px 0 0 0;
}

div.help a {
	color:#829C66;
	font-size:11px;
}

/* @end */

/* @group Error Messages */

.errormessage {
	width: 600px;
	padding: 15px 10px 10px 65px;
	color: white;
	font-weight: bold;
	min-height: 25px;
	margin: 0px auto;
	border: 1px solid #8e3939;
	background: #ffcf60 url(images/bg_flash_alert.png) no-repeat;
}

.errormessage h3{
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: white;
}

.errormessage ul li{
	color: white;
}

/* @end */

/* @group Flash messages */

div.flash {
	width: 100%;
	padding: 15px 100px 10px 65px;
	color: white;
	font-weight: bold;
	min-height: 25px;
	margin: 0px auto;
}

div.notice {
	border: 1px solid #6a7f53;
	background: #b1d48b url(images/bg_flash_notice.png) no-repeat;
}

div.alert, div.warning {
	border: 1px solid #a8692c;
	background: #ffcf60 url(images/bg_flash_alert.jpg) no-repeat;
	color: #a8692c;
}

div.alert a, div.warning a {
	color: #a8692c;
}




/* @end */

/* @group Autocomplete */

div.auto_complete {
	  width: 350px;
	  background: #fff;
}

div.auto_complete ul {
	  border:1px solid #888;
	  margin:0;
	  padding:0;
	  width:100%;
	  list-style-type:none;
}

div.auto_complete ul li {
	  margin:0;
	  padding:3px;
}

div.auto_complete ul li.selected {
	  background-color: #ffb;
}

div.auto_complete ul strong.highlight {
	  color: #800; 
	  margin:0;
	  padding:0;
}

/* @end */



/* @group Honeypot */

/* @group API */


h3.apicall {
	color: red;
}

/* @end */

.text_field_32_hp, .field_72_hp, .text64_hp {
	border:0px solid white;
	color: white;
	display: none;
}

/* @end */

/* @group Pro */


table.pro {
	width:100%;
	border-color:transparent;
	border-collapse: collapse;

}

table.pro th {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-align:left;
	background-color:#788e63;
	color: white;
	border-width: 0px;
}

table.pro td {
	font-size: 12px;
	padding:5px;
	border-style: dotted hidden dotted hidden;
	border-width:0 0 1px 0;
	border-color:#b5d695;
}

table.pro tr.even {
	background-color: #e9ede0;
}


table.pro tr.odd {
	background-color: #f6faec;
}

table.pro a {
	font-size: 12px;
 	text-decoration: none;
	color: #4a593b;
}

table.pro a:hover {
 	text-decoration: underline;
}

.editbox {
	border:1px solid #eee;
	background:#f9f9f9;
	padding:60px 20px 20px 20px;
	width:390px;
	margin: -50px 0 0 5px;
}


/* @end */



/* @group Admin
 */

div.admin_link {
	display: none;
}


/* @end */

/* @ Worpress */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.postmetadata {
	padding-top: 5px;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.post p  {
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 0.5em;
}

.post hr {
	display: block;
}

.sidebar h2{
}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	color: 990000;
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

h2.widgettitle {
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px solid #990000;
	font-size: 12px;
	color:#777;
	margin: 0 0 10px 0;
	word-spacing: 2px;
}

div.sidebar ul, div.sidebar ul ol {
	margin: 0;
	padding: 0;
	}


div.sidebar li {
	list-style-type: none;
	list-style-image: none;
}

div.sidebar a {
	text-decoration: none;
}
div.sidebar a:hover {
	text-decoration: underline;
}