@import url('reset.css');


body {
	line-height: 26px;
	width: 100%;
	font-family: Arial, Tahoma, Verdana;
	font-size: 62.5%;
	cursor: default;
	color: #000;
}

/* HEADLINES */

h1, h2, h3, h4, h5, h6 {
	color: #999;
	font-weight: normal;
	font-family: Arial;
	margin-bottom: 20px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #c7c7c7;
}
h1 {
    font-size: 32px;
    line-height: 32px;
    height: 32px;
}
h2 {
	font-size: 36px;
	line-height: 28px;
	height: 28px;
	text-align: center;
	color: #666;
	font-family: Arial;
}
h3 {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}
h4 {
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    height: 20px;
}
h5 {
    font-size: 16px;
    line-height: 16px;
    height: 16px;
    font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #444;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
    text-decoration: none;
}
.simple {
    padding-bottom: 0;
    border-bottom: 0;
}


img { border: 4px solid #fff; margin-bottom: 10px; }
img.simple {
    border: 0 !important;
    padding: 0 !important;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}
img.alignleft {
    margin-right: 20px;
    margin-bottom: 10px;
}
img.alignright {
    margin-left: 20px;
    margin-bottom: 10px;
}

p {
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 20px;
}
p.small {
    font-size: 11px;
}

a {
    text-decoration: none;
    color: #484848;
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}

ul, ol {
	font-size: 11px;
	margin-bottom: 30px;
}

table {
    background: #fff;
    width: 100%;
    padding: 2px;
    border: 1px solid #d5d5d5;
    border-collapse: separate; /* border-spacing will be ignored should
    border-collapse:collapse;*/
    border-spacing: 0px;
    margin-bottom: 30px;
}
table thead {
    height: 39px;
    background: url('../images/table-header-bkg.gif') repeat-x left top;
    border: 1px solid #fff;
}
table thead th {
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    border-right: 1px dotted #ccc;
    text-align: center;
    height: 34px;
    padding: 0 12px;
}
table thead th.last {
    border-right: 0;
}
table tbody tr {

}
table tbody tr td {
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #787878;
    padding: 0 12px;
    text-align: center;
    height: 39px;
}
table tbody tr.even {
    background: #f8f8f8;
}

.page-bookmark {
    display: block;
    height: 0px;
    margin: 0;
    padding: 0;
    position: relative;
}

/*
 * MESSAGE BOXES */

div.info-box, div.warning-box, div.error-box {
    background: transparent url('../images/info-box-bkg.png') no-repeat left top;
    height: 41px;
    margin-bottom: 20px;
}
div.info-box span, div.warning-box span, div.error-box span {
    display: block;
    background: transparent url('../images/info-box-bkg.png') no-repeat right bottom;
    height: 41px;
    line-height: 41px;
    margin-left: 50px;
    font-weight: bold;
    color: #575757;
}

div.warning-box {
    background: transparent url('../images/warning-box-bkg.png') no-repeat left top;
}
div.warning-box span {
    background: transparent url('../images/warning-box-bkg.png') no-repeat right bottom;
}
div.error-box {
    background: transparent url('../images/error-box-bkg.png') no-repeat left top;
}
div.error-box span {
    background: transparent url('../images/error-box-bkg.png') no-repeat right bottom;
}


/*
 * CUSTOM LIST TYPES */
ul.custom {
    list-style-type: none;
    margin-left: 20px;
    overflow: hidden;
}
ul.custom li {
    color: #575757;
    padding-left: 24px;
}
ul.custom li a, ul.custom li {
    font-size: 12px;
    display: block;
    height: 22px;
    line-height: 22px;
    color: #575757;
    font-family: Arial;
}
ul.custom.small-font li a, ul.custom.small-font li {
    font-size: 11px;
}
ul.style-a li {
    background: transparent url('../images/list-type-a.png') no-repeat left center;
}
ul.style-b li {
    background: transparent url('../images/list-type-b.png') no-repeat left center;
    padding-left: 30px;
}
ul.style-c li {
    padding-left: 10px;
}
ul.style-d li {
    padding-left: 10px;
}
ul.style-e li {
    background: transparent url('../images/list-type-e.png') no-repeat left center;
    padding-left: 30px;
}
ul.style-f li {
    background: transparent url('../images/list-type-f.png') no-repeat left center;
    padding-left: 30px;
}


/*
 * CUSTOM TEXT BOX */
div.text-box {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 20px;
}
div.text-box h1, div.text-box h2, div.text-box h3, div.text-box h4, div.text-box h5 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
div.text-box strong {
    font-size: 15px;
    padding-bottom: 2px;
    font-weight: bold;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 12px;
    display: block;
}


/******************************************************************************
    CUSTOM STYLE DEFINITION
 *****************************************************************************/

#root {
    font-size: 12px;
}

/*
 * HEADER DEFINITION */

#header {
    margin: 0;
    padding: 0;
    background: url('../images/header-bkg.jpg') repeat-x top center;
}

#header-content {
	background: url('../images/header-deco.jpg') no-repeat top center;
	width: 940px;
	min-height: 125px;
	margin: 0 auto;
	position: relative;
	z-index: 70;
}
#header div.top-bar {
    margin: 0;
    padding: 0;
    height: 30px;
}
#header .header-main-area {
	clear: both;
	position: relative;
	z-index: 20;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40;
	padding-left: 0;
	background-color: #FFFFFF;
}
#header a.header-logo {
	display: block;
	position: relative;
	float: left;
	left: 0px;
	height: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

/*
 * TOP LINKS DEFINITION */

ul.top-links {
    height: 30px;
    overflow: hidden;
    float: right;
    margin: 0;
    padding: 0;
}
ul.top-links li {
    display: inline;
    float: left;
    color: #8fae9f;
    line-height: 28px;
    border-right: 1px solid #8fae9f;
    margin: 10px 0;
}
ul.top-links li.last {
    border-right: 0;
}
ul.top-links li a {
    font-size: 10px;
    line-height: 8px;
    display: block;
    float: left;
    color: #8fae9f;
    padding: 0 6px 2px 6px;
    text-decoration: none;
}
ul.top-links li a:hover {
    text-decoration: underline;
}

/*
 * MAIN MENU DEFINITION */

ul.main-menu {
	display: block;
	position: relative;
	left: 0;
	height: 40px;
	width: 350px;
	background: transparent url('../images/menu-bkg.png') no-repeat center;
	padding-left: 680px;
	z-index: 100;
	margin-bottom: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0;
	padding-top: 30px;
}
ul.main-menu li {
	position: relative;
	display: inline;
	float: left;
	margin-right: 26px;
}
ul.main-menu li a {
	font-size: 24px;
	font-weight: bold;
	text-transform: none;
	display: block;
	float: left;
	color: #000;
	text-decoration: none;
	line-height: 41px;
}
ul.main-menu li a:hover, ul.main-menu li.selected a {
	color: #0C6;
}
ul.children {
    margin: 0;
    padding: 0;
    display: none;
    width: 180px;
    position: absolute;
    top: 41px;
    left: 0;
    background: #fff;
    border: 1px solid #bcbcbc;
    border-top: 8px solid #193807;
}
ul.children li {
    margin: 0 0 1px 0;
    position: relative;
    clear: both;
    display: block;
    width: 100%;
    padding: 0;
}
ul.children li a {
    text-shadow: 0 0 0 #000;
    background: #f6f6f6;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    color: #6b6b6b !important;
    clear: both;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    overflow: hidden;
}
ul.children li a:hover {
    background: #ddd;
    color: #000 !important;
}
ul.children ul.children, ul.children ul.children ul.children {
    left: 160px;
    top: -1px;
    border-top: 1px solid #ccc;
}


/*
 * SEARCH BAR DEFINITION */

div.search-bar {
    margin: 0;
    position: relative;
    float: left;
    margin-top: 54px;
    left: 430px;
    width: 264px;
    height: 28px;
    background: transparent url('../images/search-bar.png') no-repeat center;
}
div.search-bar input {
	border: 0;
	color: #CCC;
	font-size: 11px;
	font-style: italic;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	margin-left: 6px;
	background: #314b36;
	padding: 4px;
	width: 190px;
	float: left;
}

div.search-bar a.search-button {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    line-height: 14px;
    display: block;
    float: right;
    padding: 7px 10px 8px 0px;
}


/*
 * SLIDER DEFINITION */

ul#slider {
    clear: both;
    display: block;
    position: relative;
    left: 0;
    overflow: hidden;
    width: 940px;
    height: 230px;
    z-index: 40;
    margin-bottom: 40px;
}
ul#slider li {
    display: inline;
    float: left;
    width: 940px;
}
ul#slider li img {
    float: left;
}
ul#slider li div.slide-content {
	margin-left: 20px;
	padding-left: 20px;
	width: 516px;
	height: 220px;
	color: #000;
	font-size: 12px;
	float: left;
	border-left: 1px dotted #92a37f;
}
ul#slider h4 {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 6px;
	margin-bottom: 14px;
	border-bottom: 1px solid #54783d;
	color: #000;
	font-weight: bold;
}
a.read-more {
    clear: both;
    display: block;
    float: left;
    width: 103px;
    height: 27px;
    background: transparent url('../images/read-more-button.png') no-repeat center;
    color: #6d6d6d;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    text-shadow: 0 1px 0 #fff;
    margin-bottom: 3px;
    margin-left: 1px;
}
a.read-more:hover {
    background: transparent url('../images/read-more-button-over.png') no-repeat center;
    color: #000;
}

/*
 * TRANSITION SLIDER */

#slider-wrapper {
    position: relative;
    clear: both;
    width: 940px;
    height: 240px;
    padding-bottom: 50px;
}
#slider-wrapper .slider-top {
    background: transparent url('../images/fade-slider-bkg.png') no-repeat top left;
    height: 11px;
    width: 940px;
}
#slider-wrapper .slider-content {
    background: transparent url('../images/fade-slider-bkg.png') repeat-y top right;
    background-position: -940px 0;
    width: 920px;
    padding: 0 10px;
    position: relative;
}
#slider-wrapper .slider-bottom {
    background: transparent url('../images/fade-slider-bkg.png') no-repeat bottom left;
    background-position: 0 -11px;
    height: 11px;
    width: 940px;
}
ul#transition-slider {
    position: relative;
    margin: 0;
    padding: 0;
}


/*
 * SLIDER NAVIGATION */

ul#slider-nav {
    position: absolute;
    right: 20px;
    bottom: 30px;
    z-index: 50;
    height: 13px;
    line-height: 13px;
}
ul#slider-nav li {
    display: inline;
    float: left;
}
ul#slider-nav li a {
    overflow: hidden;
    text-indent: -9999px;
    display: block;
    float: left;
    margin-left: 4px;
    background: transparent url('../images/slider-nav-button.png') no-repeat center;
    width: 12px;
    height: 13px;
}

ul#slider-nav li a:hover, ul#slider-nav li a.on {
    background: transparent url('../images/slider-nav-button-over.png') no-repeat center;
}


#slider-wrapper ul#slider-nav {
    position: absolute;
    right: 2px;
    bottom: -50px;
}


/*
 * CONTENT DEFINITION */

#content {
	clear: both;
	position: relative;
	background: #ffffff url('../images/content-bkg.gif') repeat-x top center;
	z-index: 60;
}
#content-main {
	position: relative;
	top: 15px;
	background: transparent url('../images/content-top-shadow.png') no-repeat top center;
	width: 940px;
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0px 0 60px 0;
}
#content img {
    border: 1px solid #c4c4c4;
    padding: 4px;
}
#content p {
    color: #484848;
}
/*
 * LEFT COLUMN + MAIN AREA */

.left-column, .right-column {
    width: 200px;
    padding-right: 20px;
    float: left;
    overflow: hidden;
    margin-right: 26px;
    background: transparent url('../images/left-column-shadow.png') no-repeat right top;
    min-height: 634px;
    padding-top: 10px;
}
.right-column {
    float: right;
    padding: 24px 0 0 20px;
    margin-right: 0;
    background: transparent url('../images/right-column-shadow.png') no-repeat left top;
}

.main-area-lcma {
    float: right;
    width: 694px;
    overflow: hidden;
    padding-top: 10px;
}
.main-area-lcrcma {
    float: left;
    width: 450px;
    margin-right: 20px;
    overflow: hidden;
    padding-top: 24px;
}

/*
 * COLUMNS */

.multi-columns {
    clear: both;
    /*    margin-bottom: 20px;*/
    overflow: hidden;
}
.border-top-bottom {
    border: 1px dotted #ccc;
    padding: 20px 0;
    border-left: 0;
    border-right: 0;
}

/*
 * FULL WIDTH 4 COLUMNS */

.fw-forth-column {
    width: 220px;
    margin-right: 20px;
    float: left;
}

.fw-half-column {
    width: 460px;
    margin-right: 20px;
    float: left;
}
.fw-third-column {
    width: 300px;
    margin-right: 20px;
    float: left;
}
.fw-two-thirds-column {
    width: 620px;
    margin-right: 20px;
    float: left;
}

/*
 * Left + Main - Half column */
.lcma-half-column {
    width: 330px;
    margin-right: 20px;
    float: left;
}
.last {
    margin-right: 0 !important;
}

/*
 * COMMON COLUMN DEFINTIONS */

.main-area {}

/*
 * WIDGET DEFINITON */

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}
.widget h4 {
	font-size: 13px;
	background: #000000;
	color: #fff;
	border: 0;
	padding: 6px 0 6px 14px;
	margin-bottom: 14px;
	text-shadow: 0 -1px 0 #444;
}
ul.widget-menu {
    overflow: hidden;
    margin: 0;
    padding: 0 10px 0 8px;
    list-style-type: none;
}
ul.widget-menu li {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
}
ul.widget-menu li.last {
    border: 0;
}
ul.widget-menu li a {
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #6d6d6d;
    display: block;
    height: 26px;
    line-height: 26px;
    margin: 1px 0;
    padding: 0 6px;
}
ul.widget-menu li a:hover {
    background: #e5e5e5;
    color: #000;
}

/*
 * CUSTOM HEADLINES */

.headline {
    margin-bottom: 20px;
}
.complete-headline {

}
.complete-headline .headline {
    margin-left: 60px;
}
.complete-headline .button {
    float: left;
    background: transparent url('../images/headline-button.png') no-repeat center;
    width: 51px;
    height: 51px;
    margin-right: 10px;
    line-height: 51px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #777;
    position: relative;
}
.button.info {
    background: transparent url('../images/headline-button-info.png') no-repeat center;
}
.button.comment-icon {
    background: transparent url('../images/comments-icon.png') no-repeat center;
}
.button.contact {
    background: transparent url('../images/contact-icon.png') no-repeat center;
}


.headline h1, .headline h2, .headline h3, .headline h4, .headline h5, .headline h6 {
    margin-bottom: 0;
}
.headline .meta-data {
    height: 20px;
    line-height: 20px;
    color: #b2b2b2;
    font-size: 11px;
    border-bottom: 0px dotted #c7c7c7;
}
.headline .meta-data span {
    display: block;
    float: left;
    padding-left: 2px;
}
.headline .meta-data a {
    color: #b2b2b2;
    font-size: 11px;
    text-decoration: none;
}
.headline .meta-data a:hover {
    text-decoration: underline;
}

ul.added-links {
    overflow: hidden;
    float: right;
    display: block;
    list-style-type: none;
}
ul.added-links li {
    display: inline-block;
    float: right;
}

ul.added-links a.icon {
    position: relative;
    padding-top: 4px;
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.meta-data a.pdf-icon {
    background: transparent url('../images/pdf-icon.png') no-repeat center;
}
.meta-data a.print-icon {
    background: transparent url('../images/print-icon.png') no-repeat center;
}
.meta-data a.email-icon {
    background: transparent url('../images/email-icon.png') no-repeat center;
}

/*
 * NEWS SECTION */

.news-item {
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

.more-news-browser {
    clear: both;
    margin-bottom: 20px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.more-news-browser strong {
    display: block;
    padding: 6px 10px;
    background: #dfdfdf;
    margin-bottom: 20px;
    color: #444;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.more-news-browser ol {
    color: #6d6d6d;
    overflow: hidden;
    padding-left: 30px;
    margin-left: 20px;
    border-left: 1px solid #ccc;
}
.more-news-browser ol li a {
    color: #6d6d6d;
}
ul.more-news-navbar {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 2px 0;
    overflow: hidden;
    clear: both;
}
ul.more-news-navbar.no-border {
    border: 0;
}
ul.more-news-navbar li {
    display: inline;
    float: left;
}
ul.more-news-navbar li a {
    float: left;
    display: block;
    margin-right: 4px;
    background: #dbdbdb;
    border: 1px solid #c6c6c6;
    padding: 1px 6px 1px 7px;
    text-align: center;
    color: #5f5f5f;
    text-shadow: 0 -1px 0 #fff;
}
ul.more-news-navbar li a:hover {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    text-shadow: 0 1px 0 #000;
}

/*
 * BREADCRUMBS */

div.breadcrumbs {
	color: #5d5d5d;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 20px;
}
div.breadcrumbs a {
    margin-left: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #878787;
    text-decoration: none;
}
div.breadcrumbs a:hover {
	text-decoration: underline;
	text-align: right;
}


/*
 * PORTFOLIO SECTION */

span.blocker {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #000 url('../images/zoom-in.png') no-repeat center;
}

ul.portfolio {
    overflow: hidden;
}
ul.portfolio li {
    width: 469px;
    overflow: hidden;
    display: inline;
    float: left;
    border-right: 2px dotted #dadada;
    padding-bottom: 40px;
}
ul.portfolio li.right {
    width: 430px;
    border: 0;
    padding-left: 36px;
    padding-right: 2px;
}
ul.portfolio li div.title {
    background: transparent url('../images/portfolio-title-bkg.png') no-repeat top center;
    height: 23px;
    width: 422px;
    border: 0;
    display: inline-block;
    padding: 7px 0 0 10px;
    margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
ul.portfolio li div.portfolio-img {
    background: transparent url('../images/portfolio-img-bkg.png') no-repeat top center;
    width: 422px;
    height: 185px;
    padding: 5px;
    overflow: hidden;
    position: relative;
}
ul.portfolio li div.portfolio-img img {
    z-index: 10;
    position: relative;
    border: 0 !important;
    padding: 0 !important;
}
ul.portfolio li div.portfolio-img span.blocker {
    width: 422px;
    height: 172px;
    top: 5px;
    left: 5px;
}
ul.portfolio li p {
    width: 432px;
}


/*
 * QUICKSAND PORTFOLIO */

ul.portfolio-animation-source {
    display: none;
}
.loading {
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    float: left;
}
ul.portfolio-animation-destination {
    overflow: hidden;
    clear: both;
}
ul.portfolio-animation-destination li {
    width: 300px;
    display: inline-block;
    float: left;
    margin: 0 12px 20px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
ul.portfolio-animation-destination li div.image-holder {
	position: relative;
	background: transparent url('../images/portfolio-typeb-img-bkg.gif') no-repeat left top;
	width: 300px;
	height: 160px;
	padding: 5px;
}
ul.portfolio-animation-destination li div.image-holder span.blocker {
    width: 282px;
    height: 142px;
    top: 9px;
    left: 9px;
}
ul.portfolio-animation-destination li strong a {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
    text-shadow: 0 -1px 0 #fff;
}
ul.portfolio-animation-destination li p {
    font-size: 11px;
    line-height: 18px;
    padding-right: 10px;
}
ul.portfolio-animation-destination li div.image-holder img {
    position: relative;
    border: 0 !important;
    padding: 0;
    margin: 0;
    z-index: 10;
}


/*
 * QUICKSAND NAVBAR */

ul.portfolio-animation-navbar {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    float: left;
}
ul.portfolio-animation-navbar li {
    display: inline;
    float: left;
    padding: 1px;
}
ul.portfolio-animation-navbar li a {
    cursor: pointer;
    height: 30px;
    background: transparent url('../images/portfolio-nav-button-bkg.png') no-repeat left top;
    display: block;
    float: left;
    color: #7c7b7b;
    font-weight: bold;
    margin: 1px 6px 0 0;
    padding: 0;
}
ul.portfolio-animation-navbar li a span {
    height: 30px;
    display: block;
    line-height: 30px;
    background: transparent url('../images/portfolio-nav-button-bkg.png') no-repeat right bottom;
    padding-right: 20px;
    margin-left: 20px;
}
ul.portfolio-animation-navbar li a:hover, ul.portfolio-animation-navbar li.selected a {
    background: transparent url('../images/portfolio-nav-button-over-bkg.png') no-repeat left top;
    text-decoration: none;
    color: #fff;
}
ul.portfolio-animation-navbar li a:hover span, ul.portfolio-animation-navbar li.selected a span {
    background: transparent url('../images/portfolio-nav-button-over-bkg.png') no-repeat right bottom;
}

/*
 * BLOG DEFINITION */

div.blog-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tags {
    list-style-type: none;
    overflow: hidden;
}
ul.tags li a {
    display: block;
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-bottom: 2px;
    color: #000;
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}
ul.tags li a.tag1 {
    background: #b1b1b1;
    border: 1px solid #a6a6a6;
}
ul.tags li a.tag2 {
    background: #ccc;
    border: 1px solid #bfbfbf;
}
ul.tags li a.tag3 {
    background: #d9d9d9;
    border: 1px solid #bfbfbf;
}
ul.tags li a.tag4 {
    background: #e5e5e5;
    border: 1px solid #d9d9d9;
}
ul.tags li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
    border: 1px solid #000;
}


/*
 * ALTERNATIVE BLOG */
div.blog-item-alternative {
    overflow: hidden;
    background: #f8f8f8;
    border: 1px solid #ddd;
    height: 400px;
    width: 280px;
    padding: 20px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
div.blog-item-alternative span.blocker {
    width: 280px;
    height: 140px;
    top: 20px;
    left: 20px;
}
div.blog-item-alternative img {
    border: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 10;
}
div.blog-item-alternative .read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
div.blog-item-alternative h3 {
    border: 0;
    padding: 0;
    margin: 0;
    padding: 2px 0 10px 0;
    height: auto;
}
div.blog-item-alternative span.meta-data {
    clear: both;
    display: block;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    padding-top: 1px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 14px;
    position: relative;
}
div.blog-item-alternative span.meta-data, div.blog-item-alternative span.meta-data a {
    color: #6c6c6c;
    font-size: 9px;
}
div.blog-item-alternative span.meta-data a.comments {
    position: absolute;
    right: 0;
    top: 1px;
}
div.blog-item-alternative span.meta-data a {
}

/*
 * COMMENTS SECTION */
div.comments {
    overflow: hidden;
}
ul.comment-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: 60px;
    list-style-type: none;
}
ul.comment-list li {
    padding: 20px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background: #fff;
    margin-bottom: 20px;
}
ul.comment-list li.even {
    background: #fafafa;
}
ul.comment-list li div.left {
    float: left;
    width: 50px;
    margin-right: 20px;
}
ul.comment-list li div.left img.user-avatar {
    padding: 0 !important;
    border: 0 !important;
}
ul.comment-list li div.left a.user-meta {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #727272;
}
ul.comment-list li p {
    margin-left: 70px;
    padding-left: 20px;
    border-left: 1px solid #e3e3e3;
}
ul.comment-list li .comment-meta {
    padding-bottom: 10px;
    font-size: 11px;
    position: relative;
}
ul.comment-list li .comment-meta span {
    color: #bebebe;
}
ul.comment-list li .comment-meta a.reply-button {
    font-weight: bold;
    font-size: 12px;
    color: #6d6d6d;
    position: absolute;
    right: 4px;
    top: -2px;
}
ul.comment-children {
    clear: both;
    overflow: hidden;
    margin: 0;
    margin-top: 20px;
    list-style-type: none;
}
ul.comment-children li {
    margin-bottom: 0;
}

/*
 * MULTI TABS DEFINITION */

ul.multi-tabs-navbar {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}
ul.multi-tabs-navbar li {
    display: inline;
    float: left;
}
ul.multi-tabs-navbar li a {
    display: block;
    float: left;
    padding: 8px 10px 4px 10px;
    background: #aaa;
    margin-right: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}
ul.multi-tabs-navbar li a:hover, ul.multi-tabs-navbar li.selected a {
    background: #888;
    text-decoration: none;
}
ul.multi-tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
ul.multi-tabs li {
    padding: 0;
    margin: 0;
    overflow: hidden;
}


/*
 * FOOTER DEFINITION */

#footer {
    background: url('../images/footer-bkg.jpg') repeat;
    overflow: hidden;
    position: relative;
}

#footer .top-line {
/*    border: 1px solid red;*/
    clear: both;
    height: 1px;
    background: #848484;
    position: relative;
    top: 1px;
}
#footer .footer-content {
    background: transparent url('../images/footer-top-shadow.png') no-repeat top center;
    padding: 40px 0 30px 0;
    width: 940px;
    min-height: 150px;
    margin: 0 auto;
    color: #858585;
}

.footer-content h4 {
    color: #ddd;
    font-family: Arial;
    padding: 4px 0;
    font-size: 14px;
    text-transform: uppercase;
    border-color: #646464;
    text-shadow: -1px -1px 0 #000;
}

.footer-content ul {
	list-style-position: inside;
	color: #FFF;
}
.footer-content ul li {
    padding: 2px 10px;
}
.footer-content ul li a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding: 2px 6px;
}

#sub-footer {
    background: url('../images/sub-footer-bkg.gif') repeat-x;
    height: 43px;
}

#sub-footer .sub-footer-content {
	width: 940px;
	margin: 0 auto;
	color: #FFF;
	font-size: 11px;
	line-height: 44px;
	padding-top: 2px;
	position: relative;
	text-shadow: 0 -1px 0  #333;
}

.top-button {
    height: 44px;
    color: #aaa;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
    text-shadow: 0 -1px 0  #333;
}


/*
 * FORM ELEMENTS DEFINITION */

input, textarea {
    background: #fff;
    font-size: 11px;
    border: 1px solid #d4d4d4;
    padding: 6px;
    width: 300px;
}
textarea {
    width: 500px;
    font-family: Arial;
}
label {
    color: #9a9a9a;
    font-style: italic;
    font-weight: bold;
    display: block;
    font-size: 11px;
    line-height: 24px;
}
.required {
    color: #999;
    font-size: 10px;
}

#login-form {}
#login-form label {
    font-weight: normal;
    color: #000;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin-bottom: 2px;
}
#login-form input {
    background: #e7e7e7;
    width: 93%;
    padding: 6px;
    margin-bottom: 2px;
}
#login-form a.read-more {
    margin-top: 10px;
}

/*
 * EMAIL FORM */
#email-form {
    padding-left: 60px;
}

/*
 * BANNER DEFINITION */

.banner {
    clear: both;
    width: 940px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.banner .banner-top {
    clear: both;
    background: transparent url('../images/top-banner-bkg.png') no-repeat top left;
    background-position: 0 0;
    height: 10px;
}
.banner .banner-content {
    background: transparent url('../images/top-banner-bkg.png') repeat-y top left;
    background-position: -940px 0px;
    padding: 0 10px;
}
.banner .banner-content img {
    border: 0;
    padding: 0;
    margin: 0;
}
.banner .banner-bottom {
    background: transparent url('../images/top-banner-bkg.png') no-repeat top left;
    background-position: 0 -10px;
    height: 10px;
}

.banner.top {
    padding-bottom: 40px;
}
.banner.bottom {
    padding-top: 20px;
    border-top: 1px dotted #646464;
}
.banner.bottom .banner-top {
    background: transparent url('../images/bottom-banner-bkg.png') no-repeat top left;
    background-position: 0 0;
}
.banner.bottom .banner-bottom {
    background: transparent url('../images/bottom-banner-bkg.png') no-repeat top left;
    background-position: 0 -10px;
}
.banner.bottom .banner-content {
    background: transparent url('../images/bottom-banner-bkg.png') repeat-y top left;
    background-position: -940px 0px;
}


/*
 * AJAX PRELOAD */

.preloader {
    background: #fff url('../images/white-image-loader.gif') no-repeat center;
    margin-bottom: 10px;
}

.tooltip-base {
    position: absolute;
    display: none;
    left: 0;
    overflow: visible;
    text-align: center;
    padding-bottom: 12px;
    padding-top: 2px;
    width: 500px;
}
.tooltip-base strong {
    position: relative;
    float: left;
    z-index: 5;
    display: inline-block;
    padding: 12px 14px 12px 14px;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    background: #fff;
    border: 1px solid #ccc;
}
.tooltip-base strong.black {
    background: #000;
    border: 0;
    color: #eee;
}
.tooltip-base img.pointer {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    height: 12px;
    width: 25px;
    height: 14px;
    left: 10px;
    display: block;
    bottom: 0px;
    z-index: 100;
}
