/*
Theme Name: Abekat
Theme URI: http://abekat.net/
Description: Abekat, abekat, abekat.
Version: 0.1
Author: Thor Frølich
Author URI: http://abekat.net
Tags: fixed with, magazine, newspaper, blueprint css, grid

	Based on the blueprint css framework. Thanks.

*/

body {
	/* font-family: Georgia, Times, serif !important; */
	font-family: 'Book Antiqua', Baskerville,'Baskerville Old Face', Georgia, Serif !important;
}

A:link {
	COLOR: #666666; text-decoration: none;
}
A:visited {
	COLOR: #666666; text-decoration: none;
}
A:active {
	COLOR: #666666; text-decoration: none;
}
A:hover {
	COLOR: #2153AA; text-decoration: none;
}

#header {
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 2em;
	margin-bottom: 2em;
	background: #F7F7F7;
	background-image: url(images/abekat.png);
	background-repeat: no-repeat;
	background-position: 625px 55px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 8px;
   -khtml-border-radius: 8px;
   -webkit-border-radius: 8px;
   border-radius: 8px;
}

.description {
	width: 70%;
	margin: 0 auto;
	font-size: 4em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: -5px;
	line-height: 0.8em;
	padding-top: 0.2em;
}

.description a {
	color: #111;
}

.headline, h2 {
	/* font-family: 'Gill Sans', Trebuchet, sans-serif !important;
	font-variant: small-caps; */
	font-weight: bolder !important;
	font-size: 3em;
	letter-spacing: -3px;
	line-height: 1em;
	padding-left: 5%;
	
}

.headline a {
	color: #333;
}


#primary {
	font-size: 1.3em;
	padding-bottom: 2em;
}

#primary .headline {
	padding-left: 10%;
	font-size: 3.6em;
}

#secondary {
	font-size: 1.2em;
}

#secondary .headline {
	letter-spacing: -2px;
	font-size: 2.6em;
}

#tertiary {
	font-size: 1.1em;
}

#tertiary .headline {
	letter-spacing: -2px;
	font-size: 2em;
}

#quarternary .headline, #quarternary h2 {
	font-size: 1.8em;
	text-align: left;
	line-height: 1.4em;
	letter-spacing: -1px;
}

#single .headline {
	font-size: 3.8em;
	text-align: center;
}

.meta {
	font-style: italic;
	color: #444;
	letter-spacing: 0.2em;
	text-align: center;
	padding-left: 10%;
	padding-bottom: 2em;
	padding-top: 0.6em;
}

.moretext {
	display: block;
	text-align: center;
	font-variant: small-caps;
	font-size: 1.4em;
}

/* SINGLE */

#single {
	font-size: 1.3em;
}

.single-content {
	padding-top: 2em;
	column-count: 2;
	column-gap: 20px;
}

.single-meta {
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #F7F7F7;
	background: #444444;
	padding: 1em 2em 1em 2em;
	margin-top: 5em;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 4px;
   -khtml-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius: 4px;
}

/* FOOTER */

#footer {
	font-size: 1em;
	text-align: center;
	padding-top: 0.6em;
}

#footer ul, #footer li {
	list-style-type: none;
	padding-bottom: 1em;
}

#footer h2 {
/*	font-family: 'Gill Sans', Trebuchet, sans-serif;
	font-variant: small-caps; */
	font-size: 4em;
	letter-spacing: -2px;
	padding-bottom: 0.1em;
}

#footer .widget, #search li {
	padding-bottom: 0.6em;
}

#tuborg-left {
	font-size: 11em;
	text-align: right;
	color: #D1D1D1;
	padding-top: 0.3em;
}

#tuborg-right {
	font-size: 11em;
	color: #D1D1D1;
	padding-top: 0.3em;
}

#tuborg-left p {
	margin-bottom: 0;
}

#tuborg-right p {
	margin-bottom: 0;
}

/* CAPTIONS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #F7F7F7;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#home .wp-caption {
   width: 14em !important;
	overflow: visible;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

#home .wp-caption img {
   width: 96%;
   height: auto;
}

.wp-caption p.wp-caption-text {
   font-size: 0.9em;
   padding: 0.5em 1em 0.5em;
   margin: 0;
}

#home .wp-caption p.wp-caption-text {
	visibility: hidden;
	font-size: 0px !important;
	line-height: 1% !important;
	padding-bottom: 4px;
}

/* COMMENTS */

li.recentcomments {
	font-size: 1.1em;
	padding-bottom: 0.8em;
}

li.recentcomments a {
	font-variant: small-caps;
}

ol.commentlist {
	list-style-type: none !important;
}

li.comment {
	padding: 1em 1em 0 1em;
	border: 1px solid #ddd;
	margin-bottom: 1.5em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

ol.commentlist p {
	width: 80%;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-top: 1em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

.commentmeta, .commentmetadata {
	font-style: italic;
	font-size: 0.8em;
}

cite.fn {
	font-size: 1.3em;
	font-weight: bold;
}


.avatar {
	float: right;
	position: relative;
	border: 3px solid #444444;
	padding: 2px;
	background: #444444;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
} 



/* SIDEBARS */

.latestcomments li {
	list-style-type: none !important;
}

#quarternary li {
	list-style-type: none !important;
}

.hidden {
	visibility: hidden;
	font-size: 0px !important;
	line-height: 1% !important;
}

#flickrwrapper {
	float: left;
	width: 100%;
	margin-bottom: 2em;
}

#flickrimage {
	float: left;
	margin-left: 10%;
	background-color: #F7F7F7;
	padding: 2px;
	border: 1px solid #ddd;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

/* LEGACY CAPTIONS MADE WITH BRIAN'S IMAGE TOOL PLUGIN */

.bitImage {
	padding: 8px;
    margin: 12px 20px 12px 20px;
    background-color: #F7F7F7;
    border: 1px solid #ddd;
    font-size: 0.9em;
    text-align: center;
}

.bitLeft {
	float: left;
}
	
.bitCenter {
	margin: 0 auto !important;
	margin-bottom: 2em !important;
}
	
.bitRight {
	float: right;
}

#home DIV.bitImage p {
	visibility: hidden;
	font-size: 0px !important;
	line-height: 1% !important;
}

#home DIV.bitImage {
	width: 30% !important;
	overflow: visible;
}

#home DIV.bitImage img {
	width: 100%;
}
