/* 
Theme Name: Stardom
Author: Roxxie
Description: Beautiful, clean, simple
Version: 1.2
*/ 

body {
	background: #444;
	background: url('img/bg1.png');
}

#container {
	width: 800px;
	position: relative;
	overflow: hidden;
	padding: 50px 100px;
	background: #eee; }

#logo {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;  }

#logo h1 a {
	font-weight: 200;
	font-size: 62px; }

h1,h2,h3,h4,h5,h6 {
	font-family: 'Montserrat'; }

p,span,li {
	font-family: 'Roboto'; }


h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	font-weight: 400;
	text-transform: uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	text-decoration: none; }

p a {
	color: #000;
	text-decoration: underline; }

p { color: #333;}

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 22px; }

h5, h6 { font-size: 20px; }

h2.title {
	font-weight: 800; }


p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin-bottom: 20px; }

p:last-of-type {
	margin-bottom: 0; }

span.meta {
	color: #555;
	margin-bottom: 20px;
	font-size: 14px;
	display: block; }

.post {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd; }

.post:last-of-type {
	border-bottom: none; }