/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
	color: #fff;
	background: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 63px; line-height: 70px; padding: 0; margin: 0;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #fff;}

a {
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
	margin:40px;
	position:absolute;
	top:15px;
	width:600px;
	z-index:9999;
	-webkit-font-smoothing:antialiased;
}

#logo {
	font-family: 'Coustard', serif;
	font-size: 49px;
	top:23px;
	height:auto;
	left:40px;
	position:absolute;
	width:20%;
	z-index:1000;
	color: #fff;
}

.main-nav{
	/* position:absolute;
	top: 65px;
	left:0px;
	z-index:1001; */
}

.content-relative{
	position: relative;
	margin-top: 60px;
}

.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #fff;
}
.main-nav ul li a.active {color: #ff0000;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:100px 10px 5px 10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}

/* Logo Link */
.logo-link {
	position: absolute;
	top: 23px;
	left: 40px;
	z-index: 1000;
}
.logo-link img {
	max-width: 200px;
	height: auto;
}

/* Updated Navigation */
.main-nav {
	position: absolute;
	top: 65px;
	left: 40px;
	z-index: 1001;
}
.main-nav a {
	display: inline-block;
	margin-right: 20px;
	padding: 5px 0;
	font-family: 'Coustard', serif;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid transparent;
	transition: all 0.3s ease;
}
.main-nav a:hover,
.main-nav a.active {
	color: #ff0000;
	border-bottom-color: #ff0000;
}

/* News Styles */
.news-list {
	margin-top: 30px;
}

.news-item {
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.news-item h2 {
	font-size: 32px;
	line-height: 38px;
	margin-bottom: 10px;
}

.news-item h2 a {
	color: #fff;
	text-decoration: none;
	transition: color 0.3s ease;
}

.news-item h2 a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.news-meta {
	margin-bottom: 15px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.7);
}

.news-meta .news-date,
.news-meta .news-category {
	display: inline-block;
	margin-right: 15px;
}

.news-excerpt {
	margin-bottom: 25px;
	line-height: 1.6;
}

.read-more {
	display: inline-block;
	padding: 8px 16px;
	background: rgba(255, 168, 0, 0.2);
	border: 1px solid #ff0000;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
}

.read-more:hover {
	background: #ff0000;
	color: #000;
}

/* Pagination */
.pagination {
	margin-top: 40px;
	text-align: center;
}

.pagination a,
.pagination span {
	display: inline-block;
	margin: 0 5px;
	padding: 8px 12px;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transition: all 0.3s ease;
}

.pagination a:hover,
.pagination span.current {
	background: #ff0000;
	border-color: #ff0000;
	color: #000;
}

.pagination img {
	width: 20px;
	height: 20px;
}

/* Single Post Styles */
.post-header {
	margin-bottom: 30px;
}

.post-header h1 {
	font-size: 48px;
	line-height: 55px;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 20px;
}

.post-meta span {
	display: inline-block;
	margin-right: 20px;
}

.post-meta .post-date:before {
	content: "📅 ";
}

.post-meta .post-category:before {
	content: "📂 ";
}

.post-meta .post-tags:before {
	content: "🏷️ ";
}

.post-content {
	line-height: 1.8;
	margin-bottom: 40px;
}

.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 15px;
}

.post-content p {
	margin-bottom: 20px;
}

.post-content ul,
.post-content ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

.post-content li {
	margin-bottom: 10px;
}

.post-content blockquote {
	border-left: 4px solid #ff0000;
	padding-left: 20px;
	margin: 20px 0;
	font-style: italic;
	color: rgba(255, 255, 255, 0.8);
}

.post-content img {
	max-width: 100%;
	height: auto;
	margin: 20px 0;
	border-radius: 5px;
}

.post-footer {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding-top: 30px;
}

.post-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
	flex-wrap: wrap;
	gap: 15px;
}

.nav-link {
	color: #fff;
	text-decoration: none;
	padding: 10px 15px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	transition: all 0.3s ease;
	flex: 1;
	max-width: 300px;
}

.nav-link:hover {
	background: #ff0000;
	border-color: #ff0000;
	color: #000;
}

.nav-arrow {
	font-weight: bold;
	font-size: 18px;
}

.back-to-news {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
	padding: 10px 20px;
	border: 2px solid #ff0000;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.back-to-news:hover {
	background: #ff0000;
	color: #000;
}

.prev-post {
	text-align: left;
}

.next-post {
	text-align: right;
}

/* Comments Styles */
.comments-area {
	margin-top: 40px;
}

.comments-title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.comment {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0;
}

.comment-author {
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.comment-meta {
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 10px;
}

.comment-content {
	line-height: 1.6;
}

.comment-reply-link {
	color: #ff0000;
	text-decoration: none;
	font-size: 12px;
}

.comment-reply-link:hover {
	text-decoration: underline;
}

/* Comment Form */
.comment-form {
	margin-top: 30px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label {
	display: block;
	color: #fff;
	margin-bottom: 5px;
	font-weight: bold;
}

.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	margin-bottom: 15px;
	font-size: 14px;
}

.comment-form textarea {
	min-height: 120px;
	resize: vertical;
}

.comment-form input[type="submit"] {
	background: #ff0000;
	color: #fff;
	border: none;
	padding: 12px 25px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	transition: background 0.3s ease;
}

.comment-form input[type="submit"]:hover {
	background: #cc0000;
}
