@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/*
	Altitude: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

body {
	background: #364047 url(images/img01.jpg) repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14pt;
	line-height: 1.3em;
	color: #4F4F4F;
}

h1, h2, h3 {
	margin: 0px;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 400;
	font-size: 26pt;
}


p, ol, ul {
	margin-top: 0px;
}

strong {
	font-weight: 700;
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
	overflow: hidden;
	background: url(images/img02.jpg) repeat;
}

#copyright {
	overflow: hidden;
	height: 210px;
}

.divider {
	overflow: hidden;
	height: 11px;
	margin-bottom: 40px;
	background: url(images/img08.jpg) repeat-x left top;
}

.post {
	padding: 30px 30px;
}

.post img {
}
.post imgsmall {
}


.post .title {
	padding: 10px 0px 10px 0px;
	letter-spacing: 0px;
	font-size: 26pt;
	color: #232323;
}

.post .subtitle {
	padding: 10px 0px 40px 0px;
	letter-spacing: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22pt;
	color: #FF0000;
}

.post a img {
	width: 99%;
	display: block;
}

.post .border-bg {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #c1c1c1;
}

/* Reusable Buttons */

.button {
	display: inline-block;
	outline: 0;
	height: 50px;
	white-space: nowrap;
	margin: 10px 0px;
	padding: 0px 30px 0px 30px;
	background: #e0e0e0;
	box-shadow: inset 0px 0px 0px 1px #FFFFFF, 0px 2px 3px 0px rgba(0,0,0,0.25);
	border: solid 1px #dadada;
	border-radius: 6px;
	background-image: -moz-linear-gradient(top, #ffffff, #bababa);
	background-image: -webkit-linear-gradient(top, #ffffff, #bababa);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#bababa));
	background-image: -ms-linear-gradient(top, #ffffff, #bababa);
	background-image: -o-linear-gradient(top, #ffffff, #bababa);
	background-image: linear-gradient(top, #ffffff, #bababa);
	line-height: 50px;
	letter-spacing: -1px;
	text-decoration: none;
	text-shadow: 1px 2px 0 rgba(255,255,255,1);
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 20pt;
	color: #272727;
}

.image-style {
	margin: 15px 0px;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
	width: 80%;
	alignment-adjust: middle;
}
.image-stylesmall {
	margin: 15px 0px;
	padding: 5px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
	width: 70%;
	alignment-adjust: middle;
	position: static;
}

head3 {
	font-size: 24%;
}
