/*   
Theme Name: RudiBela Original
Theme URI: http://www.rudibela.com/
Description: Genuine affiliate-friendly wordpress theme by RudiBela.
Author: Izabela and Sasa Bogdanovic
Author URI: http://www.rudibela.com/
Template: thematic
Version: 1.0
Tags: rudibela
.
RudiBela Original Wordpress theme is copyrighted by RudiBela http://www.rudibela.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('3c-r-fixed-primary-988px.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors
   For demonstration purposes we're using the default Thematic style
   For major changes I recommend copying over the default styles into this file */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* Import additional styles */
@import url('lavalamp3.css');
@import url('jquery.cluetip.css');

/* =General
-------------------------------------------------------------- */
body {
	font-family: Verdana, "Trebuchet MS", sans-serif;
	background-color: #3F6558;
	background-color: #294136;
}

input, textarea {
    font-family: Verdana, "Trebuchet MS", sans-serif;
    color: #1A2D27;
}

/* =Category Menu
-------------------------------------------------------------- */

#category-access {
    border: none;
    height:34px;
    font-size:13px;
    overflow:visible; 
    z-index:150;
    margin-top: 50px;
    font-size: 11px;
    color: #E7F1EE;
    background-color: #1A2D27;
}
/* uncomment the following two selectors in case your category list wraps into a second row
#category-access {
		height: 96px;
}

body.ie7 #category-access {
		height: 64px;
}
*/
.menu-title {
    float:left;
    font-style:italic;
    line-height:34px;
    margin-right:10px;
}
.sf-menu {
	border: none;
}
.sf-menu li {
    height:34px;  
}
#category-access .menu {
    border: none;
}
#category-access .menu a {
    border: none;
    margin-right:3px;
    padding: 11px 13px;
}
#category-access .menu li:hover, #category-access .sf-menu li:hover a,
#category-access .menu li.sfHover, #category-access .sf-menu li.sfHover a,
#category-access .menu a:focus, #category-access .sf-menu a:hover, #category-access .sf-menu a:active {
    outline: 0;
    border:	none;
    background-color: #33594D;
    color: #D1DFDA;
}
#category-access .menu li.current-cat, #category-access .menu li.current_page_item {
    background-color: #33594D;
}
#category-access .menu ul a {
    border: none;
    margin-right:0;
    color: #E7F1EE;
}

#category-access .menu ul li ul li {
  background-color: #1A2D27;
}


/* =Default Widgets
-------------------------------------------------------------- */

#crown h3 {
    font-size:14px;
    padding:10px 0 4px 0;
}
.aside h3 {
    font-style: normal;
    line-height:21px;
    color: #396253;
}

#crown #thematic-power-blog-subscribe {
    padding:0 0 44px 0;
    position:relative;
}
#crown #thematic-power-blog-subscribe h3 {
    position:absolute;
    top:0;
    left:0;
}
#crown #thematic-power-blog-subscribe ul {
    list-style:none;
    margin:0;
    position:absolute;
    top:0;
    right:0;
}
#crown #thematic-power-blog-subscribe ul li {
    padding:0;
}
#crown #thematic-power-blog-subscribe a {
    background:url(images/feed-icon-14x14.gif) no-repeat 10px 6px;
    border:1px solid #ccc; 
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    padding:6px 16px 6px 32px;    
    text-decoration:none;
}
#crown div.textwidget a img {
	display: block;
	float: left;
	margin: 0 50px 20px 0;
}
/* Fix for the a-tag border bug in IE7 */
body.ie7 #crown #thematic-power-blog-subscribe a {
	float:left; 
}
#thematic-power-blog-about ul {
    list-style:none;
    margin-left:0;
}
#thematic-power-blog-about a.more {
    display:block;
    text-align:right;
}


/* =Global Elements
-------------------------------------------------------------- */

#header {
    border-top:1px solid #ccc;
}
#branding {
    background: #fdfdfd url(images/RudiBela-LOGO.png) no-repeat 20px 10px;
    padding: 0; /* Bottom padding is the same height as the image called above */
    padding-top: 7px;
}
#blog-title {
    margin-left:-10000px;
}
#blog-description {
    display: none;
}
#main { 
    padding: 0; 
    background-color: #fdfdfd;
}
#sidebar {
    /*background-color: #EAECEB;*/
	width: 300px;
	width: 470px;
	margin: 0 0 0 -718px;
	margin: 0 20px 0 -548px;
	overflow: visible;
}
#leader {
    border-bottom:1px solid #ccc;
    margin-bottom:-22px;
    padding: 33px 0 11px 0;
}
#content {
	margin: 0 370px 0 25px;
	margin: 0 530px 0 25px;
  padding-top: 40px;
}
#contentPage {
  margin: 0;
}
#content .aside {
	border: none;
}
.aside a {
    color: #1A2D27;
}
#content .aside ul {
	padding: 0;
}
a[rel~=�tag�] {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-variant: small-caps;
}

.left50 {
  display: block;
  width: 404px;
  margin: 0 34px;
  float: left;
  padding: 0 0 20px;

}

.right50 {
  display: block;
  width: 404px;
  margin-left: 34px;
  float: right;
  clear: right;
  padding: 0 0 20px;
}

.hentry {
}
.crown-aside {
    color:#1A2D27;
    padding:0;
    margin:0;
    background-color: #fdfdfd;
}
.attachment-jpeg .crown-aside,
.attachment.png .crown-aside {
    display:none;
}
.crown-aside a {
    color:#666;
}
.crown-aside a:active,
.crown-aside a:hover {
    color: #731A0A;
}
.crown-aside ul {
    padding:0 20px;
}
.crown-aside ul ul {
    border:none;
    padding:0;
}
.main-aside {
    padding-top:22px;
}
.main-aside ul {
    padding:0 20px;
    overflow: visible;
}
.main-aside a img {
	margin: 0 0 5px;
}
#primary.main-aside ul {
	padding: 0 10px 0 20px;
}
#secondary.main-aside ul {
	padding: 0 20px 0 10px;
}
.main-aside ul ul {
    padding:0;
}
#crown {
    border: none;
    width: 300px;
    background-color: #EAECEB;
    background-color: #fdfdfd;
}
#primary {
    border: none;
    padding:20px 0 0;
    width:300px;
    width:270px;
    width:200px;
    background-color: #908e5b;
    overflow: visible;
}
#secondary {
    border: none;
    padding: 20px 0 0;
    width: 300px;
    width: 200px;
    width: 270px;
    background-color: #908e5b;
    overflow: visible;
}

#breadcrumb-nav {
    border-top:1px solid #ccc;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin-bottom:-22px;
}
#breadcrumb-nav a {
    color:#666;
}
#breadcrumb-nav a:active,
#breadcrumb-nav a:hover {
    color: #731A0A;
}
#breadcrumb-nav-container {
    margin:0 auto;
    padding:11px 0;
    width:988px;
    background-color: #D2E2C9;
}
#breadcrumb-nav-container p {
    margin:0;
}
#footer {
	background-color: #294136;
	margin: 0;
	width: 100%;
  border: none;
}

#siteinfo {
	color: #689f87;
	width: 868px;
	margin: 0 auto;
	overflow: hidden;
}

#footer #siteinfo a, #footer #siteinfo a.link, #footer #siteinfo a.visited {
    color: #689f87;
}
#footer #siteinfo a.hover, #footer #siteinfo a.active {
    color: #fdfdfd;
}


.wp-pagenavi span.pages {
		padding:4px !important;
}


/* =Widgets
-------------------------------------------------------------- */

.aside th, .aside td {
	padding:0.25em 0.35em;
}

#subsidiary .aside {
	width: 450px;
	color: #e6e6e6;
	background: transparent url('images/white-circle.jpg') no-repeat top left;
}
#subsidiary ul.xoxo, #subsidiary ul.xoxo ul{
	list-style: none;
}
#subsidiary ul.xoxo li h3 {
	font-size: 22px;
	font-weight: bold;
	margin: 10px 60px;
}
#subsidiary ul.xoxo li ul {
	margin: 10px 60px;
}
#subsidiary ul.xoxo li ul li {
	margin: 7px 0;
	font-size: 14px;
	line-height: 21px;
	font-style: italic;
}
#subsidiary ul.xoxo li ul li a:link, #subsidiary ul.xoxo li ul li a:visited {
	color: #cfcfcf;
	text-decoration: none;
	border-bottom: 1px dashed #cfcfcf;
	font-size: 14px;
	font-style: italic;
}
#subsidiary ul.xoxo li ul li a:hover, #subsidiary ul.xoxo li ul li a:active  {
	color: #fdfdfd;
	border-bottom: 1px dashed #fdfdfd;
}
/* =Single-post page
-------------------------------------------------------------- */
h1.page-title {
	color: #547779;
	font-family: Georgia, serif;
	font-size: 32px;
	line-height: 32px;
	font-style: italic;
	padding: 0 0 22px;
    text-shadow: 2px 2px 2px #628F80;
}
h1.entry-title {
    color: #1A2D27;
    font-family: Georgia, serif;
    font-size: 23px;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 0;
    text-shadow: 3px 3px 3px #D5D5D5;
} 
h2.entry-title, a.thumbnail-post-title {
	font-family: Georgia, serif;
	font-size: 23px;
	font-weight: normal;
	text-transform: uppercase;
  padding-bottom: 0;
}
h2.entry-title a:link, h2.entry-title a:visited {
	text-decoration: none;
	border: none;
	display: block;
  color: #192C26;
}
.entry-content .read-more-block {
	display: block;
	clear: left;
	margin: 15px 0 0;
}
.entry-content a.read-more:link, .entry-content a.read-more:visited {
	float: right;
	margin: 5px 20px 0;
	background-color: #1A2D27;
	color: #FEEC9F;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	padding: 2px 10px;
	cursor: pointer;
  -moz-border-radius: 3px;
}
.entry-content a.read-more:hover, .entry-content a.read-more:active {
	background-color: #3F6558;
	color: #FEEC9F;
}
.entry-content a img, .entry-content a:hover img {
	text-decoration: none;
	border: none;
}
.entry-content dl {
	margin: 0;
}
.entry-title a:hover, .entry-title a:hover {
	color: #1B2A1E;
	color: #731A0A;
}
.entry-meta {
	font-size: 11px;
}
.entry-meta, .entry-meta a {
	color: #731A0A;
  font-family: Georgia, serif;
  font-size: 12px;
}
.entry-meta a:hover {
    color: #731A0A;
}
.entry-meta abbr {
	text-transform: capitalize;
	font-style: italic;
}
.entry-content {
	font-size: 12px;
	line-height: 22px;
	color: #040806;
}
.entry-content h2 {
	font-family: Georgia, serif;
	font-size: 23px;
  font-weight: normal;
	padding: 10px 0;
  color: #396253;
  text-shadow: 2px 2px 2px #DCDCDC;
}
.entry-content p {
    margin-bottom: 10px;
}
.entry-content blockquote {
  /*font-family: Georgia, serif;*/
  font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #373F39;
  background-color: #E4DA9E;
  margin: 20px 0;
  padding: 20px 0;
}
.entry-content blockquote p {
    margin: 0 20px;
}
.entry-content .hblockquote {
	font-size: 22px;
	line-height: 33px;
	color: #373F39;
	text-transform: uppercase;
	font-style: normal;
	margin: 0 0 25px;
	width: 200px;
	display: inline;
	float: right;
}
.entry-content .olblockquote {
	font-size: 14px;
	line-height: 27px;
	background-color: #3F5250;
	margin: 0 0 25px;
	width: 265px;
	color: #fdfdfd;
	display: inline;
	float: left;
}
.entry-content .olblockquote p {
	margin: 20px;
}

.entry-content .wp-caption {
	width: 485px;
	background-color: #FFFFFF;
	padding: 15px 10px 0;
	overflow: visible;
}
.entry-content .wp-caption img {
	display: block;
	margin: 0 auto;
	border: none;
	background: none;
/*	border-left: 15px solid #3D4E4B;
	border-right: 15px solid #3D4E4B;
*/}
.entry-content img.imgtfe {
	margin: 5px 20px 10px 0;
	border: 5px solid #1A2D27;
}
.entry-content .wp-caption p {
	font-size: 11px;
	font-style: normal;
	color: #1A2D27;
	text-align: center;
	padding: 5px 0 8px 0;
}
.entry-content a:link, .entry-content a:visited {
	color: #333F39;
	text-decoration: none;
	border-bottom: 1px dashed #333F39;
  padding: 1px;
} 
.entry-content a:hover, .entry-content a:active {
    color: #8E200D;
    border-bottom: 1px dashed #8E200D;
    background-color: #d2e2c9;
}
.entry-content .wp-caption a, .entry-content .wp-caption a img { border: 0; background: none;  text-decoration: none;
  line-height: 0; }

.entry-content .wp-caption a:hover, .entry-content .wp-caption a:hover img {
  border: 0;
  background: none; 
  text-decoration: none;
  line-height: 0;
}
.post {
	display: block;
	float: left;
	margin: 0 0 25px;
  width: 100%;
}
.entry-utility {
	font-style: normal;
  font-size: 11px;
	line-height: 20px;
	margin: 25px 0;
  width: 100%;
}

.entry-utility a {
    font-style: normal;
    border-bottom:1px dashed #333F39;
    color:#333F39;
    text-decoration:none;
    padding: 1px;
}
.entry-utility a:hover {
    color: #8E200D;
    border-bottom:1px dashed #8E200D;
    background-color: #d2e2c9;
}

/* =Single-post page comments
-------------------------------------------------------------- */
#comments {
	display: block;
	clear: left;
	padding: 0;
}
#respond {
	/*background: transparent url('images/comments-head.gif') no-repeat top left;*/
	display: block;
	padding: 0 0;
	margin-bottom: 44px;
}
#respond h3 {
  color:#0F1A16;
  margin:0 40px;
  text-shadow:2px 2px 2px #86471D;
  font-size:18px;
  padding:15px 0;
}
.formcontainer {
	margin: 0 40px;
}
#respond {
    background-color: #DC7530;
    font-weight: normal;
    color: #fdfdfd;
    border: 2px solid #192C26;
    padding: 20px 0;
/*    width: 250px;*/

}
#respond textarea {
	overflow: auto;
}
#respond input, #respond textarea {
	margin: 0;
	padding: 2px;
  font-style: normal;
  width: 250px;
  background-color: #fff;
  float: right;
  padding: 4px 0 4px;
  font-family: Verdana, "Trebuchet MS", sans-serif;
  font-size: 12px;
  color: #1A2D27;
    border: 2px solid #192C26;
}
#respond textarea {
    border:3px solid #192C26;
    font-family:Verdana,"Trebuchet MS",sans-serif;
    font-size:12px;
    line-height:18px;
    padding:2px;
    float: left;
    width: 330px;
    margin-top: -3px;
}
#respond .form-label label {
    display: inline-block;
    padding: 1px 1px 1px 5px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #FDFDFD;
    background-color: #192C26;
    width: 330px;
}
.form-section {
    font-size:12px;
    margin-bottom:5px;
    padding:3px 2px;
    width:auto;
}
#respond #form-section-comment .form-label label {
    width: 200px;
}

#form-section-comment textarea {
    width: 330px;
}

#respond .form-label span {
	color: #B62810;
	font-size: 13px;
	font-weight: normal;
}
#respond #comment-notes {
	color: #fdfdfd;
	font-size: 15px;
	margin: 20px 0 0;
}
#respond #comment-notes a:link, #respond #comment-notes a:visited, #respond p.login span a:link, #respond p.login span a:visited {
	color: #fdfdfd;
	text-decoration: none;
	border-bottom: 1px dashed #fdfdfd;
}
#respond #comment-notes a:hover, #respond #comment-notes a:active, #respond p.login span a:hover, #respond p.login span a:active {
	color: #fdfdfd;
	border-bottom: 1px dashed #fdfdfd;
}
#form-allowed-tags p {
	color: #fdfdfd;
}
#respond span.loggedin {
	color: #fdfdfd;
}
#respond .form-submit {
	padding: 0;
}
#respond #submit {
  /*
	background-color: #CD3014;
	color: #F8B9AD;
	padding: 4px 10px;
	margin: 0;
	font-family: Georgia, serif;
	font-size: 18px;
  */
    background-color:#DDD082;
    border:2px solid #52371B;
    color:#52371B;
    cursor:pointer;
    float:left;
    font-family:Verdana,"Trebuchet MS",sans-serif;
    font-size:12px;
    font-weight:bold;
    margin-top:20px;
    padding:3px 18px;
    width:auto;
}
#respond #submit:hover {
    background-color: #EFE195;
}

#comments-list {
	/*background: transparent url('images/comments-foot.gif') no-repeat top left;*/
}
#comments-list h3 {
	text-transform: uppercase;
	font-family: Georgia,"Rockwell Std", Georgia, serif;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0px;
	line-height: 32px;
	padding: 8px 0 0;
	margin: 0 0 0 100px;
	margin: 0;
	background-color: #fdfdfd;
	color: #1A2D27; 
}
#comments-list ol {
	background-color: #1A2D27;
	border: none;
}
#comments-list li, #comments-list li.alt, #comments-list li.bypostauthor {
	background: transparent;
	border: none;
	padding: 18px 1.5em;
}
#comments-list .comment-author {
	color: #B3BFBB;
}
#comments-list .comment-meta {
	color: #868F8C;
}
#comments-list span.unapproved {
	display: block;
	background: #4F5E59; 
	color: #1A2D27;
	margin: 10px 0;
}
#comments-list .comment-content {
	color: #cfcfcf;
	font-size: 13px;
	line-height: 20px;
}
#comments-list a:link, #comments-list a:visited, #comments-list .comment-meta a:link, #comments-list .comment-meta a:visited  {
	color: #cfcfcf;
	text-decoration: none;
	border-bottom: 1px dashed #cfcfcf;
}
#comments-list a:hover, #comments-list a:active, #comments-list .comment-meta a:hover, #comments-list .comment-meta a:active  {
	color: #fdfdfd;
	border-bottom: 1px dashed #fdfdfd;
}
/* =Widgets
-------------------------------------------------------------- */
.main-aside h3 {
	margin: 10px 10px 0 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.main-aside ol {
	margin: 20px 10px 0 30px;
	padding: 0;
}
.widget-text {
	background-color: #fdfdfd;
	font-family: Verdana, "Trebuchet MS", sans-serif;
}
.widget-text h3 {
	text-transform: uppercase;
	font-size: 12px;
	font-style: normal;
	margin: 0 5px;
}
.widget-text h3.widgettitle {
	font-size: 28px;
	padding: 5px 0 0; 
}
.widget-text ol {
	margin: 10px 25px;
	padding: 0 0 20px 0;
}
.widget-text ol li {
	margin: 0;
	padding: 0;
}
.main-aside .widgetcontainer {
	background-color: #fdfdfd;
	font-family: Verdana, "Trebuchet MS", sans-serif;
	padding: 5px;
	margin: 0 0 20px;
}
.widget_topfivewidget h3 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.widget_topfivewidget h3.widgettitle {
	font-size: 26px;
}
.widget_topfivewidget ol {
}
#primary.main-aside ul li ul, #secondary.main-aside ul li ul {
	list-style: none;
	padding: 0;
	margin: 10px 20px;
}
#primary.main-aside ul li ul li, #secondary.main-aside ul li ul li {
	margin: 5px 0;;
}
.main-aside ul li ul li a:link, .main-aside ul li ul li a:visited {
	text-decoration: none;
}
.main-aside ul li ul li a:hover, .main-aside ul li ul li a:active {
	color: #8e200d;
}
/* =Pages
-------------------------------------------------------------- */
#contentPage div#pageTitle {
    background-color: #D2E2C9;
}
#contentPage h1.page-title {
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    padding: 35px 0 23px;
    margin-left: 40px;
    background-color: #D2E2C9;
    color: #1A2D27;
}
#contentPage h2.entry-title, #contentPage a.thumbnail-post-title {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 27px;
}
#contentPage .entry-content a.thumbnail-post-title:link, #contentPage .entry-content a.thumbnail-post-title:visited {
	text-decoration: none;
	border: none;
	display: block;
}
#contentPage .entry-content .read-more-block {
	display: block;
	clear: left;
	margin: 15px 0 0;
}
#contentPage .entry-content a.read-more:link, #contentPage .entry-content a.read-more:visited {
	float: right;
	margin: 15px 0 0;
	background-color: #EAECEB;
	color: #535F57;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 18px;
	text-decoration: none;
	border: none;
	padding: 0 5px;
	cursor: pointer;
	-moz-border-radius: 3px;
}
#contentPage .entry-content a.read-more:hover, #contentPage .entry-content a.read-more:active {
	background-color: #C2CFC6;
	color: #050F08;
}
#contentPage .entry-content a.pdf:link, #contentPage .entry-content a.pdf:visited {
	background: transparent url('images/acroread.png') top left no-repeat;
	padding-left: 20px;
}
#contentPage .entry-content a.linkedin:link, #contentPage .entry-content a.linkedin:visited {
	background: transparent url('images/linkedin.jpg') 0 3px no-repeat;
	padding-left: 55px;
}
#contentPage .entry-content a img, #contentPage .entry-content a:hover img {
	text-decoration: none;
	border: none;
}
#contentPage .entry-content dl {
	margin: 0;
}
#contentPage .entry-title a:hover {
	color: #1B2A1E;
}
#contentPage .entry-meta {
	font-size: 11px;
}
#contentPage .entry-meta, #contentPage .entry-meta a {
	color: #597371;
}
#contentPage .entry-meta abbr {
	text-transform: capitalize;
	font-style: italic;
}
#contentPage .entry-content {
	font-size: 16px;
	line-height: 24px;
	color: #040806;
}
#contentPage .entry-content h2 {
	font-family: Verdana, "Treuchet MS", sans-serif;
	font-size: 18px;
	padding: 15px 0;
  color: #943920;
}
#contentPage .entry-content ul {
    font-size: 0.9em;
    margin: 20px 0 20px 20px;
}

#contentPage .entry-content ul li {
    line-height: 1.7em;
    margin: 0 0 10px;
}

#contentPage .entry-content blockquote {
	font-size: 14px;
	line-height: 27px;
	color: #373F39;
	margin: 0 0 25px;
	display: inline;
	float: left;
  padding: 20px 0;
}

#contentPage .entry-content blockquote.blockgroup {
    padding: 0;
}

#contentPage .entry-content .hblockquote {
	font-size: 15px;
	line-height: 22px;
	background-color: #3F6558;
	font-style: normal;
	width: 114px;
  margin-left: 15px;
}
#contentPage .entry-content .hblockquote img {
    margin: 5px;
}
#contentPage .entry-content .olblockquote {
	font-size: 14px;
	line-height: 27px;
	color: #192C26;
  text-transform: none;
	background-color: #fdfdfd;
}
#contentPage .entry-content .olblockquote ol {
    margin-bottom: 0;
    margin-left: 40px;
    list-style: none;
}
#contentPage .entry-content .olblockquote li {
    font-size: 11px;
    line-height: 21px;
    font-style: normal;
    font-weight: bold;
}

#contentPage .entry-content div.pageText {
    display: block;
    float: left;
    clear: left;
    font-size: 12px;
    margin-left: 15px;
}

#contentPage .entry-content blockquote p {
    margin: 0 20px;
}
#contentPage .entry-content blockquote.blockgroup p {
    margin: 0;
}

#contentPage div.contactForm {
    display: block;
    float: left;
    clear: left;
    width: 100%;
    background: #dc7530 url('images/RudiBela-LOGO2.png') 90% 90% no-repeat;
    padding: 20px 0;
    border-top: 20px solid #294136;
}

#contentPage div.contactForm h2 {
    margin: 0 40px;
    color: #0F1A16;
    text-shadow: 2px 2px 2px #86471d;
}

#contentPage div.wpcf7 {
    margin: 0 40px;
}

#contentPage div.wpcf7 p {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 3px 2px;
    width: auto;
}

#contentPage div.wpcf7 label {
    display: inline-block;
    padding: 1px 1px 1px 5px;
    margin-bottom: 2px;
    font-size: 11px;
    color: #FDFDFD;
    background-color: #192C26;
    width: 330px;
}

#contentPage div.wpcf7 label.wpcf7Subject {
    width: 200px;
}

#contentPage div.wpcf7 input {
    border: 2px solid #192C26;
    float: right;
    padding: 4px 2px 4px;
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 12px;
    width: 250px;
}

#contentPage div.wpcf7 input.wpcf7Submit {
    background-color: #ddd082;
    border: 2px solid #52371b;
    color: #52371b;
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 18px;
    margin-top: 20px;
    cursor: pointer;
    float: left;
    width: auto;
}
#contentPage div.wpcf7 input.wpcf7Submit:hover {
    background-color: #EFE195;
}
#contentPage div.wpcf7 input.quiz {
    float: none;
    width: auto;
}

#contentPage div.wpcf7 textarea {
    line-height: 12px;
    border: 3px solid #192C26;
    width: 400px;
    font-family: Verdana, "Trebuchet MS", sans-serif;
    font-size: 12px;
    line-height: 18px;
    padding: 2px;
    margin-top: -3px;
}

#contentPage div.wpcf7 small {
    font-size: 10px;
    color: #427162;
}

#contentPage .entry-content .wp-caption {
	width: 485px;
	background-color: #1A2D27;
	padding: 20px 10px 0;
	overflow: visible;
}
#contentPage .entry-content .wp-caption img {
	display: block;
	margin: 0 auto;
	border: none;
/*	border-left: 15px solid #3D4E4B;
	border-right: 15px solid #3D4E4B;
*/}
#contentPage .entry-content img.imgtfe {
	margin: 5px 20px 10px 0;
	border: 5px solid #1A2D27;
}
#contentPage .entry-content .wp-caption p {
	font-size: 17px;
	font-style: italic;
	color: #fdfdfd;
	text-align: center;
	padding: 15px 0;
}
#contentPage .entry-content a:link, #contentPage .entry-content a:visited {
	color: #333F39;
	text-decoration: none;
	border-bottom: 1px solid #333F39;
  padding: 2px 3px
}
#contentPage .entry-content a:hover, #contentPage .entry-content a:active,
#contentPage .entry-content a.pdf:hover, #contentPage .entry-content a.pdf:active,
#contentPage .entry-content a.linkedin:hover, #contentPage .entry-content a.linkedin:active {
	border-bottom: 1px solid #333F39;
  background-color:  #D2E2C9;
}
#contentPage .post {
	display: block;
	float: left;
	margin: 0 0 25px;
}
#contentPage .entry-utility {
	font-style: italic;
	line-height: 20px;
	margin: 0 0 22px;
}

/* =Categories - talk-clouds
-------------------------------------------------------------- */
div.category div.hentry {
    background: transparent url('images/bottom-cloud-2.png') bottom left no-repeat;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

div.category div.hentry h2 {
    margin: 0 20px;
}

div.category div.hentry div.entry-meta {
    margin: 0 20px;

}

div.category div.hentry div.entry-content-wrapper {
    margin: 0;
    background: transparent url('images/up-cloud-2.png') top left no-repeat;
    padding: 40px 0 20px;
    overflow: visible;
}

div.category div.hentry div.entry-content {
    margin: 0 20px;
    padding-top: 0px;
    font-size: 12px;
    color: #731A0A;
}

.navigation a {
    text-transform: lowercase;
    font-style: normal;
    font-size: 11px;
    color: #192C26;
    display: block;
    padding-top: 30px;
    width: auto;
}

.navigation a:hover {
    color: #731A0A;
}
.nav-previous {
    width: 120px;
    clear: left;
    margin-left: 50px;
}
.nav-next {
    width: 120px;
    clear: right;
    margin-right: 50px;
}

.nav-previous a {
    background: transparent url('images/arrow-previous.png') top left no-repeat;
}

.nav-next a {
    background: transparent url('images/arrow-next.png') top right no-repeat;
}
