/*
Theme Name: Risen Child Theme
Theme URI: http://themeforest.net/user/stevengliebe
Description: A child theme for Risen.
Author: Steven Gliebe
Author URI: http://stevengliebe.com
Template: risen
Version: 1.1.1
*/

/*
To override styles, copy them from the parent theme here, then change the properties.
You can also add new styles here. See styles/* for overriding the light and dark base styles.
Note: it is not necessary to @import the parent stylesheet here (see docs for more info)
*/

#top-right {
	background-color: #fff;
	color: #666;
}

#top-right #tagline { 
	color: #ccc;
	font-size:1.2em;
	font-weight: 200;
}

#intro {
	font-size: 1.5em; /* was 1.6em; */
	letter-spacing: -0.03em;
	line-height: 1.5em;
}

#home-column-widgets h1 {
	font-size: 1.2em;
}

#home-column-widgets {
	margin: 30px 3.9% -40px 3.9%;
}


#copyright {
	font-size: 0.8em;
}

a:hover {
	color: #rb667f;
}

a.wizlogo {
	opacity: 0.5;
}

a.wizlogo:hover {
	opacity: 1.0;
}

body,
input, textarea, select {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1 {
	font-size: 1.9em; /* NOTE: 2em+ causes "double vision" on iOS5 */
	line-height: 1.4em;
}

h2,
#reply-title { /* comment form title */
	font-size: 1.6em; /* was 1.7em; */
	line-height: 1.4em;
}

h3 {
	font-size: 1.5em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.4em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.4em;
	font-weight: normal;
}

h6 {
	font-size: 1.3em;
	font-weight: normal;
}

.event-short h1 {
	font-size: 1.1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
	
.event-short-excerpt p {
	margin: 8px 0;
}

.breadcrumbs {
	padding-left: 30px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4 {
	margin-top: 10px;
}

.thumbpix img {
	width: 400px;
	float: left; 
	margin-right: 10px; 
	border: 5px #efefef solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.thumbpix h4, 
.post-content .thumbpix h1, 
.post-content .thumbpix h2, 
.post-content .thumbpix h3, 
.post-content .thumbpix h4 {
	vertical-align: top;
	margin: 0px 0 10px 0;
	padding: 0;
}
.thumbpix {
	display: block;
}

img.featurepix {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 0;
	border: 8px #efefef solid;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.gray {
	color: #999;
}

.divider {
	height: 10px;
	border-top: 1px #efefef solid;
}

div.footnotes ol li, div.footnotes br {
	color: #777;
	font-size: 0.8em;
	margin: 0 30px 20px 30px;
}

#intro {
	padding: 20px 40px 20px 60px;
}

.rotatingtext {
	font-weight: 300;
	/* line-height: 28px!important; */
}

img.iclflag,
span.icl_lang_sel_current {
 	vertical-align: middle;
}