@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------------------ */
/* -------------------------- SCREEN - THE STYLES FOR THE SCREEN MEDIA ---------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------------ */

/* General Styles */
body {
	background-image: url(../../graphics/gui/backgrounds/flag.jpg);
	background-position: center top;
	font-size: 12px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	background-repeat: no-repeat;
	background-color: #101F48;
}
p {
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}
h3 {
	font-weight: bold;
	margin-bottom: 5px;
}
h5 {
	text-align: right;
	font-style: italic;
}
h6 {
	font-size: 10px;
	margin-bottom: 5px;
	text-align: right;
	font-style: italic;
}

.padding {
	padding: 5px;
}
.border {
	border: solid 1px #FFF;
	padding: 5px;
}
.imgLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.normalUl {
	margin-left: 5px;
}
.normalUl li {
	list-style-type: circle;
	margin-left: 10px;
}
.normalUl a:link, .normalUl a:visited, .normalUl a:active {
	list-style-type: circle;
	margin-left: 15px;
	text-decoration: none;
	color: #069;
	margin-bottom: 5px;
	display: block;
}
.normalUl a:hover {
	color: #09F;	
}

.subjectUl {
	margin-left: 20px;
}
.subjectUl li {
	list-style-type: circle;
	margin-left: 30px;
	margin-bottom: 10px;
}
.subjectUl a:link, .subjectUl a:visited, .subjectUl a:active {
	text-decoration: none;
	color: #069;
}
.subjectUl a:hover {
	color: #09F;	
}

/* Container Styles */
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Header Styles */
#header {
	height: 115px;
	position: relative;
	margin-bottom: 5px;
}
#logo a {
	position: absolute;
	height: 75px;
	width: 379px;
	left: 4px;
	top: 40px;
	background-image: url(../../graphics/logos/header_logo.png);
	background-position: left bottom;
	text-indent: -9999px;
	z-index: 2;
	background-repeat: no-repeat;
}
#headernav {
	float: right;
	width: 300px;
	height: 115px;
	background-image: url(../../graphics/symbols/crete.png);
	background-repeat: no-repeat;
	background-position: right -15px;
	margin-right: 5px;
	position: relative;
}

/* Content Styles */
.container {
	background-image: url(../../graphics/gui/panels/container_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
.containerTop {
	background-image: url(../../graphics/gui/panels/container_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 10px;
}
.containerBottom {
	background-image: url(../../graphics/gui/panels/container_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
}
.twoColumnMain {
	float: left;
	width: 500px;
}
.twoColumnRight {
	float: right;
	width: 215px;
}
.twoColumnLeft {
	float: left;
	width: 215px;
	margin-right: 5px;
}
.oneColumnMain {
	float: left;
	width: 675px;
	margin-right: 5px;
	margin-left: 20px;
	padding-right: 20px;
}

.threeColumnSides {
	float: left;
	width: 310px;
}
.threeColumnCenter {
	float: left;
	width: 310px;
	padding-left: 5px;
	padding-right: 5px;
}
.halfColumnLeft {
	float: left;
	width: 450px;
}
.halfColumnRight {
	float: right;
	width: 190px;
}



.greyPanel {
	background-color: #CCC;
	padding: 5px;
}

/* Navigation Styles */
#topmenu {
	position: absolute;
	height: 32px;
	width: 265px;
	left: 30px;
	top: 105px;
	background-image: url(../../graphics/gui/backgrounds/bg_topnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-right: 15px;
	z-index: 2;
}
#topmenu li {
	display: inline;
}
#topmenu a:link, #topmenu a:visited, #topmenu a:active {
	text-decoration: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	display: block;
	float: right;
	margin-left: 10px;
	height: 15px;
	padding-right: 5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#topmenu a:hover, #topmenu a.current:link, #topmenu a.current:visited {
	color: #000;
	border-right-color: #000;
}

#catnav {
	margin-bottom: 10px;
}
#catnav li  {
	display: inline;
}
#catnav a:link, #catnav a:visited, #catnav a:active {
	display: block;
	background-image: url(../../graphics/gui/backgrounds/bg_catnav.png);
	background-repeat: repeat-y;
	background-position: left top;
	text-decoration: none;
	color: #666;
	height: 24px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 5px;
}
#catnav a:hover {
	background-position: left -29px;
	color: #FFF;
}

#majorNav {
}
#majorNav li  {
	display: inline;
}
#majorNav a:link, #majorNav a:visited, #majorNav a:active {
	display: block;
	background-color: #FC0;
	text-decoration: none;
	color: #FFF;
	height: 18px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 5px;
}
#majorNav a:hover {
	color: #000;
}

#entrynav {
	margin-bottom: 10px;
}
#entrynav li  {
	display: inline;
}
#entrynav a:link, #entrynav a:visited, #entrynav a:active {
	display: block;
	text-decoration: none;
	color: #666;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 6px;
	padding-left: 5px;
}
#entrynav a:hover {
	padding-left: 15px;
}

/* Lower Navication */
#ineedtoknow {
	background-image: url(../../graphics/adds/cats/ineedtoknow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
	height: 30px;
	width: 300px;
}
#areaLink a {
	display: block;
	width: 310px;
	height: 70px;
	background-image: url(../../graphics/adds/cats/area.gif);
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#themaLink a {
	display: block;
	width: 310px;
	height: 70px;
	background-image: url(../../graphics/adds/cats/thema.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#kostisLink a {
	display: block;
	width: 310px;
	height: 70px;
	background-image: url(../../graphics/adds/cats/kostis.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#sideLowerNav li {
	display: inline;
}
#ineedtoknowSide {
	background-image: url(../../graphics/adds/cats/ineedtoknow.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: -9999px;
	display: block;
	height: 30px;
}
#areaSideLink a {
	display: block;
	height: 30px;
	background-image: url(../../graphics/adds/cats/area.gif);
	background-position: left -32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#themaSideLink a {
	display: block;
	height: 30px;
	background-image: url(../../graphics/adds/cats/thema.gif);
	background-position: left -32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}
#kostisSideLink a {
	display: block;
	height: 30px;
	background-image: url(../../graphics/adds/cats/kostis.gif);
	background-position: left -32px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 5px;
}


/* Entry container */
.twoColumnMain .entry {
	padding-left: 20px;
	padding-right: 20px;
}
.entryMainImage {
	float: left;
	width: 300px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}
.entryListImage {
	float: left;
	width: 120px;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

.entry h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin-top: 10px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.entry h5 {
	margin-bottom: 20px;
}
.entry p {
	text-align: justify;
	margin-bottom: 10px;
}
#entryInfoBox {
	float: right;
}

/* Tabbed Panels */
#multimediaPanels .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#multimediaPanels .TabbedPanelsTabGroup {
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#multimediaPanels .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 11px;
}
#multimediaPanels .TabbedPanelsTabHover {
	background-color: #CCC;
}
#multimediaPanels .TabbedPanelsTabSelected {
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
}
#multimediaPanels .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#multimediaPanels .TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #999;
	background-color: #CCC;
}
#multimediaPanels .TabbedPanelsContent {
	height: 196px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#multimediaPanels .TabbedPanelsContentVisible {
}

#entryPanels .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#entryPanels .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
#entryPanels .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}
#entryPanels .TabbedPanelsTabHover {
	background-color: #CCC;
}
#entryPanels .TabbedPanelsTabSelected {
	background-color: #CCC;
	border-bottom: 1px solid #CCC;
}
#entryPanels .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#entryPanels .TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #999;
	background-color: #CCC;
}
#entryPanels .TabbedPanelsContent {
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#entryPanels .TabbedPanelsContentVisible {
}

#subjectPanels .TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
#subjectPanels .TabbedPanelsTabGroup {
	padding: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#subjectPanels .TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	background-color: #DDD;
	list-style: none;
	border-left: solid 1px #999;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}
#subjectPanels .TabbedPanelsTabHover {
	background-color: #CCC;
}
#subjectPanels .TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: solid 1px #FFF;
}
#subjectPanels .TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
#subjectPanels .TabbedPanelsContentGroup {
	clear: both;
	border-top: solid 1px #999;
	background-color: #FFF;
}
#subjectPanels .TabbedPanelsContent {
	padding: 10px;
	padding-top: 20px;
}
#subjectPanels .TabbedPanelsContentVisible {
}


/* Multimedia Links */
#videos a:link, #videos a:visited, #videos a:active {
	background-image: url(../../graphics/adds/media/videos.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 180px;
	width: 180px;
}
#videos a:hover {
	background-position: left -180px;
}
#fotos a:link, #fotos a:visited, #fotos a:active {
	background-image: url(../../graphics/adds/media/photos.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	text-indent: -9999px;
	height: 180px;
	width: 180px;
}
#fotos a:hover {
	background-position: left -180px;
}

#comments a:link, #comments a:visited, #comments a:active {
	color: #069;
	text-decoration: none;
}
#comments a:hover {
	color: #09F;	
}
#comments p {
	margin-bottom: 10px;
}

.entry a:link, .entry a:visited, .entry a:active {
	color: #069;
	text-decoration: none;
}
.entry a:hover {
	color: #09F;	
}


/* Polls */
#poll-container {
	padding: 10px;
}

/* Google Maps */
.divPopup {
	width: 250px;
	margin: 5px;
}
/* Twitter Panel */
#twitter {
	height: 160px;
}
.sidebar-title {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}
#twitter_update_list {
	margin-bottom: 5px;
}
#twitter_update_list li {
	margin-bottom: 5px;
}

/* Site Info */

#siteInfo {
	padding: 20px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#siteInfo p {
	margin-bottom: 5px;
}
#siteInfo a {
	color: #FFF;
}

