/****************************************************************************
Theme Name: Crown Gothic by Etherealism
Theme URI: http://zaynmalikweb.com/
Author: Matias (Etherealism.org)
Author URI: http://etherealism.org/
Description: Experimental Wordpress Theme featuring Zayn Malik.
Tags: Wine red, brunswick green, dark gray, black, white.
 _ _ _ _ _ _ _ _
|               |
|  Do Not Copy! |
|               |
 ¯ ¯ ¯ ¯ ¯ ¯ ¯ ¯
****************************************************************************/
body {
	margin: 0px;
}
html {
	background: url(images/bg.png) top center fixed #101010;
}
a {text-decoration: none;}
.box {box-shadow: 0px 0px 120px black;}
.latest-box {text-align: center;}
.latest {
	padding: 10px 20px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background: #7c313f;
	transition: 0.6s;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin: 0 2px;
	display: inline-block;
}
.latest:hover {
	background: #9E4F5D;
}
.latest a {
	color: #FFF;
}
.pix a img {
	background: rgb(44, 144, 0);
	padding: 5px;
	transition: all 0.5s ease;
	opacity: 1;
	margin: 2px;
}
.pix a img:hover {
	background: rgb(201, 120, 9);
}
nav ul {
	list-style: none;
	text-align: center;
}
nav li {
	display: inline-block;
	padding: 0 8px 0 0;
}
nav li a {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	transition: .4s;
	border-bottom: 3px solid transparent;
}
nav li a:hover {
	border-bottom: 3px solid #5f212d;
}
.side_title {
	background: #000000;
	border-bottom: 4px solid #05392d;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px 0px #000;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 12px 25px;
	margin: -28px 25px;
	position: relative;
}
.side_content {
	margin: 40px 28px;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	color: #ececec;
	line-height: 1.7;
}
.side_content a img, .side_content img {
	background: #411219;
	padding: 5px;
	transition: all 0.7s ease;
	opacity: 1;
	margin: 2px;
}
.side_content a img:hover {
	background: #841f32;
}
.side_content blockquote {
	margin: 0 auto 5px;
	padding: 10px 20px;
	background: #c6c6c6;
	color: white;
	border: none;
}
.side_content li {
	background: #411219;
	display: block;
	margin-left: -40px;
	margin-bottom: 5px;
	padding: 10px 20px;
	transition: all 0.6s ease;
}
.side_content li:hover {
	background: #511821;
}
.side_content li a, .side_content li a:hover {color: #fff;}
.p1 {
	background: url(images/project.png) no-repeat #054d3d;
    border-radius: 30px 0;
    padding-bottom: 12px;
}
.p1 img {
	padding: 0;
	border-radius: 30px 0 0;
	margin: 20px 0 10px 20px;
}
.p3 {
    background: #841f32;
	box-shadow: 0px 0px 60px rgba(0,0,0,0.8);
	font-family: 'Titillium Web', sans-serif;
    padding: 5px 20px;
	font-size: 13px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
    position: relative;
    margin: -35px 35px 0 175px;
	font-weight: bold;
}
.p3 a {color: #FFF !important;}
.p4 {
	background: rgba(0,0,0,0.85);
	box-shadow: 0 0 60px #000;
	padding: 30px;
	font-family: Arial;
    font-size: 13px;
	color: #FFF;
    line-height: 1.7;
	border-radius: 0 0 30px;
    text-align: justify;
	margin: -30px 20px 15px;
}
.entry {background: #000;}
.fimg {
	width: 700px; 
	height: 303px;
	outline: 1px solid #841f32;
	outline-offset: -10px;
}
.entry_date {
	background: #242424;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
	font-size: 17px;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-align: center;
	color: #FFF;
	cursor: default;
}
.entry_data {
	background: #0f0f0f;
	font-family: 'Titillium Web', sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 20px;
}
.entry_data a {color:#fff;}
.entry_data a:hover {text-decoration: underline;}
.entry_title {
	background: #841f32;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	color: #FFF;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 15px 30px;
	margin: -28px 14px;
	position: relative;
}
.entry_title a {color:#fff;}
.entry_title a:hover {text-decoration:underline;}
.entry_content {
	background: #190609;
	margin: 0px 14px 18px;
	font-family: Arial;
	font-size: 13px;
	text-align: justify;
	color: #fff;
	line-height: 1.9;
	padding: 40px 40px 30px;
}
.entry_content a, .side_content a {color: #18725d;}
.entry_content a:hover, .side_content a:hover {color: #a2273f;}
.entry_content a img {
	background: #2d2d2d;
	padding: 6px;
	transition: all 0.9s ease;
	margin: 2px;
	opacity: .8;
}
.entry_content a img:hover {
	background: #535252;
	opacity: 1;
}
blockquote {
	background: #c6c6c6;
	color: #000;
	padding: 25px 35px;
	border: 12px solid #ddd;
	margin: 10px;
}
ul.post-categories {margin-left: -40px;}
.post-categories li {
	background: #05392d;
	display: inline-block;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 4px 12px;
	transition: 0.2s;
	cursor: pointer;
	margin-top: 5px;
}
.post-categories li:hover {background: #094537;}
.post-categories li a {color: #FFF;}
.post-categories li a:hover {text-decoration: none; color: #FFF;}
.footer {
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	padding: 50px 90px;
	background: #000;
}
.footer h1 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	color: #094537;
	text-transform: uppercase;
	font-size: 25px;
	text-align: center;
	letter-spacing: 1px;
}
.footer_text {
	background-color: #190609;
	text-align: justify;
	font-family: Arial;
	font-size: 11.5px;
	color: #fff;
	border-bottom: 10px solid #094537;
	line-height: 1.4;
	padding: 40px 60px;
}
.footer_text a {
	color: #abaaaa;
}
.footer_text a:hover {
	text-decoration: underline;
}
.footer_copyright {
	font-family: 'Titillium Web', sans-serif;
	color: #727171;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
}