/*
Template Name: News Magazine
File: Layout CSS (Updated 2025)
Author: OS Templates (Optimized by Flossy)
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: 'Lora', Georgia, 'Times New Roman', Times, serif;
	color: #444444;
	background-color: #FFFFFF;
}

img { display: block; margin: 0; padding: 0; border: none; }
.justify { text-align: justify; }
.bold { font-weight: bold; }
.center { text-align: center; }
.right { text-align: right; }
.nostart { list-style-type: none; margin: 0; padding: 0; }
.clear { clear: both; }
br.clear { clear: both; margin-top: -15px; }

a {
	outline: none;
	text-decoration: none;
	color: #0077CC;
	background-color: #FFFFFF;
	transition: color 0.3s ease;
}
a:hover {
	color: #005999;
	text-decoration: underline;
}

.fl_left { float: left; }
.fl_right { float: right; }

.imgl, .imgr {
	border: 1px solid #CCCCCC;
	padding: 5px;
	border-radius: 4px;
}
.imgl { float: left; margin: 0 8px 8px 0; clear: left; }
.imgr { float: right; margin: 0 0 8px 8px; clear: right; }

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	font-weight: 600;
	line-height: normal;
	color: #222222;
}

.col0, .col0 a { color: #FFFFFF; background-color: #666666; }
.col2 { color: #666666; background-color: #F7F7F7; }

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topline, #topbar, #breadcrumb, .container, #hpage_cats, #adblock, #socialise, #footer, #copyright {
	position: relative;
	margin: 0 auto 0;
	display: block;
	width: 960px;
}

/* ----------------------------------------------TopLine-------------------------------------*/

#topline {
	padding: 10px 0;
	background-color: #F9F9F9;
	border-bottom: 1px solid #DDDDDD;
}

#topline p { float: left; margin: 0; padding: 0; }

#topline ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topline li {
	display: inline;
	margin: 0 8px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #AAAAAA;
}
#topline li.last { margin-right: 0; padding-right: 0; border: none; }

/* ----------------------------------------------Header-------------------------------------*/

#header {
	padding: 2px 0 20px 0;
}

#header .fl_left {
	display: block;
	float: left;
	margin-top: 7px;
}

#header .fl_right {
	display: block;
	float: right;
	width: 728px;
	height: 90px;
	margin-top: 21px;
}

#header h1 a {
	font-size: 48px;
	color: #0077CC;
	background-color: #FFFFFF;
	font-weight: 700;
}
#header h1 strong {
	color: #F76C6C;
}

/* ----------------------------------------------Topbar-------------------------------------*/

#topbar {
	padding: 20px 0;
	background-color: #EFEFEF;
}

#topbar #search {
	float: right;
}

/* ----------------------------------------------Breadcrumb-------------------------------------*/

#breadcrumb {
	padding: 20px 0;
}

#breadcrumb ul { margin: 0; padding: 0; list-style: none; }
#breadcrumb ul li { display: inline; }
#breadcrumb ul li.current a { text-decoration: underline; }

/* ----------------------------------------------Content-------------------------------------*/

.container {
	padding: 20px 0;
}

.content {
	float: left;
	width: 630px;
}

/* Comments */
#comments { margin-bottom: 40px; }

#comments .commentlist li.comment_odd {
	color: #555555;
	background-color: #F7F7F7;
}
#comments .commentlist li.comment_even {
	color: #555555;
	background-color: #E8E8E8;
}
#comments a { color: #0077CC; }

#comments .commentlist p {
	margin: 10px 5px 10px 0;
}

/* ----------------------------------------------Column-------------------------------------*/

.column {
	float: right;
	width: 300px;
}

.column .holder h2.title {
	font-size: 24px;
	font-weight: 600;
	border-bottom: 2px dotted #AAAAAA;
}

.column div.imgholder, .column #featured li p.imgholder {
	border-radius: 4px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
}

/* Featured Block */
.column #featured li {
	background-color: #FAFAFA;
	padding: 20px 25px;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: 0px 2px 6px rgba(0,0,0,0.05);
}

/* ----------------------------------------------Homepage Specific-------------------------------------*/

#hpage_cats h2 {
	color: #222222;
	background-color: #EFEFEF;
	font-size: 16px;
}

#hpage_cats h2 a {
	color: #0077CC;
	font-weight: bold;
}

/* ----------------------------------------------Footer-------------------------------------*/

#footer {
	padding: 20px 0;
	background-color: #333333;
	color: #DDDDDD;
}

#footer h2 {
	color: #F76C6C;
	border-bottom: 2px dotted #AAAAAA;
}

#footer a {
	color: #F76C6C;
}

/* ----------------------------------------------Socialise-------------------------------------*/

#socialise {
	padding: 20px 0;
	background-color: #EFEFEF;
}

#socialise li {
	text-align: center;
	font-size: 22px;
}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright {
	padding: 15px 0;
	background-color: #333333;
	color: #AAAAAA;
	text-align: center;
}
