/*
Theme Name: quetempo
Theme URI: http://www.quetempo.gr
Description: quetempo
Version: 1.0
Author: nologo
Author URI: http://www.nologo.gr
*/


/********************General Structure********************/

html {
	height: 100%;
	}

body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #444;
        background: #000;
	text-align: center;

	margin: 0;
	height: 100%;
	}

#page {
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	padding-top: 20px;
	width: 780px;
	border: 0;
	border-top: none;	
	position: relative;
	min-height: 100%;
	}

* html #page {
		height: 100%;
	}

* html #page { width: 780px; } /* IE hack */

/* Layout Assistant Elements */

.clear, .clearmore, .clearmorenav {
	clear: both;
	margin: 0;
	padding: 0;
	}

.clearmore {
	margin-top: 10px;
	}

.clearmorenav {
	margin-top: 15px;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

hr {
	display: none;
	}


/********************Lists in General********************/

*html ul, ol {
	list-style: none;
}

ol li {
	list-style: decimal outside;
	}

/********************Header********************/

#header {
	padding: 0;
	margin: 0;
        border: 0;
	position: relative;
	height: 180px;
	background: #FFF;
	}

.headerbr {
	margin: 0;
	position: relative;
	height: 20px;
	background: #000;
	}

.headerimage {
        margin-top: 10px;
        margin-left: 30px;
        }

/* Header - Horizontal Menu */

ul.menu {
	margin: 0;
	padding: 0;
        border: 0;
	position: absolute;
	bottom: 0;
	left: 15px;
        padding-right: 15px;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	padding: 5px 15px 6px;
	font-size: 1em;
	color: #999;
        border: 0;
	margin: 0;
	}

ul.menu li a:hover {
	background: #CCC;
	color: #FFF !important;
	text-decoration: none;
	}

#page ul.menu li.current-cat a { 
        background: #000; 
	color: #FFF !important;
	text-decoration: none;
}

*html #page ul.menu li.current-cat a { 
        background: #000; 
	color: #FFF !important;
	text-decoration: none;
}

#page ul.menu li.current-cat a:hover { cursor:default; }

*html #page ul.menu li.current-cat a:hover { cursor:default; }

/* Right-aligned Contact Tab */

.contacttab {
	margin: 0;
	padding: 0;
        border: 0;
	position: absolute;
	bottom: 0;
	right: 15px;
	}

.contacttab li {
	display: inline;
	margin: 0;
	}

ul.contacttab ,
ul.contacttab li a {
	padding: 5px 15px 6px;
	font-size: 1em;
	color: #999;
        border: 0;
	margin: 0;
	}

ul.contacttab li a:hover {
	background: #CCC;
	color: #FFF !important;
	text-decoration: none;
	}

#page ul.contacttab li.current_page_item a { 
        background: #000; 
	color: #FFF !important;
	text-decoration: none;
}

*html .contacttab li.page_item current_page_item a { 
        background: #000; 
	color: #FFF !important;
	text-decoration: none;
}

#page ul.contacttab li.current_page_item a:hover { cursor:default; }

*html .contacttab li.page_item current_page_item a:hover { cursor:default; }

/********************Footer********************/

.footer {
	padding: 20px 0;
	text-align: center;
	color: #333;
	background-color: #FFF;
	position: relative;
	}

.footerbr {
	margin: 0;
	position: relative;
	height: 20px;
	background: #000;
	}

/* Footer - Links */

#footer a {
	color: #333;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #333;
	}


/********************Content - Left********************/

#primary {
	width: 500px;
	float: left;
	padding: 20px 0 10px;
	margin: 0 10px 0 30px;
	display: inline;
	}

.hentry {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
	}

.entry-head {
	margin-top: 10px;
	}

.entry-content {
	font-family: Georgia, Times, Serif;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: left;
	color: #444;
	}

.entry-content p,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}

.entry-content ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry-content ol li {
	margin: 0 0 3px;
	padding: 0;
	}

.entry-content ul {
	margin: 13px 0;
	padding: 0;
	list-style: none;
	}

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	color: #BBB;
	}

.entry-meta a {
	color: #999;
	}

.chronodata {
	padding: 0;
	}

body.page .entry-edit {
	position: absolute;
	right: 0;
	margin-top: -15px;
	}

.entry-edit a {
	border: none;
	}

li.byuser {
	background: #f6F7F8;
	}

li.bypostauthor {
	background: #EEE;
	}

/* Content - RS event plugin meta */

h2.rseventmeta {
        color: #FF3333;
	font: 1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: 100; 
	margin-top: 16px;
	margin-bottom: 10px;
	text-align: left;
	padding-bottom: 4px;
	padding-top: 4px;
        }

/* Pings */
	 
#pinglist {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 10px;
	background: #f6f7f8;
	}

#pinglist li {
	margin-left: 40px;
	padding: 7px 0;
	list-style: none;
	}

#pinglist li small {
	font-size: 0.8em;
	display: block;
	}

#pinglist li .counter {
	display: none;
	}

#pinglist li span.favatar img {
	margin-left: -25px;
	border: none;
	padding: 0;
	float: left;
	}

#pinglist li img {
	padding: 0;
	border: none;
	}


/********************Comments********************/

.commentlist, #commentform {
	font: 1.1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p, commentlist a {
	margin: 10px 5px 10px 0;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist p {
	font: 1.1em Georgia, Times, Serif;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	font: 1.1em Georgia, Times, Serif;
	width: 493px;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	background-color: #EEE;
	}

.nocomments, .passcomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	color: #BBB;
	}

.commentmetadata a {
	color: #999;
	}



/********************Sidebar - Right********************/

.secondary {
	font-size: 1em;
	line-height: 1.5em;
	padding: 10px 0;
	margin: 0 0 20px 71%;
	width: 26%;
	color: #666;
	position: relative;
	}

.secondary div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
	}

.secondary div p {
	margin-top: 0.5em;
	}

.secondary ul, .secondary ol, .secondary div div {
	margin: 5px 0 0;
	padding-left: 0;
	}

.secondary ol {
	margin-left: 15px;
	}

.secondary ul li, .secondary ol li {
	margin: 0;
	padding: 1px 0;
	}
	
.secondary ul li {
	list-style-type: none;
	list-style-image: none;
	}

.sb-links ul li {
	margin-top: 20px;
	}

.sb-links ul ul li {
	margin-top: 0;
	}

.secondary .sb-events ul li {
	color: #FF3333;
        }

.secondary .sb-events ul li span {
	color: #666;
        }


/********************Headings********************/

/* 
Heading 1:
Heading 2: 
Heading 3:
Heading 4: 
Heading 5: Inline
*/

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	color: #333;
	}

h1 { /* not in use */ }

h2 { 
	text-align: left;
	font-size: 2.1em;
	font-weight: normal !important;
	letter-spacing: -1px;
	}

.secondary h2 {
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

.single #primary h3, #primary h3, #primary h4 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -1px;	
	}

#primary .entry-content h3, #primary .entry-content h4 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 25px;
	}

h5 {
	font-family: Georgia, Times, Serif;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: left;
	color: #000;
	display: inline;
	}

/* Headings - Links */

h2 a, 
h3 a, 
h4 a {
	text-decoration: none; !important
	color: #333;
	}

h2 a:visited,
h3 a:visited,
h4 a:visited {	
	text-decoration: none; !important
	color: #333;
	}

h2 a, h2 a:hover, h2 span a:hover
h3 a, h3 a:hover,
h4 a, h4 a:hover {
	text-decoration: none; !important
       	color: #000 !important;
	}
	
.secondary span a, .secondary span a:visited {
	margin-left: 10px;
	color: #999;
	font-weight: normal;
	}


/********************Links********************/

a {
	color: #666;
	text-decoration: none;
	}

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
        color: #000 !important;
	text-decoration: underline;
	}

#primary .entry-content a, #primary .entry-content p a {
	text-decoration: underline;
	color: #000;
	}

#primary .entry-content a:hover, #primary .entry-content p a:hover {
	text-decoration: none !important;
	color: #000;
	}


/********************Download Link********************/

.download a {
	padding: 5px 15px 6px;
	font-size: 1em;
	margin: 0;
	border: 1px solid #999;
	color: #666 !important;
	text-decoration: none !important;
	}

#primary .download a:hover {
	border: 1px solid #000;
	color: #000 !important;
	text-decoration: none;
	}


/********************Images********************/

img {
	border: 0;
	}
	
a img, :link img, :visited img { border:none; }

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}

#primary .entry-content img {
	margin: 0;
	padding: 4px;
	border: 1px solid #999;
	max-width: 100%;
	}


/********************Navigation********************/

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	}

.navigation .left {
	float: left;
	width: 50%;
	text-align: left;
	}

.navigation .right {
	float: right;
	width: 50%;
	text-align: right;
	}

.navigation p {
	margin: 0;
	padding: 0;
	}

.navigation a {
	color: #999;
	}


/********************Search********************/

#searchform {
	margin-top: 20px;
	display: block;
	position: relative;
	}

#search h2 {
	display: none;
	}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
	}

#searchform #searchsubmit {
	width: 27px;
	height: 22px;
	margin-bottom: 1px;
	}

#s {
	width: 190px;
	}


/********************Various********************/

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, strike {
	color: #777;
	}

.smalldark {
        color: #333;
        }

.copyright {
        	color: #ED1C24;
}
	
code {
	font: 1.1em 'Courier New', Courier, Monospace;
	}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	border-bottom: 1px dashed #999;
	cursor: help;
	}

.chronodata abbr { border: 0; }

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	border: none;
	}

.alert {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	}


/********************Attachment********************/

.attachment {
	text-align: center;
	}