/*   
Theme Name: AgrinioCulture
Theme URI: 
Description: AgrinioCulture theme 2011 - Designed by "π ύψιλον" οπική επικοινωνία (www.pypsilon.gr), Developed by Dimitris Nikas (www.dgn.gr - nksdimitis@yahoo.gr)
Author: Dimitris Nikas
Author URI: http://www.dgn.gr/
Template: thematic
Version: 1.0
Tags: AgrinioCulture
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
/*@import url('../thematic/library/styles/default.css');*/

/* A COPY OF DEFAULT THEMATIC STYLE DEFAULT.CSS FOR CUSTOMIZING*/
@import url('custom_style.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*------------------------------------ AgrinioCulture Custom Styling ----------------------------------------*/

/*------------ GENERAL STYLING -------------*/
body{
	/*background:url(images/backgrounds/main-bg.jpg) center top repeat-y #ade1f9;*/
	/*background:url(images/backgrounds/BackXristg14.jpg) center top repeat-y #469bd4 fixed;*/
	height:100%;
	position:relative;
}
#container, #content{
	width:580px !important;
}
#main{
	background:url(images/wrapper_bg.png) center center repeat-y;
	padding:10px 10px 0 10px;
}
#redsep{
	width:960px;
	height:12px;
	background:#ED1B24;
	margin:-12px auto 0 9px;
}
.hentry{
	position:relative;
}
.paged #nav-above{
	display:none;
}
.error404{
	padding:10px 15px;
}
/*------------ WRAPPER -------------*/
#wrapper{
	/*background:url(images/wrapper_bg.png) center center repeat-y;*/
}
/*------------ HEADER -------------*/
#header{
	background:url(images/wrapper_bg.png) center center repeat-y;
	width: 980px; /*GIA LINKABLE BG*/
	margin: 0 auto; /*GIA LINKABLE BG*/
	position: relative;
}
#branding{
	padding:55px 0 20px 0;
}
#logo-image{
	text-align:right;
}
#logo-image img{
	width:450px;
}

/*------------ FRONT PAGE CONTENT -------------*/
#content{
	margin:0 0 0 -1px;
	border-right:1px dashed #ccc;
}
#content .aside {
	border: none;
}
/*#miniloops-5 .scroll{*/
#miniloops-4 .scroll{
	clear:both;
	height:100px;
	padding:0;
	margin:0 0 15px 0 !important;
	overflow:auto;
}
/*#miniloops-5 .scroll li{*/
#miniloops-4 .scroll li{
	list-style-position:inside;
	list-style-type:square;
}
/*#miniloops-5 .scroll li a{*/
#miniloops-4 .scroll li a{
	font-weight:bold !important;
}
#content .miniloops .widgettitle, #content .posts .widgettitle, #recent-gone .widgettitle{
	background:#ed1b24;
	color:#FFF;
	font-family: Cholla, "Courier New", Courier, monospace !important;
	padding:1px 0 1px 10px !important;
	margin:0 0 10px -20px;
	font-size:20px !important;
	font-style:normal !important;
	font-weight:bold !important;
}
#content .miniloops .widgettitle a, #content .posts .widgettitle a{
	color:#FFF;
}
#recent-gone .widgettitle{
	cursor:default;
	margin-left:-1px;
	width:550px;
}
#content .widgettitle:hover{
	color: #EEE;
	letter-spacing: 1px;
}
.acfront{
	width: 165px;
	height: 180px;
	padding: 5px;
	margin: 0 -1px -1px 0;
	float: left;
	border: 1px solid #CCC;
	overflow: hidden;
	position: relative;
	bottom:5px;
}
.acfront img{
	width:0 auto;
	background:#fff;
	border:1px solid #ddd;
	padding:5px;
	box-shadow:0 0 5px #ccc;
}
.imageshine{
	width:180px;
	height:110px;
	background:url(images/imageshine.png) 5px 5px no-repeat;
	position:absolute;
	top:5px;
	z-index:0;
}
.acfront .entry-title a{
	color:#000 !important;
	font-size:13px;
	display:block;
	position:relative;
	z-index:1;
	line-height:18px;
	letter-spacing:-1px;
}
.acfront .entry-title a:hover{
	color:#D00 !important;
}
.acfront .byline{
	position:absolute;
	top:87px;
	left:11px;
	background:url(images/gop.png);
	color:#FFF;
	padding:0 5px;
	font-size:x-small;
	font-weight:bold;
	letter-spacing:1px;
}
.acfront .byline abbr{
	border:none;
}
#recent-gone .scroll{
	height:280px;
	overflow:auto;
}
#recent-gone a{
	color:#000;
	font-size:15px;
}
#recent-gone a:hover{
    color: #FF4B33;
}
#recent-gone .recent-gone-post{
	margin-bottom:5px;
	background:#eee;
	padding-bottom:5px;
}
#recent-gone .recent-gone-post:hover{
	background:#e5e5e5;
}
#recent-gone .recent-gone-post img{
	float:left;
	width:80px;
	height:auto;
	border:1px solid #333;
}
.post-details{
	margin-left:85px;
	line-height:15px;
	height:47px;
	overflow:hidden;
}
#recent-gone ul{
	list-style:none;
}
#recent-gone .cat a{
	font-weight:normal;
	font-size:12px;
	text-decoration:none;
}
#recent-gone .cat .post-categories li{
	float:left;
	padding-right:5px;
}
#recent-gone .date{
	font-size:12px;
	float:left;
	margin-right:5px;
}
/*------------ FOOTER -------------*/
#footer{
	border:none;
	background:url(images/footer_bg.png) center bottom no-repeat;
	position:relative;
	margin:0 auto 30px auto; /*GIA LINKABLE BACKGROUND*/
	width: 980px; /*GIA LINKABLE BACKGROUND*/
	padding-bottom:36px;
}
#siteinfo, #ac-footer-menu{
	background:url(images/siteinfo_bg.png) center center repeat-y;
	color:#fff;
	width:100%;
	padding:22px 0 0 0;
}
#footer a{
	color:#ccc;
}
#footer a:hover{
	color:#ff492d;
}
#ac-footer-menu{
	width:980px;
	margin:0 auto;
}
#ac-footer-menu ul{
	margin: 0 0 10px 0;
	text-align:center;
	padding:0 130px;
}
#ac-footer-menu li{
	list-style:none;
	display:inline;
}
#ac-footer-menu li a{
	text-decoration:none;
	padding:0 5px 0 2px;
	border-right:1px solid #888;
}
#ac-footer-menu .cat-item-27 a{
	border:none;
}
#ac-footer-copyrights{
	background:url(images/ac.png) top center no-repeat;
	margin-left:63px;
	padding-top:60px;
	text-align:center;
}
#creative{
	position:absolute;
	right:30px;
	bottom:20px;
}
#ac-footer-copyrights .dgn{
	display:inline-block;
	height:22px;
	width:39px;
	background:url(images/dgn_logo.png);
	vertical-align: middle;
}
#ac-footer-copyrights .dgn:hover{
	background-position:0 -22px;
}
#ac-footer-copyrights .pypsilon{
	display:inline-block;
	text-decoration:none;
}
#foot-contacts img{
	height:25px;
	padding:7px 5px 5px 5px;
	position:relative;
}
#foot-contacts img:hover{
	top:-2px;
}
/*------------ MENU -------------*/
@font-face{
	font-family:Cholla;
	src:url('fonts/cholla.otf');
} 
#access{
	border-bottom:none;
	margin-left:-2px;
}
.menu{
	width:960px;
}
.sf-menu{
	border-right:none;
	width:960px;
	background:#ed1b24;
}
.sf-menu a{
	background:#ed1b24;
	border:none;
	border-right:3px solid #fff;
	font-family: Cholla;
	font-size:14pt !important;
	color:#FFF !important;
	padding: 10px 16px !important;
}
/* IE */
.msie .sf-menu a{
	font-family:"Courier New", Courier, monospace;
	font-size:13pt !important;
	font-weight:bold;
	letter-spacing:-1px;
}
.sf-menu a:hover{
	color:#ed1b24 !important;
}
.sf-menu ul{
	border:none;
	box-shadow:0 0 5px #000;
	min-width:200px;
}
.sf-menu ul a{
	background:#ed1b24;
	border:none;
}
#menu-item-441 a{
	border:none !important;
}
.sub-menu li a{
	background:#ed1b24 !important;
}
.sub-menu li a:hover, .current-menu-item a:hover, .current-menu-ancestor a:hover, .current-post-ancestor a:hover{
	background:#fafafa !important;
}
.current-post-parent a, .current-menu-item a, .current-post-ancestor a, .sub-menu .current-menu-parent a{
	background: url(images/menuhere.png) #ed1b24 no-repeat left center !important;
}
.current-menu-ancestor a{
	background: url(images/menuhere.png) #ed1b24 no-repeat left center !important;
}
.sub-menu .current-menu-item a{
	background: url(images/menuhere.png) #ed1b24 no-repeat left center !important;
}

/*------------ SECONDARY MENU -------------*/
.secondmenu{
	width:960px;
	margin:-10px auto 0 9px;
	background:#487d85;
	padding:15px 0 0 0;
	position:relative;
}
.secondmenu ul {
	background:#e5db84;
	padding: 4px 0;
	margin-left:0;
}
.secondmenu ul li{
	display:inline;
}
.secondmenu ul li a{
	color:#000;
	font-family: Cholla, "Courier New", Courier, monospace;
	text-decoration:none;
	font-size:17px;
	padding:0 10px;
	border-right:1px solid #000;
}
.secondmenu ul li a:hover{
	text-decoration:underline;
	color:#333;
}
#ac-search{
	position:absolute;
	right:20px;
	top: 18px;
	background: #487D85;
	height: 21px;
	padding: 3px 3px 1px 1px;
}
#ac-search #searchform #s{
	float:right;
	height:17px;
	border:none;
	padding: 1px 5px 1px 20px;
	width: 150px;
	background: url(images/ac-search.png) no-repeat center left #fff;
}
#ac-search #searchsubmit{
	font-family: Cholla, "Courier New", Courier, monospace;
	color:#FFF;
	font-size:1em;
	float:left;
	background:#487D85;
	border:none;
	cursor:pointer;
	padding: 0 5px;
	height: 21px;
}

/*------------- EXODOS MENU ---------------*/
.category-agrinio-exodos #main, .category-events #main, .category-theater #main, .category-arts #main, .category-cinema #main, .category-flavor #main, .category-clubs-bars #main, .category-music #main{
	border-top:none;
}
#agrinioexodos-header{
	width:960px;
	background:url(images/wrapper_bg.png) center center repeat-y;
	padding:10px 10px 0 10px;
	margin: 0 auto;
	position:relative;
}
#agrinioexodos-header h1{
	border:none;
}
.exodosmenu ul{
	list-style:none;
	margin-left:5px;
}
.exodosmenu ul li{
	display:inline;
}
.exodosmenu ul li a{
	font-family: Cholla, "Courier New", Courier, monospace;
	text-decoration:none;
	color:#ED1B24;
	font-size:1.4em;
	padding:0 5px;
	border-right:1px solid #ED1B24;
	font-weight:bold;
}
.exodosmenu ul li a:hover{
	text-decoration:underline;
}
/*------------ SOCIAL SHARING -------------*/
.linklove{
	font-family: Cholla, Courier New !important;
	font-size:1.2em !important;
	font-weight:bold !important;
	color:#666;
	padding:0 10px;
	border-top:1px dashed #ccc;
}

/*------------ FEATURED POSTS -------------*/
.FA_slider{
	overflow:hidden;
	box-shadow:0 5px 10px #666;
}
.FA_title_section{
	width:215px;
	height:35px;
	padding-left:50px;
	padding-top:13px;
	font-family: Cholla, Courier New !important;
	margin: 0 0 -40px 10px;
	z-index: 999;
	position: absolute;
	font-size: 1.5em;
	color: white;
	background:url(images/fa_head.png) no-repeat;
}
.FA_container{
	position:absolute;
	bottom:0;
	z-index:9999;
	background:url(images/fa_bg.png);
}
.FA_featured_articles .FA_article h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding:5px;
	display: block;
}
.FA_featured_articles .FA_article h2 a:hover{
	color:#000;
}
.FA_article p{
	padding:0 10px !important;
}
.FA_navigation li{
	margin-bottom:5px;
}
.FA_navigation li a{
	margin:0;
	padding:0 !important;
	background:#7fa4aa;
	color:#000 !important;
}
.FA_navigation li a:hover{
	color:#333 !important;
}
.FA_navigation li a .tit-link{
	padding:5px;
	width:250px;
	line-height:16px;
	font-size:15px;
	float:left;
}
.FA_navigation li a.active{
	background:#b6cbce !important;
}
.FA_navigation li a img{
	float:left;
	margin-left:5px;
}

.FA_wrap{
	padding:0 !important;
}
.FA_wrap .image_container{
	padding:0 !important;
	border:none !important;
	float:none !important;
	text-align:center;
	width:564px;
	background:#000 !important;
}
.FA_wrap .image_container img{
	min-height:100%;
}
#article-details{
	position:absolute;
	bottom:0;
	background:url(images/fa_bg.png);
	padding:5px 0 0 5px;
	width:99%;
}
#article-details p {
	padding: 0 20px !important;
	line-height: 15px;
}
#FA-exrept{
	color:#000;
	line-height:15px;
}
.FA_navigation{
	background:#fff !important;
}
.FA-nav-list{
	margin-bottom:5px;
	background:#7fa4aa;
}
.FA-nav-list a{
	color:#000 !important;
	font-size:14px !important;
	padding: 5px !important;
	height: 59px;
	line-height: 15px;
}
.FA-nav-list a:hover{
	background:#7AB;
}
.FA-nav-list a.active{
	background:#b6cbce !important;
}
.FA-nav-list img{
	float:left;
	padding-right:5px;
	margin:-5px 0 0 0;
}
a.FA_read_more {
	float: right;
	font-size: 12px !important;
	padding: 0px 4px !important;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif !important;
}
a.FA_read_more:hover{
	background: #4b4b4b !important;
}

/*------------ SIDEBAR -------------*/
.aside, .aside a{
	color:#000;
	text-decoration:none;
}
#primary{
	border:none;
	width:380px;
}
#primary .widgetcontainer{
	border-bottom:1px dashed #ccc;
	padding-bottom:10px;
}

/*------------ RECENT POSTS -------------*/
/*#miniloops-4{*/
#miniloops-3{
	width:350px;
}
/*#miniloops-4 .scroll{*/
#miniloops-3 .scroll{
	height:250px;
}
/*#miniloops-4 h3{*/
#miniloops-3 h3, #miniloops-21 h3, #miniloops-22 h3{
	width:350px;
	height:42px;
	padding-left:50px;
	padding-top:6px;
	font-family: Cholla, Courier New !important;
	font-size: 1.5em;
	font-style:normal;
	font-weight:bold;
	color: #fff;;
	background:url(images/latest_bg.png) no-repeat;
	margin-top:10px;
}
#miniloops-21 h3, #miniloops-22 h3 {
	background:url(images/latest_bg2.png) no-repeat;
}
/*#miniloops-4 h3 a{*/
#miniloops-3 h3 a, #miniloops-21 h3 a, #miniloops-22 h3 a{
	color:#FFF;
}
/*#miniloops-4 h3 a:hover{*/
#miniloops-3 h3 a:hover, #miniloops-21 h3 a:hover, #miniloops-22 h3 a:hover{
	letter-spacing:1px;
}
/*#miniloops-4 ul{*/
#miniloops-3 ul, #miniloops-21 ul, #miniloops-22 ul{
	list-style:none;
	margin:0;
}
/*#miniloops-4 ul li{*/
#miniloops-3 ul li, #miniloops-21 ul li, #miniloops-22 ul li{
	height:auto !important;
	margin-bottom:5px;
	min-height:50px;
}
/*#miniloops-4 ul li img{*/
#miniloops-3 ul li img, #miniloops-21 ul li img, #miniloops-22 ul li img{
	float:left;
	margin-right:5px;
}
/*#miniloops-4 ul li span{*/
#miniloops-3 ul li span, #miniloops-21 ul li span, #miniloops-22 ul li span{
	border-top:1px solid #ccc;
	font-size:11px;
}
/*#miniloops-4 ul li a{*/
#miniloops-3 ul li a, #miniloops-21 ul li a, #miniloops-22 ul li a{
	text-decoration:none;
	font-weight:bold;
}
/*----------- CATEGORY PAGE -------------*/
.cat-title, .sec-cat-title{
	font-family: Cholla, Courier New !important;
	font-size:3.5em;
	margin-bottom:10px;
	font-weight:bold;
	padding:10px;
	border-bottom:1px dashed #000;
}
.cat-post .entry-content{
	padding:0;
	text-align:justify;
	width:350px;
	margin-left:210px;
	min-height:150px;
}
.cat-post{
	position:relative;
	padding:10px 0;
	border-bottom:1px dashed #ccc;
}
.cat-post .entry-title a{
	font-size:.7em;
}
.cat-post img{
	float:left;
}
.cat-perma{
	position:absolute;
	right:10px;
	bottom:10px;
	font-family: Cholla, Courier New !important;
	font-size: 1.5em;
	color:#666 !important;
	text-decoration:none;
}
.cat-perma:hover{
	text-decoration:underline;
}

/*----------- SINGLE POST -------------------*/
#content div.single-post{
	padding:0 15px;
	text-align:justify;
	font-size:14px;
}
.single-post-title{
	padding:10px 0;
	font-size:20px;
	font-weight:bold;
}
.single-post-frame{
	width:570px;
	height:290px;
	border:5px solid #fff;
	position:absolute;
	top:0;
	opacity:.7;
	filter:alpha(opacity=70);
}
.single-post-date{
	display:inline-block;
	padding:10px 0 0 0;
	font-weight:bold;
}
.single-post-thumb{
	position:relative;
	width:580px;
	height:300px;
	text-align:center;
	background:#000;
}
.single-post-thumb img{
	min-height:300px;
}
.single-entry-content blockquote {
	width: 50%;
	margin: 0 auto 20px auto;
	text-align: center;
	font-size: 1.3em;
	border-top: 2px solid #ED1B24;
	border-bottom: 2px solid #ED1B24;
}
.single-entry-content blockquote p{
	margin: 0;
	padding: 5px 10px;
}
.single-entry-content blockquote.left{
	float: left;
	margin-right: 20px;
}
.single-entry-content blockquote.right{
	float: right;
	margin-left: 20px;
}

/*-------------- FEATURED POSTS GRID EXODOS ----------------*/
.fpg-wrapper {
	padding: 0 0 15px 0 !important;
	margin-top: -10px !important;
	overflow: auto !important;
}
.fpg-item{
	display: block;
    margin: 0 auto;
}
.fpg-item:hover{
	box-shadow: 0 0 10px #000;
}
.fpg-text{
	padding: 0 !important;
	width: 100%;
}
.fpg-title {
	background: #9fb2ac;
	font-family: Cholla, "Courier New", Courier, monospace;
	color: #fff;
	font-size: 16px;
	padding: 5px 0 !important;
}

	
/*---------------------- SIDE SOCIAL --------------------*/
#text-5 h3{
	font-family: Cholla, "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight:bold;
	font-style:normal;
	margin:10px 0;
}
#text-5 img{
	margin-right:7px;
	opacity:.85;
	position:relative;
}
#text-5 img:hover{
	opacity:1;
	top:-1px;
}
/*---------------------- SIDE AGRINIO SIMERA --------------------*/
#upcoming-events{
	background:#7fb539;
	width: 350px;
	border-bottom: none !important;
	padding-bottom: 1px !important;
}
#upcoming-events .widgettitle{
	font-family: Cholla, "Courier New", Courier, monospace;
	color: #fff;
	font-size: 1.5em;
	font-style:normal;
	width: 175px;
	height: 40px;
	background: url(images/simera_head.png);
	padding-left: 50px;
	padding-top: 10px;
	position: relative;
	top: -5px;
	left: -5px;
}
#upcoming-events ul{
	list-style:none;
}
#upcoming-events ul ul li{
	background:#fff;
	width: 290px;
	padding: 5px;
	margin: 5px 0 5px -10px;
}
#upcoming-events ul ul li a{
	text-decoration:none;
}
#upcoming-events .post-categories li{
	display:inline;
	background:none;
	font-size: 1.1em !important;
	font-family: Cholla, "Courier New", Courier, monospace;
}
#upcoming-events .post-categories li a{
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-right:-4px;
	padding:0 3px;
}
#upcoming-events .post-categories li a:hover{
	color:#222;
}
#upcoming-events a:hover{
	color:#800;
}
#upcoming-events .post-categories{
	margin: 5px 0 -5px -10px;
}
.simera-date{
	color:#fff;
	font-weight:bold;
	padding:2px 7px;
	background:#0071db;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.ec3_list{
	margin-left:0 !important;
	word-spacing:0 !important;
}
.ec3_events{
	height: 270px;
	overflow: auto;
	padding-left: 12px !important;
	margin-left: 5px !important;
}
.ec3_events .jspContainer{
	width:330px !important;
}
.jspArrowUp{
	background:url(images/arrowup.png) no-repeat center #000 !important;
}
.jspArrowDown{
	background:url(images/arrowdown.png) no-repeat center #000 !important;
}
/*----------- Efimereies --------------*/
#text-4{
	margin-top: -23px;
	width: 350px;
}
#text-4 .widgettitle{
	font-family: Cholla, "Courier New", Courier, monospace;
	color:#fff;
	background:#000;
	font-style:normal;
	font-size: 1.4em;
	padding: 3px 0 3px 30px;
	width: 135px;
	bottom: -35px;
	position: relative;
}
#efimereies{
	background:#7FB539;
	padding: 38px 0 3px 15px;
}
#efimereies span{
	display:inline-block;
	padding:10px 20px 10px 35px;
}
#efimereies #pharm{
	background:url(images/cross.png) no-repeat center left;
}
#efimereies #fuel{
	background:url(images/fuel.png) no-repeat center left;
}
#efimereies a{
	font-family: Cholla, "Courier New", Courier, monospace;
	text-decoration:none;
	font-size:1.1em;
}
#efimereies a:hover{
	color:#222;
}
/*----------- Liga Logia -----------*/
#miniloops-6 .widgettitle{
	font-family: Cholla, "Courier New", Courier, monospace;
	font-style: normal;
	background: #34BDF1;
	padding: 7px 0 0 10px;
	font-size: 1.4em;
	margin-top: 15px;
}
.ligalogia{
	background: #34BDF1;
	padding: 10px !important;
}
.ligalogia .photo-title{
	font-size:14px;
	padding-top:5px;
	line-height:14px;
	font-weight:normal;
	display:block;
}
.ligalogia .entry-title a:hover{
	color:#000;
}
/*---------- Photo Syllogi ----------------*/
#miniloops-5 .widgettitle a{ /* 7 local */
	display:block;
	background:url("images/photo-col.png") no-repeat center left #ed1b24;
	text-indent:-999px;
	overflow:hidden;
	line-height:36px;
	margin-top:10px;
}
#photo-col{
	background:#ed1b24;
	padding: 0 10px 10px 10px;
}
#photo-col div{
	background:#fff;
	padding:5px;
}
#photo-col div .photo-title{
	background:#ccc;
	display:block;
	padding:5px;
	font-weight:bold;
}
#photo-col div .photo-title:hover{
	color:#000;
	text-decoration:underline;
}
/*---------- Banners ----------------*/
.hor-ad-banner{
	margin: 10px 0 10px -20px;
	display: inline-block;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 7px 0 7px 10px;
	width: 550px;
}
.ver-ad-banner{
}
/*---------- Pages -------------------*/
.page{
	padding: 0 15px;
	text-align: justify;
}
#content .page .entry-title{
	font-family: Cholla, "Courier New", Courier, monospace;
}
.page-template-template-page-fullwidth-php #container, .page-template-template-page-fullwidth-php #container #content{
	width: 98.5% !important;
	border: none !important;
}
/*----------- Arxaia Theatra -------------*/
#arxaiatheatra-menu{
	padding:10px;
	background:#487d85;
	color:#FFF;
	margin-bottom:5px;
}
#arxaiatheatra-menu a{
	font-family: Cholla, "Courier New", Courier, monospace;
	color:#FFF;
	text-decoration:none;
	font-size:1.25em;
	font-weight:bold;
	letter-spacing:1px;
}
#arxaiatheatra-menu a:hover{
	text-decoration:underline;
}
/*------------- Topos -----------*/
.topos{
	font-family: Cholla, "Courier New", Courier, monospace;
	color:#ED1B24;
	font-size:2em;
	padding:0 0 5px 0;
	display:inline-block;
}
/*----------- SEARCH RESULTS ------------------*/
.search-results .page-title{
	padding:5px 0 15px 10px;
	font-size:2em;
	font-family: Cholla, "Courier New", Courier, monospace;
	border-bottom:1px dashed #000;
}
/*------------- BACKGROUND LINK ----------------*/
#bg-link{
	position:absolute;
	background:url(images/backgrounds/adbg.jpg) center top repeat-y #fff fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
/*------------ Banner Categories ----------------*/
body.category #top-banner-ad{
	bottom:15px !important;
}
/*-------- IE SUCKS -------------------*/
.browser-note{
	text-align:center;
	font-size:.9em;
	padding-bottom:15px;
}
/*--------------MY AGRINIO INSERTS ------------------*/
.widget_rss_multi_importer_widget .widgettitle{
	text-indent:-999999px;
	background-image:url(images/header-tvrss.png);
	height:55px;
}
.widget_rss_multi_importer_widget .imagefix{
	float:left !important;
}
.widget_rss_multi_importer_widget .imagefix img{
	width:130px;
}
.widget_rss_multi_importer_widget .news-contents > .news p{
	clear:both;
	margin:0;
}
.widget_rss_multi_importer_widget .news-contents > .news{
	clear:both;
}
.widget_rss_multi_importer_widget .news-contents > .news a{
	font-weight:bold;
}


/* BANNER SLIDER */
#content .widget_weptile-image-slider-widget{
	clear:both;
	margin: 0 0 7px -11px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
	padding: 7px 0 0px 0;
}







/*------------- ODHGOS SLIDER --------------------*/
.exlica_widget_class{
	font-weight: bold;
	line-height:normal;
	text-align:center;
}
.jcarousel-skin-tango .jcarousel-container{
	background:none;
	border:1px solid #ccc;
	border-top:none;
	margin:-6px 0 0 4px;
	border-radius:0;
}
.jcarousel-skin-tango .jcarousel-container-horizontal{
	padding:20px 31px;
}
.exlica_widget_class .widgettitle{
	background:url(images/odigos-slider-head.png);
	height:62px;
	width:360px;
	text-indent:-99999px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal{
	margin:0 5px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal{
	background:url(images/left-arrow.png);
	width: 19px;
	height: 35px;
	left: 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal{
	background:url(images/right-arrow.png);
	width: 19px;
	height: 35px;
	right: 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:hover{
	background-position:0 0;
	opacity:.9;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active{
		opacity:.5;
}