/*   
Theme Name: Hiidenkontti beta
Theme URI: http://hiidenkontti.net
Description: Hiidenkontti theme in development
Author: Hannu
Author URI: http://iki.fi/hpl/
Version: 0.20090813
.
forever in development
.
*/

@import url("gallery.css");

/*
 * General style definitions 
 */

body {
//	background: #2d3232 none;  
	background:#e3debf;	
//	color: #ddd;
	color:#022338;
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0px;
	padding: 0px;
}

a { 
//	color: #9cf; 
	color:#224358;
//	text-decoration: underline; 
	border-bottom: thin dotted blue;
	text-decoration:none;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}
/*
a:link		{ color: #9cf; text-decoration: underline; }
a:visited	{ color: #c9c; text-decoration: none; }
a:active	{ color: #fff; text-decoration: none; }
a:hover		{ color: #fff; text-decoration: underline; }
*/
a:hover		{ color: red; }
/*
a:link img		{ border: 2px solid #fff; }
a:active img	{ border: 2px solid #fff; }
a:visited img	{ border: 2px solid #ccc; }
a:hover img		{ border: 2px solid #f66; }
*/
a:link img, a:active img, a:visited img	{ border: 6px solid #224358; }
a:hover img		{ border: 6px solid red; }

tt { font-family: "Andale Mono", monospace; }

/*
i, em, b { 
	color: white; 
}
*/

q {
	font-style: italic;
}
/*
blockquote {
	font-family: monospace, serif;
	color: #ccf;
	font-style: italic;
	line-height: 1.2em; 
	margin: 1em;
}
*/
blockquote {
	border-left:1px dotted;
	color:#022338;
	//font-size:13px;
	font-size: 90%;
	font-style:italic;
	padding-left: 1em;
}

/* div trick from http://www.sovavsiti.cz/css/hr.html */
div.hr {
	height: 26px; 
	background: #2d3232 url(pics/hr-image.png) no-repeat scroll center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.clear {
        clear: both;
}

div.hr hr {
	display: none;
}

.center {
	text-align: center;
}

/*
 * Header block
 */

#wpHeader {
//	background-image: url(pics/header-image.jpg);  
	background-position: 0 0; 
	background-repeat: repeat;
	text-align: center;
	margin-left: 10px; 
	margin-right: 10px; 
	margin-top: 10px;
//	border: thin solid white;
} 

#headerContainer {
	margin-bottom: 2em;
}

#wpHeader h1, #wpHeader h1 a {
	letter-spacing: 0.2em;
//	color: white;
	color:#022338;
	margin: 0.8em 0px 0.2em 0px; 
	padding: 0px;
	text-decoration: none;
	border-bottom: none;
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
}

.wpDescription {
	font-weight: bold;
	font-style: italic;
	margin-top: 0.5em;
	display: none;  
}

.hkVersion {
	letter-spacing: 0.1em;
	color: #999;
	vertical-align: bottom;
	font-size: small;
	margin: 0px;
	padding: 0px;
	display: none;
}

#navmenu {
//	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
}
#navmenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navmenu li {
	display: inline;
}
#navmenu ul li a {
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 2%;
	margin-right: 2%; 
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
}
#navmenu a:link, #navmenu a:visited {
	color:#423B30;
	border-bottom: none;
}
#navmenu a:hover {
	color: red;
	border-bottom: none;
}
#navmenu a.active {
	border-bottom: thick solid white;
}

/*
#navmenu a { color: #ccf; opacity: .80; filter: alpha(opacity=80); }
#navmenu a:link { color: #ccf; }
#navmenu a:visited { color: #e9b9e9; }
#navmenu a:active { color: #fff; }
#navmenu a:hover { color: #fff; opacity: .99; filter: alpha(opacity=99); }
*/

.prioNormal {
	padding-bottom: 0.2em;
}
.prioHigh {
	font-size: 125%;
	padding-bottom: 0.1em;
}
.prioHigher {
	font-size: 140%;
	padding-bottom: 0.05em;
}
.prioHighest {
	font-size: 170%;
}
.active {
	border-bottom: thick solid white;
}

/*
#navmenuPage {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align: right;
	margin-bottom: 1em;
	margin-left: 10px;
	margin-right: 10px; 
	margin-top: 8px; 
	opacity: .75;
	filter: alpha(opacity=75); 
}
#navmenuPage ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}
#navmenuPage li {
	display: inline;
}
#navmenuPage ul li a {
	text-decoration: none;
	margin: 1px 1px 1px 10px; 
	padding: 1px 2px 2px 2px; 
}
*/

/*
 * Intro page
 */

#wpHomePageContent { }

#homepageintro {
	width: 82%;
	margin-left: 10%;
//	margin-top: 2em;
	text-align: right;
/*	display: none; */
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
}
#homepageintro p {
	width: 60%; 
	margin-left: 39%;
}
#homepageintro p.homepageintrosignature {
	margin-left: 42%; 
	margin-top: 0.2em;
}

#homepagemedia {
	width: 100%;
	text-align: center;
}
#homepagemedia img {
//	border: 3px solid white;
	border: 6px solid black;
}
/* recent images block version
#homepagemedia {
	width: 80%;
	margin-top: 1em;
	margin-left: 15%;
}
#homepagemedia h2 {
}
#homepagemedia #recentPhotos {
	margin-left: 5%;  
	margin-top: 1em;
}
*/
/*
#recentPhotos .wpg2sidebargrid-image {
	float: left;    
	display: block; 
	padding-left: 5%;
	padding-right: 5%;
}
#recentPhotos .wpg2sidebargrid-image a img {
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid gray;
	border-bottom: 4px solid gray;
}

#recentPhotos .wpg2sidebargrid-image a:hover img {
	border-top: 4px solid gray;
	border-left: 4px solid gray;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}
*/

#homepagenews {
	width: 50%; 
	margin-left: 10%; 
	margin-top: 2em;
}
#homepagenews h3 {
	font-size: 110%;
	font-weight: normal;
}
#homepagenews p {
	margin-left: 1em;
	font-size: 90%;
}

#homepagelatestblog .randompiece {
	margin-left: 5%;
	filter:alpha(opacity=45);
	opacity:.45; 
	font-size: 140%;
	line-height: 90%;
	color:#FF6600; 
	text-align: right; 
	overflow: visible; 
	word-spacing: 0.01em; 
	min-height: 1.2em; 
	vertical-align: middle;
}

/*
 * Administration links
 */

#adminlink {
	font-size: xx-small; 
	text-align: right; 
	float: right;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
#adminlink a { color: #c3be9f; border-bottom: none; }
#adminlink a:link { color: #c3be9f; }
#adminlink a:visited { color: #c3be9f; }
#adminlink a:active { color: #c3be9f; }
#adminlink a:hover { color: white; }

/*
 * Post content
 */

#wpContent {
	margin-left: 15%;
	margin-right: 20%;
}

.wpPost h2.wpPostTitle {
	margin: 0; 
	padding: 0;
}
.wpPost .wpPostTitle a {
	text-decoration: none;
}	

.wpPost .wpPostBody {
	margin-left: 1em;
	margin-top: 1em;
}

.wpPost .wpPostContent {
	line-height: 1.4em; 
	text-align: justify;
}
.wpPost .wpPostContent a {
	font-weight: bold;
}
.wpPost .wpPostContent ul {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.wpPost .imgs {
	text-align: center;
}
.wpPost .imgs a {
	border-bottom: none;
}
.wpPost .imgs img {
	margin: 3px; 
}	
.wpPost .imgs p {
	line-height: 0px;
	margin: 0px;
}

.wpPost .wpPostInfo {
	font-family: sans-serif; 
	font-size: small; 
	margin-top: 1em; 
	text-align: right; 
	margin-right: -5%; 
//	color: #bbb;
	color: #666;
}
.wpPost .wpPostingDate {
	margin: 0px;
}

.wpPost .wpMeta {
	text-align: left;
	font-size: larger; 
	font-style: italic;
}

.wpPost table {
  border-collapse: collapse;
}
.wpPost table td, .wpPost table th {
  border-left: thin solid white;
  border-top: thin solid white;
}
.wpPost table tr th:first-child {
	border-left: none;
}
.wpPost table tr:first-child th {
	border-top: none;
}
/*
.wpPost table tr:first-child th:first-child + th {
	border-left: none;
}
.wpPost table tr:first-child + tr th {
	border-top: none;
}
*/
.wpPost table td {
  text-align: center;
}

.manyposts .wpMeta {
	display: none;
}

/*
 * Comment block
 */

.wpComment {
	font-size: smaller;
	opacity: .85;
	filter: alpha(opacity=85);
}

.wpComment h3#comments {
}

.wpComment ol.commentlist {
	margin: 1em;
}
.wpComment ol.commentlist li {
	margin-left: 1em;
	margin-bottom: 0.5em;
}
.wpComment .trackback {
	margin-bottom: 1em;
}
.wpComment form#commentform {
	margin-bottom: 2em;
}
.wpComment h3#respond {
	margin-bottom: 0.5em;
}
.wpComment form#commentform p {
	margin-bottom: 0.5em;
}
.wpComment textarea, .wpComment input {
	color: black;
//	background: #262c2c; 
	background:#e3debf;	
	padding: 0.2em; 
	font-size: 100%;
}

.wpComment #comment {
	width: 100%; 
}

.wpComment #submit {
	background: #ddd;
	color: #000;
}

/*
 * Footer
 */

#footerContainer {
	font-size: xx-small;
	text-align: right; 
	margin-top: 5%;
	margin-bottom: 2px;
	margin-right: 2px;
}
#footerContainer img {
	border: none;
}

#footerContainer .adminlink {
}
#footerContainer .adminlink a { color: #373c3c; }
#footerContainer .adminlink a:link { color: #373c3c; }
#footerContainer .adminlink a:visited { color: #373c3c; }
#footerContainer .adminlink a:active { color: #373c3c; }
#footerContainer .adminlink a:hover { color: #454a4a; }

/*
 * Archives (navigation)
 */

.navigation {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	opacity: .75;
	filter: alpha(opacity=75); 
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.archivePage {
	margin-left: 15%;
}
.archivePage .archiveSearch {
	margin-left: 5%;
	margin-bottom: 1em;
}
.archivePage .archiveListing {
	margin-left: 5%;
}
div#imageArchive {
	margin-left: 5%;
}
div#search {
	margin-left: 5%;
}

/*
 * Misc pages
 */

#post-373 {
	width: 60%;
	margin-left: 20%;
	margin-top: 1em;
}

/*
 * Styles for poems
 */

.sanoja {
	text-align: center;
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
}

.sanoja img {
	border: medium solid #ccc;
}
.sanoja table {
	margin-left: auto;
	margin-right: auto; 
	border-collapse: separate;
	border-spacing: 10px; 
}
.sanoja a {
	font-family: "Papyrus", "Comic Sans MS", sans-serif;
	border-bottom: none;
}
.sanoja a:link {
	text-decoration: underline;
}

.runo {
	margin-left: 20%;
	margin-top: 2em;
	text-align: left;
//	color: #eee;
}
.runo P {
	line-height: 125%;
}
.runocenter {
	margin-top: 2em;
	text-align: center;
//	color: #eee;
}
.ilma {
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
//	color: #ff9;
	color: #cdcd00;
	margin-left: -1em;
}
.vesi {
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #36f;
}
.maa {
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #6c3;
	margin-left: -1em;
}
.tuli {
	font-family: Helvetica, "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	color: #f63;
	margin-left: -1em;
}   
.kivimetsa {
	width: 60%;
	margin-left: 10%;
}
.mono { font-family: Courier, monospace; }
.indentxS { margin-left: 0.5em }
.indentS { margin-left: 2em }
.indentM { margin-left: 3em }
.indentL { margin-left: 5em }
.indentA {
	text-indent: 5em;
	margin-top: 3em;
	margin-bottom: 3em;
}
.indentJ {
	margin-right: 6em;
	text-align: justify;
}
.bold { font-weight: bold; }
.curs { font-style: italic; }

.copyright {
	font-size: small;
	font-style: italic;
	margin-top: 2em;
	width: 80%;
	text-align: right;
	color: #ccc;
}


.wp-pagenavi{
/*
        padding:0;
        border:none;
//        border-top:1px solid #022338;
//		border: thin solid red;
        padding-top:10px;
        padding-bottom:5px;
//	    margin:0px 0 22px 0;
    	overflow:hidden;
*/
//	text-align: center;
//	margin-left: 12em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.navigation a {
    color:#666;
    font-style:italic;
	font-size: smaller;
//    text-decoration:none;
}
.navigation a:hover {
	color: red;
}
#nav-below {
//        color:#CC8800;
        font-weight:bold;
        padding-top:15px;
		margin-bottom: 3em;
        width: 100%;
}
.nav-previous {
        float: left;
        width:50%;
}
.nav-next {
        float: right;
        width:50%;
        text-align:right;
}
#crp_related {
	font-size: smaller;
}
#crp_related h3 {
	font-weight: normal;
}
