/*
Theme Name: WordPress Theme for A.F.EPALksi by Whilium
Theme URI: http://whilium.com/
Description: This theme has been for AFE for free
Copyright: Can not copy, edit or use for other reason!
Version: 1.0
Author: Whilium - Simos Hadjicostas
Tags: amazing!
*/

@import url(Styles/main.css);
@import url(Styles/default.css);
@import url(Styles/dummy.css);

#SearchResults{
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	color:#006699;
	padding-bottom:20px;
}

#notFound{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#666;
	padding-bottom:20px;
}

.pagenav { color:#000; } /* the outermost list item; contains whole list */

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	list-style:none;
	
}
	
/* Begin Calendar */
#wp-calendar-layout {
	width: 212px;
	height:224px;
	background-image:url(images/archive.jpg);
	background-repeat:no-repeat;
	padding-top:10px;
}
#wp-calendar {
	empty-cells: show;
	width: 90%;
	font-family:Arial;
	font-size:13px;
	color:#525252;
}


#wp-calendar caption {
	text-align: center;
	width: 100%;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	color:#006699;
	padding-bottom:3px;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	font-size:15px;
	color:#323232;
}


#wp-calendar a {
	display: block;
	text-decoration: none;
	color:#006699;
}

#wp-calendar a:hover {
	text-decoration:underline;
	
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color:#006699;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#006699;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}