/*
Theme Name: Valerie
Theme URI: http://umbrella.al/
Description: Valerie theme from Umbrella
Author: Umbrella
Author URI: http://umbrella.al/
Version: 2.7.2
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;
}
