/*

Website: ZOD Magazine
Author: Cre8ive Brainz
Author URI: http://www.cre8ivebrainz.co.uk
Version: 1.0



Table of contents:
------------------

     1. RESET CSS
     2. STRUCTURE
     3. GENERIC STYLING
     4. TYPOGRAPHY
     5. SLIDER
     6. 
     7. 
     8. 
     9. 
     10. 
*/

/*===============================================*/
/*       1. RESET CSS                            */
/*===============================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-weight: 400;
	line-height: normal;
}

a {
	cursor: pointer;
	text-decoration: none;
}

ul {
	list-style: none;
}

ol {
	list-style-position: outside;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
}

::-moz-selection {
  background: #5ebcbb;
  color: #fff;
  text-shadow: none;
}


::selection {
  background: #5ebcbb;
  color: #fff;
  text-shadow: none;
}

/*===============================================*/
/*       2. TYPOGRAPHY                           */
/*===============================================*/


h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display';
  font-weight: normal; 
  color: #000;
  text-transform: uppercase;
	
}

h2 {
  font-size: 41px;

}

h3 {
  font-size: 41px;

}
h4 {
 font-size: 19px;
}

h5 {
 font-size: 14px;
}

p {
		font-size: 19px;
		line-height: 27px;
		font-family: georgia;
	}


/*--- Loading ---*/


/*===============================================*/
/*       4. STRUCTURE                            */
/*===============================================*/


.loading {
}

.loading img {
}

/*--- 1. Header ---*/

#header {
	border-bottom:solid #CCC 1px;
  background-color: rgb( 255, 255, 255 );
  width: 100%;
  height: 63px;
  z-index: 100;
}


.colour-strip {
  background-color: #0b1a3f;
  width: 100%;
  height: 5px;
  background: url(../images/top-bk.jpg) repeat-x;
}


/*--- 2. Logo ---*/

.logo-z {
	background: url('../images/logo-z.gif') 0 0%;
	width: 50px;
	height: 50px;
	display: block;
	float:left;
	margin:	4px 30px 0 0;
}


.logo-z:hover {
	background-position: 0% 100%;
}

.logo {
	background: url('../images/logo.gif')0 0%;
	width: 500px;
	height: 185px;
	display: block;
	margin:	30px auto;
}

.logo:hover {
	background-position: 0% 100%;
}



/*--- 3. Navigation ---*/

.container {
	width: 980px;
	margin:0 auto 0 auto;
	position: relative;
}
.main-nav {
  font-size: 15px;
  font-family: "Trebuchet MS";
  color: #000;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: left;
  height: 20px;
  float:left;
  margin: 20px 20px 20px 0;
}

.main-nav li {
	display:inline;
	padding-right: 50px;
}

.main-nav li a {
	color: #000;
}

.main-nav li a:hover {
	color: #705075;
}

/*--- 4. Social Icons ---*/


.social-icons {
	float:right;
	display:inline;
}

.social-icons li {
	display:inline;

}
.social-icons li a{
	width: 33px;
	height: 33px;
	position: relative;
	display: inline-block;
	float: left;
	margin: 13px 8px;
	padding: 0;
}


.icon-fb {
	background: url('../images/icons-sprite.gif') 0 0%;
}

.icon-twr {
	background: url('../images/icons-sprite.gif') 25% 0%;
}

.icon-inst {
	background: url('../images/icons-sprite.gif') 50% 0%;
}

.icon-tumb {
	background: url('../images/icons-sprite.gif') 75% 0%;
}

.icon-rss {
	background: url('../images/icons-sprite.gif') 100% 0%;
}

.icon-fb:hover {
	background-position: 0% 99%;
}

.icon-twr:hover {
	background-position: 25% 99%;
}

.icon-inst:hover {
	background-position: 50% 99%;
}

.icon-tumb:hover {
	background-position: 75% 99%;
}

.icon-rss:hover {
	background-position: 100% 99%;
}


/*--- 5. Slider ---*/
.bx-wrapper .bx-viewport { width:980px !important; height: 400px;
	margin: 10px auto;}

.slider {
	width: 980px ;
	height: 400px;
	margin: 10px auto;
	position:relative;
}

.slide {
	width: 980px !important;
	height: 340px !important;
	position:relative; display:block; margin:0; padding:0;
}

.slide .text { padding: 20px 80px 20px 80px; background: rgba(0, 0, 0, .3);	position:absolute; bottom:65px; width:820px; height:140px;}

.slide h3 {
  color: #fff;
  line-height: 1.341;
  text-align: center;
  margin: 0px auto;	
}

.slide h3 a {
	color:#fff;
	}

.slide h4 {
 font-size: 14px;
  text-align: center;
  font-family: Georgia, serif;
  font-weight: normal; 
  color: #fff;
  margin: 0px auto;
}


.bx-controls-direction a{
	width: 42px;
	height: 42px;
	position: relative;
	display: inline-block;
	top: -210px;
	margin: 13px 8px;
	padding: 0;
	text-indent:-99999px;
}

.bx-next {
	background: url('../images/slider-arrow.gif') 98% 0%;
	float:right;
	right: 30px;
}

.bx-prev {
	background: url('../images/slider-arrow.gif') 0% 0%;
	float:left;
left: 30px;
}

.bx-next:hover {
	background-position: 98% 99%;
}

.bx-prev:hover {
	background-position: 0% 99%;
}

/*--- 6. Blog nav ---*/

#blog-nav {
	border-bottom:solid #CCC 1px;
	border-top:solid #CCC 1px;
  background-color: rgb( 255, 255, 255 );
  width: 100%;
  height: 40px;
padding: 0;
-webkit-box-shadow: 0 5px 0px 0 rgba(255,255,255,1);
-moz-box-shadow: 0 5px 0px 0 rgba(255,255,255,1);
box-shadow: 0 5px 0px 0 rgba(255,255,255,1);
  z-index: 101;
}

.cat-nav {
  font-size: 15px;
  font-family: "Trebuchet MS";
  color: #000;
  padding:0 0 0 0;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: left;
  float:left;
  height:30px;
}

.cat-nav li {
	display:inline;
	padding: 0;
	margin: 0;
	border-bottom: solid #fff 1px;
	float:left;
	position:relative;
}

.cat-nav li a {
	color: #000;
		border-left: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: solid #ccc 1px;
	padding:11px 30px 10px 30px;
	float:left; 
	position:relative;
}

.cat-nav li a:hover, .cat-nav li.current-cat a {
	color: #705075;
	border-left: solid #ccc 1px;
	border-right: solid #ccc 1px;
	border-bottom: solid #fff 1px;
}


.close {
	background: url('../images/icon-close.png');
	width: 23px;
	height: 24px;
	display: block;
	margin:	8px auto;
}

.prev_icon {
	background: url('../images/icon-previous.png');
width: 35px;
height: 24px;
display: block;
position: absolute;
left: 0;
top: 0;
text-indent:-9999px;
}

.next_icon {
	background: url('../images/icon-next.png');
	width: 35px;
	height: 24px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}

/*--- 7. Blog ---*/

.posts {
	width: 650px;
	float: left;
	padding: 30px 0 0 0;
	position: relative;
	margin-bottom: 30px;
}

.post {
	width: 100%;
	min-height: 260px;
	padding: 1.5%;
	float: left;
	background: #fff;
	border-top: solid #fff 1px;
	border-right: solid #fff 1px;
	border-bottom: solid #ccc 1px;
	border-left: solid #fff 1px;
	position: relative;
	z-index: 10;
}

.post:hover {
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	border: solid #ccc 1px;
	position: relative;
	z-index: 11;
}

.single .post {
	padding: 0;
	border:none;
	}

.single .post:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	z-index:1;
	}

#infscr-loading {
	width: 100%;
	height: 26px;
	display: block;
	position: relative;
	margin:	30px 0;
}

#infscr-loading em { margin:30px auto; position:relative; display:block; text-align:center;} 

#infscr-loading img { margin:30px auto; position: relative; display:block; }

.cat {
  color: #666;
  font-size: 14px;
  float: left;
  width: 230px;
  margin-bottom: 30px;
}

.date {
margin-bottom: 10px;
float: right;
height: 35px;
position:relative; display:block;
width:70px;
}

.date h4 {
font-size: 32px;
width: 34px;
float: left;
border-right: 1px rgb(204, 204, 204) solid;
padding:0 2px 0 0;
line-height: 18px;
height: 35px;
margin-right: 4px;
position:relative; display:inline-block;
}

.date h5 strong { position:absolute; top:0; right:0;}
.date h5 span { position:absolute; bottom:3px; right:0;}

.date h5 {
	font-size: 14px;
	float: right;
	width:  32px;
	height:45px;
	line-height: 14px;
}

.post-teaser {
	width: 318px;
	height: 260px;
	float: left;
}

.post-thumb {
	width:310px;
	height:260px;
	float: right;
	overflow: hidden
}

.post-thumb img {
	max-height: 100%;
	width: auto;
	min-width: 310px;
}

.entry-title {
	text-align: center;
	margin: 40px auto;
}


.teaser_author {
	font-size: 12px;
	float: left;
}

.post .post_title {
  font-size: 23px;
  line-height: 35px;
  text-align: left;
margin: 0 auto 20px auto;
float: left
}

.share-box {
width: 320px;
height: 50px;
overflow: hidden;
position: absolute;
bottom: -5px;
left: -5px;
z-index: 12;
}

.shareaholic-share-buttons {
	padding: 0 !important;
	margin: 0 !important;
}

.shareaholic-service-icon service-all {
display: none !important;
}
/*--- 8. Sidebar ---*/

.subscribebox			{ position:relative; display: block; width:300px; margin: 0 auto;}
.subscribebox label { font-family: Century Gothic, sans-serif; width:300px; overflow:hidden; font-size:12px; font-weight:bold; text-align:center; margin:15px auto;}
.subscribebox input[type=text] { position:relative; display:block; background:#ededed; border:1px solid #dfdfdf; width:280px; height:50px; line-height:22px; font-size: 16px; padding:0 10px; font-family: Century Gothic, sans-serif; margin:15px 0; overflow:hidden;}
.subscribebox input[type=submit] { background:#000; color:#fff; border:none; height:50px; line-height:50px;  font-family: Century Gothic, sans-serif; text-transform:uppercase; padding:0 20px; cursor:pointer;}

.subscribebox input[type=submit]:hover {
	background-color:#333;

}

.sidebar {
	width: 300px;
	min-height: 800px;
	float: right;
	padding: 35px 0 0 0;
}

.sidebar-post {
	width: 300px;
	min-height: 60px;
	cursor:pointer;
	margin-bottom: 30px;
	height:84px;
	float:left;
}

.sidebar-thumb {
	width:60px;
	height:60px;
	float: left;
	overflow: hidden;
	padding-right: 10px;
}

.sidebar-thumb img {
	max-width: 100%;
	height: auto;
}

.sidebar h3 {
	font-size: 24px;
	margin-bottom: 15px;
	width:220px;
}

.sidebar .post_title {
	width:220px;
	font-size: 15px;	
	text-align: left;
	margin: 0;
	float: right;
	margin-bottom: 3px;
}

.post-view {
	font-size: 14px;
	color: #666;
	float: right;
}

/*--- 9. Page ---*/

	.entry-content {
	margin: 0 60px 40px 60px;
	float: left;
	width: 860px;
}
	.entry-content p {
		font-size: 19px;
		line-height: 27px;
		font-family: georgia;
		margin-bottom: 35px;
	}
	
	.post_share {
	padding-bottom: 40px;	
	border-bottom: solid #CCC 1px;
	margin: 0 60px 30px 60px;
	float: left;
	width: 860px;
	
}

.post_share .share-box {
	width:35%; 
	bottom: none;
	left:none;
	position:relative;
	margin:30px auto 0 auto;
	}

.share_icon {
	background: url('../images/icon-share.png');
	width: 32px !important;
	height: 24px;
	display: block;
	margin:	0 auto;
	width: 860px;
}

.write {
color: #000;
height: 60px;
margin: 0px 60px 60px 60px;
float: left;
width: 860px;
}

.write a {
color: #000;
}

.write h3 { 
  font-size: 31px;
  text-align: center;
  text-transform: none;
  color: #000;
  font-style: italic;
    
}

.write p { 
text-align:center;
font-family: Trebuchet MS;
font-size: 12px;
}

/*--- 10. Single ---*/

.post_cat {
  font-size: 13px;
  font-family: 'Playfair Display';
  color: #999;
  text-transform: uppercase;
  line-height: 1.333;
  text-align: left;
  float:left;
  margin: 40px auto 0 0;
}

.post_cat li {
	display:inline;
	padding: 0;
	margin: 0;
}

.post_cat li a {
	padding: 20px;
  color: #999;
}

.post_cat li a:hover, .post_cat li a:active {
	color: #000;
}

.fashion .cat-item-5 a, .music .cat-item-2 a, .film .cat-item-4 a, .today .cat-item-3 a, .art .cat-item-49 a { color: #000;}

.post_author {	
	border-bottom: solid #CCC 1px;
	margin: 0 60px 20px 60px;
	float: left;
	width: 860px;
	padding-bottom: 20px;

}
.post_author h3 {
	font-size: 24px;
	margin: 10px auto;
	text-align: center;
}

.post_author p {
  color: #666;
  font-family: 'Playfair Display';
  font-size: 14px;
  font-weight: normal; 
  text-transform: uppercase;
  text-align: center;
}

.author_thumb {
	width:95px;
	height:95px;
	margin: 0 auto 7px auto;
	overflow: hidden;
}

.author_thumb img {
	max-width: 100%;
	height: auto;
}

.related_posts {
	width: 860px;
	float: left;
	position: relative;
	margin: 0 60px 60px 60px;
}
.related_posts .post {
	width: 264px;
	padding: 10px;
	float: left;
	border: solid #fff 1px;
}

.related_posts .post:hover {
	-webkit-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	box-shadow: 0px 0px 4px 2px rgba(0,0,0,.3);
	border: solid #ccc 1px;
	position: relative;
	z-index: 11;
	cursor:pointer;
}

.related_posts .post_title {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 10px;
}

.related_posts .post-thumb {
	width:265px;
	height:205px;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

.related_posts .post-teaser {
	width: 265px;
	height: auto;
	float: left;
}

.col-organic { display:none !important;}

/*--- 11. Footer ---*/

.logo_footer {
	background: url('../images/logo-footer.png');
	width: 220px;
	height: 60px;
	display: block;
	margin:	30px auto 40px auto;
}





.footer {
		width: 100%;
		height: 200px;
		border-top:solid #CCC 1px;
		float: left;

}
			
.footer p { 
text-align:center;
font-family: Trebuchet MS;
line-height: 21px;
font-size: 12px;
}
		

/*===============================================*/
/*       3. GENERIC STYLING                      */
/*===============================================*/







