/*   
Theme Name: NilminiChild
Theme URI:
Description: Himmelende Font-Tweak
Author: bas
Author URI: http://www.himmelende.de/
Template: nilmini
Version: 1.0
Tags: Nilmini Child Theme
*/

@import url('../nilmini/style.css');

/* Font Families */
@font-face { font-family:"MuseoThree"; src:url("fonts/Museo300-Regular.otf") format("opentype"); }
@font-face { font-family:"MuseoFive"; src:url("fonts/Museo500-Regular.otf") format("opentype"); }
@font-face { font-family:"MuseoSeven"; src:url("fonts/Museo700-Regular.otf") format("opentype"); }
@font-face { font-family:"MyriadProRegular"; src:url("fonts/MyriadPro-Regular.otf") format("opentype"); }
@font-face { font-family:"MyriadProSemiBold"; src:url("fonts/MyriadPro-Semibold.otf") format("opentype"); }
@font-face {font-family:"GentiumAlt";src:url("fonts/GenAR102.eot?") format("eot"),url("fonts/GenAR102.woff") format("woff"),url("fonts/GenAR102.ttf") format("truetype"),url("fonts/GenAR102.svg#GentiumAlt") format("svg");font-weight:normal;font-style:normal;}

/*---------------------------------------------------------------------------------------------*/
/* Part of the Original Content, Sir
/*---------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
address{padding:0 0 20px;}
abbr,acronym{border-bottom:.1em dotted;}
ins{background:#f0f0f0;text-decoration:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;border-spacing:0;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}

/* --- Clearfix --- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}

/*---------------------------------------------------------------------------------------------*/
/*	General Structure
/*---------------------------------------------------------------------------------------------*/

body {
	background-color:#fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #222;
	border-top:6px solid #E84D38;
}

/*-----------------------------------------------------------------------------------*/
/*	Headlines
/*-----------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color:#222;
	font-weight:normal;
}
h1 {
	margin:30px 0 12px;
	font-size:1.6em;
}
h2 {
	margin: 45px 0 20px;
	font-size:1.5em;
}
h3 {
	margin: 45px 0 20px;
	font-size:1.4em;
}
h4 {
	margin: 35px 0 15px;
	font-size:1.2em;
	font-weight:bold;
}
h5 {
	margin: 32px 0 12px;
	font-size:1.1em;
	font-weight:bold;
}
h6 {
	margin: 30px 0 10px;
	font-size:1em;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*	Links
/*-----------------------------------------------------------------------------------*/

a, #site-title h1 a:hover, h2.entry-title a:hover, #secondary .textwidget a, #colophon a:hover {
	text-decoration: none;
} 
a:hover, #colophon .textwidget a:hover  {
	text-decoration:underline;
}
a, #site-title h1 a, #content .entry-header h2.entry-title a:hover, #main-nav ul ul a:hover, #content .entry-meta .cat-links a:hover, #content .entry-meta a:hover, #content .cat-tags a:hover, #respond a:hover, a.post-edit-link:hover, #comments a.comment-reply-link:hover, .comment-header a.comment-time:hover, .comment-header a.comment-edit-link:hover , a#cancel-comment-reply-link:hover, .widget_calendar table#wp-calendar tbody tr td a, #smart-archives-list a:hover, ul#smart-archives-block li a:hover, #colophon #site-generator a:hover, .widget_calendar table#wp-calendar tfoot tr td#prev a:hover, .widget_calendar table#wp-calendar tfoot tr td#next a:hover, a.rsswidget:hover, .page-link a:hover, .widget ul li a:hover, .tagcloud a:hover, h3.widget-title a:hover {
	color:#E84D38;
}
#main-nav ul li a:hover, #content .post .entry-summery a:hover, input#submit:hover, input.wpcf7-submit:hover, #content .wp-pagenavi a:hover, #content .format-link .entry-content a:hover, .nav-previous a:hover, .nav-next a:hover, .previous-image a:hover, .next-image a:hover {
	background:#E84D38;
	color:#fff;
	text-decoration:none;
}
#content .entry-meta a, #content .cat-tags a, a.post-edit-link, ul#smart-archives-block li a, #smart-archives-list a, .widget ul li a, .tagcloud a, #colophon #site-generator a, .widget_calendar table#wp-calendar tfoot tr td#prev a, .widget_calendar table#wp-calendar tfoot tr td#next a, a.rsswidget, h3.widget-title a {
	color:#aaa;
}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/

#header {
	padding:0 60px;
}
#branding {
	overflow:hidden;
	padding:40px 0;
}
#site-title {
	float:left;
	overflow:hidden;
}
#site-title h1 {	
	font-size:3.1em;
	font-family: 'MyriadProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin:0;
	font-weight:bold;
	line-height: 1.3;
}
#site-title h2#site-description {
	display: block;
	margin:0;
	font-family: 'GentiumAlt', Georgia, 'Times New Roman', serif;
	font-size:.82em;
	color:#aaa;
	font-weight:normal;
	font-style:italic;
}
#site-title a.logo img {
	max-width:100%;
}
#header img.header-image {
	max-width:100%;
	height:auto;
	margin:10px 0 0;
	padding:0;
}
#header #header-slogan {
	margin:15px 0 0;
	padding:22px 0;
	display:block;
	clear:both;
	overflow:hidden;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	text-align:center;
}
#header #header-slogan p {
	font: italic 1.5em/1.5 'GentiumAlt', Georgia, 'Times New Roman', serif;
}


/*-----------------------------------------------------------------------------------*/
/*	Post Content
/*-----------------------------------------------------------------------------------*/

#content .entry-wrap {
	padding:0 24% 0 0;
	overflow:hidden;
	}
	
#content .entry-content, #content .entry-summary {
	margin:0 0 40px;
	overflow:hidden;
	line-height:1.6;
	font-family: 'GentiumAlt', Georgia, 'Times New Roman', serif;
}
/* --- Sticky Post --- */
#content h3.sticky-label {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.68em;
	margin:0 0 12px;
	text-transform: uppercase;
	letter-spacing:0.2em;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Meta
/*-----------------------------------------------------------------------------------*/

#content ul.entry-meta {
	width:27%;
	margin: 0 -35% 0 0;
	padding:0;
	font: normal .65em/1.5 'Helvetica Neue', Helvetica, Arial, sans-serif;
	float:right;
}


/*-----------------------------------------------------------------------------------*/
/*	Post Categories / Tags / Edit
/*-----------------------------------------------------------------------------------*/

#content .cat-tags {
	width:76%;
	float:none;
	clear:both;
	padding:0 0 30px 0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.68em;
}

/*-----------------------------------------------------------------------------------*/
/*	Theme Option: Layout (Meta info on right or left site of the post)
/*-----------------------------------------------------------------------------------*/
.meta-left #content .entry-wrap {
	padding:0 0 0 24%;
}
.meta-left #content ul.entry-meta {
	margin: 0 0 0 -31.5%;
	float:left;
}
.meta-left #content .cat-tags {
	padding-left:24%;
}


/*-----------------------------------------------------------------------------------*/
/*	Post Content
/*-----------------------------------------------------------------------------------*/

#content .entry-header h1.entry-title {
	font-family: 'MyriadProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.9em;
	line-height:1.4;
	margin: 0 0 25px;
	font-weight:normal;
}
#content .entry-header h2.entry-title {
	font-family: 'MyriadProRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:1.7em;
	margin: 0 0 20px;
	font-weight:normal;
	line-height:1.4;
}
#content .entry-header h2.entry-title a {
	color: #222;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#content p {
	margin: 0 0 30px;
	line-height:1.6;
}
#content .entry-content p:last-child, #content .entry-summary p:last-child {
	margin: 0;
}
#content img.wp-post-image {
	height: auto;
	margin: 5px 15px 5px 0 !important;
	padding: 0;
	float: left;
}
.page-link {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: #f0f0f0;
	border:1px solid #e4e4e4;
	padding: 8px 10px;
	overflow: hidden;
	font-size: .72em;
	color:#444;
	font-weight:bold;
	clear: both;
	display: block;
	margin: 40px 0 0;
	word-spacing:8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.page-link a {
	color:#666;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Typography
/*-----------------------------------------------------------------------------------*/

strong {
	font-weight: bold;
}
em {
	font-style: italic;
	font-size: .9em;
}
pre {
	margin: 0 0 20px 0;
	padding: 10px;
	background:#f0f0f0;
	font-family: monospace;
	font-size: 1.1em;
	line-height: 1.3;
	color:#444;
}
small {
	font-size: .7em;
}
#content blockquote {
	margin:10px 0 30px;
	padding: 0 0 0 15px;
	border-left:1px solid #aaa;
}
#content blockquote p {
	margin: 0;
	overflow: hidden;
	font-size:1.2em;
	line-height:1.5 !important;
	font-style:italic;
}
#content blockquote p cite {
	clear: both;
	margin: 10px 0 0 0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .65em;
	font-style: normal;
}
#content blockquote p cite:before {
	content:"- ";
}

/*-----------------------------------------------------------------------------------*/
/*	Images / Video
/*-----------------------------------------------------------------------------------*/
#content p.wp-caption-text, .entry-caption p {
	margin: 0;
	padding: 8px 0 15px;
	font: normal .75em/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#999;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Author Info
/*-----------------------------------------------------------------------------------*/

#content .post .author-info {
	clear:both;
	margin: 40px 0;
	padding: 12px;
	background: #f0f0f0;
	border:1px solid #e4e4e4;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	overflow: hidden;
	border-top:1px solid #e5e5e5;
	color:#444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .post .author-info h3 {
	margin: 0 0 7px;
	font-size:0.8em;
	font-weight:bold;
	color:#444;
}
#content .post .author-info .avatar {
	width: 70px;
	max-width: 100%;
	float: left;
	margin: 2px 15px 0 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content .post .author-description {
	overflow: hidden;
}
#content .post .author-description p {
	margin: 0;
	font-size: .8em;
	line-height: 1.5;
}

/*-----------------------------------------------------------------------------------*/
/*	Post Formats
/*-----------------------------------------------------------------------------------*/
/* --- Format Chat --- */
#content .post ul.chat {
	padding:0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.85em;
	color:#444;
}
#content .post ul.chat li {
	list-style: none;
	padding: 10px;
}
#content .post ul.chat li.odd {
	background:#f0f0f0;
}
#content .post ul.chat li.even {
	background: #fafafa;
}
#content .post ul.chat li span.user {
	font-size:.9em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
/* --- Format Link --- */
#content .format-link .entry-content a {
	font-size:1.4em;
	line-height:1.4;
	font-style:italic;
	background:#f0f0f0;
	display:inline-block;
	margin-bottom:10px;
	padding:3px 10px;
	color:#444;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
/* --- Format Quote --- */
#content .format-quote blockquote {
	margin:0;
}
#content .format-quote blockquote p {
	font-size:1.3em;
}
/* --- Format Status --- */
#content .format-status .entry-content p {
	font-size: 1.15em;
	line-height:1.4;
}
/* --- Format Image --- */
#content .format-image .entry-content p.wp-caption-text {
	padding: 10px 0 0;
	color:#aaa;
}
/* --- Format Gallery --- */
#content .entry-content .gallery {
	float: left;
}
#content .entry-content .gallery-thumb {
	width: 38.5%;
	float: left;
	margin: 5px 15px 10px 0;
	overflow: hidden;
}
#content .entry-content .gallery-thumb img.attachment-medium {
	float: left;
}
#content .gallery {
	width:100%;
	margin: auto;
	padding:0;
	clear: both;
}
#content .gallery-item {
	width:24%;
	float: left;
	margin-top: 10px;
	margin-right: 6px;
	text-align: center;
	vertical-align: top;
	overflow: hidden;
}
#content .gallery-item a {
	border-bottom:none;
}
#content .gallery-icon {
	width: 100%;
	padding-bottom:0;
}
#content .gallery-caption {
	margin-left: 0;
	padding: 0;
	font: normal .72em/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: block;
	color:#aaa;
}
#content .type-attachment {
	margin: 0 0 70px;
	position: relative;
	overflow: hidden;
	clear: both;
	background: url(images/bottomline.png) left bottom no-repeat;
}
#content .type-attachment .entry-attachment {
	overflow:hidden;
	clear:both;
}
#content .attachment a:hover {
	border-bottom:none;
}
#content img.attachment {
	margin:0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Comments
/*-----------------------------------------------------------------------------------*/

#comments {
	margin: 0;
	padding: 20px 24% 30px 0;
	overflow: hidden;
	clear: both;
	position: relative;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height: 1.6;
}
#comments h3#comments-title {
	margin: 0 0 3px 0;
	padding:0 0 40px;
	text-transform:uppercase;
	font-size:1.15em;
	font-weight:bold;
	letter-spacing: .1em;
}
#comments ol li img.avatar {
	max-width: 100%;
	margin:0 15px 0 0;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments .comment-header {
	padding:10px;
	background:#f0f0f0;
	border:1px solid #e4e4e4;
	overflow:hidden;
	font-size:.75em;
	color:#444;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#comments .comment-header cite.fn {
	padding:0 3px 0 0;
	font-size:1.15em;
	font-weight:bold;
	font-style:normal;
}
.comment-header a.comment-edit-link, .comment-header a.comment-time, .comment-header a.comment-reply-link, #comments ol li.post.pingback a.comment-edit-link  {
	color:#999;
}
.comment-header a.comment-time {
	margin-left:3px;
}
.comment-header a.comment-reply-link {
	margin:2px 0 0;
	float:right;
}
#comments .comment-content {
	margin:15px 0 20px 55px;
	overflow:hidden;
}
#comments p {
	margin:0 0 10px;
	font-size:.85em;
	line-height: 1.6;
	color:#222;
}
#content #comments blockquote {
	margin: 20px 0;
	padding: 0 0 0 13px;
	border-left: 1px solid #ccc;
}
#content #comments blockquote p {
	font-size:.85em;
	line-height:1.5 !important;
	font-style:italic;
	color:#999;
}
#content #comments blockquote cite {
	font-size:.9em;
}
#comments p code, #comments p tt,#comments p kbd, #comments p samp {
	font-size: 1.3em;
}
#comments p.comment-awaiting-moderation {
	color: #aaa;
}
#comments ol.commentlist {
	padding: 0;
	overflow:hidden;
}
#content #comments ol li {
	position:relative;
}
#content #comments ol li ul.children {
	padding:0;
}
#content #comments ol li.depth-1 {
	padding:0;
	overflow:hidden;
}
#content #comments ol li.depth-2, #content #comments ol li.depth-3, #content #comments ol li.depth-4, #content #comments ol li.depth-5 {
	margin:0 0 0 30px;
	padding:0;
	border-bottom:none;
	overflow:hidden;
}
#comments ol li.post.pingback {
	margin:0 0 35px;
	padding:10px;
	list-style:none;
	background:#f0f0f0;
	border:1px solid #e4e4e4;
	overflow:hidden;
	font-size:.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	color:#444;
}
#comments ol li.post.pingback p {
	margin:0;
}
#comments ol li.post.pingback a {
	font-weight: normal;
}
#comments ol li.post.pingback a.comment-edit-link {
	font-size:.85em;
}
#content .nopassword, #content p.nocomments {
	background:#f0f0f0;
	border:1px solid #e4e4e4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:10px;
	color:#666;
	font-weight:bold;
}
#comments .bypostauthor {
}
/* --- Comment Reply --- */
#comments #respond {
	margin:0;
	padding:20px 0;
}
#comments ol.commentlist #respond {
	margin:0 0 45px;
}
#content #comments #respond h3#reply-title {
	margin:0 0 3px;
	font-size: 1.15em;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: .1em;
}
a#cancel-comment-reply-link {
	padding:0;
	float:right;
	font-size:.92em;
	font-weight:normal;
	text-transform:none;
	letter-spacing: 0;
}
form#commentform p.comment-form-author, form#commentform p.comment-form-email, form#commentform p.comment-form-url, form#commentform p.comment-form-comment {
	padding:15px 0 0;
	margin:0;
}
input#submit, input.wpcf7-submit {
	background-color:#444;
	margin: 10px 0 0;
	padding: 6px 8px;
	font-size:.85em;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.1em;
	border:none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
form#commentform input#author, form#commentform input#email, form#commentform input#url {
	width: 98%;
	margin: 3px 0 0;
	padding: 7px 5px;
	display: block;
	background:#fff;
	border: 1px solid #ccc;
	font-size:1em;
	color:#222;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #f4f4f4;
	-webkit-box-shadow: inset 0 0 3px#f4f4f4;
	box-shadow: inner 0 0 3px #f4f4f4;
}
form#commentform textarea#comment {
	width:98%;
	margin: 3px 0 0;
	padding: 7px 5px;
	background:#fff;
	border: 1px solid #ccc;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	color:#222;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #f4f4f4;
	-webkit-box-shadow: inset 0 0 3px#f4f4f4;
	box-shadow: inner 0 0 3px #f4f4f4;
}
form#commentform textarea#comment:focus, form#commentform input#author:focus, form#commentform input#email:focus, form#commentform input#url:focus {
	border: 1px solid #999;
	-moz-box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px#999;
	box-shadow: inner 0 0 3px #999;
}
/*-----------------------------------------------------------------------------------*/
/*	Shortcodes
/*-----------------------------------------------------------------------------------*/

.two-columns-one {
	width:48%;
}
.three-columns-one {
	width:30.66%;
}
.three-columns-two {
	width:65.33%;
}
.four-columns-one {
	width: 22%;
}
.four-columns-two {
	width:48%;
}
.four-columns-three {
	width:74%;
}
.two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	float:left;
	margin-right:4%;
	position:relative;
}
.last{
	clear:right;
	margin-right:0 !important;
}
.divider { 
	clear: both;
	display: block;
	margin-bottom: 20px;
	padding-top: 20px;
	width: 100%;
}
.white-box, .blue-box, .yellow-box, .red-box, .green-box, .darkgrey-box  {
	margin: 30px 0;
	padding: 15px;
	overflow:hidden;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.9em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
}
.white-box {
	background:#fff;
	border: 1px solid #D7D7D7;
	color:#444;
}
.blue-box {
	background:#C8E6E4;
	border: 1px solid #9DCFCC;
	color:#444;
}
.yellow-box {
	background:#FFF7A3;
	border: 1px solid #FFDC6C;
	color:#444;
}
.red-box {
	background:#CC0000;
	border: 1px solid #A30000;
	color:#fff;
}
.green-box {
	background:#00A300;
	border: 1px solid #003B00;
	color:#fff;
}
.darkgrey-box {
	background:#333;
	border: 1px solid #000;
	color:#fff;
}
/* -------  Buttons ------- */
.button-link {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:bold;
	padding:5px 9px;
	margin:6px 6px 20px 0;
	overflow:hidden;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	text-align:center;
	cursor:pointer;
	font-size: .75em;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.button-link.large-button {
	font-size: .95em;
	padding:8px 12px;
}
.button-link:hover {
	text-decoration:none !important;
}
.red-btncolor {
	background:#CC0000;
}
.red-btncolor:hover {
	background:#A30000;
}
.green-btncolor {
	background: #00A300;
}
.green-btncolor:hover {
	background: #035103;
}
.purple-btncolor {
	background: #592C63;
}
.purple-btncolor:hover {
	background: #2D0C3F;
}
.blue-btncolor {
	background: #0098FF;
}
.blue-btncolor:hover {
	background: #0D51A3;
}
.orange-btncolor {
	background: #F6921E;
}
.orange-btncolor:hover {
	background: #ED5404;
}

/*-----------------------------------------------------------------------------------*/
/*	Next / Previous Pagination
/*-----------------------------------------------------------------------------------*/

#content #nav-below {
	padding:40px 0;
	overflow:hidden;
	border-top: 1px solid #e6e6e6;
}
#image-nav {
	padding:30px 0 0;
	overflow:hidden;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#comment-nav-below {
	margin:0 0 50px;
	overflow:hidden;
}
.nav-previous, .nav-next, .previous-image, .next-image {
	font-size:.7em;
	letter-spacing:0.1em;
	font-weight:bold;
}
.nav-previous a, .nav-next a, .previous-image a, .next-image a {
	display:block;
	background:#f0f0f0;
	padding:5px 7px;
	color:#666;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
.nav-previous, .previous-image, .nav-previous {
	float:left;
}
.nav-next, .next-image, .nav-next {
	float:right;
}

/*-----------------------------------------------------------------------------------*/
/*	Archives / Searchresults / 404
/*-----------------------------------------------------------------------------------*/

#content .page-header h1.page-title {
	margin:0 0 20px;
	padding: 0 0 0 9px;
	background:url(images/posticons.png) 0 -87px no-repeat;
	font-size: .7em;
	color: #aaa;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
#content .page-header h1.page-title span {
	font-weight:bold;
}

/*-----------------------------------------------------------------------------------*/
/*	Pages
/*-----------------------------------------------------------------------------------*/

#content .page .entry-wrap {
	padding:0;
}
#content .page {
	position: relative;
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;
	clear: both;
	position: relative;
	line-height: 1.4;
	background:url(images/bottomline.png) left bottom no-repeat;
}
#content .edit-link {
	float:none;
	clear:both;
	padding:0 0 30px 0;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.7em;
}
#content .edit-link p {
	margin:0;
}


/*-----------------------------------------------------------------------------------*/
/*	Styles for external WP-Plugins
/*-----------------------------------------------------------------------------------*/

/* --- Better WordPress Recent Comments --- */
.bwp-rc-widget li.sidebar-comment {
	margin:0;
	padding:5px 0;
	overflow:hidden;
	float:none !important;
}
.bwp-rc-widget li.sidebar-comment .comment-content {
	padding:0 0 0 10px;
	overflow:hidden;
}
.bwp-rc-widget li.sidebar-comment p {
	line-height: 1.4;
}
.bwp-rc-widget li.sidebar-comment:first-child {
	padding:0 0 5px;
}
.bwp-rc-widget .avatar {
	margin:2px 0 0;
	float:left;
	display:block;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.bwp-rc-widget span.sidebar-comment-autor a {
	padding: 0 0 3px;
}
/* --- WP-PageNavi --- */
#content .wp-pagenavi {
	padding:40px 0;
	overflow:hidden;
	border-top: 1px solid #e6e6e6;
	font-size:.72em;
	color:#666;
	font-weight:bold;
	letter-spacing:0.1em;
}
#content .wp-pagenavi a {
	background:#f0f0f0;
	margin:0 3px 5px;
	padding:7px 9px;
	color:#666;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .15s ease-in-out;
	-moz-transition: all .15s ease-in-out;
	-o-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}
#content .wp-pagenavi span.current {
	margin:0 3px 5px;
	padding:7px 9px;
	background:#aaa;
	color:#fff;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#content .wp-pagenavi span.pages {
	letter-spacing:.1em;
	padding-right:12px;
}
#content .wp-pagenavi span.extend {
	padding:0 2px;
}
/* --- Smart Archives Reloaded ---- */
ul#smart-archives-block {
	margin:0 0 60px;
	padding:17px 30px;
	background:#f0f0f0;
	border: 1px solid #e4e4e4;
	overflow: hidden;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .75em;
	color:#444;
	letter-spacing:.1em;
	-webkit-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
ul#smart-archives-block li {
	margin:0;
	padding:0;
	float: left;
	line-height:2.8;
	list-style:none !important;
}
ul#smart-archives-block li a {
	margin:0 22px 0 0;
	float: left;
	display: block;
	font-weight:bold;
}
ul#smart-archives-block li strong {
	margin:0 22px 0 0;
	float: left;
}
ul#smart-archives-block li span.empty-month {
	margin:0 22px 0 0;
	float: left;
}
#smart-archives-list {
	font-size:.85em;
}
#smart-archives-list h2 {
	margin:25px 0 6px;
}
#smart-archives-list ul li {
	padding: 0 0 8px !important;
	color:#aaa;
}
#smart-archives-list a:hover, ul#smart-archives-block li a:hover {
	text-decoration:none;
}
/* --- Contact Form 7 ---- */
#content .wpcf7 {
	margin: 0;
	padding:0 24% 0 0;
	overflow: hidden;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:.75em;
}
#content .wpcf7 input.wpcf7-text {
	width:100%;
	margin: 5px 0 0;
	padding: 7px 5px;
	display: block;
	border: 1px solid #ccc;
	font-size:1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #f4f4f4;
	-webkit-box-shadow: inset 0 0 3px#f4f4f4;
	box-shadow: inner 0 0 3px #f4f4f4;
}
#content .wpcf7 textarea {
	width:100%;
	margin: 5px 0 0;
	padding: 7px 5px;
	border: 1px solid #ccc;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 3px #f4f4f4;
	-webkit-box-shadow: inset 0 0 3px#f4f4f4;
	box-shadow: inner 0 0 3px #f4f4f4;
}
#content .wpcf7 input.wpcf7-text:focus, #content .wpcf7 textarea:focus {
	border: 1px solid #999;
	-moz-box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px#999;
	box-shadow: inner 0 0 3px #999;
}
#content .wpcf7-form p {
	padding: 0;
	margin:0 0 20px;
}
input.wpcf7-submit {
	margin: 0;
	font-size:.9em;
}

/*---------Pullquote-----------*/

blockquote.pull {
    width: 33%;
    margin: 0 0 1.4em;
    padding:0;
    display:inline;
    font-size:1.1em;
    text-align: center;
    border:none;
}

blockquote.pull.alignleft {
    margin: 0 1.4em 0.5em 0;
    float:left;
    text-align: right;
}

blockquote.pull.alignright {
    margin: 0 0 0.5em 1.4em;
    float:right;
    text-align: left;
}

