@charset "utf-8";

/*========================================
TUMBLR THEME STYLE
Name:	Pastel
By:		Joanna Gana
URL:	http://itsjoanna.com
=========================================*/

/*STICKY FOOTER*/
html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
}
#container {
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#footer {
	position: static;
	bottom: 0px;
	text-align: center;
	text-transform: uppercase;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: 700;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color: #4f596e;
}

/*NAVIGATION*/
#navbar {
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	width: 100%;
}
#navbar ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navbar ul li {
	float: left;
	position: relative;
	font-size: 10px;
	list-style-type: none;
}
#navbar ul li a {
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding-left: 15px;
	padding-right: 15px;
	color: #4f596e;
}
#navbar ul ul {
	position: absolute;
	visibility: hidden;
	opacity: .9;
	margin-left: -22px;
}
#navbar ul li:hover ul{
	visibility: visible;
}
#navbar ul li ul li a {
	font-size: 9px;
	width: 130px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
#navbar ul li a:hover {
	color: #e8ca77;
}
#navbar ul li ul li a:hover {
	background-color: #cddde0;
	color: #c09b6b;
}
#navbar .menu {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/*OVERALLS*/
a {
	text-decoration: none;
	outline: none;
}
.drop {
	cursor: pointer;
	color: #4f596e;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.drop:hover {
	color: #c09b6b;
}

/*THEME LOOK AND FEEL*/
#footer .footer-content {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#header {
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
	font-style: normal;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 60px;
	text-transform: uppercase;
}
#header a {
	color: #c09b6b;
}
#content {
	margin-top: 70px;

}
#blog {
	width: 700px;
	float: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 13px;
}
#sidebar {
	width: 270px;
	float: right;
	text-align: center;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	text-transform: none;
}
h2 {
	color: #4f596e;
	font-style: normal;
	font-weight: 700;
	font-family: cantarell;
	text-transform: uppercase;
	margin-top: 25px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cddde0;
	margin-bottom: 5px;
}
.search {
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
	text-transform: uppercase;
	font-size: 9px;
	color: #4f596e;
	width: 245px;
	letter-spacing: 1px;
	background-color: #eeeeee;
	border: 0px;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	margin-top: 3px;
}
.social {
	margin-top: 10px;
}
.social a {
	border-radius: 20px;
	opacity: 0.6;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.social a:hover {
	-webkit-opacity: .3;
	-moz-opacity: .3;
	opacity: .3;
}
h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 500;
	font-style: italic;
	font-size: 30px;
	color: #4f596e;
}
.postfooter {
	word-spacing: 5px;
	color: #cddde0;
	border-top: 1px solid #CCCCCC;
	margin-top: 15px;
	padding-top: 3px;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 1px;
	margin-bottom: 50px;
}
.tags {
	color: #4f596e;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.post img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}
.post {
	line-height: 123%;
}
.button {
	display: block;
	font-family: Futura, Futura-Medium, "Futura Medium", "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	width: 130px;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
	background-color: #cddde0;
	color: #c09b6b;
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.button:hover {
	color: #FFFFFF;
	background-color: #4f596e;
}
.tags:hover {
	border-bottom-width: 1px;
	border-bottom-color: #4f596e;
	border-bottom-style: dotted;
}
