﻿/*
 Theme Name: uunuu 1.0
 Theme URI: http://www.uunuu.de
 Description: uunuu.de Theme
 Version: 1.0
 Author: clear clicks
 Author URI: http://www.clearclicks.de
 
 The CSS, XHTML and design is released under GPL:
 http://www.opensource.org/licenses/gpl-license.php
 
 */ * {
    margin: 0;
    padding: 0;
}

body, html {
    min-height: 101%;
}

body {
    background: #fff;
    color: #555;
}

body, select, input, textarea {
    font: 13px Arial, Verdana, Sans-Serif;
    line-height: 1.5em;
}

p {
    margin: 15px 0;
}

a:link, a:visited {
    color: #333;
}

a:hover, a:active {
    color: #fff;
    background: #0081be;
}

hr {
    display: block;
    border: 0;
    color: #DCDCDB;
    background-color: #DCDCDB;
    height: 1px;
    border: 0px;
}

small {
    font-size: 0.9em;
    padding: 3px 6px;
}

ADDRESS {
    text-align: right;
    font-size: 0.6em;
    color: #ddd !important;
}

ADDRESS A {
    text-decoration: none;
    color: #ddd !important;
}

TH {
	border-top: 3px double #999;
    border-bottom: 1px solid #999;
	text-align: center;
}

TD {
    border-bottom: 1px solid #999;
}


/****** Images ****************************/
img, a:link img, a:visited img {
    border: none;
}

img.left, img.center, img.right, img.norm {
    margin: 5px 12px 5px 0;
    border: 1px solid #ddd;
    padding: 1px;
}

img.left {
    float: left;
    margin: 0 12px 5px 0;
}

img.center {
    display: block;
    margin: 0 auto 5px auto;
}

img.right {
    float: right;
    margin: 0 0 5px 12px;
}

/******************************************
 *   General Structure
 ******************************************/
#page {
    width: 1000px;
    margin: 0 auto;
    font-size: 1em;
    background: #FFF;
    position: relative;
}

#branding {
}

.left {
    float: left;
}

.right {
    float: right;
}

#sidebar { /*footersidebar*/
    width: 1000px;
    float: none;
    clear: both;
}

.sidebar_widget_1 {
    width: 300px;
    margin: 0 15px;
    float: left;
}

#sidebar2 { /*Werbepause*/
    float: right;
    width: 336px;
    overflow: hidden;
    text-align: center;
}

#sidebar3 { /*Social-Toolbar*/
    float: left;
    width: 150px;
    overflow: hidden;
    text-align: center;
	margin: 0 0 0 10px;
}

#sidebar3 .tool {
    margin: 5px auto;
    padding: 5px 0;
    width: 51px;
    height: 60px;
}

#sidebar3 #bp_project_widget {
	margin: 0 0 0 -5px;
}

#leftcol { /*the left homepage column carrying the "Featured Article" section*/
    width: 340px;
    border-right: 1px solid #b6b6b6;
    padding-right: 18px;
}

#leftcol, #rightcol {
    margin-top: 10px;
    float: left
}

#rightcol { /*actually the column in the middle of the homepage (if the right column is the sidebar)*/
    width: 300px;
    padding-left: 18px;
    /*text-align: justify;*/
}

/******************************************
 *   Sidebar
 ******************************************/
.subnav li { /*.subnav is mainly the categories list*/
    list-style: none;
}

.subnav li a:link, .subnav li a:visited {
    /*background: #fff;*/
    display: block;
    padding: 4px 4px 4px 20px;
    border-bottom: 1px solid #999;
}

.subnav li a:hover, .subnav li a:active {
    background: #F4F4EC;
    text-decoration: none;
}

.sidelist li {
    list-style: none;
    margin: 0 0 10px 0;
}

.bullets li {
    margin: 0 0 5px 15px;
    list-style: square;
}

.bullets li.current_page_item a {
    /*		background: #fff;*/
}

.sidelist .bullets li {
    list-style: square;
    margin-bottom: 5px;
    margin-left: 22px;
}

.sidelist .children {
    background: #F4F4EC;
}

.sidelist .children li {
    background: #F4F4EC;
    list-style: none;
    margin-left: 15px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
}

.sidelist .children li a, .sidelist .children li a:visited {
    padding: 2px 2px 2px 0px;
    border: 0;
}

.sidelist .children li a:hover, .sidelist .children li a:active {
}

/******************************************
 *   Headlines
 ******************************************/
.blogtitle, .blogtitle a {
    font-size: 1.2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: regular;
    padding: 20px 0px 10px 0px;
}

h1 {
    font-size: 3em;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    margin: 20px 0 0 0;
    color: #0081BE;
}

h2 {
    font: 1.8em Georgia, "Times New Roman", Times, serif;
    padding-bottom: 8px;
    border-bottom: 1px solid #ddd;
    margin: 20px 0;
    color: #0081BE;
}

h3 {
    font: 0.9em Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    font-weight: bold;
}

#sidebar h2, #sidebar h3 a, #sidebar2 h2, #sidebar2 h3 a, #sidebar3 h2, #sidebar2
3

a {
    font: 0.9em Arial, Helvetica, sans-serif;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 4px;
    font-weight: bold;
}

#sidebar h3, #sidebar h2, #sidebar2 h3, #sidebar2 h2, #sidebar3 h3, #sidebar3 h2 {
    font-size: 0.9em;
    border-top: 3px double #999;
    border-bottom: 1px solid #999;
    padding: 5px 0 5px 2px;
    margin: 20px 0 15px 0;
}

h3#respond {
    font-size: 1.1em;
    /*border-top: 1px solid #666;*/
    margin-top: 25px;
    padding-top: 20px
}

h3#comments {
    margin-top: 32px
}

h3 a:link, h3 a:visited {
    color: #666;;
}

h4 {
    font-size: 1.2em;
    margin-bottom: 6px;
}

/******************************************
 *   Content
 ******************************************/
#content {
}

.description {
    font-size: 1.2em;
    font-weight: bold;
    color: #999;
}

.navigation {
    font-size: 0.8em;
    margin: 20px 0;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

/* Featured Articles formatting "leftcol" */
.feature {
    padding: 15px;
    border: 1px solid #ddd;
}

.feature p, #rightcol p {
    margin: 0;
}

.feature img {
    float: left;
    border: 0;
}

#leftcol img, #rightcol img {
    padding: 0 10px 10px 0;
    border: 0px solid #999;
}

#leftcol .feature {
    margin-bottom: 15px;
}

/* Formating of the Leadstory stuff in the tabbed section */
#leadpic {
    float: left;
    margin: 0 18px 8px 0;
    padding: 1px;
    border: 1px solid #999;
}

.title, a.title {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: normal;
}

#lead p {
    margin-bottom: 10px;
}

/* Formating of "rightcol" which is the column in the homepage middle ;-) */
#rightcol img {
    float: left;
    margin: 3px 10px 4px 0;
}

#leftcol img {
    margin-bottom: 4px;
    display: block
}

#rightcol .clearfloat {
    border-bottom: 1px solid #999;
    padding: 12px 0;
}

/* Post Formatting */
.entry {
    padding-bottom: 28px;
    text-align: justify;
}

.post {
    width: 500px;
    overflow: hidden;
    float: left;
}

.post blockquote {
    color: #666;
    background: #F4F4EC;
    padding: 6px 14px;
    margin: 18px 35px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.post ul li, .featured_post ul li {
    list-style: square;
    margin-bottom: 5px;
    margin-left: 42px;
}

.post ol li {
    margin-bottom: 5px;
    margin-left: 48px;
}

#tags {
    padding: 3px;
    display: block;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
}

.postmetadata {
    font-size: 0.9em;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    background: #F4F4EC;
    border-top: 1px solid #E6E3D3;
    border-bottom: 1px solid #E6E3D3;
}

.wp-caption {
    text-align: center;
    padding: 10px;
}

.wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 0.8em;
    line-height: 1.5em;
    color: #663300;
    margin: 0;
    padding: 0 10px 10px;
}

.alignleft, img.alignleft {
    float: left;
    margin: 5px 10px 5px 0;
}

.alignright, img.alignright {
    float: right;
    margin: 5px 0 5px 10px;
}

.aligncenter, div.aligncenter, img.aligncenter {
    text-align: center;
    display: block;
    margin: 10px auto;
}

/* Form Elements */
#searchform {
    padding: 5px;
}

#commentform input {
    width: 170px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    margin-top: 5px;
}

/* Comments*/
.commentlist {
    clear: both;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 8px 15px 10px 15px;
    background: #F4F4EC;
    border: 1px solid #E6E3D3;
}

#commentform small {
    background: #FFF;
    font-weight: bold;
    padding: 0;
}

.commentmetadata {
    display: block;
}

.commentlist small {
    background: #fff;
    border: 1px solid #E6E3D3;
}

/* Float Properties*/
.clearfloat:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
}

.clearfloat {
    display: block;
    clear: both;
}

.paging {
    width: 100%;
    clear: both;
    text-align: center;
}

/******************************************
 *   Footer
 ******************************************/
#footer {
    margin: 0 auto;
    width: 900px;
    font-size: 0.9em;
    text-align: center;
    padding-top: 15px;
    color: #aaa;
}

#footer a {
    color: #aaa;
    text-decoration: none;
}

/******************************************
 *   Footer
 ******************************************/
/******************************************
 *   Produktdarstellung Box
 ******************************************/
.prod_box {
    width: 130px;
    height: 165px;
    float: left;
    margin: 5px;
    background: #fff;
    overflow: hidden;
}

.prod_box:hover {
    background: #0081be;
}

.prod_box a {
    text-decoration: none;
    color: #fff;
}

.prod_box a:hover {
    background: none;
    color: inherit;
}

.prod_box .image {
    text-align: center;
    height: 120px;
    overflow: hidden;
    border: 0px;
}

.prod_box .image img.fancyzoom {
    border: 0;
    padding: 5px;
    
	height: 120px;
}

.prod_box .name {
    padding: 0 10px;
    height: 20px;
    font-size: 10px;
    line-height: 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.prod_box .name small {
    display: none;
}

.prod_box .price, .prod_box .price a {
    padding: 0;
    text-align: center;
    font-size: 1em;
    color: #fff !important;
}

.prod_box .price small {
    padding: 1px;
    text-align: center;
    font-size: 0.5em;
    line-height: 1em;
    height: 25px;
    overflow: hidden;
    display: block;
}

.prod_box .link {
    padding: 0;
    text-align: center;
    font-size: 0.6em;
    line-height: 1em;
    height: 50px;
}

.prod_box .link a {
    color: #fff !important;
    border: 3px double white;
    padding: 5px;
    margin: auto;
    font-size: 1.8em;
    background: #f3f3f3;
    display: block;
    width: 100px;
}

/******************************************
 *   Produktdarstellung Box
 ******************************************/
/******************************************
 *   Produktdarstellung Tabelle
 ******************************************/
TABLE.prod_table {
    border: 1px solid #ddd;
}

.prod_table TH, .prod_table TD {
    padding: 5px;
    text-align: left;
    border-bottom: 1px dashed #ddd;
}

.prod_tr, .prod_table {
    background: #fff;
    width: 1000px;
}

.prod_tr a:hover, .prod_table a:hover {
    background: transparent;
    color: #11B3FE;
}

prod_tr a, .prod_table a {
    text-decoration: none;
}

.prod_tr .image {
    background: #fff;
    text-align: center;
    width: 110px;
    overflow: hidden;
}

.prod_tr .image img {
    border: 0;
    padding: 10px;
    width: 100px;
}

.prod_tr .name {
    padding: 10px;
    height: 60px;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: normal;
}

.prod_tr .name small {
    font-size: 0.8em;
    margin: 5px 0;
    padding: 0;
    font-weight: 200;
}

.prod_tr .price {
    padding: 10px;
    text-align: center;
    font-size: 2em;
}

.prod_tr .price small {
    padding: 1px;
    text-align: center;
    font-size: 0.3em;
    line-height: 1em;
    height: 35px;
    overflow: hidden;
    display: block;
}

.prod_tr .link {
    padding: 0;
    text-align: center;
    font-size: 0.6em;
    height: 50px;
    line-height: 1em;
}

.prod_tr .link a {
    color: #fff !important;
    border: 3px double white;
    padding: 5px;
    margin: auto;
    font-size: 1.8em;
    background-color: #0081BE;
    display: block;
    width: 100px;
}

/******************************************
 *   Produktdarstellung Tabelle
 ******************************************/
.info_box_small {
    float: right;
    margin: 20px;
    padding: 50px 10px 10px;
    border: 0px solid #ddd;
    background-color: #fff;
    width: 180px;
    background-image: url(images/backgrounds/info_box_small-bg.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

#breadcrumb {
    margin: 5px;
    width: 700px;
    text-align: left;
    float: left;
}

.button_pv {
    background: gold;
    border: double 3px white;
    font-size: 1.4em;
    padding: 4px;
    color: #fff;
    white-space: nowrap;
    float: left;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.button_pv a {
    color: #fff;
}

.billigstes {
    /*
     background: #840000;
     border: double 3px white;
     */
    font-size: 1.4em;
    padding: 4px;
    /*	color: #fff;*/
    display: inline;
}

.billigstes a {
    /*color: #fff;*/
}

.price_button {
    font-size: 1.5em;
    color: #840000;
    background: gold;
    border: double 3px white;
    text-align: right;
    float: right;
    display: block;
    padding: 4px;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.quelle {
    text-align: right;
    font-size: xx-small;
}

#change_view {
    text-align: left;
    background: transparent url('images/uunuu-sprites-32.png');
    background-position: -1px 0;
    height: 38px;
    width: 1000px;
    overflow: hidden;
    display: block;
    margin: 0;
}

#change_view a {
    display: block;
    float: right;
    height: 38px;
    width: 45px;
    text-indent: 999px;
}

#change_view a:hover {
    background: transparent;
}

/*****************************************************
 *   Special styles for the various page templates
 ****************************************************/
/* Styles for the "3-columns-page template" */
#pageleft {
    float: left;
    width: 265px;
    margin: 20px 20px 0px 0px;
    padding: 0 20px 0 0;
    border-right: solid 1px #999;
    text-align: justify;
}

#pagemiddle {
    float: left;
    width: 265px;
    margin: 20px 20px 0px 0px;
    padding: 0px;
    text-align: justify;
}

#pageright {
    float: right;
    width: 265px;
    margin: 20px 0px 0px 0px;
    padding: 0 0 0 20px;
    border-left: solid 1px #999;
    text-align: justify;
}

#pageleft .bullets li, #pagemiddle .bullets li, #pageright .bullets li, #featured-leftcol-wide li {
    list-style: square;
    margin-bottom: 5px;
    margin-left: 22px;
}

/* Styles for the "featured-page template" */
#featured-top {
    width: 1000px;
    float: left;
    padding: 0 0 15px 0;
    /*	margin: 0 0 25px 0;*/
    margin: 0;
    /*	border-bottom: double 3px #ddd; */
}

#featured-content {
    width: 1000px;
    float: none;
}

#featured-sidebar {
    width: 1000px;
    float: none;
}

#featured-sidebar h3 {
    border-bottom: 1px solid #999;
    padding: 5px 0 5px 2px;
    margin: 0 0 20px 0;
}

#featured-sidebar .sidebar_widget {
    margin: 0 0 20px 0;
    text-align: justify;
}

#featured-leftcol {
    width: 720px;
    float: left;
    margin: 20px 20px 0 0;
    padding: 0 25px 0 0;
    border-right: 1px solid #999;
}

.teaser {
    clear: both;
    padding-top: 30px;
}

.garten-news {
    width: 220px;
    float: left;
    margin: 0 30px 0 0;
}

.garten-news h2 {
    font-size: 1.4em;
}

.garten-news img {
    width: 200px;
    margin: 0 auto;
}

/******************************************
 *   Main or page navigation styles
 ******************************************/
/*Main Navbar */
#nav {
    background: #fff url(images/uunuu-sprites-32.png);
    background-position: 0px -48px;
    font-size: 1em;
    clear: both;
    width: 1000px;
    height: 332px;
    overflow: hidden;
}

#nav, #nav ul {
    list-style: none;
    line-height: 46px;
}

#nav a, #nav a:hover {
    display: block;
    text-decoration: none;
    border: none;
}

#nav li {
    float: left;
    list-style: none;
    height: 46px;
    margin: 286px 0 0 0px;
}

#nav a, #nav a:visited {
    display: block;
    height: 46px;
    width: 76px;
}

/*Weiß*/
#nav li.page-item-6 {
    width: 80px;
}

#nav li.page-item-6 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 0px 46px;
}

#nav li.page-item-6 ul, #nav li.page-item-6 li, #nav li.page-item-6 li a, #nav li.page-item-6 li a:visited {
    color: #0081be;
    background: #fff;
}

#nav li.page-item-6 li a:hover, #nav li.page-item-6 li a:active {
    color: #fff;
    background: #0081be;
}

/*Gelb*/
#nav li.page-item-8 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 919px 46px;
}

#nav li.page-item-8 ul, #nav li.page-item-8 li, #nav li.page-item-8 li a, #nav li.page-item-8 li a:visited {
    background: #E7BE4E;
    color: #fff;
}

#nav li.page-item-8 li a:hover, #nav li.page-item-8 li a:active {
    background: #fff;
    color: #E7BE4E;
}

/*Rot*/
#nav li.page-item-10 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 843px 46px;
}

#nav li.page-item-10 ul, #nav li.page-item-10 li, #nav li.page-item-10 li a, #nav li.page-item-10 li a:visited {
    background: #DB2A2A;
    color: #fff;
}

#nav li.page-item-10 li a:hover, #nav li.page-item-10 li a:active {
    background: #fff;
    color: #DB2A2A;
}

/*Grün*/
#nav li.page-item-12 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 767px 46px;
}

#nav li.page-item-12 ul, #nav li.page-item-12 li, #nav li.page-item-12 li a, #nav li.page-item-12 li a:visited {
    background: #9ED027;
    color: #fff;
}

#nav li.page-item-12 li a:hover, #nav li.page-item-12 li a:active {
    background: #fff;
    color: #9ED027;
}

/*Blau*/
#nav li.page-item-14 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 691px 46px;
}

#nav li.page-item-14 ul, #nav li.page-item-14 li, #nav li.page-item-14 li a, #nav li.page-item-14 li a:visited {
    background: #2679C7;
    color: #fff;
}

#nav li.page-item-14 li a:hover, #nav li.page-item-14 li a:active {
    background: #fff;
    color: #2679C7;
}

/*Violett*/
#nav li.page-item-16 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 615px 46px;
}

#nav li.page-item-16 ul, #nav li.page-item-16 li, #nav li.page-item-16 li a, #nav li.page-item-16 li a:visited {
    background: #6E26C7;
    color: #fff;
}

#nav li.page-item-16 li a:hover, #nav li.page-item-16 li a:active {
    background: #fff;
    color: #6E26C7;
}

/*Orange*/
#nav li.page-item-18 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 539px 46px;
}

#nav li.page-item-18 ul, #nav li.page-item-18 li, #nav li.page-item-18 li a, #nav li.page-item-18 li a:visited {
    background: #DC6D1B;
    color: #fff;
}

#nav li.page-item-18 li a:hover, #nav li.page-item-18 li a:active {
    background: #fff;
    color: #DC6D1B;
}

/*Rosa*/
#nav li.page-item-20 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 463px 46px;
}

#nav li.page-item-20 ul, #nav li.page-item-20 li, #nav li.page-item-20 li a, #nav li.page-item-20 li a:visited {
    background: #E53494;
    color: #fff;
}

#nav li.page-item-20 li a:hover, #nav li.page-item-20 li a:active {
    background: #fff;
    color: #E53494;
}

/*Braun*/
#nav li.page-item-22 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 387px 46px;
}

#nav li.page-item-22 ul, #nav li.page-item-22 li, #nav li.page-item-22 li a, #nav li.page-item-22 li a:visited {
    background: #7E462F;
    color: #fff;
}

#nav li.page-item-22 li a:hover, #nav li.page-item-22 li a:active {
    background: #fff;
    color: #7E462F;
}

/*Grau*/
#nav li.page-item-24 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 311px 46px;
}

#nav li.page-item-24 ul, #nav li.page-item-24 li, #nav li.page-item-24 li a, #nav li.page-item-24 li a:visited {
    background: #868686;
    color: #fff;
}

#nav li.page-item-24 li a:hover, #nav li.page-item-24 li a:active {
    background: #fff;
    color: #868686;
}

/*Pastell*/
#nav li.page-item-767 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 236px 46px;
}

#nav li.page-item-767 ul, #nav li.page-item-767 li, #nav li.page-item-767 li a, #nav li.page-item-767 li a:visited {
    background: #CBFFBC;
    color: #0081be;
}

#nav li.page-item-767 li a:hover, #nav li.page-item-767 li a:active {
    background: #fff;
    color: #0081be;
}

/*Metallic*/
#nav li.page-item-504 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 158px 46px;
}

#nav li.page-item-504 ul, #nav li.page-item-504 li, #nav li.page-item-504 li a, #nav li.page-item-504 li a:visited {
    background: #DEC59D;
    color: #fff;
}

#nav li.page-item-504 li a:hover, #nav li.page-item-504 li a:active {
    background: #fff;
    color: #DEC59D;
}

/*Schwarz*/
#nav li.page-item-30 a:hover {
    background-color: transparent;
    background-image: url(images/uunuu-sprites-32.png);
    background-position: 83px 46px;
}

#nav li.page-item-30 ul, #nav li.page-item-30 li, #nav li.page-item-30 li a, #nav li.page-item-30 li a:visited {
    background: #000;
    color: #fff;
}

#nav li.page-item-30 li a:hover, #nav li.page-item-30 li a:active {
    background: #fff;
    color: #000;
}

/* Dropdown Menus for child pages */
#nav li ul {
    position: absolute;
    z-index: 10;
    left: -999em;
    height: auto;
    width: 980px;
    background: #fff;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #ccc;
    min-height: 100px;
}

#nav li li, #nav li li a, #nav li li a:visited {
    width: 150px;
    padding: 0px 0 0 14px;
    height: 30px;
    margin: 0;
    line-height: 30px;
    background: #fff;
    color: #0081be;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
    left: 10px;
}

a.main:hover {
    background: none;
}

.button, .click_button {
    padding: 2px;
    background: #0081BE;
    color: #fff !important;
    border: 3px double #ffffff;
    cursor: pointer;
    text-decoration: none !important;
}

.button:hover, .click_button:hover {
    background: #11B3FE;
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
    background: white;
    padding: 0;
    margin: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0px;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0px;
    word-spacing: 0px;
    font-size: 11px;
    font-family: Arial;
}

#wp_page_numbers {
    margin-top: 10px;
    width: 100%;
    background: white;
    margin-bottom: 10px;
}

#wp_page_numbers ul {
    width: 100%;
}

#wp_page_numbers li {
    float: left;
    display: block;
    margin-bottom: 2px;
}

#wp_page_numbers a {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    display: block;
    color: #333;
    border: 1px solid #bfbfbf;
}

#wp_page_numbers li a:hover {
    border-color: #BA0000;
}

#wp_page_numbers li.space {
    padding: 6px;
    padding-left: 2px;
    padding-right: 2px;
}

#wp_page_numbers li.first_last_page {
    font-style: italic;
}

#wp_page_numbers li.active_page a {
    border-color: #0075b8;
}

#wp_page_numbers li.active_page a:hover {
    color: black; /* IE fix */
    text-decoration: underline;
    border-color: #BA0000;
}

#wp_page_numbers li.page_info {
    float: left;
    display: block;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    color: #666;
    font-size: 11px;
    border: 1px solid #bfbfbf;
}

td.fancyTitle a {
    color: #fff !important;
}

td.fancyTitle a:hover {
    background: none;
}

#nav a#homelink {
    display: block;
    width: 1000px;
    text-align: right;
    color: #f3f3f3;
    height: 283px;
    position: absolute;
}

#nav a#homelink:hover {
    background: none;
}

.search-meter li {
    float: left;
    padding: 5px;
}

