/*
Theme Name: Paris A. Fokaides
Theme URI: http://wabbieworks.com/en/portfolio/fokaides/
Description: A WordPress theme designed and developed for Paris A. Fokaides by WabbieWorks
Version: 1.0
Author: WabbieWorks
Author URI: http://wabbieworks.com/
Tags: fixed width, two columns, wabbieworks
*/
/* - - - (reset) - - - */
body {
	margin: 0;
	padding: 0;
}
body, input, textarea, select, button {
	font: normal 13px/1.5em Arial, Helvetica, sans-serif;
	color: #222;
}
body {
	color: #fff;
}
form {
	padding: 0px;
	margin: 0px;
}
label {
	cursor: pointer;
}

/* - - - (headings) - - - */
h1 {
	margin: 0;
}
h2 {
	font-weight: normal;
	font-size: 2em;
 	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0 0 0.3em;
}
h3 {
	font-size: 1.8em;
	font-weight: normal;
 	letter-spacing: 1px;
	margin: 1em 0 0em;
	line-height: 1.5em;
	color: #ddb;
}
h4 {
	font-size: 1.4em;
	font-weight: normal;
 	letter-spacing: 1px;
	margin: 2em 0 0em;
	line-height: 1.5em;
}
h4.semi,
.patents h4 {
	margin-top: 0.5em;
}

/* - - - (paragraphs) - - - */
p {
	margin: 0 0 1em 0;
}

/* - - - (lists) - - - */
ul {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 1em;
	padding-bottom: 0;
}
table ol, table ul {
	margin-left: 1.5em;
	padding-left: 0;
}

/* - - - (tables) - - - */
table {
	width: 100%;
	margin: 0 0 1em;
}
table td, table th {
	border-bottom: 1px solid #6C6A63;
	padding: 3px 5px;
	border-collapse: collapse;
}
table th {
	background-color: #31302D;
	color: #fff;
}

/* - - - (anchors) - - - */
a {
	color: #e6c539;
}
a:hover, a:focus {
	background-color: #e6c539;
	color: #333;
}
h3 a {
	color: #fff;
}
h3 a:hover, h3 a:focus {
	background-color: transparent;
	color: #e6c539;
}
a img {
	border: 0;
	background: transparent;
}
a:hover img,
a:focus img {
	background-color: transparent;
}
p a[href $='.pdf'],
td a[href $='.pdf'],
li a[href $='.pdf'] {
	padding-left: 18px;
	background-image: url('images/pdf.png');
	background-repeat: no-repeat;
	background-position: center left;
}
p a[href $='.jpg'],
p a[href $='.gif'],
p a[href $='.png'],
td a[href $='.jpg'],
td a[href $='.gif'],
td a[href $='.png'],
li a[href $='.jpg'],
li a[href $='.gif'],
li a[href $='.png'] {
	padding-left: 18px;
	background-image: url('images/jpg.png');
	background-repeat: no-repeat;
	background-position: center left;
} 
p a[target ='_blank'],
td a[target ='_blank'],
li a[target ='_blank'] {
	padding-left: 18px;
	background-image: url('images/html.png');
	background-repeat: no-repeat;
	background-position: center left;
}
a.more {
	height: 32px;
	width: 106px;
	display: block;
	text-indent: -9999em;
	outline: none;
	background: transparent url('images/readmore_en.jpg') 0px 0px no-repeat;
}
.publications a.more,
.presentations a.more,
.academic-courses a.more {
	float: left;
}
.gr a.more {
	width: 125px;
	background: transparent url('images/readmore_gr.jpg') 0px 0px no-repeat;
}
a.more:hover,
a.more:focus {
	background-position: 0px -32px;
}

/* - - - (acronyms & abbreviations) - - - */
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
}

/* - - - (spans) - - - */
span.counter {
	background: url('images/counter1.jpg') center center no-repeat;
	color: #fff;
	line-height: 32px;
	height: 32px;
	width: 130px;
	display: block;
	float: right;
	text-align: center;
	font-size: 11px;
}

/* - - - (common classes) - - - */
.clear {
	clear: both;
}
.left {
	width: 47%;
	float: left;
}
.right {
	width: 47%;
	float: right;
}

/* - - - (body) - - - */
body {
	background: #333 url('images/body.jpg') top left repeat;
}

/* - - - (wrapper) - - - */
#wrapper {
	width: 925px;
	margin: 0 auto;
}

/* - - - (header) - - - */
#header {
	font-size: 8pt;
	color: #fff;
}
#header h1 {
	width: 303px;
	height: 89px;
	float: left;
}
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999em;
	background: url('images/logo_en.jpg') top center no-repeat;
	outline: none;
}
body.gr #header h1 a {
	background: url('images/logo_gr.jpg') top center no-repeat;
}


/* - - - (langs & contact) - - - */
#langs {
	margin: 10px 0 0;
	padding: 15px 0 5px 15px;
	float: right;
	width: 80px;
	list-style-type: none;
	line-height: 2em;
}
#langs .gr {
	padding-left: 20px;
	background: url('images/langel.jpg') center left no-repeat;
}
#langs .en {
	padding-left: 20px;
	background: url('images/langen.jpg') center left no-repeat;
}
body.en #langs .en,
body.gr #langs .gr {
	font-weight: bold;
}

/* - - - (contact) - - - */
#contact {
	margin: 20px 0 0;
	padding: 5px 0 5px 15px;
	float: right;
	width: 200px;
	list-style-type: none;
	background: url('images/contact.jpg') top left no-repeat;
}

/* - - - (sidebar) - - - */
#sidebar {
	width: 240px;
	float: left;
}

/* - - - (mainnav) - - - */
#mainnav {
	margin: 0;
	padding: 0;
}
#mainnav li {
	list-style-type: none;
	margin-bottom: 10px;
}
#mainnav li a {
	color: #fff;
	letter-spacing: 1px;
	display: block;
	line-height: 27px;
	text-decoration: none;
	padding-left: 20px;
	background: url('images/mainnav-item.jpg') top left no-repeat;
	outline: none;
}
#mainnav li.current_page_item a,
#mainnav li.current_page_ancestor a {
	font-weight: bold;
}
#mainnav li.current_page_item a,
#mainnav li.current_page_ancestor a,
#mainnav li a:hover,
#mainnav li a:focus {
	background: url('images/mainnav-hoveritem.jpg') top left no-repeat;
}

/* - - - (sidebar boxes) - - - */
#sidebar .box {
	margin: 30px 0 0;
	padding: 10px 15px 10px 10px;
	height: 75px;
	background: transparent url('images/sidebarbox.jpg') top left no-repeat;
}

/* - - - (search) - - - */
#search label {
	color: #1897a4;
}
#s {
	width: 180px;
}
#ss, #ss1 {
	background: transparent url('images/magnifier.png') center center no-repeat;
	border: none;
	color: #fff;
	text-indent: -9999em;
	width: 20px;
	cursor: pointer;
}

/* - - - (adobe) - - - */
#adobe .il {
	width: 40px;
	float: left;
	margin-top: 10px;
}
#adobe .tl {
	float: left;
	width: 160px;
	padding-top: 5px;
}

/* - - - (content) - - - */
#content,
#contenttop,
#contentbottom {
	float: right;
	width: 685px;
}
#content {
	background: url('images/content.jpg') top left repeat-y;
}
#contenttop {
	height: 20px;
	background: url('images/contenttop.jpg') top left no-repeat;
}
#contentbottom {
	height: 17px;
	background: url('images/contentbottom.jpg') top left no-repeat;
}
#innercontent {
	padding: 5px 20px 5px 15px;
}

/* - - - (footer) - - - */
#footer {
	float: right;
	width: 685px;
	font-size: 11px;
}
#author {
	width: 40%;
	float: left;
	margin-left: 10px;
}
#creator {
	width: 40%;
	float: right;
	text-align: right;
	margin-right: 15px;
}

/* - - - (separator) - - - */
#content .separator {
	height: 4px;
	background: transparent url('images/contentseparator.jpg') center center no-repeat;	
	padding: 15px 0;
	clear: both;
}
#content .emptyseparator {
	clear: both;
	height: 5px;
}

/* - - - (home) - - - */
.home .separator {
	margin: 20px 0;
}
#welcome {
	margin-right: 20px;
}
#welcome h3, #welcome h4 {
	margin: 0;
	font-size: 13px;
}
#welcome .left {
	width: 60%;
	float: left;
}
#welcome .right {
	width: 190px;
	float: right;	
}
#welcome ul {
	margin: 10px 0 0;
	padding: 0;
	list-style-type: none;
}
#welcome li a {
	background: transparent url('images/publications_en.jpg') 0px 0px no-repeat;
	width: 188px;
	height: 32px;
	display: block;
	text-indent: -9999em;
	outline: none;
}
#welcome li a:hover,
#welcome li a:focus {
	background-position: 0px -32px;
}
body.en #welcome li.publications a {
	background-image: url('images/publications_en.jpg');
}
body.en #welcome li.presentations a {
	background-image: url('images/presentations_en.jpg');
}
body.en #welcome li.lectures a {
	background-image: url('images/lectures_en.jpg');
}
body.gr #welcome li.publications a {
	background-image: url('images/publications_gr.jpg');
}
body.gr #welcome li.presentations a {
	background-image: url('images/presentations_gr.jpg');
}
body.gr #welcome li.lectures a {
	background-image: url('images/lectures_gr.jpg');
}

/* - - - (curriculum-vitae) - - - */
.curriculum-vitae th {
	width: 140px;
}

/* - - - (academic-courses) - - - */
.academic-courses h4 {
	margin-top: 0;
}
.academic-courses th {
	width: 120px;
}

/* - - - (publications) - - - */
.publications ol li {
	margin: 0.4em 0;
}

/* - - - (presentations) - - - */
.presentations th {
	width: 200px;
}
.presentations caption {
	border-bottom: 3px solid #5F5D57;
	margin: 0 2px;
	font-size: 15px;
	text-align: left;
}

/* - - - (research) - - - */
.research th {
	width: 150px;
}

/* - - - (contact) - - - */
.contact h4 {
	margin-top: 0;
}

/* - - - (gallery) - - - */
.gallery .gallery-icon a:hover,
.gallery .gallery-icon a:focus,
.gallery .pagesnav a:hover,
.gallery .pagesnav a:focus {
	background-color: transparent;
}
.gallery img {
	border: none !important;
}

/* - - - (pages navigation) - - - */
.pagesnav {
	margin: 1em 0 0;
	padding: 0;
}
.pagesnav .prev,
.pagesnav .next {
	float: left;
	display: block;
	width: 49%;
	font-size: 11px;
}
.pagesnav .next {
	float: right;
	text-align: right;
}

/* - - - (wordpress) - - - */
.post-edit-link {
	font-size: 0.7em;
	margin-left: 1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

/* - - - (notification) - - - */
p.notice {
	color: #000;
	width: 590px;
	height: 80px;
	margin: 1em auto 0;
	padding-top: 20px;
	text-align: center;
	font-style: italic;
	background: transparent url('images/notice.jpg') top center no-repeat;
}
p.notice a {
	color: #000;
}
p.notice a:hover,
p.notice a:focus {
	color: #ddd;
	background-color: #000;
}