/*
Theme Name:  TuneUp
Theme URI:   http://themeforest.net/user/themelog/portfolio
Author:      ThemeLog
Author URI:  http://themeforest.net/user/themelog
Description: Responsive WordPress theme.
Version:     1.0.2
License:     ThemeForest License
License URI: http://themeforest.net/licenses
Tags:        light, dark, white
Text Domain: read
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* WordPress Core -------------------------------------------------------------- */

.aligncenter, .alignnone, .alignright, .alignleft {
    display: block; margin: 1.6em auto; clear: both;
	}
.wp-caption {
	color: #aaa;
	}
.wp-caption img {
	border: 0 none; height: auto; margin: 0; padding: 0;
	}
.wp-caption p.wp-caption-text {
    font-size: 12px; margin: 0; padding: .6em .1em 0; text-align: left;
	}

@import url(http://fonts.googleapis.com/css?family=Lato);
.container{background-color: #fff;}
.middle {overflow: hidden;padding: 1.3em;background-color: #fff;}
.header {
background: #fff url("../images/bckg/brickwall.pg") repeat scroll 0 0;
background-size: 0 0;

    padding-top: 1em;
    position: relative;
    text-align: center;
}
/*.vcalendar{float:left;margin-left:-20px;}*/
#tribe-events-content {
    margin-bottom: 48px;
    padding: 2px 0;
    position: relative;
margin:20px;
}
.entry-title{color:#1978c1 !important;letter-spacing: 0;}

/*nav*/

.menu a:link{color:#000;}
.menu a:hover{color:#D4E7E4;}

/* TABLETS */
@media screen and (min-width: 768px) {
	.alignnone {
		margin: 3em 0; 
		}
	.aligncenter {
		margin: 3em auto; 
		}
	.alignright {
		float:right; margin: .4em 0 1em 2em;
		}
	.alignleft {
		float: left; margin: .4em 2em 1em 0;
		}
}

.site-title a {
    color: #fff;
font-family: 'Lato', sans-serif;
}
/*events calendar*/
#tribe-events-pg-template {
    margin: 0 auto;
    max-width: 1000px;
    background-color: #fff !important;
}