
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	background-image: url('IMG_Grece.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
	margin:0 auto;
}

form {
	margin: 0;
	padding: 0;
}

hr {
  display: block;
  margin-top: 2em;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	font: "Times New Roman", Times, serif, monospace;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	color: #333333;
}

h1 {
	letter-spacing: -2px;
	font-size: 3.2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	color:purple
	margin-left: 2em;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 2.5em;
	padding-left: 1em;
	border-left: 5px solid #16B1B0;
}

a {
	color: #16B1B0;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

header {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: url(blue-light.jpg);
	padding-top: 2%;
	padding-bottom: 1%;
	padding-left: 7%;
	padding-right: 0%;
	position: sticky;
}

.myheader {
  display: inline-block;
 
}

.myheader ul li {
  float: left;
  list-style-type: none;
  margin-right: 7vw;
}

.myheader h2 {
  color: #141857;
}


#header a {
	text-decoration: none;
	color: #333333;
}


/* Menu */

#menu {
	width: 770px;
	height: 65px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-right: 30px;
	text-decoration: none;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

.php {
	font: 12px/14px sans-serif;
}

.php h3 {
	color: black;
}

.php h4 {
	color: red;
}


/* Page */

#page {
	width: 770px;
	margin: 0 auto;
	background: url(images/img05.gif);
}

#extra {
	background: url(images/img06.gif) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 530px;
	background: url(images/img03.gif) no-repeat;
}

.post {
	padding: 40px 40px 0 40px;
}

.post ol, .post ul {
	list-style-position: inside;
}

.post .title {
}

.post .title h2 {
}

.post .title p {
}

.post .title p a {
}

.post .entry {
}

.post .links {
	padding: 2px 20px;
	background: #CDFAFB;
	text-align: right;
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	color: #0B8785;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
}

.post .links .comments {
}

/* Sidebar */

#ladate {
font-family: cursive;
font-size: larger;
}

#sidebar {
	float: left;
	width: 300px;
	background: #033563;
	margin-right:50px;
	margin-top:0px;
	position:relative;
}
#sidebar2 {
	float: left;
	width: 300px;
	background: #033563;
	margin-right:350px;
	margin-top:0px;
	position:relative;
}
#panel {
	width: 140px;
	background: #8FBFF7;
	color: #092363;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 60px;
}


/* Search */

#searchform {
	padding: 20px;
}

#search h2 {
	background: url(images/img08.jpg) no-repeat;
}

#search #x {
}

#search #s {
	width: 120px;
}

#search br {
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}

