@import url(http://fonts.googleapis.com/css?family=Playfair+Display|Lato);

body {
	margin: 0;
	background: #E8E8E8;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	-webkit-text-size-adjust: none;
	/*font-size: 14px;*/
}

a {
	color: #000;
}

h1 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	/*font-size: 24px;*/
	font-size: 1.6em;
	margin: 0;
	
}

.clear {
	clear: both;
}

#masthead {
	background: #2B2B2B;	
}

/* POSTS
---------------------- */
.post-container {
	background: #FFF;
	width: 500px;
	width: 100%;
	max-width: 500px;
	padding: 10px;
	margin: 15px auto;
	border: 1px solid #5E5E5E;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(110,110,110,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(110,110,110,1);
	box-shadow: 3px 3px 5px 0px rgba(110,110,110,1);
}

.post-standard {
	border-left: 5px solid #5E5E5E !important;
}

.post-blue {
	border-left: 5px solid #1FA2F4 !important;
}

.post-red {
	border-left: 5px solid #B01220 !important;
}

.post-green {
	border-left: 5px solid #05A605 !important;
}

.post-orange {
	border-left: 5px solid #FF6600 !important;
}

.post-yellow {
	border-left: 5px solid #FFEF5C !important;
}

.post-purple {
	border-left: 5px solid #765ca5 !important;
}

.post-date {
	color: #BBB;
	/*font-size: 10px;*/
	font-size: 0.7em;
}

.pulse-media {
	max-width: 100%;
}

.post-content {
	margin: 10px;
}

.quote {
	font-style: italic;
	border-left: 5px solid #C5C5C5;
	padding: 10px;
}

/* TAGS
---------------------- */

.tags {
	clear: both;
}

.tag {
	background: #3A89C9;
	color: #FFF;
	float: left;
	font-size: 0.8em;
	padding: 4px;
	margin: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* LOGIN
---------------------- */
#login {
	background: #3E3E3E;
	color: #FFF;
	width: 300px;
	margin: 0 auto;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#login input[type=text], #login input[type=password] {
	border: 1px solid #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	height: 2em;
	width: 280px;
}

#login input[type=submit] {
	border: 1px solid #FFF;
	background: #ed1c24;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	height: 2em;
	width: 70px;
}

.required {
	color: #FFB7B7 !important;
}