
/*
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
*/

body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background: #004494 url(images/bg01.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4b4b4b;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: 200;
	color: #222222;
}

h2 {
	font-size: 3em;
}

p, ol, ul {
	margin-top: 0px;
	padding: 0px;
}

p, ol {
	line-height: 150%;
}

strong {
}

a {
	color: #5C5539;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
	margin-top: 8px;
	margin-right: 50px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 10px;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	overflow: hidden;
	min-width: 1300px;
	background: #FFFFFF;
	box-shadow: 
        inset 0px 11px 8px -20px #CCC,
        inset 0px -11px 8px -10px #CCC;}

.container {
	width: 1200px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/* Header */

#header-wrapper {
	/*overflow: hidden;*/
	overflow: visible;
	height: 150px;
}

#header {
	width: 1200px;
	height: 150px;
	margin: 0 auto;
	padding: 0px 0px;
}

#sub-header-wrapper {
	/*overflow: hidden;*/
	overflow: visible;
	height: 85px;
}

#sub-header {
	width: 1200px;
	margin: 0 auto;
	height: 85px;
	padding: 0px 0px;
	background: #FFFFFF;
}

#panteion-logo{
	float: left;
}

#social-lang{
	float: right;
	padding-top: 22px;
}


/* Logo */

#logo {
	float: left;
	width: 450px;
	height: 150px;
	padding: 0px 0px 0px 0px;
}

#logo h1 {
	padding: 40px 0px 0px 0px;
	letter-spacing: 0px;
	font-size: 2.5em;
	text-align: center;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	padding: 5px 0px 0px 0px;
	letter-spacing: 0px;
	font-size: 1.8em;
	text-align: center;
}

#logo h2 a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Navigation Menu */

#navigation-menu {
	float: right;
	width: 750px;
	height: 80px;
	padding: 20px 0px 0px 0px;
}

#navigation-menu ul ul {
	display:none;
}

#navigation-menu ul li:hover > ul {
	display: block;
}

#navigation-menu ul {
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	position: relative;
	display: inline-table;
}

#navigation-menu ul:after {
	content: "";
	clear: both;
	display: block;
}

#navigation-menu ul li {
	float: left;
}

#navigation-menu ul li:hover a, #navigation-menu ul li.current_page_item a {
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 5px;
	border-bottom: 1px solid #004499;
	color: #004494;
}

#navigation-menu ul li a {
	display: block;
	margin-left: 1px;
	padding: 7px 20px 7px 20px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 300;
	color: #FFFFFF;
}

#navigation-menu ul ul {
	background: none;
	border-radius: 5px;
	padding: 0px;
	position: absolute;
	top: 100%;
}

#navigation-menu ul ul li {
	float: none; 
	border-radius :5px;
	/*border-top: 1px solid #004494;*/
	/*border-bottom: 1px solid #004494;*/
	/*border-right: 1px solid #004494;
	border-left: 1px solid #004494;*/
	position: relative;
}

#navigation-menu ul ul li a {
	padding: 15px 15px;
	color: #FFFFFF;
}

#navigation-menu ul ul li a:hover, #navigation-menu ul ul li.current_page_item a {
	background: #004494;
	color: #FFFFFF;
}

/* Navigation Menu Gr*/

#navigation-menu-gr {
	float: right;
	width: 750px;
	height: 80px;
	padding: 20px 0px 0px 0px;
}

#navigation-menu-gr ul ul {
	display:none;
}

#navigation-menu-gr ul li:hover > ul {
	display: block;
}

#navigation-menu-gr ul {
	float: right;
	margin: 0;
	padding: 40px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	position: relative;
	display: inline-table;
}

#navigation-menu-gr ul:after {
	content: "";
	clear: both;
	display: block;
}

#navigation-menu-gr ul li {
	float: left;
}

#navigation-menu-gr ul li:hover a, #navigation-menu-gr ul li.current_page_item a {
	text-decoration: none;
	background: #FFFFFF;
	border-radius: 5px;
	border-bottom: 1px solid #004499;
	color: #004494;
}

#navigation-menu-gr ul li a {
	display: block;
	margin-left: 1px;
	padding: 7px 9px 7px 9px;
	letter-spacing: 1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	font-weight: 300;
	color: #FFFFFF;
}

#navigation-menu-gr ul ul {
	background: none;
	border-radius: 5px;
	padding: 0px;
	position: absolute;
	top: 100%;
}

#navigation-menu-gr ul ul li {
	float: none; 
	border-radius :5px;
	/*border-top: 1px solid #004494;*/
	/*border-bottom: 1px solid #004494;*/
	/*border-right: 1px solid #004494;
	border-left: 1px solid #004494;*/
	position: relative;
}

#navigation-menu-gr ul ul li a {
	padding: 15px 15px;
	color: #FFFFFF;
}	
#navigation-menu-gr ul ul li a:hover, #navigation-menu-gr ul ul li.current_page_item a {
	background: #004494;
	color: #FFFFFF;
}

/* Page */

#page-wrapper {
	overflow: hidden;
}

#page {
	overflow: hidden;
	width: 1200px;
	margin: 0px auto;
	padding: 10px 40px 50px;
	color: #8F8F8F;
}


/** CONTENT */

#wide-content {
	padding: 50px;
	border: 10px solid #f1f1f1;
}

#wide-content h2 {
	padding: 0px 0px 20px 0px;
	font-size: 20px;
	color: #222222;
}


/** CONTENT */

#content {
	float: right;
	width: 760px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 36px;
	color: #222222;
}

#content .subtitle {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	color: #81AFC5;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 290px;
	padding: 0px 0px 20px 0px;
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	font-size: 2em;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 50px 0px 50px 0px;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #b0b9ff;
}

#footer a {
	color: #b0b9ff;
}

/* Three Column Footer Content */


#footer-bg {
	overflow: hidden;
	padding: 40px 0px;
	background: #E5E0DD url(images/main-bsg.png) repeat;
}

#footer-content {
	color: #67C8E3;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 30px 0px;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0px #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 200;
	color: #93776E;
}

#footer-content a {
}

#footer-content a:hover {
	text-decoration: underline;
}


#column1 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column1 p {
	line-height: 1;
}

#column2 {
	float: left;
	width: 280px;
	margin-right: 30px;
}

#column3 {
	float: left;
	width: 280px;
}

#column4 {
	float: right;
	width: 260px;
}


/* Banner Style */

#banner-wrapper {
}

#banner {
	overflow: hidden;
	width: 1160px;
	margin: 20px auto 50px auto;
}

#banner .img-border {
	height: 500px;
	border: 20px solid #FFFFFF;
}

/* Button Style */

.button-style {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #004494;
	border-radius: 5px;
}

.button-style a {
	letter-spacing: 1px;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF !important;
}

.button-style a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

/* List Style 1 */

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style1 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style1 a {
	text-decoration: underline;
	color: #5C5539;
}

ul.style1 a:hover {
	text-decoration: none;
}

ul.style1 .first {
	padding-top: 0px;
	border-top: none;
}

ul.style1 h3 {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

ul.style1 h4 {
	font-size: 18px;
	font-weight: bold;
}

ul.style1 h5 {
	font-size: 16px;
	color: #222222;
}

ul.style1 h6 {
	font-size: 14px;
	color: #222222;
}

ul.style1 h7 {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

/* List Style gallery */

ul.style-gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.style-gallery li {
	padding: 35px 0px 25px 0px;
	border-top: 1px solid #c8c8c8;
}

ul.style-gallery a {
	text-decoration: none;
	color: #5C5539;
}

ul.style-gallery a:hover {
	text-decoration: none;
}

ul.style-gallery .first {
	padding-top: 0px;
	border-top: none;
}

ul.style-gallery h3 {
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

ul.style-gallery h4 {
	font-size: 18px;
	font-weight: bold;
}

ul.style-gallery h5 {
	font-size: 16px;
	color: #222222;
}

ul.style-gallery h6 {
	font-size: 14px;
	color: #222222;
}

ul.style-gallery h7 {
	font-size: 14px;
	font-weight: bold;
	color: #222222;
}

/** LIST STYLE 3 */

ul.style3 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style: disc;
}

ul.style3 li {
	padding: 0px 0px 5px 10px;
	border: none;
}

ul.style3 a {
	text-decoration: underline;
	color: #5C5539;
}

ul.style3 a:hover {
	text-decoration: none;
}

ul.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style3 .date {
	width: 87px;
	border-radius: 5px;
	background-color: #004494;;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style3 .first .date
{
	margin-top: 0px;
}

/** ORDERED LIST STYLE 3 */

ol.style3 {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

ol.style3 li {
	padding: 0px 0px 5px 10px;
	border: none;
}

ol.style3 a {
	text-decoration: underline;
	color: #5C5539;
}

ol.style3 a:hover {
	text-decoration: none;
}

ol.style3 .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ol.style3 .date {
	width: 87px;
	border-radius: 5px;
	background-color: #004494;;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ol.style3 .first .date
{
	margin-top: 0px;
}

/** LIST LINK STYLE*/

ul.style-link {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	list-style: disc;
}

ul.style-link li {
	padding: 0px 0px 5px 10px;
	border: none;
}

ul.style-link a {
	text-decoration: none;
	color: #5C5539;
}

ul.style-link a:hover {
	text-decoration: underline;
}

ul.style-link .first {
	padding-top: 0px;
	border-top: none;
	box-shadow: none;
}

ul.style-link .date {
	width: 87px;
	border-radius: 5px;
	background-color: #004494;;
	margin-top: 20px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

ul.style-link .first .date
{
	margin-top: 0px;
}

/* Recent News */

#recent-news {
	overflow: hidden;
	width: 1120px;
	margin: 0px auto;
	padding: 50px 40px;
	background: #36332E;
	color: #8C8C8C;
}

#recent-news h2 {
	padding: 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	color: #EDEDED;
}

#recent-news .date {
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-style: normal;
	color: #E3E3E3;
}

#recent-news p {
	font-style: italic;
}

#recent-news a {
	font-style: normal;
	color: #B8B8B8;
}

#recent-news #rbox1 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox2 {
	float: left;
	width: 250px;
	margin-right: 40px;
}

#recent-news #rbox3 {
	float: left;
	width: 250px;
}

#recent-news #rbox4 {
	float: right;
	width: 250px;
}

/* Button Style */

.button-style1 {
	display: inline-block;
	margin-top: 30px;
	padding: 7px 30px;
	background: #004494;
	border-radius: 5px;
}

.button-style1 a {
	letter-spacing: 1px;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	font-variant: small-caps;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF !important;
}

.button-style1 a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
