/*
Theme Name: Valerie
Theme URI: http://umbrella.al/
Description: Valerie theme from Umbrella
Author: Umbrella
Author URI: http://umbrella.al/
Version: 1.5
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky { color: #e9673a; }

.gallery {
    margin: auto;
    overflow: hidden;
    width: 100%;
}
.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}
.gallery img {
    border: 2px solid #cfcfcf;
}
.gallery .gallery-caption {
    margin-left: 0;
}
.gallery br { clear: both }
.col-2 { width: 50% }
.col-3 { width: 33.333% }
.col-4 { width: 25% }
.col-5 { width: 20% }
.col-6 { width: 16.666% }
.col-7 { width: 14.285% }
.col-8 { width: 12.5% }
.col-9 { width: 11.111% }

.bypostauthor{
background-color: #e9673a; }

.odd {
background-color: #e9673a; }

.even {
background-color: #e9673a; }

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a, .recentcomments {

	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
}

.widget_links a, .widget_recent_entries a, .widget_meta a, .widget_search a, .widget_archive a, .widget_calendar a, .widget_nav_menu a, .widget_categories a, .widget_recent_comments a {

	color: #e9673a;
}

.widget_links, .widget_recent_entries, .widget_meta, .widget_search, .widget_archive, .widget_calendar, .widget_nav_menu, .widget_categories, .widget_recent_comments {

	padding: 20px 20px;
	border-bottom: 1px dotted #999;
}

.widget_calendar tr td {

	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
	padding: 5px 10px;
}

#wp-calendar > caption {

	margin-bottom: 10px;
}

.widget_search input[type=text] {
	height: 26px;
	padding: 0px 10px;
	border: 1px solid #eaeaea;
	margin: 5px 0px;
}

.widget_search label {
	font-family: "RobotoRegular";
	font-size: 12px;
	color: #666;
}

.widget_search input[type=submit] {
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 12px;
	color: white;
	display: inline-block;
	text-transform: uppercase;
	padding: 6px 10px 6px 10px;
	letter-spacing: normal;
	line-height: normal;
	background: #E9673A;
	cursor: pointer;
	border: none;
}

.back_button.discography {
	width: 225px;
}

.next, .play, .pause {
	background-image: url('/wp-content/uploads/2013/07/media-controls.png');
}
.play {
	background-position: 0 0;
height: 22px;
width: 23px;
display: block;
float: left;
background-size: 77px;
background-repeat: no-repeat;
margin-left: 11px;
opacity: 0.9;
margin-top: 3px;
}
.play.playing {
opacity: 0.5;
}
.pause {
	background-position: -23px 0;
height: 35px;
width: 35px;
display: block;
height: 22px;
width: 21px;
display: block;
float: left;
background-size: 77px;
background-repeat: no-repeat;
margin-left: 3px;
opacity: 0.9;
margin-top: 3px;
}
.pause.paused {
opacity: 0.5;
}
.next {
	background-position: -45px 0;
height: 24px;
width: 34px;
display: block;
opacity: 0.9;
margin-top: 3px;
float: left;
background-size: 77px;
background-repeat: no-repeat;
margin-left: 5px;
}
.play:hover, .pause:hover, .next:hover {
	opacity: 0.7;
}
.play:active, .pause:active, .next:active {
	opacity: 0.5;
}

#container.fourofour {
//	text-align: center;
}
.fourofour #content {
width: 1025px;
margin: auto;
position: relative;
padding-top: 115px;
padding-bottom: 100px;
z-index: 9;
}

.fourofour .inner_four {
background: #fff;
color: #6A6D78;
padding: 30px 20px;
}
.fourofour .inner_four p {
font-family: "RobotoLight";
color: 
#6A6D78;
font-size: 14px;
line-height: 22px;
}

#cc-tag {
right: 15%!important;
}

/**************
Media Queries
**************/
@media screen and (max-width: 600px) {
.content {
width: 100%;
}
}