/*
Theme Name: nikoklis
Theme URI: 
Description: nikoklis theme
Version: 1.0
Author: Stephen B (thebobman)
Author URI: http://www.stephenb.co.uk
*/


* {
	margin: 0;
	padding: 0;
}

body {
	color: #A6BC8B;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}

body#bd {
	background:#35482C; /* a trick to stick the footer at the bottom :) */
	margin: 0 auto;
}

body.contentpane { /* Printable Page */
	width: auto;
	margin: 1em 2em;
	background: #FFFFFF;
	color: #000000;
	font-size: 12pt;
	font-family: serif;
	line-height: 140%;
}

body.fs1{
	font-size: 10px;
}

body.fs2{
	font-size: 11px;
}

body.fs3{
	font-size: 12px;
}

body.fs4{
	font-size: 13px;
}

body.fs5{
	font-size: 14px;
}

body.fs6{
	font-size: 15px;
}

/* Normal link */
a {
	color: #DBC975;
	text-decoration:none;
	font-weight:500;
}

a:hover, a:active, a:focus {
	color: #DBC975;
	text-decoration:none;
	/*font-weight:bold;*/
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 0.89em;
}

/* Heading */
h1 {
	font-size: 1.7em;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.35em;
}

h4 {
	font-size: 1em;
	text-transform: uppercase;
}

p {
	margin: 5px 0 15px;
}

ul {
	margin-top: 5px;
	margin-bottom: 15px;
	list-style: none;
}

ul li {
	padding-left: 35px;
	
}

ol {
	margin-top: 5px;
	margin-bottom: 15px;
}

ol li {
	margin-left: 35px;
}

th {
	padding: 4px;
	font-weight: bold;
	text-align: left;
}

fieldset {
	border: none;
}

fieldset a {
	font-weight: bold;
}

hr {
	border-top: 1px solid #D1D1C7;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

img {
	margin:5px;
	}

a img {
	border: none;
}

td, div {
	font-size: 12px;
}

/* Code text */
pre, .code {
	padding: 10px 15px;
	margin: 5px 0 15px;
	border-left: 5px solid #DDDAB5;
	background: #F5F3DE;
	font: 1em/1.5 "Courier News", monospace;
}

blockquote {
	padding: 15px 40px;
	background: url(images/quote.gif) 10px 10px no-repeat;
	font: italic 1em/1.5 Georgia, Times, serif;
}
 



/* MODULE
--------------------------------------------------------- */
div.module h3 {
	margin: 0 0 15px;
	font-size: 1em;
	color:#464644;
	
}

div.module {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(images/sun.gif) no-repeat top left;
	height:auto;
	
}

div.module div {
	padding: 0;
	
}

div.module div div {
	padding: 0;
	
}

div.module div div div {
	padding: 9px 15px 20px;
}

div.module div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-notitle {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	
}

div.module-notitle div {
	padding: 0;
	
}

div.module-notitle div div {
	padding: 0;
	
}

div.module-notitle div div div {
	padding: 9px 15px 20px;
	background: url(images/box-tl-yellow.gif) no-repeat top left;
}

div.module-notitle div div div div {
	margin: 0;
	padding: 0;
	background: none;
}

div.module-hilite h3 {
	margin: 0 0 10px;
	font-size: 1em;
}

div.module-hilite {
	margin-bottom: 15px;
	padding: 0;
	float: left;
	width: 100%;
	background: url(images/box-br-hilite.gif) no-repeat bottom right;
}

div.module-hilite div {
	padding: 0;
	background: url(images/box-bl-hilite.gif) no-repeat bottom left;
}

div.module-hilite div div {
	padding: 0;
	background: url(images/box-tr-hilite.gif) no-repeat top right;
}

div.module-hilite div div div {
	padding: 9px 15px 20px;
	background: url(images/box-tl-hilite.gif) no-repeat top left;
}

div.module-hilite div div div div {
	margin: 0;
	padding: 0;
	background: none;
}
table.middle{
	height:360px;
	background: url(images/middle_banner.gif) no-repeat bottom right;
}


table.blog {
}

table.blog .article_seperator {
	display: block;
	height: 20px;
}

#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {
	display: none;
}

table.contentpane {
	border: none;
	width: 100%;
}

table.contentpaneopen {
	border: none;
}

table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 35%;
}

table.contenttoc a {
	text-decoration: none;
}

table.contenttoc td {
	padding: 1px 5px 1px 18px;
	background: url(images/arrow-off.gif) no-repeat 7px 7px;
}

table.contenttoc th {
	padding: 1px 4px;
	border-bottom: 1px solid #D1D1C7;
	color: #877D58;
	text-indent: 5px;
}

table.poll {
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table.pollstableborder {
	padding: 0;
	width: 100%;
	border: none;
	text-align: left;
}

table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	padding: 2px!important;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}

table.searchintro td {
	padding: 5px!important;
}

.adminform textarea {
	width: auto; /*Control the Frontend Editor area width*/
}

.adminform textarea.inputbox {
}

.blog_more {
	margin: 10px 0;
}

.blog_more strong {
	margin: 0 0 5px;
	padding-left: 13px;
	display: block;
	color: #666666;
	text-transform: uppercase;
}

td.buttonheading {
	padding: 0 3px!important;
	text-align: center;
}

.category {
	font-weight: bold;
}

.clr {
	clear: both;
}

.componentheading {
	margin: 0 0 15px;
	font-size: 2em;
	line-height: normal;
	padding: 2px 0 3px;
	border-bottom: 1px solid #D1D1C7;
}

.contentdescription {
	padding-bottom: 30px;
}

table.blog .contentheading {
	font-size: 1.5em;
	color:#A68130;
	text-align:center;
}

.contentheading {
	font-size: 2em;
	background:#4B532C;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none!important;
}

a.readon {
	text-decoration: none;
	display: block;
	float: right;
	font-weight: bold;
}

a.readon:hover, a.readon:active, a.readon:focus {
	text-decoration: none!important;
}

table.contentpaneopen td, table.contentpane td {
}

table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
	backgroung:#4B532C;
}

.createdate {
	padding-bottom: 10px;
	color: #918E7F;
	font-weight: bold;
	line-height: 10px;
}

.modifydate {
	color: #918E7F;
	height: 15px;
}

.moduletable {
	padding: 0;
}

.mosimage {
	padding: 0;
	margin: 8px 15px 0 0!important;
	margin: 8px 5px 0 0;
}

.mosimage img {
	padding: 0;
	margin: 0!important;
}

.mosimage_caption {
	margin-top: 2px;
	padding: 1px 2px;
	color: #918E7F;
}

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a {
	padding: 2px 5px 2px;
	border: 1px solid #D1D1C7;
	background: url(images/button-bg.gif) top #EDEDE1;
	text-decoration: none;
	color: #666666;
}

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {
	border: 1px solid #A7A79F;
	text-decoration: none;
	color: #484848;
}

.pagenavbar {
	padding-left: 14px;
	background: url(images/pages.gif) no-repeat center left;
}

.pagenavcounter {
	padding: 8px 14px 0 14px;
	background: url(images/pages.gif) no-repeat 0 11px;
}

.sectiontableheader {
	padding: 5px;
	/*background: #EDEDE1;*/
	font-weight: bold;
}

tr.sectiontableentry1 td {
	padding: 5px;
}

tr.sectiontableentry2 td {
	padding: 5px;
}

.small {
	color: #918E7F;
}

.smalldark {
	text-align: left;
}

div.syndicate div {
	border: 1px solid #FFFFFF;
	text-align: center;
}

/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-fullheaderwrap{
	margin:0 auto;
	width: 1000px;
	background: url(images/headerimg.jpg);
	height:350px;
}
#ja-headerwrap,
#ja-subnavwrap,
#ja-containerwrap,
#ja-footerwrap {
	text-align1: center;
	width: 100%;
	margin: 0 auto;
}


#ja-subnav,
#ja-container{
	margin: 0px auto;
	width: 100%;
	text-align: left;
	display:block;
}
#ja-footer {
	margin: 0 auto;
	width: 100%;
	text-align: left;
	display:block;
}

.wide #ja-header,
.wide #ja-subnav,
.wide #ja-container,
.wide #ja-footer {
	width: 100%;
}

.auto #ja-header,
.auto #ja-subnav,
.auto #ja-container,
.auto #ja-footer {
	width: 95%;
	min-width: 750px;
	max-width: 1150px;
}

#ja-containerwrap {
	clear: both;
	background:#35482C;
}

#ja-container {
	padding: 0 0 20px 0;
}


/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	
	height:350px;
	

}

#ja-header {
	text-align: left;
	line-height: normal;
}
#header-r {
	float:right;
}
#ja-header h1 {
	font-size: 2em;
	height: 158px;
}

#ja-header h1 img {
	float: right;
}



/* CONTENT COLUMN
--------------------------------------------------------- */
#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {
	margin: 25px 0;
}

#ja-mainbody {
	float: left;
	width: 80%;
}

#ja-mainbody #ja-content {
	float: right;
	width: 70%;
	padding-right: 2.5%;
}

#ja-mainbody-fl {
	float: left;
	width: 80%;
}

#ja-mainbody-fl #ja-content {
	float: left;
	width: 97.5%;
}

#ja-mainbody-fr{
	float: left;
	width: 100%;
}

#ja-mainbody-fr #ja-content {
	float: right;
	width: 77.5%;
}

#ja-mainbody-fr #ja-leftcol {
	width: 20%;
}

#ja-mainbody-f {
	float: left;
	width: 100%;
}

/* LEFT COLUMN
--------------------------------------------------------- */
#ja-leftcol {
	float: left;
	width: 25%;
	height:150px;
	display:block;
}

/* RIGHT COLUMN
--------------------------------------------------------- */
#ja-rightcol {
	float: right;
	width: 20%;
	margin: 25px 0;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	background: #35482C;
}

#ja-footer {
	background: #35482C;
	width:12%;
}

#ja-bottomline {
	padding: 15px 0;
	color: #666666;
	float: left;
}

#ja-cert {
	padding-top: 20px;
	float: right;
}

#ja-cert a {
	padding-right: 5px;
}



/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 100% "Arial", Helvetica, sans-serif
	font-size:14px;
	font-weight:bold;
	margin-top:0px;
	}
.menu ul{
	background:#000 url("images/menu.gif");
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background1:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#222;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #ccc;
			color:#222;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333 url("images/menu.gif");;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#ccc ;
			border:0px;
			color:#222;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

#slideshow-area, #slideshow-scroller {
  width: 527px;
  height: 344px;
  position: relative;
  align:left;
  overflow: hidden;
  margin-left: -1px;
}

#slideshow-area {
 
}
#slideshow-holder {
  height: 344px;
}
#slideshow-previous, #slideshow-next {
  width: 50px;
  height: 50px;
  position: absolute;
  
  display: none;
  cursor: pointer;
  cursor: hand;
}
#slideshow-previous {
 background: transparent url("images/arrow_left.png") no-repeat 50% 50%;
  top: 125px;
  margin-left:0px;
  }
#slideshow-next {
  display: block;
  background: transparent url("images/arrow_right.png") no-repeat 50% 50%;
  top: 125px;
  right: 0;
}

.slideshow-content {
  float: left;
}

#newheader {
	width:1000px;
	height:348px;
	}
#headerright{ 
	width:473px;
	height:348px;
	align:right;
	}
	
/*******************
*	SIDEBAR		   *
********************/
#sidebar {
	float: right;
	width: 180px;
	margin-top: 5px;
	padding: 0;
	list-style-type:none;
	color:#02350A;
}
#sidebar a {
	color:#DBC975;
}

#sidebar .box {
	margin: 10px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#abroad {
	
	margin:0 auto;
	}
#abroad img {
	margin:10px;
	
	}

#sidebar .box a {	
	color: #333;
	
}

#sidebar .widget {
        color:#A6BC8B;	
        margin: 0;
	padding: 0;
	
}

#sidebar .leftwidget {
	color:#A6BC8B;
        float: left;
	width: 153px;
	margin: 0;
	padding: 0;
	
}

#sidebar .rightwidget {
	color:#A6BC8B;
        float: right;
	width: 153px;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0 auto;
	padding: 0;
	width:180px;
	border1:solid 2px #fff;
	
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	margin: 0;
	background: #97F592;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
	padding-left:5px;
	padding-right:5px;
	
}

#sidebar li ul {

}

#sidebar li li {
padding-left:10px;
}

#sidebar h3 {
	
	padding: 10px;
	background: #FDFB95;
border1:solid 2px #fff;
	margin: 15px 0 15px;
	font-size: 1em;
	color:#464644;
}

#sidebar h2 {
	
	padding: 10px;
	background:#FDFB95;
	font-weight:bold;
	margin: 15px 0 15px;
	font-size: 1em;
	color:#464644;
	border:solid 2px #fff;
}

#sidebarleft {
	float: left;
	width: 180px;
	margin-top: 0px;
	padding: 0;
	list-style-type:none;
	color:#A6BC8B;
}
#sidebarleft a {
	color:#000;
}

#sidebarleft .box {
	margin: 0px 0 10px 0;
	padding: 0;
	background: #fff;
	color: #333;
	line-height: 18px;
}

#abroad {
	
	margin:0 auto;
	}
#abroad img {
	margin:10px;
	
	}

#sidebarleft .box a {	
	color: #333;
	
}

#sidebarleft .widget {
	margin: 0;
	padding: 0;
	
}

#sidebarleft .leftwidget {
	float: left;
	width: 153px;
	margin: 0;
	padding: 0;
	
}

#sidebarleft .rightwidget {
	float: right;
	width: 153px;
	margin: 0;
	padding: 0;
}

.widget ul, .leftwidget ul, .rightwidget ul {
	margin: 0 auto;
	padding: 0;
	width:180px;
	border1:solid 2px #fff;
	
}

.widget ul li, .leftwidget ul li, .rightwidget ul li{
	list-style: none;
	margin: 0;
	background:#CCFDD3;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e6e6e6;
	padding-left:5px;
	padding-right:5px;
	
}


#sidebarleft li li {
padding-left:10px;
}

#sidebarleft h3 {
	
	padding: 10px;
	background: #FDFB95;
border1:solid 2px #fff;
	margin: 0px 0 15px;
	font-size: 1em;
	color:#464644;
}

#sidebarleft h2 {
	
	padding: 10px;
	background:#FDFB95;
	font-weight:bold;
	margin: 15px 0 15px;
	font-size: 1em;
	color:#464644;
	border:solid 2px #fff;
}
#sidebarspace {
	width:100%;
	height:15px;
	}
#headertext {
	width:410px;
	height:100px;
	margin-top:-100px;
	margin-left:555px;
	font-weight:bold;
	color:#fff;
	text-align1:left;
	font-size:28px;
	font-family:"Vivaldi", arial;
	font-style1:italic;
	line-height:26px;
	}
#headertext p {
	margin-bottom:0px;
	
	}
.htext1 {text-align:left;}
.htext2 {text-align:center; margin-left:40px;}
.htext3 {text-align:right;}




.rss_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:240px;width:38px;z-index:100000;border-left:solid 3px #f07f00;border-top:solid 3px #f07f00;border-bottom :solid 3px #f07f00;background:url(icons/rss.png) no-repeat #fff 8px 6px;}
a.rss_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.rss_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.email_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:280px;width:38px;z-index:100000;border-left:solid 3px #f07f00;border-top:solid 3px #f07f00;border-bottom :solid 3px #f07f00;background:url(icons/email.png) no-repeat #fff 8px 6px;}
a.email_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.email_tab:hover {margin-left:auto !important;margin-right:-4px !important;}

.facebook_tab {color:#FFFFFF;cursor:pointer;height:28px;left:0;margin-left:-7px;overflow:hidden;position:fixed;text-indent:-100000px;top:320px;width:38px;z-index:100000;border-left:solid 3px #f07f00;border-top:solid 3px #f07f00;border-bottom :solid 3px #f07f00;background:url(icons/facebook.png) no-repeat #fff 8px 6px;}
a.facebook_tab {left:auto !important;margin-left:auto !important;margin-right:-7px !important;right:0 !important;}
a.facebook_tab:hover {margin-left:auto !important;margin-right:-4px !important;}
