/*
THEME NAME: Perpetual
THEME URI: http://www.redfactory.nl/themes/perpetual/
DESCRIPTION: A clean yet strong and versatile wordpress theme
VERSION: 1.0.1
AUTHOR: <a href="http://www.redfactory.nl">Red Factory</a>
AUTHOR URI: http://www.redfactory.nl
License: GNU GENERAL PUBLIC LICENSE
License URI: Check licence details in theme folder
*/

@import "reset.css";
body {
	font-family: 'Droid Sans', arial, serif;
	font-size: 13px;
	color: #404040;
	background: #3a3a3a;
}
a {
	text-decoration: none;
	color: #a2a2a2;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: 700;
}
hr {
	border: none 0;
	height: 1px;
	margin: 10px 0;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
	color: #404040;
}
blockquote {
	font-style: italic;
	background: url(images/quote.png) no-repeat top left;
	background-position: 12px 12px;
	color: #777;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
	font-family: 'Droid Serif', arial, serif;
}
#wrapper {
	position: relative;
}
.wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
.centerimg {
	display: inline-block;
	height: 100%;
	width: 100%;
}
.centerimg.loading {
	background: #fff url('images/loader.gif') 50% 50% no-repeat;
}
.centerimg img {
	display: none;
}
.left-bg, .right-bg, .mid-bg {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: url('images/body_bg.png');
	background-position: right bottom; 
}
.sidebar_right .left-bg {
	background: #fcfcfc;
}
.right-bg {
	background: #fcfcfc;
	left: auto;
	right: 0;
}
.sidebar_right .right-bg {
	background: url('images/body_bg.png');
}
.mid-bg {
	background: #fcfcfc;
	left: 50%;
	margin-left: -164px;
}
.sidebar_right .mid-bg {
	margin-left: 0;
	width: 164px;
}
.mid-line {
	height: 100%;
	width: 7px;
	background: url('images/dotted.png') left bottom;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 99;
	margin-left: -164px;
}
.sidebar_right .mid-line {
	margin-left: 157px;
}
#container .mid-line {
	background: url('images/dotted.png') left top;
}
#container .left-bg, #container .right-bg {
	background-position: right top; 
}



/* begin ------------------------------------------------------------ Header */
#top {
	width: 100%;
	display: inline-block;
	position: relative;
	height: 10px;
	background: #404040;
	z-index: 99;
}
#header {
	width: 100%;
	display: inline-block;
	position: relative;
}
#header .wrapper {
	padding-top: 40px;
	padding-bottom: 20px;
	vertical-align: middle;
}
#logo-container {
	width: 280px;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: middle;
}
.ie7 #logo-container {
	display: inline;
	zoom: 1;
}
#logo {
	font-size: 36px;
	text-align: left;
}
#logo a {
	color: #404040;
	font-weight: bold;
	display: inline-block;
}
#logo a:hover {
	text-decoration: none;
}
#tagline {
display: inline-block;
	display: inline-block;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	line-height: 1.4em;
	width: 100px;
	margin-left: 80px;
}
.ie7 #tagline {
	display: inline;
	
}
.sidebar_right #tagline {
	margin-left: 0;
	margin-right: 80px;



}
/* end ------------------------------------------------------------ Header */



/* begin ------------------------------------------------------------ Content */
#container {
	width: 100%;
	display: inline-block;
	position: relative;
}



#content {
	float: right;
	width: 600px;
	padding: 20px 0 20px 44px;
}
.sidebar_right #content {
	float: left;
	padding-left: 0;
	padding-right: 44px;
}
.post {
	margin-bottom: 30px;
}
#gallery .post {
	margin-bottom: 0;
}
.page-title, .post-title {
	font-size: 32px;
	color: #404040;
	line-height: 1.3;
}
.page-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: #dedede 1px dashed;
}
.post-title {
	font-style: italic;
	font-family: 'Droid Serif', arial, serif;
	font-size: 28px;
	padding: 0 0 20px 0;
}
.post-title a {
	color: #404040;
}
.post-title a:hover {
	text-decoration: none;
}
.post-leadimage {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
	overflow: hidden;
}
.post-leadimage img {
	width: 100%;
	height: auto;
}
.page-subtitle {
	color: #c6c6c5;
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.post-meta {
	color: #a2a2a2;
	margin: 20px 0;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 8px 0;
	border-top: #dedede 1px dashed;
	border-bottom: #dedede 1px dashed;
	position: relative;
}
.single-template-1 .post-meta {
	margin-top: 0;
}
.post-meta .post-meta-item {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0px 0 0px 24px;
	float: left;
}
.post-meta .post-meta-item.post-meta-date {
	background: url('images/date.png') 0% 50% no-repeat;
}
.post-meta .post-meta-item.post-meta-categories {
	background: url('images/category.png') 0% 50% no-repeat;
}
.post-meta .post-meta-item.post-meta-author {
	background: url('images/author.png') 0% 50% no-repeat;
}
.post-meta .post-meta-item.post-meta-tags {
	background: url('images/tags.png') 0% 50% no-repeat;
	display: none;
}
.post-meta .post-meta-item.post-meta-comments {
	float: right;
	margin: 0;
	background: url('images/comment.png') 0% 50% no-repeat;
}
.post-content {
	margin: 0 0 0 0;
	display: inline-block;
	width: 100%;
}
.post-content h1 {
	font-size: 32px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h2 {
	font-size: 28px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h3 {
	font-size: 24px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h4 {
	font-size: 20px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h5 {
	font-size: 16px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
}
.post-content h6 {
	font-size: 13px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	font-weight: bold;
}
.post-content p {
	line-height: 1.6;
	margin-bottom: 20px;
}
.post-content .alignnone {
	background: #FFF;
	padding: 5px;
}
.post-content .alignleft {
	float: left;
	margin: 5px 25px 15px 0;
	display: inline-block;
}
.post-content .alignright {
	float: right;
	margin: 5px 0 15px 25px;
	display: inline-block;
}
.post-content .aligncenter {
	display: block;
	text-align: center;
	margin: 5px auto 15px auto;
}
.post-content .wp-caption {
	background: #fcfcfc;
	padding: 4px;
	border: 1px solid #DEDEDE;
}
.post-content .wp-caption p.wp-caption-text {
	margin: 2px 0 4px 0;
	font-style: italic;
	text-align: center;
	color: #aaa;
}
.post-content .wp-caption img {
	width: 100%;
	height: auto;
}
.post-content .gallery-caption {}
.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}
.post-content ul {
	list-style: outside;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.post .read-more {
	font-style: italic;
	font-family: 'Droid Serif', arial, serif;
}
.section-title {
	font-size: 14px;
	margin-bottom: 10px;
}
.navleft {
	float: left;
	margin: 0 15px 15px 0;
}
.navright {
	float: right;
	margin: 0 0 15px 15px;
}
.navigation div a {
	font-size: 18px;
	font-style: italic;
}
input[type="text"], textarea {
	padding: 5px 10px;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background: #f8f8f8;
	border: #DEDEDE 1px solid;
	display: block;
	max-width: 600px;
	position: relative;
}
#container input[type="text"]:focus, #container textarea:focus, #container input[type="text"]:active, #container textarea:active {
	background: #fff;
}
#container input[type="submit"] {
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}



.thumb-container {
	display: inline-block;
	margin-top: -10px;
}
#sidebar .thumb-container, #sidebar .post-content {
	margin-top: 0;
	padding: 30px 0 0 0;
	border-top: #dedede 1px dashed;
}
.thumb-container .image_thumb {
	display: inline-block;
	margin: 0 0 10px 0;
	background: #fff url('images/glass_small.png') 50% 50% no-repeat;
	height: auto;
}
.thumb-container .image_thumb img {
	width: 100%;
	height: auto;
}



#nicepagination {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	padding: 0 0 20px 0;
}
#nicepagination ul li {
	margin: 0 5px;
	display: inline-block;
	font-size: 14px;
}
.ie7 #nicepagination ul li {
	display: inline;
	zoom: 1;
}
#nicepagination ul li.active {
	font-weight: bold;
}



.social-sharing {
	display: inline-block;
}
.post-meta.social-sharing {
	margin-top: 20px;
}
ul.sharing, ul.sharing li {
	display: inline-block;
    list-style:none;
    padding:0;
    margin:0;
	position: relative;
}
.ie7 ul.sharing li {
	float: left;
}
ul.sharing li a {
	height: 24px;
	width: 24px;
	margin: 0 10px 0 0;
	display: inline-block;
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
	-webkit-opacity: 0.70;
    opacity: 0.70;
    zoom: 1;
}
ul.sharing li a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
    zoom: 1;
}
ul.sharing li.tweet a {
	background: url('images/twitter.png') no-repeat 50% 50%;
}
ul.sharing li.fb a {
	background: url('images/facebook.png') no-repeat 50% 50%;
}
ul.sharing li.gbuzz a {
	background: url('images/google-buzz.png') no-repeat 50% 50%;
}
ul.sharing li.digg a {
	background: url('images/digg.png') no-repeat 50% 50%;
}
ul.sharing li.del a {
	background: url('images/delicious.png') no-repeat 50% 50%;
}
ul.sharing li.stumble a {
	background: url('images/stumbleupon.png') no-repeat 50% 50%;
}
ul.sharing li.linkedin a {
	background: url('images/linkedin.png') no-repeat 50% 50%;
}
ul.sharing li.google a {
	background: url('images/google.png') no-repeat 50% 50%;
}

.post-tags {
	display: none;
}
/* end ------------------------------------------------------------ Content */



/* begin ------------------------------------------------------------ Sidebar */
#sidebar {
	float: right;
	width: 280px;
	position: relative;
	z-index: 2;
	padding: 25px 0 20px 0;
}
.sidebar_left #sidebar {
	float: left;
}
.widget-area {
	width: 640px;
	margin: 0 0 0 -40px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	padding: 0 10px 0 0;
}
#content .widget-area {
	padding-top: 3px;
}
#sidepanels {
	position: relative;
	display: inline-block;
}
.sidepanel {
	display: inline-block;
	width: 280px;
	vertical-align: top;
	position: relative;
	float: left;
	margin-bottom: 50px;
	zoom: 1;
}
.linewidget.linewidgettitle .sidepanel {
	margin-bottom: 30px;
}
.linewidget.nomargin .sidepanel {
	margin-bottom: 0px;
}
.widget-area .sidepanel {
	margin-left: 40px;
}
.widget-area .fullwidth .sidepanel {
	width: 600px;
}
.sidepanel h3 { 
	line-height: 1em;
	font-size: 14px;
	text-transform: uppercase;
	color: #aaa;
	font-weight: normal;
	margin-bottom: 20px;
}


.widget_title {
	width: 100%;
	height: 0px;
	display: inline-block;
	float: left;
	border-top: #dedede 1px dashed;
	position: relative;
	margin-bottom: 30px;
}
.widget_title h3 {
	position: absolute;
	top: 50%;
	line-height: 1em;
	margin: -0.5em 0 0 0;
	padding: 0 10px 0 0;
	background: #fcfcfc;
	font-size: 16px;
	text-transform: uppercase;
	color: #7c7c7c;
	font-weight: normal;
}


.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}
.sidepanel p {
	line-height: 1.6;
}
/* end ------------------------------------------------------------ Sidebar */



/* begin ------------------------------------------------------------ Footer */
#footer {
	width: 100%;
	display: inline-block;
	position: relative;
	color: #fff;
	padding: 0 0 18px 0;
	z-index: 99;
}
#footer .wrapper {
	padding: 20px 0 0 0;
}
#footer-links {
	display: inline-block;
	list-style: none;
	float: left;
}
#footer-links li {
	float: left;
	margin-right: 15px;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 1;
}



#footermenu {
	display: inline-block;
	position: relative;
	float: right;
}
#footermenu ul.menu {
	width: auto;
	text-align: right;
}
#footermenu ul.menu li {
	width: auto;
}
.ie7 #footermenu ul.menu li {
	display: inline;
	zoom: 1;
}
#footermenu ul.menu li a {
	font-size: 11px;
	color: #aaa;
	padding-bottom: 0;
	line-height: 1;
	padding-right: 0;
	padding-left: 20px;
}
#footermenu ul.menu li a:hover, #footermenu ul.menu li.current-menu-item a {
	color: #fff;
}
#footermenu ul.menu li ul.sub-menu {
	display: none;
}
/* end ------------------------------------------------------------ Footer */



/* begin ------------------------------------------------------------ Widgets */
#searchform {
	position: relative;
}
#searchform .screen-reader-text {
	display: none;
}
#searchform #s {
	width: 170px;
	display: inline-block;
	margin: 0;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	padding: 7px 10px;
	border: #e4e4e4 1px solid;
	line-height: 1.6;
	float: left;
}
#searchform .readmore_button {
	float: right;
	position: relative;
	margin: 0;
	paddign: 0;
}
#content #searchform .readmore_button {
	float: left;
}
#content #searchform .readmore_button.submit {
	margin: 0 0 0 15px;
}
#searchform .readmore_button input[type="submit"] {
	position: relative;
	padding: 5px 12px;
	margin: 0;
	line-height: 1.6;
}
.ie7 #searchform .readmore_button input[type="submit"] {
	padding: 1px 5px;
}
.ie8 #searchform .readmore_button input[type="submit"] {
	padding: 3px 12px;
}



#menu {
	display: block;
	position: relative;
	margin: 0 0 40px 0;
}
ul.menu {
	display: inline-block;
	width: 100%;
	position: relative;
	text-align: left;
}
ul.menu li {
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 0;
	line-height: 1;
}
ul.menu li a {
	/*font-size: 22px;*/
	/*text-transform: uppercase;*/
	font-size: 24px;
	color: #404040;
	padding-bottom: 8px;
	display: inline-block;
	line-height: 1.3;
	position: relative;
	padding-right: 20px;
}
ul.menu li a:hover {
	text-decoration: none;
}
ul.menu li ul.sub-menu {
	display: none;
	width: 100%;
	position: relative;
}
ul.menu li.current-menu-parent ul.sub-menu, ul.menu li.current-menu-item ul.sub-menu {
	display: block;
}
ul.menu li ul.sub-menu li {
	margin-left: 10px;
}
ul.menu li ul.sub-menu li a {
	font-size: 14px;
}
ul.menu .dropdown {
	border: transparent 5px solid;
	border-color: #404040 transparent transparent transparent;
	width: 0;
	height: 0;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 0;
}
/* end ------------------------------------------------------------ Widgets */



/* begin ------------------------------------------------------------ Misc */
.sep {
	color: #CCC;
	margin: 0 8px;
}
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
.sticky {}
.bypostauthor {}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
} 
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
} 
* html .clearfix {
	height: 1%;
}
/* end ------------------------------------------------------------ Misc */