article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
html { font-size: 100%; overflow-y: scroll; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #ccc; display: block; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre, code { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 0; padding: 0; list-style-position: inside; }
ul ul, ol ol, ul ol, ol ul { margin: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, 
#mainmenu, .part-items { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure, form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
legend { border: 0; *margin-left: -7px; padding: 0; }
label { cursor: pointer; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type=button], input[type=reset], input[type=submit] { cursor: pointer; -webkit-appearance: button; }
input[type=checkbox], input[type=radio] { box-sizing: border-box; }
input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; }
tr, th, td { padding-right: 1.625em; border-bottom: 1px solid #EAE7DE; }
td { vertical-align: top; }

/* Smart clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/********************************************************************************************* 

1. Page Structure: Common layout elements

*********************************************************************************************/

::-moz-selection{background:#edd29f; color:#333; }
::selection{ background:#edd29f; color:#333; }

a { color: #cc0033; text-decoration:none; }
a:hover { color: #214b7b; }
a:focus { outline: none; }
a:hover, a:active { outline: none; }

body {
	background-color: #f1f1f1;
	color: #555;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 62.5%;
	line-height: 1.2em;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container {
	text-align: center;
	width: 100%;
}

div.wrapper {
	margin: 0 auto; 
	text-align: left; 
	width: 940px;
}

div.wrapper-main {
	background-color: #fff;
	-moz-box-shadow: 0 0 15px #e1e1e1;
	-webkit-box-shadow: 0 0 15px #e1e1e1;
	box-shadow: 0 0 15px #e1e1e1;
	padding: 10px 30px;
}

div.cleaner,
div.clear,
div.divider {
	margin:0;
	clear: both; 
	font-size:1px; 
	height: 1px;  
	line-height: 1px; 
}

h1,h2,h3,h4,h5,h6 {
	color: #222;
	margin: 0;
}


/********************************************************************************************* 

2. Page Structure: Header

*********************************************************************************************/

header div.divider {
	border-bottom: solid 1px #ddd;
	margin: 10px 0;
}

#logo {
	float: left;
	display: inline;
	margin: 10px 40px 0 0;
}

span.top-info {
	clear: right;
	float: right;
	display: inline;
	color: #999;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 36px;
	line-height: 36px;
}

/* Top Secondary Menu */

#top-menu {
	float: right;
	display: inline;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 15px;
}

#top-menu a {
	color: #999;
}

#top-menu a:hover {
	color: #333;
	text-decoration: underline;
}

#top-menu li {
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #f1f1f1;
	float: left;
	display: inline;
}

#top-menu li:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}

#top-menu li.social-icons a {
	margin-right: 6px;
}

#top-menu p.wpzoom-notice {
	margin: 0;
}

/* Top Main Menu */

#main-menu p.wpzoom-notice {
	line-height: 34px;
	padding-left: 10px;
	color: #333;
}

#main-menu p.wpzoom-notice a {
	display: inline-block;
	padding: 0 10px;
}

nav#main-menu {
	background-color: #6392aa;
	font-size: 13px;
	margin-bottom: 15px;
    position:relative;
    z-index:50;
    min-height: 36px;
}

nav#main-menu li {
	display: inline;
	float: left;
	line-height: 22px;
	border-right: solid 1px #72a1b9;
	position: relative;
}

nav#main-menu li.cleaner {
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	clear: left;
}

nav#main-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

nav#main-menu li:last-child {
	border-right: 0;
}

nav#main-menu a:hover, 
nav#main-menu li.current-menu-item a, 
nav#main-menu a:active,
nav#main-menu li.current-item a {
	background-color: #34637b;
} 

nav#main-menu li.current-item li a {
	color: #aaa;
}

nav#main-menu .dropdown ul {
	position:		absolute;
	top:			-999em;
	width:			170px; /* left offset of submenus need to match (see below) */
	text-align: left;
	margin: 0;
	background: #272727;
	text-transform: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

nav#main-menu .dropdown ul li {
	width: 100%;
	font-size: 11px;
	line-height: 22px;
 	margin: 0;
 	padding: 0;
 	border-right: 0;
 	border-bottom: solid 1px #444;
}

nav#main-menu .dropdown ul li a {
	padding:6px 12px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-bottom: none;
}

nav#main-menu .dropdown ul li a:hover {
	
}

nav#main-menu a {
	background-color: #6392aa;
	color: #fff;
	padding: 7px 15px;
	display: block;
	position: relative;
}

nav#main-menu li li a,
nav#main-menu .current-menu-item li a,
nav#main-menu li .current-menu-item a,
nav#main-menu li li a:hover {
	background: none;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

nav#main-menu li li a {
	color: #aaa;
}

nav#main-menu li li a:hover {
	background-color: #333;
	color: #fff;
}

nav#main-menu .dropdown li:hover ul,
nav#main-menu .dropdown li.sfHover ul {
	padding: 0;
	margin: 0;
	left:			0;
	top:			2.8em; /* match top ul list item height */
	z-index:		99;
}

nav#main-menu ul.dropdown li:hover li ul,
nav#main-menu ul.dropdown li.sfHover li ul {
	top:			-999em;
}

nav#main-menu ul.dropdown li li:hover ul,
nav#main-menu ul.dropdown li li.sfHover ul {
	left:			151px; /* match ul width */
	top:			0;
}

nav#main-menu ul.dropdown li li:hover li ul,
nav#main-menu ul.dropdown li li.sfHover li ul {
	top:			-999em;
}

nav#main-menu ul.dropdown li li li:hover ul,
nav#main-menuul.dropdown li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
 
nav#main-menu .dropdown li:hover, .dropdown li.sfHover,
nav#main-menu .dropdown a:focus, .dropdown a:hover, .dropdown a:active {
 	outline:		0;
}

.sf-sub-indicator { display:none; }
nav#main-menu .dropdown li ul .sf-sub-indicator { display:inline; }

/********************************************************************************************* 

3. Page Structure: Main Content

*********************************************************************************************/

div.breadcrumbs {
	color: #999;
	font-size: 11px;
	margin: 10px 0 20px;
}

#content {
	float: left;
	display: inline;
	width: 620px;
	margin: 0 20px 50px 0;
}

aside {
	float: left;
	display: inline;
	width: 300px;
}

div.wrapper-reversed #content {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}

div.full-width #content {
	margin-right: 0;
	float: none;
	display: block;
	width: 940px;
}

div.wrapper-reversed img.cover-wide {
	margin-left: 0;
}

/********************************************************************************************* 

4. Page Structure: Common Elements

*********************************************************************************************/

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 20px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #333;
        text-decoration: underline;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #cc0033;
        text-decoration: none;
}

img.cover {
	margin-bottom: 20px;
}

img.cover-wide {
	margin-left: -30px;
}

.title-xsmall {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

.title-small {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.title-medium {
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
}

.title-large {
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
}

.title-xlarge {
	font-size: 14px;
	line-height: 20px;
}

.title-xxlarge {
	font-size: 14px;
	line-height: 20px;
}

p.title {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
}

div.widget {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
}

div.widget li {
	list-style-type: none;
	margin-bottom: 10px;
}

.widget-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #999;
}

div.secondary {
	background-color: #f4f4f4;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	color: #999;
	font-size: 11px;
	line-height: 22px;
	padding: 15px 15px;
}

div.secondary a {
	color: #333;
}

div.secondary a:hover {
	text-decoration: underline;
}

div.secondary div.column,
div.post-actions div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 285px;
}

div.secondary div.column.column-last,
div.post-actions div.column.column-last {
	margin-right: 0;
}

div.secondary div.cover,
div.cover-author {
	float: left;
	display: inline;
	margin-right: 10px;
}

div.secondary div.cover img,
div.cover-author img,
ul.posts-related div.cover img {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

div.cover-author {
	float: right;
	margin: 0 0 10px 10px;
}

div.secondary p {
	margin: 0;
}

div.secondary.post-meta,
div.post-actions {
	margin: 20px 0;
}

div.post-actions {
	color: #999;
}

div.post-actions a {
	color: #333;
}

div.post-actions a:hover {
	text-decoration: underline;
}

div.archive-description {
	font-size: 15px;
	line-height: 25px;
}

#main div.divider {
	border-bottom: dotted 1px #ccc;
	margin: 20px 0;
}

/********************************************************************************************* 

6. Archives: Category, Author, Search

*********************************************************************************************/

ul.posts-list li {
	font-size: 13px;
	list-style-type: none;
}

ul.posts-list li.full-width {
	line-height: 23px;
}

ul.posts-list li.secondary {
	line-height: 21px;
}

ul.posts-list p.postmetadata {
	font-size: 11px;
	color: #999;
	display: block;
	margin-bottom: 5px;
}

ul.posts-list li.secondary span.category {display: block;}

ul.posts-list li.secondary p.postmetadata {
	margin-top: 10px;
}

ul.posts-list p {
	margin: 0;
}

ul.posts-list li.full-width h1 {
	margin-bottom: 15px;
}

ul.posts-list li.secondary h1 {
	margin-bottom: 10px;
}

ul.posts-list div.cover {
	float: left;
	display: inline;
	width: 140px;
	margin-right: 20px;
}

ul.posts-list div.post-excerpt,
ul.posts-related div.post-excerpt {
	overflow: hidden;
}

div.navigation { text-align: center; margin-bottom:15px; font-size: 14px; }
div.navigation {background-color: #f3f3f3; border: solid 1px #e7e7e7; background-repeat:repeat-x; background-image:-khtml-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1)); background-image:-moz-linear-gradient(top, #f9f9f9, #f1f1f1); background-image:-ms-linear-gradient(top, #f9f9f9, #f1f1f1); background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #f1f1f1)); background-image:-webkit-linear-gradient(top, #f9f9f9, #f1f1f1); background-image:-o-linear-gradient(top, #f9f9f9, #f1f1f1); background-image:linear-gradient(top, #f9f9f9, #f1f1f1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f1f1f1', GradientType=0);}
div.navigation p {margin: 0;}
div.navigation a,
div.navigation .current { border: none; line-height: 40px; margin-right: 5px;  }
div.navigation .current { font-weight:bold;  }
div.navigation .page-numbers {padding: 0 10px; border-right: solid 1px #e5e1da; margin-right: 0; }
div.navigation .next {float:right; padding-right:20px; border-right: 0; }
div.navigation .prev {float:left; padding-left:20px; border-right: 0;}

ul.related-pages a {
	color: #666;
}

ul.related-pages a:hover {
	color: #222;
}

ul.related-pages li {
	border-bottom: solid 1px #eee;
	color: #cc0000;
	list-style-type: square;
	padding-bottom: 5px;
}

ul.related-pages li:hover {
	border-bottom: solid 1px #bbb;
	color: #
}

ul.related-pages li.current-page {
	font-weight: bold;
}

/********************************************************************************************* 

7. Homepage Blocks

*********************************************************************************************/

/* Featured Slider */

#featured-posts {
	margin: 0 0 20px;
	position:relative;
}

#featured-posts p.read-more {
	margin: 15px 0 0;
}

#featured-posts li {
	list-style-type: none;
}

#featured-posts h2 {
	font-size: 20px;
	line-height: 26px;
}

#featured-posts div.post-excerpt {
	background-color: #f7f5ed;
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 20px 15px;
	width: 270px;
	min-height: 210px;
	font-size: 13px;
	line-height: 20px;
}

#featured-posts div.post-cover {
	float: left;
	display: inline;
	width: 620px;
}

#featured-posts .slides {
	width:940px;
	height:250px;
	display:none;
}

#featured-posts .slides li {
	width:940px;
	height:250px;
	display:block;
}

#featured-posts a.browse
{
	background:transparent url(images/arrows-port.png) no-repeat 0 0;
	cursor:pointer;
	display:block;
	font-size:1px;
	height:30px;
	position:absolute;
	text-indent:-2000px;
	bottom:1px;
	width:30px;
	z-index:30;
}

#featured-posts a.prev
{
	background-position:0 0;
	right:31px;
}

#featured-posts a.prev:hover
{
	background-position:0 -33px;
}

#featured-posts a.next
{
	background-position:-41px 0;
	right:0;
}

#featured-posts a.next:hover
{
	background-position:-41px -33px;
}

/* Welcome Message */

#welcome-message {
	font-size: 15px;
	line-height: 25px;
	margin: 30px 0 20px;
	text-align: center;
}

#welcome-message h1 {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
}

/* Featured Services (4) */

#special-blocks div.column {
	background-color: #f6f6f6;
	border: solid 1px #e5e5e5;
	float: left;
	display: inline;
	margin-right: 20px;
	padding: 14px;
	width: 190px;
	font-size: 12px;  
	line-height: 20px; 
}

#special-blocks div.column.column-last {
	margin-right: 0;
}

#special-blocks img {
	background-color: #fff;
	border: solid 1px #ddd;
	padding: 4px;
}

#special-blocks h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	margin: 12px 0;
}

#special-blocks p {
	margin: 0;
}

#social-block {
	background-color: #f9e6c1;
	border: solid 1px #edd29f;
	margin: 30px 0 10px;
	padding: 12px 19px 10px;
	font-size: 11px;
	line-height: 22px;
	text-shadow: #faefdb 1px 1px 0;
}

#social-block.social-block-inside {
	margin-bottom: 20px;
}

#social-block div.column {
	color: #666;
	float: left;
	display: inline;
	margin-right: 20px;
	width: 440px;
}

#social-block div.column.column-last {
	margin-right: 0;
}

#social-block a {
	color: #666;
}

#social-block a:hover {
	color: #111;
}

#social-block p {
	margin: 0;
}

#form-subscribe label,
#form-subscribe input {
	float: left;
	display: inline;
}

#form-subscribe label {
	color: #7f7158;
	font-weight: bold;
	margin-right: 10px;
	line-height: 30px;
}

#form-subscribe input#form-email {
	border: solid 1px #e3c68f;
	background-color: #fff;
	font-size: 13px;
	height: 20px;
	width: 150px;
	padding: 3px 5px;
	margin-right: 2px;
}

a.button {
	display: inline;
}

#form-subscribe input#form-submit,
a.button {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding: 3px 10px;
	height: 28px;
	border: solid 1px #2b849e;
	cursor: pointer;            
	display: block; 	
	color: #fff;                
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;    
	border-radius: 2px;         
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
}

a.button {
	display: inline;
	padding: 5px 10px;
}

#form-subscribe input#form-submit.blue,
a.button.blue {
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
	border-color: #0064cd #0064cd #003f81;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #09509a 1px 1px 0;
}

#form-subscribe input#form-submit.green,
a.button.green {
	background-color: #57a957;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
	background-image: -moz-linear-gradient(top, #62c462, #57a957);
	background-image: -ms-linear-gradient(top, #62c462, #57a957);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
	background-image: -webkit-linear-gradient(top, #62c462, #57a957);
	background-image: -o-linear-gradient(top, #62c462, #57a957);
	background-image: linear-gradient(top, #62c462, #57a957);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
	border-color: #57a957 #57a957 #3d773d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3e783e 1px 1px 0;
}

#form-subscribe input#form-submit.orange,
a.button.orange {
	background-color: #c98610;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#e49d1f), to(#c98610));
	background-image: -moz-linear-gradient(top, #e49d1f, #c98610);
	background-image: -ms-linear-gradient(top, #e49d1f, #c98610);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49d1f), color-stop(100%, #c98610));
	background-image: -webkit-linear-gradient(top, #e49d1f, #c98610);
	background-image: -o-linear-gradient(top, #e49d1f, #c98610);
	background-image: linear-gradient(top, #e49d1f, #c98610);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e49d1f', endColorstr='#c98610', GradientType=0);
	border-color: #c98610 #c98610 #bf831c;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #bf831c 1px 1px 0;
}

#form-subscribe input#form-submit.purple,
a.button.purple {
	background-color: #4f337d;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#664a96), to(#4f337d));
	background-image: -moz-linear-gradient(top, #664a96, #4f337d);
	background-image: -ms-linear-gradient(top, #664a96, #4f337d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #664a96), color-stop(100%, #4f337d));
	background-image: -webkit-linear-gradient(top, #664a96, #4f337d);
	background-image: -o-linear-gradient(top, #664a96, #4f337d);
	background-image: linear-gradient(top, #664a96, #4f337d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#664a96', endColorstr='#4f337d', GradientType=0);
	border-color: #4f337d #4f337d #382458;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #3a2164 1px 1px 0;
}

#form-subscribe input#form-submit.red,
a.button.red {
	background-color: #c43c35;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
	border-color: #c43c35 #c43c35 #882a25;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #a8332d 1px 1px 0;	
}

#form-subscribe input#form-submit.teal,
a.button.teal {
	background-color: #339bb9;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
	background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
	background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
	background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
	background-image: linear-gradient(top, #5bc0de, #339bb9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
	border-color: #339bb9 #339bb9 #22697d;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #2a819a 1px 1px 0;
}

#form-subscribe input#form-submit:hover,
a.button:hover {
	background-position: 0 -15px;
	text-decoration: none;
}

#form-subscribe input#form-submit:active,
a.button:active {
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.social-actions {
	margin-top: 3px;
}

ul.social-actions li {
	float: left;
	display: inline;
	list-style-type: none;
	margin-right: 15px;
}

ul.social-actions img {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0;
}

/********************************************************************************************* 

7. Single: Post/Page Styling

*********************************************************************************************/

.post-content {
	font-size: 13px;  
	line-height: 23px; 
	overflow: hidden;
	max-width: 620px;
}

.full-width .post-content,
.full-width .post-content img
{
	max-width: 940px;
}

.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5, 
.post-content h6 {
	font-weight: bold;
	margin: 12px 0 12px;
	line-height: 1.25em; 
}

.post-content h1 {
	font-size: 32px;
	line-height: 36px;
}

.post-content h2 {
	font-size: 26px;
	line-height: 32px;
}

.post-content h3 {
	font-size: 22px;
	line-height: 26px;
}

.post-content h4 {
	font-size: 18px;
	line-height: 24px;
}

.post-content h5 {
	font-size: 16px;
	line-height: 22px;
}

.post-content h6 {
	font-size: 14px;
	line-height: 20px;
}

.post-content p {
	margin-bottom: 1em; 
}

.post-content img {
	margin-bottom: 20px; 
	max-width: 620px; 
	height: auto; 
}
.post-content ul, 
.post-content ol {
	margin: 0 0 1em 1em; 
}
.post-content li ul, 
.post-content li ol {
	margin-bottom: 0; 
}
.post-content li {
	list-style-position: outside; 
	margin-left: 20px;
} 
.post-content ul li {
	list-style-type: square;
}
.post-content ol li {
	list-style-type: decimal; 
}
.post-content blockquote {
	margin: 10px; 
	display: block; 
	float: none; 
	clear: both; 
	font-style: italic; 
	font-size: 1em; 
	border-left: solid 5px #eee; 
	background-color: #fafafa; 
	padding: 10px 15px 1px; 
}
.post-content a {
	text-decoration:none; 
}
.post-content a:hover {
	text-decoration:underline; 
	cursor: pointer; 
}

ul.posts-related li {
	list-style-type: none;
	margin: 0 0 15px;
}

ul.posts-related div.cover {
	float: left;
	display: inline;
	margin-right: 10px;
}

ul.posts-related li h2 {
	font-size: 12px;
	line-height: 20px;
	margin: 0 0 6px;
}

ul.posts-related time {
	font-style: italic;
	font-size: 11px;
}



/********************************************************************************************* 

9. Page Structure: Prefooter & Footer

*********************************************************************************************/

#prefooter {
	background-color: #fdf8ee;
	border: solid 1px #fcf2dd;
	margin: 0 0 20px;
	padding: 10px 19px;
}

#prefooter a {
	color: #666;
}

#prefooter a:hover {
	color: #111;
}

#prefooter p.title {
	color: #bf0101;
	font-weight: normal;
	text-transform: none;
}

#prefooter li {
	line-height: 16px;
}

#prefooter div.widget {
	font-size: 11px;
}

#prefooter div.column {
	float: left;
	display: inline;
	margin-right: 20px;
	width: 210px;
}

#prefooter div.column.column-last,
#prewidgets div.column.column-last {
	margin-right: 0;
}

footer {
	font-size: 11px;
	line-height: 20px;
	color: #999;
	margin: 20px 0 50px;
}

footer div.wrapper {
	width: 980px;
}

footer p.copy {float: left; display: inline; }
footer p.footer { display: inline; float: right; }
footer p.footer a {color: #999; text-decoration: none;}
footer p.footer img { display: inline; float: right; padding: 0 0 0 2px; }

/********************************************************************************************* 

9. Lightbox effect (ColorBox) styling

*********************************************************************************************/

/* 
    Core Style:
    Do not edit these lines
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; font-size: 12px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{}
    #cboxContent{margin-top:20px;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{border:5px solid #000; background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext.hover{background-position:bottom right;}
        #cboxLoadingOverlay{background:#000;}
        #cboxLoadingGraphic{background:url(images/loading2.gif) no-repeat center center;}
        #cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
        #cboxClose.hover{background-position:bottom center;}

/********************************************************************************************* 

12. Miscellaneous

*********************************************************************************************/



.twitter-timestamp {
	color: #999;
	font-size: 11px;
	font-style: italic;
	display: block;
}

/* Begin Images */
.post-content img.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;	}
.post-content img.alignright {	margin: 0 0 5px 10px;	display: inline;	}
.post-content img.alignleft {	margin: 0 10px 5px 0;	display: inline;	}
.alignright {	float: right;	}
.alignleft {	float: left	}

/* [gallery] shortcode styling */
#content .gallery { margin: auto; text-align:center; clear:both; }
#content .gallery .gallery-item {display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; margin:10px; }
#content .gallery img { border: solid 4px #f6f3ee; padding: 10px; }
#content .gallery-caption { margin-left: 0; }
#content .gallery img:hover {border: solid 4px #d46670; }
#content div.gallery .clear {
	height: auto;
	font-size: 14px;
	line-height: 20px;
}



/* Recent Comments */
ul.recent-comments-list {margin: 0; padding: 0; font-size: 12px; }
.recent-comments-list img.avatar { margin-right: 12px; float: left;}
.recent-comments-list li {padding: 0 0 10px; margin:0 0 10px; border-bottom: dotted 1px #ccc; } 

/* Recent Posts */
ul.posts-side li {
	margin: 0 0 10px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}

ul.posts-side div.cover {
	float: left;
	display: inline;
	margin-right: 10px;
}

ul.posts-side h2.title {
	font-size: 13px;
	margin: 0;
}

ul.posts-side p.postmetadata {
	color: #999;	
	font-size: 11px;
	margin: 0;
}

/********************************************************************************
                Tabber CSS
********************************************************************************/
 
.tabberlive .tabbertabhide { display: none; }
ul.tabbernav { margin: 0; padding: 0; float: left; width: 100%; display: inline; list-style-type: none; border-bottom: 1px solid #666; margin-bottom: 10px; }
ul.tabbernav li { float: left; margin: 0 1px 0 0; padding: 0; line-height: 30px; overflow: hidden; position: relative; }
*html  ul.tabbernav { padding: 2px 0; /* ie6 only */ }
*+html  ul.tabbernav { padding: 2px 0; /* ie7 only */ }
ul.tabbernav li { list-style-type: none; display: inline; background-color: #f4f4f4; }
ul.tabbernav li a { text-decoration: none; /* inactive tabs */ color: #888; display: block; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 0 10px; outline: none; }
ul.tabbernav li.tabberactive { background-color: #666; /* active tab */ }
ul.tabbernav li.tabberactive a { color: #fff; }
.tabbertabs .recent_comments li img, .tabbertabs .recent_news li img { float: left; margin: 0 7px 5px 0; }
.tabberlive .tabbertab { padding: 5px 0 0; float: left; width: 100%; }
.tabbertab .widgettitle { display: none; }
aside .tabbertabs ul.posts li {float: none; display: block; width: 100%; }




a.meeroffertes{
        font: 14pt "Arial";
        color: #00417d;
	display:block;
	margin-bottom:1em;
	background:#f0f9ff 
	no-repeat 10px 
	center;padding:5px 35px;
	text-decoration:none;
	}

a.meeroffertes:hover{
	text-decoration:underline;
	}

.left {
float:left;
}

.rand {
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 4px;
        float: left;
        margin: 7px 10px 100px 0px;
}
