/*
Theme Name: Fanzines.gr Theme
Author: doesitmatter
Author URI: http://wordsandstuff.squathost.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #727272;
	background-color: #f4f4f4;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

/* p {padding-top: 5px;} */

.page #content h2, .author .single-post h2, .page #content h1, .author .single-post h1 {margin-bottom: 10px;}

.page p {line-height: 1.4em;}
.clear {clear: both;}
.navigation {clear: both; padding: 0px 10px;}


.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
	margin-left:auto;
margin-right:auto;
}
img.aligncenter {
  display: block;
  width: auto;}

.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
	background: url(images/headtile.gif) repeat-x 0 0;
	margin-bottom: 10px;
	position: relative;
}
	#header .buffer { 
		height: 219px;
		background: url(images/headleft.gif) no-repeat 0 0;
	}
	#header .buffer .buffer { 
		
		height: 219px;
		background: url(images/headright.gif) no-repeat top right;
		padding-top: 5px;
	} 
	#header ul {
		list-style-type: none;
	}
		#header ul li {
			float: left;
			font-size: 0.8em;
			text-transform: uppercase;
		}
		#header ul li a {
			display: block;
			color: #727272;
			padding: 5px 10px;
		}
		#header ul li a:hover {
			color: #4DB200;
			text-decoration: none;
		}
	#header h1.home, #header h2.not_home {
		height:124px;
		clear: both;
		float: left;
		padding: 16px 0 20px 16px;
	}
		#header h1.home a,#header h2.not_home a {
			display: block;
			width: 300px; height:124px;
			background: url(images/logo02.png) no-repeat bottom;
			text-indent: -9999px;
			outline: none;
		}
		
		#header h2.home, header h3.not_home {font-size: 1.2em;}
		
	#header ol {
		clear: both;
		list-style-type: none
	}
		#header ol li {
			float: left; display: inline; overflow: hidden;
			font-size: 0.9em;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 0;
			z-index: 10;
		}
			#header ol li.f {
				padding-left: 0;
				background: none;
			}
		#header ol li a {
			color: #727272;
			display: block;
			padding: 9px 10px 10px;
		}
		#header ol li a:hover {
			color: #4DB200;
			text-decoration: none;
		}
		#header ol li li {background: #f0f0f0;} 
	#header form {
		float: right;
		width: 211px; height: 22px;
		background: url(images/search.gif) no-repeat 0 0;
		margin: 5px 10px 0 0;
	}
		#header form input {
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			float: left;
			width: 138px;
			background-color: transparent;
			margin: 4px 10px 0 2px;
		}
		#header form button {
			border: 0;
			text-indent: -9999px;
			width: 61px; height: 22px;
			float: left;
			background-color: transparent;
		}
		
/* Navigation */

ol#nav ul {position: absolute;
	visibility: hidden;
	float:none;}		

ol#nav li:hover > ul { 
 visibility: visible;
 background: #f1f1f1;
 border: 1px solid #fff;
 width: 120px;
 }

ol#nav li:hover > ul li { position: relative;
	width: 100%;
	border-bottom: 1px solid #fff;
	text-transform:none;}
		
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	background: url(images/wrapper.gif) repeat-y 745px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	display: inline;
	overflow:hidden;
	width: 735px;
	float: left;
	padding: 20px 5px;
}

#content .buffer {padding:0 10px;
}

	#content .post {
		clear: both;
		width: auto;
		padding: 0 10px;
		margin-bottom: 10px;
	}
		#content .post h2, #content .post h1 {
			font-size: 1.4em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				color: #588CB8;
			}
			#content .post h2 a:hover {
				color: #ff0000;
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			Border: 1px solid grey;
			padding:2px;
			width: 200px; 
			overflow: hidden;
			display: inline;
			margin-left: 7px;
			margin-top: 10px;
		}
			#content .post .thumb img {width: 200px; 	
				height:auto;			
			}
		#content .post p {
			padding: 10px;
			line-height: 1.4em;
		}
		#content .post .readmore {
			display: block;
			float: right;
			text-indent: -9999px;
			width: 101px; height: 19px;
			outline: none;
			background: url(images/readmore.gif) no-repeat 0 0;
		}
		
		.sticky {background: #fcfcfc;
			border: 1px solid lightgrey; 
			padding:10px !important;}
		
	#bottom {
		clear: both;
		padding: 15px 10px 0;
	}
		#bottom .box {
			width: 215px;
			float: left;
			padding: 10px;
		}
			#bottom .box h6 {
				color: #4DB200;
				font-size: 1em;
				padding:10px 4px;
				background: url(images/horizontal-long.png) no-repeat bottom right;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(images/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #727272;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #ff0000;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}
	#content h2.title, #content h1.title {

	}
	#content .postnav {
		padding: 0px;		
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content .single-post {
		padding: 0px;
	}
		#content .single-post a {
			color: #588CB8;
		}
		#content .single-post a:hover {
		color: #ff0000;
		}
		#content h2, #content h1 {
			font-size: 1.4em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
		
		#content .single-post .date {			
			float: left;
			font-size: 0.8em;
		}
		#content .single-post p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#body #content .single-post ol, #body #content .single-post ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single-post li {
			line-height: 1.4em;
		}
		#content .single-post blockquote {
			margin: 0px auto;
			width: 87%;
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px 50px;
			background: #f6f6f6 url(images/quotes.png) no-repeat;
			border-width: 1px 1px;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single-post h3{
			font-size: 1.2em;
			margin: 10px 0px 8px 10px;
			clear: both;
		}
		
		#content .single-post h4, #content .single-post h5, #content .single-post h6 {
			font-size: 1.1em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar h6 {
		color: #4DB200;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
		background: url(images/horizontal.gif) no-repeat 8px 22px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #727272;
		}
		#sidebar ul li a:hover {
			color: #ff0000;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #727272;
		}
		#sidebar .tags a:hover {
			color: #ff0000;
			text-decoration: none;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
	}
		#sidebar .flickr img {
			margin: 2px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-size: 0.9em;
	border: 1px solid #DBDBDB;
	color: #727272;
	background-color: #FFFFFF;	
	margin-top: 10px;
}
	#footer h6{ 
		font-size: 1.6em; color: #4DB200;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 4px;
		background: url(images/horizontal.gif) no-repeat right bottom; text-align: left;}
		#footer ul li ul li {margin-left: 8px;}
	#footer li {list-style-type: disc; margin-left: 12px; padding: 2px 0;}
#footer .footer-categories, #footer .footer-pages, #footer .footer-tags {float: left; display: inline; overflow: hidden; padding:10px; }

#footer .footer-categories, #footer .footer-pages {width: 160px;}
#footer .footer-tags h6 {background: transparent url(images/horizontal-long.png) no-repeat right bottom;}
#footer .footer-tags {width: 580px; text-align: center; }

#low-footer {clear: both; height: 25px; background: #f0f0f0; border-top: 1px solid #cdcdcd; text-align: center; font-size:1.2em; padding-top: 5px;}

/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	clear: both;
	padding: 15px;
}
	#comments h5 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments a:hover {
		color: #ff0000;
	}

	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			overflow: auto;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
		}
		#comments #submit {width: 160px;}
		
		#comments form textarea {
			width: 500px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin-top: 4px;
}
	#comment ol.commentlist li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
		position: relative;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		position: absolute; right:10px; bottom:5px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #ff0000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
.odd {background: #F4F4F4;}
.even {background: #ffffff;}

.comment-body{position: relative; padding: 10px;}
/** END wordpress 2.7 comments **/

#social {float: right;}
#social li a{
	padding-left:20px !important;
	text-transform: none;}
#facebook {background: url(images/facebook.png) center left no-repeat;}
#twitter {background: url(images/twitter.png) center left no-repeat;}
#feed {background: url(images/feed.png) center left no-repeat;}

#tagline h2, #tagline h3 {
	font-style: italic;
	position: absolute;
	bottom: 50px;
	right: 20px;}

/* zine list */
#explain {padding:0px;} 
#explain li{display: inline; padding-left: 20px;}

.zinelist {width:330px;
}

ul.zinelist {position: relative; clear: both;}
.zinelist li {font-size: 1.3em; line-height: 1.8em !important;}

#list{overflow:hidden;}
#list-english, #list-greek{width:350px;
	float:left;
	overflow:auto;
	position: inline;}

page-template-list-php .single ul {padding-left: 0px !important;}

#content .zinelist li{float:left;	
	width: 330px;
		display: inline;
	overflow: hidden;}
h3.azindexheader {clear:both;
	margin-left:40px;
			width: 330px;
			margin-top: 10px;
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;}	
.postmetadata{clear:right;}

#status {clear:both;
	margin-top:10px;}

.gallery-item {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 6px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gallery-item img {
margin: 0;
padding: 0;
border: 0 none;
}
.gallery-caption {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

.gallery-item {width:auto;}

			.gallery {
				margin: auto;
			}
			.gallery .gallery-item {
				float: left;
				margin-top: 10px;
				text-align: center;
				max-width: 222px;
				}
			.gallery img {
				border: 2px solid #cfcfcf;
			}
			.gallery .gallery-caption {
				width: inherit;
				margin-left: 0;
			}


/* authors */
li.author {clear: both;
	list-style-type: none;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: #F4F4F4;
	width: 600px;
	}
.user_photo {float:left;
	display: inline;
	overflow: hidden;
	width: 100px;}
	
.user_info {float:right;
	display: inline;
	overflow: hidden;
	width: 480px;}

.user_info h3 {margin: 0px !important;}

/* author */
ul#contact {list-style-type:none;
margin-left: 10px;
	}
.author_info {float:right;
	display: inline;
	overflow: hidden;
	width: 600px;}



/* links */ 
.page-template-links-php ul {list-style-type:none;}

/* distros */
.single-post ul {padding-left: 20px;}

/* archive */
.search #content h3, .archive #content h3 {background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
			margin-top: 5px;}
			
.more-info {margin:15px; padding: 5px 5px 5px 30px; border: 1px dotted grey; background: #f0f0f0 url(images/asterisk.png) no-repeat;}

.wp-pagenavi {text-align: center;}

/* Contact Form 7 */

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

img.ajax-loader {
	border: none;
	vertical-align: middle;
}
span.wpcf7-not-valid-tip {width: 400px;}

/* about */
ul.subpages {margin: 0px auto; width: 100%;}
ul.subpages li {list-style-type: none;
	display: inline;
	padding: 0px 70px;}
	
.sociable {float: right;
	margin: 1px !important;}
	
.search-excerpt {background: yellow;}



/*----------------------------------------------------------------*																				
	WordPress 2.8 Plugin: WP-PageNavi 2.60									
	Copyright (c) 2009 Lester "GaMerZ" Chan											

	File Written By:																
	- Lester "GaMerZ" Chan															
	- http://lesterchan.net
														
	File Information:																
	- Page Navigation CSS Style														
	- wp-content/plugins/wp-pagenavi/pagenavi-css.css								
 *----------------------------------------------------------------*/


.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #0066cc;
	background-color: #FFFFFF;	
}
.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px;
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px;
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

/*SOCIABLE */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.broken_link, a.broken_link {
	text-decoration: line-through;
}
.removed_link, a.removed_link {
	text-decoration: line-through;
}


/* slideshow */
.sldrlink {visibility: hidden;}
#smooth_sldr{width:700px;height:250px;background-color:#F1F1F1;border:1px solid #c9c9c9;}#smooth_sldr_items{padding:10px 18px 0px 26px;}#smooth_sliderc{width:656px;height:195px;}.smooth_slideri{width:646px;height:195px;}.sldr_title{font-family:Georgia, Arial, Helvetica, sans-serif;font-size:20px;font-weight:bold;font-style:normal;color:#000000;}#smooth_sldr_body h2{line-height:17px;font-family:Trebuchet MS, Arial, Helvetica, sans-serif;font-size:14px;font-weight:bold;font-style:normal;color:#000000;margin:10px 0 5px 0;}#smooth_sldr_body h2 a{color:#000000;}#smooth_sldr_body span{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;font-weight:normal;font-style:normal;color:#333333;}.smooth_slider_thumbnail{float:left;margin:10px 5px 0 0px;width:auto;height:180px;border:1px solid #000000;}#smooth_sldr_body p.more a{color:#000000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:12px;}#smooth_sliderc_nav li{border:1px solid #333333;font-size:12px;font-family:Verdana, Arial, Helvetica, sans-serif;}#smooth_sliderc_nav li a{color:#000000;}.sldrlink{padding-right:40px;}.sldrlink a{color:#333333;}

.wp-dropbox {padding: 15px 0;}
#sucess { color:green; }
#error {	color:red; }

#sidebar #contact-sidebar {width: 210px; height: 96px; margin-bottom: 10px; padding: 4px 3px; }
#sidebar #contact-sidebar li{width: 210px; height: 48px; border: 0px; }
#contact-sidebar a {
   background: url(images/csg-4cd4a55bc96e7.png) no-repeat top left; display: block; text-indent: -9999px; overflow: hidden;
}

#contact-sidebar li.sprite-contact a{ background-position: 0 0; width: 210px; height: 48px; } 
#contact-sidebar li.sprite-contact a:hover { background-position: 0 -53px; width: 210px; height: 48px; } 
#contact-sidebar li.sprite-sendfile a{ background-position: 0 -106px; width: 210px; height: 48px; } 
#contact-sidebar li.sprite-sendfile a:hover{ background-position: 0 -159px; width: 210px; height: 48px; } 

.sociable {float: right !important;}
