/*
Theme Name: conpap.net
Description: Designed from scratch by Thrakomac, in November 2009.

Author: Thrakomac
Author URI: http://www.thrakomac.com/
Tags: fixed width, styles, green, nature, photos

*/

@charset "UTF-8";

/* -------------------------------- CSS RESET by Eric Meyer -------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------------------------------------------------*/

body {
	margin: 0px; padding: 0px; /* bitros: for safari + same for header h1 */
	font-size: 62.5%;
	background: #efede2 url(images/backroundRepeat.jpg) repeat-x; 
	}

html, div, map, dt, isindex, form {
display:block;
}

/* -------------------------------- GENERIC CLASSES -------------------------------------*/

a, a:visited {
	color: #502575;
	text-decoration: none;
	font-weight: normal;
	}

a:hover {
	color: #502575;
	background: #a6ce39;
	font-weight: normal;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
a:active {
	color: #000000;
	}

ul {
	list-style-position:inside;
	}
	
h1 {
	color: #59631e;
	font-size: 2em;
	font-weight: normal;
	font-style: italic;
	margin: 0; padding: 0; /*  bitros: needed for Safari */
	line-height: 44px;
	}
	
h2 {
	color: #59631e;
	clear: left;  /* Gia stihisi tou epomenou h2 aristera (stin index) */
	}
	
a img {
		border-style: none;
	}
	
input {
	margin-bottom: 5px;
	}

#page-wrap {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #efede2;
	width: 950px;
	margin: 0 auto;
	color: #2b2205;
}

/* -------------------------------- HEADER -------------------------------------*/

#header {
	background: #efede2 url(images/headerBackround.jpg) no-repeat;
	height: 200px;
}

#header h1{
	margin: 0px; padding: 0px; /*  bitros: needed for Safari */
}

#homeLink {
	position: absolute;
	width: 386px;
	height: 120px;
	margin: 17px 50px 0px 25px;
	}

#homeLink img a:link {
	border-style: none;
	background: none;
	}
	
#homeLink img a:hover {
	border-style: none;
	background: none;
	}
	
#searchBar {
	margin:10px 0 0 588px;
	background: rgba(43,34,5,0.3) url(images/search.png) left no-repeat;
	height: 30px;
	width: 350px;
	position: absolute;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	padding-right: 0;
	font-variant: small-caps;
	color: #a6ce39;
	font-size: 1.7em;
	line-height: 30px;
	padding-left: 8px;
}

#searchInput {
	line-height: 30px;
	margin-left: 28px;
	}
	
#search input {
	line-height: 30px;
	}
	
#pagenavArea {
	height: 70px;
	width: 500px;
	top: 100px;
	left: 450px;
	position: relative;
	}

#pagenav {
	text-align: right;
	padding:0;
	margin:0;
	background: rgba(43,34,5,0.3);
	height: 30px;
	width: 500px;
	position: relative;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	top: 40px;
}

#pagenav li {
	margin:0 15px 0 0;
	font-size: 1.7em;
	font-variant: small-caps;
	list-style: none;
	display: block;
	height: 25px;
	padding-top: 0px;
	line-height: 30px;
	}

#pagenav li {
	display:inline;
	text-align: center;
	}
	
#pagenav a, #navBar a:visited {
	color: #a6ce39;
	text-decoration: none;
	padding: 5px 10px;
	}
	
#pagenav a:hover {
	color: #502575;
	background: #a6ce39;
	}
	
.current_page_item {
	height: 70px;
	padding-top: 42px;
	}

/* -------------------------------- MAIN CONTENT -------------------------------------*/
	
#main-content {
	width: 675px;
	margin: 25px 20px 20px 5px;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
}

#main-content h2 {
	font-size: 1.6em;
	font-style: italic;
	margin: 0; padding-left: 45px; /*  bitros: needed for Safari */
	clear: none;
	line-height: 44px;
	width: auto;
	}

#main-content p {
	margin: 0;  padding: 0; /*  bitros: needed for Safari */
	}


#sidebar {
  	color: #59631e;
	background: #d8d7c1 url(images/sidebarBackround.jpg) no-repeat top right;
	float: right;
	width: 250px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	margin-top: 25px;
	text-align: left;
	}
	
#sidebar h2 {
	font-variant: small-caps;
	font-size: 1.8em;
	color: #59631e;
	font-weight: bold;
	margin-bottom: 5px;
}

#sidebar p, ul {
	padding: 0; /*  bitros: needed for Safari */
	list-style-type: none;
	margin-bottom:8px;
	text-align: left;
}

#sidebar-content {
	font-size: 1.1em;
	padding: 10px 10px 20px 13px;
	line-height: 1.5em;
}

#birdy {
	position: absolute;
	height: 58px;
	width: 70px;
	background: url(images/birdy.png) no-repeat;
	margin: -40px 0px 0px -40px;
}

#indexPostEntry {
	margin: 7px 0;
	}
	
#titleArea {
	height: 44px;
	background: url(images/titleGradient.jpg) repeat-x;
	margin-bottom: 5px;
	clear: left;
	}
	
#calendar {
	background: url(images/calendarIcon.png) no-repeat;
	float: left;
	width: 40px; height: 45px;
	}
	

	
#meta {
	color: #59631e;
	font-size: 10px;
	padding-top: 2.2em;
	font-family: Verdana, sans-serif;
	}
	
#postDate {
	color: #59631e;
	font-size: 14px;
	font-family: "good-kitty-1","good-kitty-2",cursive;
	font-style: italic;
	float: right;
	text-align: right;
	line-height: 44px;
	padding-right: 8px;
	}
	
#filmFrameThumb {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	background: url(images/filmFrame.png) no-repeat;
	height: 150px; width: 164px;
}

#filmFrameThumb a {
	background: none;
	}

.photoOnFrame {
	padding-top: 25px;
	padding-left: 7px;
	height: 100px; width: 150px;
	}

.monthOnCalendar {
	font:  normal .6em Verdana, sans-serif;
	color: #2b2205;
	margin-top: -3px;
	margin-left: 5px;
	}
	
.dateOnCalendar {
	font:  1.5em Arial, sans-serif;
	color: #2b2205;
	margin-top: 10px;
	width: auto;
	text-align: center;
	}
	
.commentlist li{
	border-top: solid 1px #59631e;
	font-family: Arial, sans-serif;
	font-size: .9em;
	font-style: italic;
	color: #59631e;
	}

#respond {
	margin-top: 20px;
	background: #d8d7c1;
	padding: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}
	
#comment {
	width: 99%;
	}	
	
.entryPhoto {
	margin-bottom: 20px;
	}
	
#mainText {
	margin-bottom: 20px;
	}
	
#zenPhotoLink {
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 20px;
	line-height: 35px;
	background: url(images/galleryLink.png);
	}
	
#mapArea {
	margin-bottom: 20px;
	}
#arrows {
	
	}
.leftArrow {
	text-align: left;
	width: 250px;
	background-color: gray;
	padding-left: 50px;
	}
.rightArrow {
	text-align: right;
	width: 250px;
	background-color: green;
	padding-right: 50px;
	}

/* -------------------------------- FOOTER -------------------------------------*/

#footer-wrap {
	background:#efede2 url(images/footerRepeat.jpg) repeat-x;
	height: 353px;
	clear: both;
	}
#footer {
	background: url(images/footerBackround.jpg) no-repeat;
	height: 353px;
	margin: 0 auto;
	width: 950px;
	font-size: 1.2em;
	font-family: Arial;
	}

#footer a {
	color: #d8d7c1;
	}
	
#footer a:hover {
	color: #2b2205;
	}

#footer p {
	color: #59631e;
	}
	
#archivesList {
	width: 950px;
	padding-top: 180px;
	line-height: 1.6em;
	}
	
#archivesList ul {
	display: inline;
	line-height: 1.6em;
	vertical-align: middle;
	}
	
#archivesList li {
	font-size: .9em;
	display: inline;
	margin-right: 5px;
	}

#archivesList h2 {
	font-variant: small-caps;
	font-size: 1.6em;
	vertical-align: middle;
	}
	
#thrakomac {
	margin-top: 57px;
	height: 32px;
	width: 950px;
	line-height: 32px;
	}
	
#thrakomac p {
	line-height: 32px;
	}
	
#thrakomac a:hover {
	background: none;
	}
	



