/*
Theme Name: King Kullen
Version: 1.0
*/
/* Reset CSS */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li, table,
form, label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
/*-- end reset */

/* Basic Configurations */
ul {
    list-style: none;
}

a {
    color: blue;
    text-decoration: none;
}

.the_content {	
    line-height: 1.38em;
}

.the_content a {
    color: blue;
    text-decoration: none;
}


.the_content h1, .the_content h2, .the_content h3, .the_content h4, .the_content h5, .the_content h6 {
    line-height: normal;
    font-weight: bold;
    margin-bottom: 22px; 
}


.the_content h1 {
    font-size: 32px; 
}
.the_content h2 { font-size: 18px; }
.the_content h3 {	font-size: 16px; }
.the_content h4 {	font-size: 14px; }
.the_content h5 { font-size: 13px; }
.the_content h6 { font-size: 12px; }

.the_content ol,
.the_content ul {
    padding-left: 50px;
}
.the_content ol { list-style: decimal; }

.the_content ul {
    list-style: disc;
}

.the_content li ol,
.the_content li ul {
    padding-left: 30px;
}

.the_content li {
    padding-top: 3px;
}

.the_content ul ul {
    list-style: circle;	
}

.the_content li ul,
.the_content li ol {
    padding-bottom: 0;
}


blockquote {
    background: url(images/quote.gif) no-repeat #F6F6F6;
    font-style: italic;
    margin: 20px 25px 20px 30px;
    padding: 10px 10px 10px 41px;
    text-align: left;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
    max-width: 100%; /* When images are too wide for containing element, force them to fit. */
    height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin: 5px 25px 0 0;
}
.alignright,
img.alignright {
    display: inline;
    float: right;
    margin: 5px 0 0 25px;
}
.aligncenter,
img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: auto;
    max-width:100%;
    height:auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
    margin-bottom: 12px;
}
.wp-caption {
    background: #f1f1f1;
    line-height: 18px;
    margin-bottom: 20px;
    max-width: 632px !important; /* prevent too-wide images from breaking layout */
    padding: 4px;
    text-align: center;
}
.wp-caption img {
    margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
    color: #888;
    font-size: 12px;
    margin: 5px;
}
.wp-smiley {
    margin: 0;
}
.gallery {
    margin: 0 auto 18px;
}
.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
}
.gallery-columns-2 .gallery-item {
    width: 50%;
}
.gallery-columns-4 .gallery-item {
    width: 25%;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}
.gallery dl {
    margin: 0;
}
.gallery img {
    border: 10px solid #f1f1f1;
}
.gallery br+br {
    display: none;
}

#content .attachment img {/* single attachment images should be centered */
    display: block;
    margin: 0 auto;
}

.the_content table,
.the_content p,
.the_content ul,
.the_content ol,
.the_content dd,
.the_content pre,
.the_content hr {
    margin-bottom: 18px;
}
.the_content ul ul,
.the_content ol ol,
.the_content ul ol,
.the_content ol ul {
    margin-bottom: 0;
}
.the_content pre,
.the_content kbd,
.the_content tt,
.the_content var {
    font-size: 12px;
    line-height: 21px;
}
.the_content code {
    font-size: 12px;
}

.page-link {
    clear: both;
    color: #000;
    font-weight: bold;
    margin: 0 0 22px 0;
    word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
    background: #f1f1f1;
    color: #333;
    font-weight: normal;
    padding: 0.5em 0.75em;
    text-decoration: none;
}

.page-link a:active,
.page-link a:hover {
    color: #ff4b33;
}

.the_content tr th,
.the_content thead th {
    font-weight: bold;
    padding: 4px 15px;
}
.the_content tr td {
    padding: 4px 10px;
}
.the_content tr.odd td {
    background: #f2f7fc;
}

.the_content hr {
    clear: both;
    background-color: #000099;
    border: medium none;
    height: 1px;
}

.the_content textarea,
.the_content input[type=text] {
    background: #ffffff;
    border-top: 1px solid #abadb3;
    border-left: 1px solid #e2e3ea;
    border-right: 1px solid #dbdfe6;
    border-bottom: 1px solid #e3e9ef;
    padding: 2px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}

.screen-reader-text {
    display: none;
}



/*-- end basic conf*/

/* ============== Container ==================================== */
body {
    background: #ffffff;
    font-size: 12px;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
}

#container {
    width: 996px;
    margin: 0 auto;
}

/* ============== Header ==================================== */
#header {
    position: relative;
    z-index: 9;
}

#header-top {
    border-bottom: 3px solid #B7B7B7;
}

#header-top-inner {
    background: url(images/bg_header_default.jpg) right bottom no-repeat;
    height: 194px;
}

#logo-container {
    padding-top: 70px;
    float: left;
}

#logo {
    background: url(images/logo.jpg) no-repeat;
    width: 354px;
    height: 65px;
}

#logo a {
    display: block;
    width: 354px;
    height: 65px;
    text-indent: -9999px;
}

#header-social {
    float: right;
    padding: 12px 40px 0 0;
    font-size: 16px;
}

#nav {
    background: url(images/bg_nav.jpg) repeat-x;
    padding: 0 10px 10px;
    margin-bottom: 25px;
}

/* ============== Main ==================================== */
#main {
    position: relative;
    z-index: 1;
}

/* ===================== Home ============================ */
#home-top {
    background: url(images/bg_home.jpg) no-repeat;
    height: 429px;
    overflow: hidden;
    margin-bottom: 11px;
}

#home-top-inner {
    padding: 5px 15px 5px 5px;
}

#home-top-left {
    float: left;
    width: 190px;
}

#home-top-right {
    width: 780px;
    float: right;
    padding-top: 10px;
}

/* ========= Callout Left ========== */
.callout-left {
    background: url(images/bg_callout_left.jpg) no-repeat scroll center top transparent;
    padding-top: 29px;	
}

.callout-left-intro {
    color: #4C4B4B;
    font-size: 14px;
    font-family: Georgia,Verdana;
    padding: 0 25px 6px;
    margin-top: -4px;
}

.callout-left-image {
    height: 90px;
    overflow: hidden;
    padding: 0 27px;
}
.callout-left-link {
    background: #da1620 url(images/btn_goto_red.png) 130px center no-repeat;
    display: block;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px 14px 10px;
    text-align: left;
    margin: 0 10px;	
}

.callout-left-title {
    font-family: Arial, Verdana, Sans-serif !important;
}

/* ========= Homepage Slideshow ========== */
#home-top-right ul.slides
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 590px;
    height: 390px;
    float: left;
    overflow: hidden;
}
#home-top-right ul.slidenav
{
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 170px;
    height: 379px;
    float: right;
    overflow: hidden;
    background-color: #da1620;
    padding:0 0 0 0;

}
#home-top-right ul.slidenav li
{
    border-bottom: 1px solid #484848;

}
#home-top-right ul.slidenav li.first
{
    border-top: 1px solid #484848;

}


#home-top-right ul.slidenav li a
{
    width: 150px;
    height: 42px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 10px;
    display: block;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    overflow: hidden;
    color: #FFF;
}

#home-top-right ul.slidenav li.activeSlide a
{
    color: #FFF;
    background: transparent url(images/ri_slidenav_button.png) center center repeat-x;
}

#home-top-right ul.slidenav li a:hover
{
    text-decoration: underline;
}


#home-top-right-callouts {
    float: right;
    width: 182px;
}



/* ========= Home Bottom ========== */
#home-bottom {
    padding-bottom: 5px;
}

#home-bottom-left {
    float: left;
    width: 786px;
    border-top: 28px solid #EFEEEB;
    padding: 10px 0;
}

#home-bottom-right {
    float: right;
    width: 190px;
}

#home-bottom-right #register
{
    background: url(images/bkg_register.jpg) no-repeat;
    margin-top: -5px;
}

#home-bottom-right #register ul
{
    padding-top: 70px;
    font-size: 12px;
    line-height: 16px;
    color: #4c4b4b;
    font-weight: 700;
    margin-bottom: 14px;
    padding-left: 40px;
}

#home-bottom-right #register li {
    color: #000000;
    margin: 0;
    padding: 0;
}

#home-bottom-right #register li a {
    color: blue;
    text-decoration: none;
}

#home-bottom-right #btnRegister
{
    display: block;
    margin-left: 42px;
    height: 36px;
    width: 105px;
    text-indent: -9999px;
}

#home-bottom-right #register p
{
    text-align: center;
    color: #4c4b4b;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
}

#home-bottom-right #register p a
{
    color: #4682B4;
    text-decoration: underline;
}

div.callout-bottom-left {
    overflow: hidden;
}



/* ========= Interior ========== */
#interior {
    padding: 40px 0 20px;
}

#interior h1 {
    line-height: normal;
    font-weight: bold;
    margin-bottom: 22px;
    font-size: 32px; 
}

#interior {
    font-size: 16px;
    line-height: normal;
}


/* ========= Interior 2 Column ========== */
div.main-wrap {
    padding: 0 9px 30px 13px;
}

#shadow-top, #shadow-bottom {
    background: url(images/sprite_content_topbot.png) center top repeat-x;
    height: 15px;
    overflow: hidden;
    width: 100%;
}

#shadow-bottom {
    background-position: center bottom;
}

#shadow-top-left,
#shadow-top-right,
#shadow-bottom-left,
#shadow-bottom-right {
    background: url(images/sprite_content_corners.png) no-repeat;
    height: 15px;
    width: 15px;
}

#shadow-top-left {
    background-position: top left;
    float: left;
}
#shadow-top-right {
    background-position: top right;
    float: right;
}
#shadow-bottom-left {
    background-position: bottom left;
    float: left;
}
#shadow-bottom-right {
    background-position: bottom right;
    float: right;
}
#shadow-main {
    background: url(images/lyt_content_sides.jpg) repeat-y;
    padding: 0 20px 1px 15px;
}


/* ========= Main Left ========== */

#main-left {
    float: left;
    width: 204px;
    padding-bottom: 1px;
}

.side-shadow-top, .side-shadow-bottom {
    background: url(images/sprite_navigation_topbot.png) center top repeat-x;
    overflow: hidden;
    height: 9px;
    width: 100%;
}

.side-shadow-bottom {
    background-position: center bottom;
    height: 20px;
}

.side-shadow-top-left,
.side-shadow-top-right,
.side-shadow-bottom-left,
.side-shadow-bottom-right {
    background: url(images/sprite_navigation_corners.png) no-repeat;
    height: 9px;
    width: 11px;
}
.side-shadow-top-left {
    float: left;
}
.side-shadow-top-right {
    background-position: right top;
    float: right;
}
.side-shadow-bottom-left {
    background-position: left bottom;
    height: 20px;
    float: left;
}

.side-shadow-bottom-right {
    background-position: right bottom;
    height: 20px;
    float: right;
}
.side-shadow-main {
    background: url(images/lyt_navigation_sides.gif) repeat-y;
    padding: 1px 10px 2px;
}

.side-nav-title {
    color: #4D4C4C;
    font-family: Georgia,Verdana;
    font-size: 18px;
    margin: 9px 0 8px;
    padding: 0;
}

#side-nav {
    margin-bottom: 28px;
}

#side-nav li {
    background: url("images/bkg_separator.jpg") left top repeat-x;
    padding: 8px 4px 0 0;
    color: #000000;
    font-size: 16px;
}

#side-nav li a {
    background: url("images/icn_rightarrow.png") right 2px no-repeat;
    color: #4D4C4C;
    display: block;
    padding: 0 4px 4px;

}

#side-nav li a:hover {
    color: #830000;
}

#side-nav li:first-child {
    background: none;
}

#side-nav li li:first-child {
    background: url("images/bkg_separator.jpg") left top repeat-x;
}

#side-nav li li {
    padding-right: 0;
}

#side-nav li li a {
    padding-left: 20px;
}

/* ========= Main Right ========== */
#main-right {
    float: right;
    width: 715px;
    float: right;
    padding-bottom: 30px;
}

.liner-top, .liner-bottom {
    background: url("images/sprite_contentright_topbot.png") center top repeat-x;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.liner-bottom {
    background-position: center bottom;
    height: 9px;
}
.liner-top-left,
.liner-top-right,
.liner-bottom-left,
.liner-bottom-right {
    background: url("images/sprite_contentright_corners.png") no-repeat;
    height: 10px;
    width: 12px;
}
.liner-top-left {
    float: left;
}
.liner-top-right {
    background-position: right top;
    float: right;
}
.liner-bottom-left {
    background-position: left bottom;
    float: left;
    height: 9px;
}
.liner-bottom-right {
    background-position: right bottom;
    float: right;
    height: 9px;
}
.liner-main {
    background: url(images/lyt_contentright_sides.gif) repeat-y;
    padding: 10px 15px;
}

#content-main
{
    font-size: 12px;
    color: #4D4C4C;
    font-family: Arial, Verdana;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    line-height: normal;
}
#content-main h1, #content-main h2, #content-main h3, #content-main h4, #content-main h5, #content-main h6
{
    font-family: Georgia, Verdana;
    margin: 0px 0px 10px;
    padding: 0px;
}

#content-main h1
{
    font-size: 22px;
}

#content-main h1 span,
#content-main h2 span
{
    color: #ff0000 !important;
}
#content-main p
{
    padding:0 0 10px 0;
    margin:0;
}
#content-main ul.content-list
{
    padding: 10px;
    margin: 0px;
    list-style-type: none;
}
#content-main ul.content-list li
{
    padding:25px 0 15px 0;
}
#content-main ul.content-list li h2
{
    margin:0 15px 3px 15px;
    float:left;
    clear:both;
}
#content-main ul.content-list li ul
{
    padding-bottom:10px;
}
#content-main ul.content-list li ul li
{
    padding:2px 4px;
}

#content-main ul.content-list li table.service td
{
    vertical-align: top;
}

.kingkullen-slideshow {
    border: 5px solid #E4E4E4;
    height: 450px;
    overflow: hidden;
    width: 665px;
    margin-bottom: 18px;
}

div.tabs li {
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
}

div.tabs {
    margin-bottom: 20px;
}

.brown {
    color: #C04502;
}
.blue {
    color: #ff0000;
    font-weight: 600;
}
.black {
    color: #4D4C4C;
    font-weight: 700;
}
.red {
    color: #DE1F2C;
}
.green {
    color: #009B96;
}
.star {
    color: red;
}
.the_content ul.no-style li,
ul.no-style li {
    list-style: none;
}

.the_content ul.no-style {
    padding-left: 0;
}

.the_content ul.no-style a {
    color: #000000;
}

.the_content ul.no-style a:hover {
    color: #830000;
}

.widget h3 {
    margin-bottom: 5px;
}

.widget {
    margin-bottom: 20px;
    padding: 0 10px;
}

.kk-support {
    background: url(images/KKsupports.jpg) no-repeat;
    min-height: 195px;
    height: auto !important;
    height: 195px;
    padding: 60px 10px 0;
    margin-left: -10px;
    width: 184px;
    text-align: justify;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.small-slideshow {
    width: 180px !important;
    height: 90px !important;
    border: none !important;
}

.sidebar-box {
    background: #FCFCFC url(images/sprite_navigation_top.png) left top repeat-x;
    border: 1px solid #CCCACB;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-top: 9px;
    width: 204px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.sidebar-box-inner {
    background: #FCFCFC url(images/sprite_navigation_bot.png) left bottom repeat-x;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 0 10px 9px;
}

.sidebar-box
{
    font-size: 12px;
    display:block;

}
.sidebar-box h1, h2, h3, h4
{
    color:#ff0000;
    margin:0 0 10px 0 !important;
    padding: 0;
}
.sidebar-box h2
{
    font-size:18px
}
.sidebar-box h4
{
    font-size:12px;
}
.sidebar-box p
{
    font-size:12px;
    padding:0 0 3px 0;
    margin-bottom: 10px !important;
}
.sidebar-box ul
{
    font-size:12px;
}
.sidebar-box ul li
{
    font-size:12px;
    margin:0 0 0 0;
}
.sidebar-box img
{
    margin:0 0 0 0;
}

.blue-border {
    border: 5px solid #ff0000;
    padding: 4px;
}


/* ============== Recipes ============== */
div.recipes-slideshow {
    width: 282px;
    height: 400px;
}

div.recipes-content {
    float: left;
}

#recipe-list {
    float: left;
    margin: 0 0 0 15px;
    width: 600px;
    padding-top: 49px;
}

#recipe-list ul {
    display: inline;
    float: left;
    list-style: none outside none;
    padding: 4px 0 10px;
    width: 270px;
}

#recipe-list li {
    font-size: 12px;
    padding: 0 0 5px 5px;
}

#recipe-list li a {
    color: blue;
}

#recipe-list li a:active {
    color: red;
}

div.hide {
    display: none;
}

/* ============== Catering ==================================== */
ul.top-separator li {
    background: url("images/bkg_separator.jpg") repeat-x scroll left top transparent;
}

.cater-content 
{
    font-weight:normal;
    padding:20px;
    overflow:hidden;
    clear:both;

}
.cater-content h1, h2, h3, h4
{
    color:#603; font-family:Georgia,Verdana;
}
.cater-content h2
{
    font-size: 16px;
    color: #ff0000;
}
.cater-content a:link
{
    color:#ff0000;
    text-decoration:none;
    font-weight:bold;
}
.cater-content a:hover
{
    color:#603;
    text-decoration:underline;
    font-weight:bold;
}
.cater-content ul
{
    list-style-type: none;
    margin:0 0 0 -15px;
    width:700px;
    padding-left: 40px;
}
.cater-content ul li.level1 
{
    display: inline-block;
    padding: 4px;
    margin:10px 10px 0 0;
    width:300px;
    min-height:130px;
    overflow:hidden;
    float: left;
}
.cater-content ul li.level1 img
{
    float: left;
    margin: 10px 0 0 0;
    max-height:90px
}
.cater-content ul li.level1 div
{
    float: left;
    margin: 15px 0 10px 10px;
    width: 150px;
}

/* ============== Employment ==================================== */
.employment-main {
    padding-left: 60px;
    width: auto !important;
    float: none !important;
    position: relative;
    padding-top: 5px;
    padding-right: 80px;
}

#nowhiring {
    position: absolute;
    top: 29px;
    right: 20px;
    font-size: 19px; margin: .75em 0;
    text-align: center;
}

#nowhiring a {
    color: blue !important;
}

.the_content hr.employment-ruler {
    color:#ff0000;
    width:100%;
    margin:20px 0;
}

.tabbedcontent_employment a {
    color: blue !important;
    font-size: 14px;
    font-weight: bold;
    margin: 0 60px 80px 0;
}


/* ============== Promotions ============ */
#promotions dl
{
    display:inline-block;
    margin:21px 0 0 10px;
}
#promotions dl dt
{  
    color:#603;
    font-size:18px;
    font-family:Georgia,Verdana;
    display:inline-block;
    float:left;
    width:100%;

}
#promotions dl dd
{  
    color:#603;
    font-size:14px;
    font-family:Arial;
    width:300px;
    float:left;
    display:inline;
    margin-left: 30px;
    margin-bottom: 15px;
}
#promotions dl dd.price
{  
    color:#A02 !important;
    font-size:16px;
    display:inline;
    float:right;
    font-weight:bold;    
}
#promotions hr
{
    width:80%;
    color:#603;
    float:left;
    margin-bottom: 0;
}

/* ========== Produce ============= */

#produce {
    margin-left: -5px;
}

#produce ul.ui-tabs-nav li {
    font-size: 11px !important;
}

#produce ul.ui-tabs-nav li span {
    color: Red;
    display: block;
}

div.produce-main {
    padding-right: 10px;
}

#produce .ui-state-default, #produce .ui-widget-content .ui-state-default, #produce .ui-widget-header .ui-state-default,
#produce .ui-widget-header {
    background: none;
}

#produce .ui-state-active, #produce .ui-widget-content .ui-state-active, #produce .ui-widget-header .ui-state-active {
    background: url("images/ui-bg_inset-soft_65_63a801_1x100.png") repeat-x scroll 50% 50% #63A801;
}

#produce .ui-state-active a, #produce .ui-widget-content .ui-state-active a, #produce .ui-widget-header .ui-state-active  a {
    color: #ffffff;
}

#produce .ui-tabs-nav li a {
    padding: 0.5em 0.9em;
}

.produce-cat-title {
    color: #000000 !important;
    font-size: 25px !important;
}

.produce-item-image {
    float: left;
    width: 100px;
    padding: 5px 0;
    margin-right:15px;
}

.produce-item-desc {
    float: left;
    width: 500px;
}

.produce-item-title {
    color: #ff0000 !important;
    font-family: Arial,Verdana !important;
    font-size: 12px !important;
    margin-bottom: 1px !important;
}

.produce-item-txt {
    padding-left: 30px;
}

img.returntop {
    margin-left: 30px;
    margin-bottom: 15px;
}

.produce-item {
    padding: 10px 0;
}

/*
*============================================
* PHARMACY
*============================================
*/
#pharma
{
}
#pharma h2
{
    margin:0 0 0 5px;
}
#pharma ul
{
    float:left;
    display:inline;
    width:260px;
    list-style:none;
    margin:20px 0 0 0;
}
#pharma ul li.key
{
    border:1px solid #AAA;
    padding:2px 2px 2px 12px;
    width:160px;
    overflow:visible;
}
#pharma ul li.key img
{
    margin-left:10px;
}
.pharma_subnavcontent
{
    font-size: 12px;
    display:block;

}
.pharma_subnavcontent h1, h2, h3, h4,
.pharma_subnavcontent h1 a, h2 a, h3 a, h4 a
{
    color:#ff0000;
    margin:0 0 0 0;
}
h1.red
{
    color:#ff0000;
}
.pharma_subnavcontent h2
{
    font-size:18px
}
.pharma_subnavcontent p
{
    font-size:12px;
    padding:0 0 3px 0;
}
.pharma_subnavcontent ul
{
    font-size:12px;
}
.pharma_subnavcontent ul li
{
    font-size:12px;
    margin:0 0 0 0;
}
.pharma_subnavcontent img
{
    margin:0 0 0 0;
}

.HQAA_logo
{
    margin:20px 0 0 50px;
}

#pharmacy-content {
    padding: 20px 0 10px;
}


/* ============== Misc =============== */
.col {
    float: left;
    margin: 0 15px;
}

.line {
    background: url(images/bkg_separator.jpg) repeat-x;
    height: 2px;
    font-size: 0;
    margin: 15px 0;
}

.line hr {
    display: none;
}

.the_content table tr.alt td {
    background-color: #F5F5F5;
}

.the_content .feedbackform tr:hover td {
    background-color: #DEDEDE;
    cursor: default;
    color: #000000;
}

.feedbackform {
    font-size: 14px;
    color: #4D4C4C;
}

.feedbackform {
    border: 1px solid #cccccc !important;
}

.feedbackform, .feedbackform th, .feedbackform td {
    padding: 7px 10px;
}

.feedbackform th, .feedbackform td {
    border-bottom: 1px solid #DEDEDE;
}

span.wpcf7-list-item {
    margin-right: 10px;
}

.the_content .feedbackform td.radio-data {
    padding: 0 !important;
}

.feedbackform span.wpcf7-list-item {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    width: 68px;
    border-left: 1px solid #CCCCCC;
    padding: 7px 0;
}

.the_content .feedbackform th {
    background: #E6E6E6;
    font-size: 11px;
    font-weight: normal !important;
    vertical-align: middle;
    padding: 0 !important;
}

.feedbackform th span.wpcf7-list-item {
    padding: 0;
    height: 45px;
    line-height: 47px;
}

.feedbackform span.no-cmt {
    padding: 8px 0 0 !important;
    line-height: normal !important;
    display: block;
}

.feedbackform .wpcf7-list-item-label {
    display: none;
}

.the_content .tableform {
    font-size: 14px;
    color: #4D4C4C;
    width: 100%;
}

.the_content .tableform td {
    padding: 10px;
}

.focused {
    background: #DEDEDE !important;
    color: #000000 !important;
}

.the_content .tableform select {
    width: 268px;
}


/* ============== Blog =============== */
.entry {
    background: url(images/bkg_separator.jpg) left bottom repeat-x;
    padding: 20px 10px 15px;
}

.entry-title a {
    color: #ff0000;
}

.entry-title a:hover {
    text-decoration: underline;
}

.prev-next {
    padding: 10px;
}

#respond,
.navigation,
.navigation:after {
    clear: both;
}

#comments-template {
    background: url(images/bkg_separator.jpg) left top repeat-x;
    margin-top: 20px;
    padding: 20px 10px 0;
}

div.cancel-comment-reply {
    margin-bottom: 12px;
}

.commentlist li .avatar { 
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    margin-right: 10px;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}


/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0 10px !important;
    text-align: justify;
}

.commentlist li {
    background: #F2EFEF;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

}
.commentlist li ul li { 
    margin-right: -5px;
    margin-left: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.commentlist a {
    color: #ff0000;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */




/* ============== Footer ==================================== */
#footer {
    position: relative;
    z-index: 3;
}

#footer-box {
	background: none repeat scroll 0 0 #da1620;
    margin-bottom: 5px;
}

#footer-left {
    float: left;
}

.footer-links {
    float: left;
    border-left: 1px solid #FFFFFF;
    width: 190px;
}

.footer-first {
    border: 0;
}

.footer-links a {
    color: #ffffff;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links ul {
    padding: 0 20px;
}

.footer-links ul ul {
    padding: 0;
}

.footer-links li {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
}

.footer-links li h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}

.footer-links li li {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    padding-top: 10px;
}

#footer-right {
    background: url(images/btn_footer_contact_red.png) no-repeat center center #da1620;
    float: right;
    width: 188px;
    height: 130px;
    line-height: 30px;
}


#footer-right a {
    color: #ffffff;
}

#footer-right-inner {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding: 30px;
}

#footer-bottom {
    text-align: center;
    font-size: 12px;
}

#footer-bottom a {
    color: #373736;
    text-decoration: underline;
}

#footer-bottom a:hover {
    text-decoration: none;
}

#footer-addr {
    border-top: 1px solid #666666;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    width: 100%;
}
#nav li ul li a:hover
{ height:auto; }

#content-main table {
    max-width: 100%;
}

#footer-box
{
padding: 0;
}
.footer-links {
    background: none repeat scroll 0 0 #da1620;
    border-left: 22px solid #ffffff;
    float: left;
    width: 180px;
	padding: 10px 0;
}
.footer-first {
    border: medium none !important;
}
.footer-links:nth-last-child(2)
{
    border-right: 22px solid #ffffff;
}
#footer-addr {
    background: none repeat scroll 0 0 #ffffff !important;
    color: #000000;
}
#footer-bottom {
    border-top: 1px solid #666666;
    margin-top: 10px;
	padding-top: 4px;
}

.entry .attachment-post-thumbnail {
	float: right;
	margin-right: 10px;
}