@font-face {
    font-family: 'rudaregular';
    src: url('fonts/ruda-regular-webfont.eot');
    src: url('fonts/ruda-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ruda-regular-webfont.woff') format('woff'),
         url('fonts/ruda-regular-webfont.ttf') format('truetype'),
         url('fonts/ruda-regular-webfont.svg#rudaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rudabold';
    src: url('fonts/ruda-bold-webfont.eot');
    src: url('fonts/ruda-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ruda-bold-webfont.woff') format('woff'),
         url('fonts/ruda-bold-webfont.ttf') format('truetype'),
         url('fonts/ruda-bold-webfont.svg#rudabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * 1.0 Reset
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {	display: block;}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
	color: #2d2d2d;
	font-family: 'rudaregular', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
}

body {background: url(images/bg_complete.jpg) top left repeat;}

a {
	color: #1e7d96;
	text-decoration: none;
}

a:focus,
a:hover,
a:active {outline: 0;}

a:active,
a:hover {
	text-decoration: underline;
}

h1,
h2,
h3 {
	clear: both;
	font-family: 'rudabold', sans-serif;
}

h1 {
	font-size: 30px;
	color: white;
	text-shadow: 1px 0px 0px black;
	font-family: 'rudaregular', sans-serif;
	line-height: 1.3;
}

h2 {
	font-size: 24px;
	color: black;
}

h3 {
	font-size: 18px;
	color: #1e7d96;
}

h4 {
	font-size: 24px;
	color: #2d2d2d;
	font-family: 'rudaregular', sans-serif;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {font-family: 'rudabold', sans-serif; font-weight: normal;}

cite,
dfn,
em,
i {font-style: italic;}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {	margin-bottom: 24px;}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {	font-size: smaller;}
big {font-size: 125%;}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {bottom: 1ex;}
sub {top: .5ex;}
dl {margin-bottom: 24px;}
dt {font-weight: bold;}
dd {margin-bottom: 24px;}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {list-style: disc;}
ol {list-style: decimal;}

li > ul,
li > ol {margin: 0 0 0 20px;}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {margin: 0;}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {white-space: normal;}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {line-height: normal;}

input,
textarea {background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {cursor: default;}

input[type="checkbox"],
input[type="radio"] {padding: 0;}

input[type="search"] {	-webkit-appearance: textfield;}
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;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width:0;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {border-width: 0 1px 1px 0;}
del {color: #767676;}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/**
 * -----------------------------------------------------------------------------
 */
.site {
	background: url(images/bg_content.png) top center no-repeat;
	width: 953px;
	height: 1897px;
	margin: 0px auto;	
	padding: 0px 79px;
	position: relative;
}

#site-header {
	width: 100%;
	height: 130px;
	background: url(images/zickzack.png) bottom left no-repeat;
	margin-bottom: 30px;
}

#site-header .logo {
	background: url(images/logo.png) left top no-repeat;
	width: 413px;
	height: 60px;
	text-indent: -9999px;
	display: block;
	margin: 36px 0px 0px 11px;
	float:left;
}

#site-header .badgeSmall {
	float:right;
	margin: 5px 41px 0px 0px;
	background: url(images/badge_small.png) top right no-repeat;
	width: 148px;
	height: 104px;
	text-indent: -9999px;
	display: block;
}

#main #primary h1 {
	width: 558px;
	height: 73px;
	background: url(images/bg_h1.png) top left no-repeat;
	padding: 35px 40px;
	margin-bottom: 30px;
}


#main .main-content #primary article {
	position: relative;
}

#main .main-content .entry-content {
	padding: 0px 11px;
	display: block;
}

#main .main-content .entry-content .left,
#main .main-content .entry-content .center {
	    display: inline-block;
	width: 285px;
	margin: 0px 13px 0px 11px;
}

#main .main-content .entry-content p {margin-bottom: 0px;}

#main .main-content .entry-content .mainText {
	
	background: url(images/border_long.png) top left no-repeat;		
	display: block;
	margin-top: 25px;
	padding-top: 25px;
	position: relative;
}

#main .main-content .entry-content .mainText .inner {
	background: url(images/border_long_vert.png) right top repeat-y;
	width: 628px;
	display: block;
	position: relative;
	padding-bottom: 25px;
}

#main .main-content .entry-content .mainText .inner .steps {
	background: url(images/steps.png) top left no-repeat;
	width: 601px;
	height: 1014px;
	display: block;
}

#main .main-content .entry-content .mainText .inner .step1 {
	margin-top: 6px;
	margin-right: 25px;
	text-align: right;
	font-size: 16px;
	color: #666666;
	width: 283px;
	float:right;
}

#main .main-content .entry-content .mainText .inner .step1 .big {float: right;}

#main .main-content .entry-content .mainText .inner .step2 {
	margin-top: 160px;
	margin-right: 25px;
	text-align: left;
	font-size: 16px;
	color: #666666;
	width: 303px;
	float:left;
}

#main .main-content .entry-content .mainText .inner .step3 {
	margin-top: 80px;
	margin-right: 25px;
	text-align: right;
	font-size: 16px;
	color: #666666;
	width: 315px;
	float:right;
}

#main .main-content .entry-content .mainText .inner .step4 {
	margin-top: 60px;
	margin-right: 25px;
	text-align: left;
	font-size: 16px;
	color: #666666;
	width: 303px;
	float:left;
	margin-bottom: 40px;
}

#main .main-content .entry-content .mainText .inner .big {
	font-size: 24px;
	color: #2d2d2d;	
}

#main .main-content .entry-content .mainText .inner .footer {
	float:left;
	width: 600px;
	background: url(images/border_long.png) top left no-repeat;
}


#main .main-content .entry-content .mainText .inner .footer img {
	width: 210px;
	float:left;
	margin-top: 30px;
	display: none;
}

#main .main-content .entry-content .mainText .inner .footer .newsletterWrapper {
	float:right;
	width: 300px;
	margin-top: 30px;
	color: grey;
}

#main .main-content .entry-content .mainText .inner .footer .newsletterWrapper b {color: #2d2d2d;}

#main .main-content .entry-content  .copyright {
	float: left; 
	width: 100%;
	margin-top: -10px;
	font-size: 13px;
}

#main .main-content #content-sidebar {
	width: 292px;
	position: absolute;
	right: 89px;
	top: 505px;
}

#main .main-content #content-sidebar p {margin-bottom: 0px;}


#main .main-content #content-sidebar #newsletterwidget-3 {
	float:right;
	width: 292px;
	color: grey;
}

#main .main-content #content-sidebar #newsletterwidget-3 b {color: #2d2d2d;}

.newsletter th {
	font-family: 'rudabold'; 
	font-weight: normal;
	color: #2d2d2d;
}

.newsletter th,
.newsletter td {
	width: 292px; 
	float:left;
}

.newsletter input.newsletter-email {
	background: transparent url(images/bg_input.png) top left no-repeat;
	width: 292px;
	height: 33px;
	border: none;
	padding: 0px 10px;
}

.newsletter input.newsletter-submit {
	margin-top: 10px;
	float:right;
	height: 33px;
	color: white;
	background-color: #1e7d96;
	padding: 0px 20px;
	border: 0px;
}

#main .main-content #content-sidebar aside.widget_recent_entries {
	margin-top: 60px;
	float:left;
	width: 100%;
	background: url(images/border_small.png) bottom left no-repeat;
	padding-bottom: 20px;
}

#main .main-content #content-sidebar aside.widget_recent_entries h2 {margin-bottom: 10px;}

#main .main-content #content-sidebar aside.widget_recent_entries p {
	color:#666666;
	font-size: 14px;
}

#main .main-content #content-sidebar aside.widget_recent_entries a.more {
	float:left;
	font-size: 14px;
	margin-bottom: 10px;
}

#main .main-content #content-sidebar aside.partner {
	float:left;
	margin-top: 20px;
	width: 100%;
	background: url(images/border_small.png) bottom left no-repeat;
	padding-bottom: 30px;
	color: #666666;
}

/*Fullwidth*/
body.full-width .site {
	background: url(images/bg_center.png) bottom center no-repeat;
	width: 953px;
	height: auto;
	margin: 0px auto;	
	padding: 0px 79px 80px 79px;
	position: relative;
}

body.full-width #main .main-content #primary {width: 953px;}

body.full-width .site #main .main-content #primary #content header h1 {
	height: 23px;
	background: url(images/bg_h1_short.png) top left no-repeat;
	padding-top: 30px;
} 

body.full-width .site #main .main-content #primary #content .entry-content {
	position: relative;
	top: auto;
	width: auto;
}

body.full-width .site #main .main-content #primary #content .entry-content p {margin-bottom: 24px;}

/*single*/
body.single .site {
	background: url(images/bg_content.png) bottom center no-repeat;
	width: 953px;
	height: auto;
	margin: 0px auto;	
	padding: 0px 79px 80px 79px;
	position: relative;
}

body.single #main #primary h1 {
	height: 23px;
	background: url(images/bg_h1_short.png) top left no-repeat;
	padding-top: 30px;
} 

body.single .entry-meta,
body.single .entry-content  {padding: 0px 11px;} 
body.single .entry-meta .byline {display: none;}

body.single footer .copyright {
	float: left; 
	width: 100%;
	margin-top: -10px;
	font-size: 13px;
	padding: 0px 11px;
}

