/*  
Theme Name: Blogfolio
Theme URI: http://themify.me/themes/blogfolio
Version: 1.0
Author: Themify
Author URI: http://www.themify.me

---------

DO NOT EDIT THIS FILE.

If you need to overwrite the CSS styling, create a new custom_style.css 
in the theme folder and it will automatically load in the <head>.

*/

/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	background: #d9dfe1 url(images/html-bg.png);
}
body {
	font: 13px/155% Arial, Helvetica, sans-serif;
	background: url(images/body-bg.png) no-repeat center top;
	color: #5f5f5f;
}
p {
	margin: 0 0 1.25em;
	padding: 0;
}
big {
	font-size: 120%;
	line-height: 160%;
}
a {
	color: #36C;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #F30;
}
small {
	font-size: 87%;
}
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 2em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
input, textarea, select {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
}
textarea {
	line-height: 150%;
}
input[type=text], input[type=password], textarea {
	background: #ffffff;
	border: solid 1px #a7b0b3;
	padding: 5px 7px 6px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
textarea:focus, input[type=password]:focus, input[type=text]:focus {
	border-color: #f26522;
	color: #000;
}
input[type=reset], input[type=submit] {
	background: #5f5f5f;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
input[type=reset]:hover, input[type=submit]:hover {
	background: #30333a;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
.pagewrap {
	width: 950px;
	margin: 0 auto;
}
#middlewrap {
	padding: 35px 0 60px;
}

/************************************************************************************
GRID
*************************************************************************************/
.row:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.row {
	display:inline-block;
}
.row {
	display:block;
}
.row {
	position:relative;
	margin-left:-30px;
}
.gu1 .row {
	width: 245px;
}
.gu2 .row {
	width: 490px;
}
.gu3 .row {
	width: 735px;
}
.gu4 .row {
	width: 980px;
}
.col {
	margin-left: 30px;
	float: left;
	position: relative;
}
.gu1 {
	width: 215px;
}
.gu2 {
	width: 460px;
}
.gu3 {
	width: 705px;
}
.gu4 {
	width: 950px;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	border-bottom: solid 1px #ccc;
	position: relative;
	height: 170px;
	z-index: 100;
}
#site-logo {
	position: absolute;
	top: 60px;
}
#site-logo a {
	font: bold 46px/100% Arial, Helvetica, sans-serif;
	letter-spacing: -.05em;
	color: #575b5b;
	text-decoration: none;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
	padding: 5px 0;
}
#site-description {
	font: italic 16px/100% Georgia, "Times New Roman", Times, serif;
	color: #999;
	position: absolute;
	bottom: 25px;
}

/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav li:hover > ul {
	display: block;
}
#main-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 15px;
	list-style: none;
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	letter-spacing: .05em;
	text-transform: uppercase;
	z-index: 100;
}
#main-nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#main-nav li a {
	color: #898D9A;
	display: block;
	padding: 5px 15px;
	margin: 0 0 0 5px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#main-nav li a:hover {
	color: #000;
}
#main-nav .current_page_item a, #main-nav .current-menu-item a {
	background: #585b62;
	color: #fff;
}
#main-nav .current_page_item a:hover, #main-nav .current-menu-item a:hover {
	color: #fff;
}
/* dropdown */
#main-nav ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	position: absolute;
	background: #fff;
	border: solid 1px #ccc;
	z-index: 100;
	display: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
#main-nav ul li {
	background: none;
	padding: 0;
	margin: 0;
}
#main-nav ul li a, #main-nav .current_page_item li a, #main-nav ul .current_page_item a, #main-nav ul .current-menu-item a {
	color: #666;
	background: none;
	color: #666;
	font-weight: normal;
	padding: 7px 0 7px 15px;
	margin: 0;
	width: 180px;
	background: none;
	text-transform: none;
	text-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
#main-nav ul li a:hover, #main-nav .current_page_item li a:hover, #main-nav ul .current_page_item a:hover {
	background: #F3F3F3;
	color: #000;
}
/* dropdown children */
#main-nav ul ul {
	left: 190px;
	top: 5px;
}
/* rss button */
#main-nav .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 18px;
	margin-left: 15px;
}

/************************************************************************************
HEADER WIDGET
*************************************************************************************/
#header .header-widget {
	position: absolute;
	top: 20px;
	right: 16px;
	text-align: right;
	float: right;
}
.header-widget .widget {
	float: right;
	margin-right: 14px;
}
.header-widget .widget div {
	display: inline;
}

#header .header-widget ul {
	margin: 0;
	padding: 0;
}
#header .header-widget ul li {
	margin: 0 0 0 6px;
	padding: 0 0 0 5px;
	display: inline;
	height: 18px !important;
}

#header .header-widget ul li a {
	height: 18px !important;
	text-decoration: none;
	opacity: 0.5;
	/* Firefox */
	-moz-transition: opacity 0.2s ease 0.1s;
	/* WebKit */
	-webkit-transition: opacity 0.2s ease 0.1s;
	/* Opera */
	-o-transition: opacity 0.2s ease 0.1s;
	/* Standard */
	transition: opacity 0.2s ease 0.1s;
}

#header .header-widget ul li a:hover {
	opacity: 1.0;
}

.icon_fb {
	background: transparent url(images/icons/facebook.png) no-repeat top left;
}

.icon_twitter {
	background: transparent url(images/icons/twitter.png) no-repeat top left;
}

.icon_linkedin {
	background: transparent url(images/icons/linkedin.png) no-repeat top left;
}

.icon_flickr {
	background: transparent url(images/icons/flickr.png) no-repeat top left;
}

.icon_lastfm {
	background: transparent url(images/icons/lastfm.png) no-repeat top left;
}

.icon_youtube {
	background: transparent url(images/icons/youtube.png) no-repeat top left;
}

.icon_rss {
	background: transparent url(images/icons/feed.png) no-repeat top left;
}

#header .header-widget .widget {
	float: left;
	margin-right: 14px;
}
#header .header-widget img {
	vertical-align: middle;
}
#header .rss {
	float: right;
}
#header .rss a {
	background: url(images/rss.png) no-repeat left center;
	padding-left: 16px;
}

/************************************************************************************
WELCOME MESSAGE
*************************************************************************************/
#welcome-message {
	text-align: center;
	font: italic 24px/140% Georgia, "Times New Roman", Times, serif;
	margin: 0 0 30px;
}

/************************************************************************************
SLIDER
*************************************************************************************/
#slider {
	position: relative;
	margin-bottom: 30px;
}
#slider .slides {
	margin: 0;
	padding: 0;
}
#slider .slides li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#slider .slides img {
	background: #fff;
	vertical-align: bottom;
	padding: 4px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#slider .slides .details {
	position: absolute;
	bottom: 0;
	background: url(images/slide-description-bg.png);
	color: #ccc;
	width: 910px;
	padding: 10px 20px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#slider .slides h3 {
	color: #fff;
	margin: 0;
	font: normal 16px/120% Arial, Helvetica, sans-serif;
}
#slider .slides p {
	margin: 0;
}
#slider .slide-nav-wrap {
	text-align: center;
	display: block;
	margin: 15px 0 0;
	width: 100%;
}
#slider .slide-nav a {
	display: inline-block;
	background: url(images/slide-nav.png) no-repeat -40px 0;
	width: 10px;
	height: 11px;
	padding: 2px;
	margin: 0 2px 1px;
	text-indent: -25px;
	overflow: hidden;
}
#slider .slide-nav a:hover {
	background-position: -20px 0;
}
#slider .slide-nav a.activeSlide {
	background-position: 0 0;
}
#slider .next-prev-slide-button {
	display: inline-block;
	background: url(images/slide-next-prev.png) no-repeat;
	width: 8px;
	height: 13px;
	padding: 2px;
	text-indent: -25px;
	overflow: hidden;
}
#slider .prev-slide {
	background-position: 0 0;
	margin-right: 5px;
}
#slider .prev-slide:hover {
	background-position: 0 -27px;
}
#slider .next-slide {
	background-position: -30px 0;
	margin-left: 5px;
}
#slider .next-slide:hover {
	background-position: -30px -27px;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.img-style {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.listview {
	margin-bottom: 40px;
}
.gridview {
	margin-bottom: 20px;
}
.gridview .post-title {
	padding: 5px 0px 1px 0px;
}
.gridview .excerpt {
	font-size: 90%;
	line-height: 140%;
	padding: 0 5px;
}
.post-title {
	font: bold 14px/110% Arial, Helvetica, sans-serif;
	margin: 10px 0 4px;
}
.post-title a {
	color: #30333a;
}
.post-title a:hover {
	color: #F30;
}
h1.post-title {
	font-size: 185%;
	margin: 5px 0 10px;
}
h2.post-title {
	font-size: 150%;
}
.post-meta {
	font-size: 95%;
	margin: 0 0 10px;
	margin-bottom: 25px;
	color: #898989;
}
.post-meta a {
	color: #898989;
}
.post-meta a:hover {
	color: #F63;
}
.post-meta span {
	margin-right: 8px;
}
.post-meta .post-category {
	background: url(images/folder.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-author {
	background: url(images/user.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-tags {
	background: url(images/tag.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-meta .post-comments {
	background: url(images/comment.png) no-repeat 0 center;
	padding: 0 0 0 16px;
}
.post-date {
	display: block;
	font-weight: bold;
	font-size: 110%;
	text-align: right;
	margin: 12px 0 10px;
	color: #898989;
}

/************************************************************************************
SINGLE
*************************************************************************************/
.page-title {
	font: bold 30px/110% Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}
.single-post-date {
	text-align: left;
	margin: 0;
}
.single-post-img {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
}
.single-post-img.left {
	margin-left: 0;
	margin-right: 30px;
}
.showcase {
	margin: 30px 0;
	position: relative;
}
.showcase-nav {
	margin: 0;
	padding: 0 0 5px;
	list-style: none;
}
.showcase-nav li {
	float: left;
	margin: 0 10px 8px 0;
}
.showcase-nav img {
	background: #fff;
	padding: 3px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.showcase-nav .activeSlide img {
	border: solid 1px #333;
}
.next-prev-project {
	position: absolute;
	top: 15px;
	right: 0;
}
.next-prev-project a {
	color: #30333a;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
}
.next-prev-project a:hover {

	color: #F30;
}
.next-prev-project .next a {
	background: url(images/next-arrow.png) no-repeat right center;
	padding: 0 12px 0 0;
	margin-left: 10px;
}
.next-prev-project .prev a {
	background: url(images/prev-arrow.png) no-repeat left center;
	padding: 0 0 0 12px;
}

/************************************************************************************
COMMENTS
*************************************************************************************/
.commentwrap {
	border-top: solid 1px #ccc;
	margin: 40px 0 20px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
.next-prev-comment {
	position: absolute;
	top: 17px;
	right: 0;
}
.next-prev-comment a {
	color: #30333a;
	text-decoration: none;
	font-size: 85%;
	text-transform: uppercase;
	font-weight: bold;
}
.next-prev-comment a:hover {
	color: #F30;
}
.next-prev-comment .next a {
	margin: 0 0 0 20px;
}
#comments, #respond h4 {
	font-size: 140%;
}
/* commentlist */
.commentlist {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
}
.commentlist li {
	margin: 0;
	padding: 15px 0 0 75px;
	list-style: none;
	border-top: solid 1px #ccc;
	position: relative;
}
.commentlist .comment-author {
	margin: 2px 0 10px;
}
.commentlist .avatar {
	margin: 0 16px 0 0;
	position: absolute;
	top: 15px;
	left: 0;
	background: #fff;
	padding: 3px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.commentlist cite {
	font-size: 120%;
	font-weight: bold;
	font-style: normal;
	line-height: 140%;
}
.commentlist .comment-time {
	color: #888;
}
.commentlist ul, .commentlist ol {
	margin: 0;
	padding: 0;
}
.commentlist .comment-reply-link {
	position: absolute;
	top: 15px;
	right: 0;
	padding: 2px 10px;
	background: #5f5f5f;
	font-size: 85%;
	color: #ededed;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.commentlist .comment-reply-link:hover {
	background: #30333a;
	text-decoration: none;
}

/************************************************************************************
COMMENT FORM
*************************************************************************************/
#respond {
	border-top: solid 1px #ccc;
	margin: 40px 0 30px;
	padding: 10px 0 0;
	position: relative;
	clear: both;
}
#respond .cancel-comment-reply a {
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 85%;
	text-decoration: none;
	padding: 2px 10px;
	color: #ededed;
	background: #F30;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#respond .cancel-comment-reply a:hover {
	background: #30333a;
}
#commentform {
	margin: 15px 0 0;
}
#commentform input[type=text] {
	width: 206px;
	margin-right: 5px;
}
#commentform label {
	font-weight: bold;
}
#commentform label small {
	font-weight: normal;
}
#commentform textarea {
	width: 97%;
	height: 140px;
}
#commentform input#submit {
	padding: 7px 20px;
	font-weight: bold;
}

/************************************************************************************
NEXT PREVIOUS NAVIGATION
*************************************************************************************/
.next-prev-post {
	clear: both;
	margin: 30px 0 20px;
}
.next-prev-post span {
	width: 45%;
}
.next-prev-post a {
	color: #30333a;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	display: block;
}
.next-prev-post a:hover {
	color: #F30;
	text-decoration: none;
}
.next-prev-post .prev a {
	float: left;
	background: url(images/prev-arrow.png) no-repeat 0 center;
	padding: 0 0 0 14px;
}
.next-prev-post .next a {
	float: right;
	text-align: right;
	background: url(images/next-arrow.png) no-repeat right center;
	padding: 0 14px 0 0;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar a {
	color: #000;
	text-decoration: none;
}
#sidebar a:hover {
	color: #F63;
}
#sidebar .widget {
	margin: 10px 0 40px;
}
#sidebar h4, .widgettitle {
	font: bold 13px/120% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	margin: 0 0 6px;
	padding: 0 0 6px;
	color: #787b7b;
}
.widgettitle a {
	color: #30333a;
	text-decoration: none;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget li {
	padding: 0 0 10px;
	margin: 0;
}
.widget ul ul {
	padding: 10px 0 0 18px;
	margin: 0;
	list-style: disc;
}
.widget ul ul li {
	padding: 0 0 8px;
	margin: 0;
}
/* search form */
#searchform #s {
	width: 178px;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 28px;
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* flickr widget */
.widget .flickr_badge_image img {
	width: 52px;
	height: 52px;
	margin: 0 11px 11px 0;
	float: left;
	background: #fff;
	padding: 3px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* recent comments widget */
.widget .recent-comments-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .recent-comments-list li {
	margin: 0 0 10px;
	padding: 0;
	clear: both;
}
.widget .recent-comments-list .avatar {
	margin: 0 11px 11px 0;
	float: left;
	background: #fff;
	padding: 3px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* feature posts widget */
.widget .feature-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget .feature-posts-list li {
	margin: 2px 0 10px;
	padding: 0;
	clear: both;
}
.widget .feature-posts-list .post-img {
	float: left;
	margin: -2px 11px 11px 0;
	background: #fff;
	padding: 3px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: 0 0 1px rgba(0, 0, 0, .2);
}
.widget .feature-posts-list small {
	color: #999;
}

/* calendar widget */
.widget #wp-calendar {
	width: 100%;
}
.widget #wp-calendar td {
	width: 14%;
}
.widget #wp-calendar #prev {
	text-align: left;
}
.widget #wp-calendar #next {
	text-align: right;
}
.widget #wp-calendar caption {
	text-align: left;
}
.widget #wp-calendar th {
	text-align: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	border-top: solid 1px #ccc;
	padding: 20px 0;
}
.footer-text {
	clear: both;
	font-size: 87%;
	color: #666;
	margin: 15px 0 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}
/* clearfix */
.clearfix:after, .row:after, .feature-posts-list li:after, .next-prev-post:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix, * html .row, * .feature-posts-list li, * .next-prev-post {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix, *:first-child+html .row, *:first-child+html .feature-posts-list li, *:first-child+html .next-prev-post {
	zoom: 1;
} /* IE7 */

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	background: #fff;
	padding: 4px;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.alignleft {
	float: left;
	margin-right: 30px;
}
.alignright {
	float: right;
	margin-left: 30px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	background: #fff;
	padding: 4px 2px 2px 0;
	border: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.wp-caption-text {
	font: italic 100%/120% Georgia, "Times New Roman", Times, serif;
	margin: 6px 0;
	color: #777;
}

.subheading {
	color: #4d4d4d;
	font: italic 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: -5px 0px 30px 0px;
}

.gridview .subheading {
	margin:0px 0px 10px 0px;
}

.fb-like, .twitter-share-button {
	float: left;
	margin-right: 2px;
}

#fb-user {
	border: none;
	padding: 0px;
	margin-bottom: 20px;
}

#alt-login-methods {
	position: relative;
	float: right;
	text-align: right;
}

#fb-user .fb_profile_pic_rendered {
	
}

#fb-user a.FB_Link img {
	background: #ffffff;
	border: 1px solid #777777;
	float: left;
	padding: 2px;
	margin-right: 12px;
	margin-bottom: 20px;
}

#contact-form fieldset {
	margin: 20px !important;
}

#contact-form fieldset legend {
	display: none !important;
}

#contact-form fieldset .form-input {
	margin-bottom: 20px !important;
}

.post.gridview.col { 
	min-height: 260px; 
}

/* MF-Timeline */

.timeline {
	background: #e7ebf2;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif !important;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
}

.timeline a.timeline_spine {
	border-left: 2px solid #c3ccdf;
	border-right: 2px solid #c3ccdf;
	display: block;
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0px;
}

.timeline .section {
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	z-index: 99;
}

.timeline .section:only-child, .timeline .section:last-child {
	padding-bottom: 20px;
}

.timeline .section .title {
	display: block;
	margin: 0px auto 20px auto;
	width: auto;
	text-align: center;
}

.timeline .section .title a {
	background: #93a0c3;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	display: inline-block;
	font-size: 13px;
	padding: 4px 20px 5px 20px;
	text-decoration: none;
}

.timeline .section .title a:hover {
	background: #697cac;
	text-decoration: none;
}

.timeline .section ol.events {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.timeline .section ol.events li.event {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	position: relative;
	width: 50%;
}

.timeline .section ol.events li.event:nth-child(1n+2), .timeline .section ol.events li.event:first-child {
	clear: left;
	float: left;
}

.timeline .section ol.events li.event:nth-child(2n+2) {
	clear: right;
	float: right;
}

.timeline .section ol.events li.event.featured {
	clear: both;
	float: none;
	padding: 20px 0px 0px 0px;
	width: 100%;
}

.timeline .section ol.events li.event .event_container {
	background: #ffffff;
	border-color: #C4CDE0;
	border-style: solid;
	border-width: 1px 1px 2px 1px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	overflow: hidden;
	width: 80%;
}

.timeline .section ol.events li.event .event_container p {
	font-size: 13px;
	line-height: 14px;
	margin: 0px 0px 15px 0px;
}

.timeline .section ol.events li.event .event_container p:only-child,
.timeline .section ol.events li.event .event_container p:last-child {
	margin-bottom: 0px;
}

.timeline .section ol.events li.event .event_container a {
	color: #3b5998;
}

.timeline .section ol.events li.event .event_container .event_title {
	padding: 10px;
	overflow: hidden;
}

.timeline .section ol.events li.event .event_container .event_content {
	clear: both;
	padding: 0px 10px 10px 10px;
}

.timeline .section ol.events li.event .event_container .event_title .profile_image {
	border: 0px;
	float: left;
	margin-right: 10px;
}

.timeline .section ol.events li.event .event_container .event_title span.subtitle {
	color: #808080;
	display: block;
	font-size: 11px;
	line-height: 12px;
	margin: 0px 0px 0px 0px;
	width: auto;
}

.timeline .section ol.events li.event .event_container .event_title h3 {
	font-size: 14px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
	text-transform: none;
	display: inline;
}

.timeline .section ol.events li.event.wp .event_container .event_title h3 {
	margin-top: 0px;
}

.timeline .section ol.events li.event .event_pointer {
	background: transparent url(../images/box_pointer.png) no-repeat;
	display: block;
	height: 15px;
	position: absolute;
	top: 20px;
	width: 18px;
	z-index: 99;
}

/* Left Column */ 
.timeline .section ol.events li.event:nth-child(1n+2) .event_container,
.timeline .section ol.events li.event:first-child .event_container {
	float: right;
	margin-right: 12px;
}

.timeline .section ol.events li.event:nth-child(1n+2) .event_pointer,
.timeline .section ol.events li.event:first-child .event_pointer {
	background-position: 0px 0px;
	right: -5px;
}

/* Right Column */
.timeline .section ol.events li.event:nth-child(2n+2) .event_container {
	float: left;
	margin-left: 17px;
}

.timeline .section ol.events li.event:nth-child(2n+2) .event_pointer {
	background-position: 0px -15px;
	left: 0px;
}

/* Featured Event */
.timeline .section ol.events li.event.featured .event_container {
	float: none;
	margin: 0px 64px 35px 65px;
	width: auto;
}

.timeline .section ol.events li.event.featured .event_pointer {
	background-position: 0px -52px;
	height: 22px;
	left: 1px;
	margin: 0px auto;
	top: -1px;
}

.timeline .section ol.events li.event.featured .event_container p {
	text-align: center;
}

.timeline .section ol.events li.event.featured .event_container .event_title {
	padding: 20px 20px 30px 20px;
	text-align: center;
}

.timeline .section ol.events li.event.featured .event_container .event_title h3 {
	font-size: 18px;
	font-weight: 800;
}

.timeline .section ol.events li.event.featured .event_container .event_content {
	padding: 0px 20px 30px 20px;
}

.timeline ol.timeline_nav {
	position: absolute;
	list-style: none;
	right: 0px;
	top: 45px;
	z-index: 99;
}

.timeline ol.timeline_nav li {
	border-left: 5px solid #c7d0e3;
	padding: 5px 0px 5px 7px;
	margin: 0px 0px 10px 0px;
	width: auto;
}

.timeline ol.timeline_nav li.current {
	border-left: 4px solid #6179af;
}

.timeline ol.timeline_nav li:only-child, .timeline ol.timeline_nav li:last-child {
	margin-bottom: 0px;
}

.timeline ol.timeline_nav li a {
	color: #c7d0e3;
	font-size: 11px;
	text-decoration: none;
}

.timeline ol.timeline_nav li a:hover {
	text-decoration: none;
}

.timeline ol.timeline_nav li.current a {
	color: #6179af;
	font-weight: 600;
}
