body {
	margin: 0;
	padding: 0;
	background: #0F5B96 url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A4E4F5;
}

input, textarea {
	background: #FFFFCC;
	border: 1px solid #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	/*text-transform: lowercase;*/
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.0em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #A4E4F5;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	margin: 0 auto;
	width: 980px;
	height: 120px;
	background: url(images/img02.jpg) no-repeat center top;
	/*text-transform: lowercase;*/
    padding: 1;
}
#logosign {
	float: left;
}

#logosign p {
    background-image: url(images/perama-logo-s.gif);
	margin: 0;
    width: 120px;
    height: 111px;
	line-height: normal;
    background-repeat: no-repeat;
}

#logo {
	float: left;
}

#logo h1, #logo p {
	float: left;
	margin: 10;
	line-height: normal;
    width: 260px;
    height: 75px;
    background-image: url(images/dimos-peramatos-title2.gif );
    background-repeat: no-repeat;
}

#logo h1 {
	padding: 10px 0 0 10px;
	font-size: 3em;
	color: #FFFFCC;
}
/*
#logo p {
	padding: 20px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.4em;
	color: #CCFF66;
}
*/
#logo a {
	text-decoration: none;
	color: #62D6F5;
}

#menu {
	float: right;
}

/*
#menu em {
	padding: 60px 0 0 7px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFCC;
    font-style: italic;
}
*/

#menu ul {
	margin: 0;
	padding: 60px 20px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 56px;
	margin: 0 0 0 2px;
	padding: 9px 0 0 0;
	background: #1B97CE url(images/img03.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
/*
#menu .current_page_item a {
	background: #26BADF url(images/img04.gif) no-repeat;
    text-decoration: none;
}
*/
#menu a:hover {
	background: #26BADF url(images/img04.gif) no-repeat;
    text-decoration: none;
    color: #FFFFFF;
}

#menu a:active {
   /*	background: #26BADF url(images/img04.gif) no-repeat;*/
    text-decoration: none;
    color: #FFFFFF;
}

#banner {
	width: 980px;
	height: 130px;
   	margin: 10px auto 0;
    /*background-color: #FFFFFF;*/
}
/* Page */

#page {
	width: 980px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding: 0 0 0 25px;
}

.post {
	margin-bottom: 15px;
	background: #1EB5DD url(images/img05.gif) no-repeat;
	color: #0A416B;
}

.post a {
	color: #A4E4F5;
}

.post a:hover {
	color: #FFFFFF;
}

.post .title {
	margin: 0;
	padding: 30px 30px 0 30px;
}

.post .title a {
	text-decoration: none;
	color: #0A416B;
}

.post .byline {
	margin: 0;
	padding: 0 30px;
}

.post .entry {
	padding: 20px 30px 10px 30px;
    text-align: justify;
}

.post .links {
	margin: 0;
	padding: 10px 30px 35px 30px;
	background: url(images/img06.gif) repeat-x left bottom;
	border-top: 1px solid #2872A6;
}

.post .links a {
	padding-left: 10px;
	background: url(images/img08.gif) no-repeat left center;
	text-decoration: none;
	font-weight: bold;
	color: #0A416B;
}

.post .links a:hover {
	color: #FFFFFF;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 190px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
}

.sidebar li ul {
}

.sidebar li li {
	padding: 6px 0 6px 10px;
	background: url(images/img08.gif) no-repeat 0 10px;
	border-bottom: 1px solid #2872A6;
}

.sidebar li li a {
	text-decoration: none;
	color: #C9ECF5;
}

.sidebar li li a:hover {
	color: #FFFFFF;
}

.sidebar li h2 {
	padding-top: 12px;
	color: #FFFFFF;
}

/* Left Sidebar */

#leftbar {
}

#leftbar h2 {
    color: #FFFFCC;
}

/* Right Sidebar */

#rightbar {
	padding: 0 0 0 25px;
}

#rightbar h2 {
	color: #FFFFFF;
}

/* Search */

#searchform {
	padding-top: 20px;
	text-align: right;
}

#searchform br {
	display: none;
}

#searchform input {
	margin-bottom: 5px;
}

#searchform #s {
	width: 180px;
}

/* Calendar */

#calendar_wrap {
	padding-left: 10px;
}

#calendar_wrap table {
	width: 180px;
	text-align: center;
	border-collapse: collapse;
}

#calendar_wrap tfoot {
	font-weight: bold;
}

#calendar_wrap tfoot a {
	text-decoration: none;
}

#calendar_wrap #prev {
	text-align: left;
}

#calendar_wrap #next {
	text-align: right;
}

#calendar_wrap tbody {
	border-bottom: 1px solid #2872A6;
	border-right: 1px solid #2872A6;
}

#calendar_wrap tbody td {
	padding: 3px 0;
	border-top: 1px solid #2872A6;
	border-left: 1px solid #2872A6;
}

#calendar_wrap tbody td a {
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 40px 0;
	/*background: #083253;*/
    /*background: url(images/bg-bottom.jpg) repeat-y; */
    background: url(images/bg-bottom1.jpg)repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
}
/* IST addons   */

#LeftBoxMenu {
    margin: 0 0 10px 0;
	padding: 0;
}

#LeftBoxTop {
    margin: 0 0 10px 0;
	padding: 0;
}

#LeftBoxMiddle {
    margin: 10px 0 0 0;
	padding: 0;
}

#LeftBoxBottom {
    margin: 10px 0 0 0;
	padding: 0;
    font-size: small;
    font-style: italic;
    color: #FFFFCC;
}

#RightBoxTop {
    margin: 0 0 0 0;
	padding: 0;
}

#RightBoxMiddle {
    margin: 10px 0 0 0;
	padding: 0;
}

#RightBoxBottom {
    margin: 10px 0 0 0;
	padding: 0;
    font-size: small;
    font-style: italic;
    color: #FFFFCC;
}

.highlighted span
{
    font-weight: bold !important;
}

/* home rotator - start */
.sidebar .Rotator{width:190px;height:145px;margin:0 auto;position:relative}
.sidebar .RotatorControl{width:190px;height:30px;position:absolute;bottom:6px;left:0px;background:url(Rotator/HomePage/Control.png) 0 0 no-repeat;padding:0px 0 0 0px;}
.sidebar .RotatorControl a{float:left;width:26px;height:20px;line-height:160px;overflow:hidden}
.sidebar .RotatorPrev{background:url(Rotator/HomePage/hrPrev.gif) 0 0 no-repeat;position:absolute;left:10px;top:5px}
.sidebar .RotatorStart{background:url(Rotator/HomePage/hrPlay.gif) 0 0 no-repeat;display:none;position:absolute;left:35px;top:5px}
.sidebar .RotatorStop{background:url(Rotator/HomePage/hrStop.gif)  0 0 no-repeat;position:absolute;left:35px;top:5px}
.sidebar .RotatorNext{background:url(Rotator/HomePage/hrNext.gif) 0 0 no-repeat;position:absolute;left:60px;top:5px}
.sidebar .RotatorControl .ViewGallery{width:80px;height:13px;background:url(Rotator/HomePage/hrViewGallery.gif) 0 0 no-repeat;position:absolute;right:20px;top:10px}
/* home rotator - end */

/* gallery rotator - start */
.GalleryGrad .RotatorBigImgWrap{width:auto;margin:1em auto 0}
.GalleryGrad .RotatorBigImgWrap td{border:2px solid #ccc}
.GalleryGrad .RotatorBigImgWrap td img{padding:9px;border:1px solid #547e01 !important;vertical-align:bottom}
.GalleryGrad .Rotator{width:460px;height:69px;margin:1em auto 0;position:relative}
.GalleryGrad .RotatorInner{width:430px;margin:0 auto;background:#A4E4F5;border-top:1px solid #547e01;border-bottom:1px solid #547e01}
.GalleryGrad .RotatorInner div{height:auto !important}
.GalleryGrad .Rotator td{height:67px !important;vertical-align:middle}
.GalleryGrad .RotatorControl a{display:block;position:absolute;top:0;width:16px;height:69px;line-height:200px;overflow:hidden}
.GalleryGrad .RotatorLeft{left:0;background:url(Rotator/Gallery/RotatorLeft.gif) 0 0 no-repeat;}
.GalleryGrad .RotatorRight{right:0;background:url(Rotator/Gallery/RotatorRight.gif) 0 0 no-repeat;}
.GalleryGrad .RotatorInner .RotatorFrame img{vertical-align:bottom;height:50px;background:#fff;padding:1px;border:1px solid #547e01}
.GalleryGrad .RotatorInner .RotatorFrame:hover img{border-color:#000}
/* gallery rotator - end */

.GalleryGrad{background:url(img/GalleryGradVert.png) 0 100% repeat-x}

.sidebar .sf_pollTitle h3 {
    font-size: x-small;
    font-style: normal ;
}

.sidebar .sf_pollQuestionsList .sf_pollQuestion h2{
  font-size: xx-small;
  color: #FFFF99;
  font-style: normal ;
}

/* VK News Section */
.post .entry .reverseMargins .singlenews {
  font-size: large;
}

.post .entry .newsdate {
  font-size: small;
  font-style: italic;
}

.post .entry .author {
  font-size: small;
  font-style: italic;
}

.post .entry .sf_newsTitle {
  font-size: large;
  line-height: 26px;
}

.post .entry .sf_newsDate {
  font-size: small;
  font-style: italic;
}

.post .entry .sf_newsSummary {
  font-size: small;
  text-align: justify;
}

.sidebar .sf_newsTitle {
  font-size: medium;
  padding-bottom: 10px;
}

.sidebar .sf_newsDate{
  font-size: small;
  font-style: italic;
}

.sidebar h2 {
  font-size: large;
}

/* VK Poll mods */
.sidebar .PollBox  {
  font-size: large;
}

.sidebar .sf_pollQuestion {
  font-size: small;
  font-style: normal;
}

.sidebar .RadioButtonListCssClass  {
  font-size: small;
  font-style: normal;
}

.sidebar .sf_pollQuestionAnswers {
  font-size: medium;
  font-style: normal;
}

.sidebar .sf_pollVoteInfo{
  font-size: small;
  font-style: normal;
}

/* VK Lists mods */
.post .entry .sf_listItemTitle {
  font-size: small;
  line-height: 26px;
}

.post .entry .sf_ItemTitle {
  font-size: large;
  line-height: 26px;
}

.post .entry .sf_listItemBody {
  font-size: small;
  text-align: justify;
}

/*===============================================================*/
/* IST mods for SitePanel */
.highlighted span
{
    font-weight: bold !important;
}
