/*
Theme Name: iacons
Theme URI: http://iacons.net/
Description: 
Version: 1.0
Author: Iacovos Constantinou
*/

/* - - - ( html ) - - - */
html {
	padding: 0 10px;
	margin: 0;
	background-color: #fff;
	border-top: 10px solid #333;
}

/* - - - ( body ) - - - */
body {
	border-top: 1px solid #333;
	margin: 2px auto;	
	font: normal 13px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, helvetica;
	color: #333;
	max-width: 75em;
}

/* - - - ( the header ) - - - */
#header {
	height: 35px;
	background: #fff url("images/header.jpg") top left no-repeat;
}
#header span {
	display: none;
}

/* - - - ( skip to ... ) - - - */
#skip-to {
	display: none;
}

/* - - - ( the top navigation ) - - - */
#topnav {
	background: url("images/topnavbg.jpg") left center repeat-x;
	height: 25px;
}
#topnav ul {
	margin: 0;
	float: right;
}
#topnav ul li {
	list-style-type: none;
	display: inline;		
}
#topnav ul li a {
	display: block;
	float: left;
	letter-spacing: 1px;
	text-decoration: none;
	color: #333;	
	border: none;
	margin-right: 1em;
	padding: 0 0.5em;
	font-size: 14px;
	line-height: 25px;
}
#topnav ul li a:focus,
#topnav ul li a:hover {
	margin-top: -4px;
	padding-bottom: 4px;
	/*color: #DD1561;*/
	background-color: inherit;
}
#topnav ul li.active a {
	background-color: #333/*EA226E*/;
	color: #fff;
	font-weight: bold;
	margin-top: -4px;
	padding-top: 4px;
	padding-bottom: 2px;
	/*opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);*/
}
#topnav ul li.active a:hover,
#topnav ul li.active a:focus {
	padding-top: 0px;
	padding-bottom: 6px;
}

/* - - - ( the container ) - - - */
#container {
	/*border-top: 4px solid #D7F932;*/
	border-bottom: 2px solid #D7F932;
	margin-top: -4px;
	padding-bottom: 1em;
}

/* - - - ( the breadcumb ) - - - */
#breadcumb {
	display: none;
	/*border-top: 4px solid #BFE307;*/
	border-bottom: 2px solid #BFE307;
	font-size: 11px;
	line-height: 15px;
	padding: 3px 0;
	height: 15px;
}
#breadcumb:empty {
	border-bottom: none;
}
#breadcumb p {
	margin: 0;
}
#breadcumb a {
	color: #333;
	text-decoration: underline;	
}
#breadcumb a:hover,
#breadcumb a:focus {
	background-color: #333;
	text-decoration: none;
	color: #fff;
}

/* - - - ( the search ) - - - */
#s {
	font-size: 1.1em;
	padding: 3px;
	color: #aaa;
	border: 1px solid #999;
}
#s:focus {
	color: #333;
}
#s.loading {
	background: url("images/loading.gif") right center no-repeat;
}
#searchsubmit {
	font-weight: bold;
	cursor: pointer;
	color: #777;
	background-color: #fff;
	border: none;
}
#searchsubmit:focus,
#searchsubmit:hover {
	color: #333;
}

/* - - - ( livesearch feature ) - - - */
#livesearch {
	width: 250px;
	z-index: 300;
	background-color: #674D29;
	position: absolute;
	display: none;
	padding-bottom: 1em;	
}
#livesearch p {
	color: #EEE3D4;
	text-align: center;
	margin: 0;
}
#livesearch ul {
	margin: 2px;
	padding: 0;
}
#livesearch p a {
	color: #fff;
}
#livesearch ul li {
	padding: 0.5em 0.2em;
	line-height: 1.2em;	
	list-style-type: none;
	border: none;
}
#livesearch ul li a {
	text-decoration: none;
	border: none;
	color: #EEE3D4;
}
#livesearch ul li span {
	display: none;
} 
#livesearch ul li.selected {
	background-color: #8B6838;
}
#livesearch ul li.selected a { 
	color: #fff;
}

/* - - - ( the footer ) - - - */
#footer {
	margin: 1em 0;
	font-size: 8pt;
}
#footer p {
	line-height: 1em;	
}
#footer .right {
	text-align: right;
}

/* - - - ( LAYOUT MODEL ) - - - */

/* - - - ( two columns ) - - - */
.two-columns .sidebar {
	float: right;
	width: 27%;
}
.two-columns .column {
	float: left;
	width: 72%;
}
.two-columns .left {
	float: left;
	width: 49%;
}
.two-columns .right {
	float: right;
	width: 49%;
}
.two-columns:after {
	display: block;
	height: 1px;
	content: '';
	clear: both;
}

/* - - - ( three columns ) - - - */
.three-columns .column, 
.three-columns .center {
	float: left;
	width: 32%;
	margin-right: 1%;
}
.three-columns .right {
	float: right;
	width: 33%;
}

/* - - - ( PRESENTATION ) - - - */

/* - - - ( header level one ) - - - */
h1, 
h1 a:link, 
h1 a:visited {
	color: #75C0F0;
	margin: 0.5em 0 0;
	font-weight: normal;
	border: none;
}
h1 a:hover, 
h1 a:focus {
	color: #47AAEA;
	background-color: #F3F6F6;
}
h1 a[rel="bookmark"]:hover:after,
h1 a[rel="bookmark"]:focus:after {
	content: '\0020\00BB';
}

/* - - - ( header level two ) - - - */
h2 {
	font-weight: normal;
	margin: 1em 0 0;
}

/* - - - ( header level three ) - - - */
h3 {
	font-weight: normal;
	margin: 0.5em 0 0;
}

/* - - - ( paragraphs ) - - - */
p {
	line-height: 1.7em;
	margin: 0 0 1em 0;
}

/* - - - ( lists ) - - - */
ul {
	margin: 0 0 1em 0;
}
ul li {
	line-height: 1.7em;
}

/* - - - ( images ) - - - */
img {
	margin: 5px;
	background-color: #fff;
	padding: 3px;
	border: 1px solid #999;
}
img.wp-smiley {
	padding: 0;
	margin: 0;
	border: none;
}
img#me {
	float: right;
}

/* - - - ( anchors ) - - - */
a:link,
a:visited {
	color: #dd6644;
	text-decoration: none;	
	border-bottom: 1px solid #FBEFEF;
}
a:hover,
a:focus {
	color: #772900;
	background-color: #FBEFEF;
	border-bottom-color: #F1C7C7;
}

/* - - - ( acronyms and abbreviations ) - - - */
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #666;
}

/* - - - ( blockquote ) - - - */
blockquote {
	background-color: #f3f3f3;
	padding: 1em;
}
blockquote > blockquote {
	background-color: #eee;
}
blockquote[cite] p:first-child:before {
	content: '\201C';
	font-size: 2em;
	font-weight: bold;
	color: #aaa;
}
blockquote address:before {
	content: '\2015';
	margin-right: 0.5em;
}
blockquote address:last-child {
	text-align: right;
}

/* - - - ( horizontal line ) - - - */
hr {
	display: none;
	height: 2em;
	border: 0;
	margin: 0;
}
hr:before {
	display: block;
	text-align: center;
	content: '\066d\0020\066d\0020\066d\0020\066d\0020\066d';
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1em;
	height: 0.8em;
	color: #E1FA64;
}

/* - - - ( form ) - - - */
form {
	padding: 0;
	margin: 0;
}

/* - - - ( widgets ) - - - */
input, select, textarea {
	font: normal 13px "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, helvetica;
	padding: 2px;
	border: 1px solid #ccc;
}
input:focus, select:focus, textarea:focus {
	border-color: #aaa;
}

/* - - - ( fieldsets ) - - - */
fieldset {
	border: 1px solid #cca;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

/* - - - ( legends ) - - - */
legend {
	font-size: 14px;
	padding: 0 1em;
}

/* - - - ( labels ) - - - */
label {
	cursor: pointer;
}
label.justify {
	float: left;
	width: 5em;
	text-align: right;
	margin-right: 1em;
}

/* - - - ( the posts ) - - - */
.post {
	padding-bottom: 1em;
}
.post .meta {
	font-size: 0.9em;
	margin: 0 0 1em 0;
	padding: 0;
}
.post .meta li {
	display: inline;
	border-right: 1px solid #F6DBDB;
	padding: 0 0.5em 0 0.2em;
} 
.post .meta li:last-child {
	border: none;
}

/* - - - ( the comments ) - - - */
h1#comments {
	color: #795B30;
	font-size: 1.5em;
	margin-top: 2em;
}
#add-comment {
	margin-bottom: 0.5em;
}
#comments-list {
	background-color: #fff;
	padding: 0.5em;
	padding-left: 2em;		
}
#comments-list > li:first-child {
	border-top: 2px dashed #BFDFF8;
}
#comments-list > li {
	font-size: 17px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 2px dashed #BFDFF8;
}
.comment {
	font-size: 13px;
	font-weight: normal;
}
.comment dt {
	font-size: 15px;
	margin-bottom: 0.25em;
}
.comment dt cite {
	font-style: normal;
}
.comment dt span.author {
	text-transform: uppercase;
	font-size: 10px;
}
.comment dd {
	margin: 0;
	padding: 0;
}
.comment .meta {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
.comment .meta li {
	display: inline;
	border-left: 1px solid #F6DBDB;
	padding-left: 0.5em;
} 
.comment .meta li:first-child {
	border: none;
	padding-left: 0;
}

/* - - - ( the calendar ) - - - */
#wp-calendar {
	width: 100%;
}
#wp-calendar td {
	text-align: center;
}

/* - - - ( the thumbnails ) - - - */
.thumbs {
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
		
}
.thumbs li {
	display: inline;
	list-style: none;
}
.thumbs li a {
	background: none;
	border: 0;
}
.thumbs li a:hover img,
.thumbs li a:focus img {
	background-color: #eee;
	border-color: #666;
}
.thumbs li a img {
	margin: 3px 3px;
}

/* - - - ( the photo ) - - - */
.photo .content img {
	margin-left: 0;
}


/* - - - ( pages navigation ) - - - */
p.pages {
	text-align: center;
}
ul.pages {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.pages li > span {
	display: none;
}
ul.pages li.next {
	float: right;
	list-style-none: none;
}
ul.pages li.next a:after {
	content: '\0020\2192';
}
ul.pages li.previous a:before {
	content: '\2190\0020';
}
ul.pages li.previous {
	float: left;
	list-style-type: none;
}

/* - - - ( secondary information ) - - - */
.secondary {
	font-size: 0.9em;
}
.secondary dl {
	margin-bottom: 2em;
}
.secondary dt {
	font-size: 14px;
	font-weight: bold;
	color: #795B30;
}
.secondary dd {
	margin: 0;
	padding: 0;
}
.secondary ul {
	padding: 0;
}
.secondary li {
	list-style: none;
	padding: 0.5em 0;
	border-bottom: 1px dashed #ddb/*D3F818*/;
	line-height: 1.4em;
}
.secondary li a {
	font-weight: bold;
}
.secondary li {
	color: #666;
}
.secondary li:hover {
	color: inherit;
}

/* - - - ( codelist ) - - - */
ol.codelist {
	border: 1px solid #ccc;
	margin: 0 0 1em 0;
	overflow: auto;
	padding: 0.5em 0.5em 0.5em 3.5em;
}
ol.codelist li {
	padding: 0 0.5em;
	margin: 0;
	color: #369;	
}
ol.codelist li.even {
	background-color: #eee;
}
ol.codelist li code {
	color: #333;
}
ol.codelist li.sourcelink {
	list-style-type: none;
	text-align: center;
	color: #333;
	font-size: 0.9em;
}
ol.codelist li.tab0 {
	padding-left: 1.5em;
}
ol.codelist li.tab1 {
	padding-left: 3em;
}
ol.codelist li.tab2 {
	padding-left: 4.5em;
}
ol.codelist li.tab3 {
	padding-left: 6em;
}
ol.codelist li.tab4 {
	padding-left: 7.5em;
}
ol.codelist li.tab5 {
	padding-left: 9em;
}
ol.codelist li.sourcelink {
	list-style-type: none;
	text-align: center;
}

/* - - - ( archive ) - - - */
body.archive table.archive {
	width: 100%;
}

/* - - - ( icons ) - - - */
li.feed {
	background: #fff url(images/feed.png) left center no-repeat;
	text-indent: 1.1em;
}
a.feed,
span.feed {
	background: #fff url(images/feed.png) left center no-repeat;
	padding-left: 1.1em;
}

/* - - - ( about ) - - - */
.home .about {
	font-family: Georgia; 
	font-size: 1.8em; 
	line-height: 1.5em;
}

/* - - - ( common classes ) - - - */
.clear {
	clear: both;
	height: 1px;
}
