@charset "utf-8";
/* CSS Document */

/* GLOBAL */
* { margin:0; padding:0; outline:0; border:0; }

html, body {
	background: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: 1.2em;
	height: 100%;
}

a {
	color: #ed1c24;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

a:hover {
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}

.emphasis {
	font-weight: bold;
	font-style: italic;
}

.clear {
	position:relative;
	clear:both;
}

.hr_line {
	width: 100%;
	height: 0px;
	border-top: 1px #ddd solid;
	margin: 0;
}

#container {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

#menu_space {
	width: 100%;
	height: 32px;
	top: 0;
	position: relative;
	background: rgba(0,0,0,0.5);
}

/* end GLOBAL */


/* FONTS */

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.title_main {
	color: #630460;
	letter-spacing: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.title_sub1 {
	color: #990000;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 2em;
}

.title_sub2 {
	color: #a04298;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
}

#post_content {
	padding: 10px;
}

#post_content p {
	text-indent: 20px;
	padding-bottom: 10px;
}

/* end FONTS */


/* MENU, FOOTER, ICONS */

#menu {
	vertical-align: middle;
	width: 100%;
	height: 60px;
	top: 0px;
	padding-left: 290px;
	position: absolute;
	text-transform: uppercase;
}

#menu a {
	display: block;
	color: #fff;
	width: auto;
	height: 22px;
	padding: 5px 10px 5px 10px;
	float: left;
}

#menu a:hover, a:active {
	color: #FFFFFF;
	background-color: #a864a8;
}

#copyright {
	color: #3e3141;
	text-transform: uppercase;
	width: 100%;
	height: auto;
	line-height: 1em;
	bottom: 5px;
	right: 3px;
	text-align: right;
	position: absolute;
}

#socialmedia{
	width: auto;
	height: 40px;
	top: 1px;
	left: 10px;
	position: absolute;
	color: #fff;
}

.icon {
	float: left;
	border: 0;
	position: relative;
	margin: 0 3px 3px 0;
	vertical-align: middle;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.icon:hover .iconOverlay {
	opacity:0.5;
}
.iconOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 29px;
	height: 29px;
	background: #fff;
	opacity: 0;
	border-radius: 2px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}


/* RESPONSIVE STYLES */

@media all and (max-width: 480px) {
	#menu { top: 32px; padding: 0; position: absolute; }
	#menu a { width: 100%; line-height: 22px; position: relative;}
	#menu_space { padding: 0px; height: 200px; }
	#socialmedia { color: #fff; top: 0; right: 0; position: absolute; }
	.icon { float: left; }
}

@media all and (max-width: 1050px) {
/*	.thumb_box { height: auto; }
	.thumb_overlay { width: 100%; height: 100%; margin: 0; }*/
}

@media only screen and (max-width : 480px) {
	/* Smartphone view: 3 tile */
/*	.thumb_box {
		width: 33.3%;
		padding-bottom: 33.3%;
	}*/
}
@media only screen and (max-width : 650px) and (min-width : 481px) {
	#menu { top: 32px; padding-left: 20px; position: absolute; }
	#menu_space { padding: 0px; height: 64px; }
	#socialmedia { color: #fff; top: 0; right: 0; position: absolute; }
	/* Tablet view: 4 tiles */
/*	.thumb_box {
		width: 25%;
		padding-bottom: 25%;
   }*/
}
@media only screen and (max-width : 1050px) and (min-width : 651px) {
	/* Small desktop / ipad view: 5 tiles */
/*	.thumb_box {
		width: 20%;
		padding-bottom: 20%;
   }*/
}