/*
Theme Name: .| A5 |.
Theme URI: http://www.aanvik.net/
Description: Simple, basic theme from <a href="http://www.aanvik.net/">aanvik.net</a>. Supports the following plugins: <a href="http://lesterchan.net/portfolio/programming/php/">WP-PageNavi</a>, <a href="http://rmarsh.com/plugins/similar-posts/">Similar Posts</a> and <a href="http://rmarsh.com/plugins/popular-posts/">Popular Posts</a>.
Version: 1.0
Author: Marius Olsen
Author URI: http://www.aanvik.net/
Tags: fixed-width, vertical-menu, silver, white, localization, jquery, multiple-sidebars, #ie6, post-thumbnail

	.| A5 |.
	Theme designed by Marius Olsen from aanvik.net.
	Based on WordPress Default.
	
*/

@font-face {
	font-family: 'QlassikMediumRegular';
	src: url('fonts/Qlassik_TB.eot');
	src: local('Qlassik Medium Regular'), local('QlassikMedium'), url('fonts/Qlassik_TB.woff') format('woff'), url('fonts/Qlassik_TB.otf') format('opentype'), url('fonts/Qlassik_TB.svg#QlassikMedium') format('svg');
}

/* Help browsers clear some elements */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	font-family: "Lucida Grande", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 75%; /* Default fontsize 12px */
	line-height: 1.5; /* Default line-height 18px (12x1.5) */
	background: #333 url(images/body-bg.png) 0 0 repeat;
}

/* Set up some standards throughout the theme */
h1,h2,h3,h4 {
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: normal;
}
h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #121314;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #3d3dd3;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
	text-transform: Uppercase;
}
h6 {
	font-size: 12px;
	text-transform: uppercase;
}
p {
	margin: 0 0 12px;
	text-align: justify;
}
a {
	color: #3d3dd3;
}
a:hover {
	color: #d33d3d;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dotted #3d3dd3;
}
blockquote {
	margin: 0 24px 9px 24px;
	padding: 9px 0 1px 15px;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
	color: #606060;
	border-left: 5px solid #d0d0d0;
}
blockquote blockquote {
	font-style: italic;
	color: #909090;
	border-color: #e0e0e0;
}
code {
	padding: 1px 3px;
	line-height: 12px;
	background-color: #e0e0e0;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
}
pre {
	width: 100%;
	overflow: scroll;
}
del, s, strike {
	color: #828282;
	text-decoration: line-through;
}
dl {
	margin: 0 0 12px;
}
dt {
	margin: 12px 0 0;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: 1px;
}
dd {
	margin: 0 0 0 21px;
	color: #828282;
}
input, textarea, select {
	margin: 3px 0;
}
input, textarea {
	padding: 3px 6px;
}
form label {
	text-transform: uppercase;
}
fieldset {
	padding: 9px;
	border: 1 px solid #a8a8a8;
}
table {
	border-collapse: collapse;
	margin: 12px 0;
}
table tr.alt {
	background-color: #eee;
}
table th, table td {
	padding: 6px 12px 6px 6px;
	border-bottom: 1px solid #909090;
}
table thead th {
	background-color: #d0d0d0;
	text-align: left;
}
.entry ul, .entry ol {
	margin: 0 0 0 21px;
}
ul ul, ol ol {
	margin: 0 0 3px 12px;
}
.entry ul {
	list-style: outside square;
}
.entry ul ul {
	list-style: outside circle;
}
.entry ul ul ul {
	list-style: outside disc;
}
.entry ol {
	list-style: outside decimal;
}
.entry ol ol {
	list-style: outside lower-alpha;
}
.entry ol ol ol {
	list-style: outside decimal;
}

/* THE THEME */
#page {
	width: 950px;
	margin: 0 auto;
}
#container {
	background-color: #fefefe;
	padding-bottom: 36px;
}

/* WordPress Generated Classes */
.hidden, .nocomments {
	display: none;
}
.alignleft {
	margin: 0 6px 3px 0;
	float: left;
}
.alignright {
	margin: 0 0 3px 6px;
	float: right;
}
.aligncenter, .center {
	margin: 6px auto 12px;
	display: block;
}
.wp-caption {
	margin-top: 3px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	background-color: #eaeaea;
}
.alignleft .wp-caption, .alignright .wp-caption {
	margin-bottom: 2px;
}
.wp-caption p {
	margin: 3px 6px 0 !important;
	font-size: 9px !important;
	line-height: 1 !important;
	text-align: left !important;
	color: #828282;
}
.navigation {
	margin: 12px 0;
	display: block;
	clear: both;
	text-transform: uppercase;
}
.navigation a {
	color: #828282;
}
.navigation a:hover {
	color: #121314;
}
img.size-full {
	width: 590px;
}

.alt-font {
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 1;
	color: #828282;
	letter-spacing: 1px;
}
.alt-font a {
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0;
}
.search-header .alt-font {
	padding: 0 6px 0 9px;
	color: #d33d3d;
	font-size: 18px;
	font-style: normal;
}

.dlm-list p.dlm-files {
	font-size: 12px;
	font-style: italic;
	color: #828282;
	line-height: 24px;
}
.dlm-list .dlm-files .dlm-file-link {
	font-size: 16px;
	font-style: normal;
}
.dlm-list .dlm-files .dlm-file-description {
	margin-left: 15px;
}
.dlm-list .dlm-files .dlm-file-description .dlm-note {
	color: #d33d3d;
}

/* The header and its content */
#header {
	height: 120px;
	text-align: center;
}
#header h1 {
	position: relative;
	top: 36px;
	font-family: QlassikMediumRegular;
	font-size: 60px;
	text-transform: uppercase;
	float: left;
	z-index: 99;
}
#header h1 a {
	color: #fefefe;
}
#header #description {
	position: relative;
	top: 75px;
	float: right;
	font-size: 24px;
	text-transform: lowercase;
	color: #fefefe;
}
#header #s {
	position: fixed;
	left: 50%;
	width: 600px;
	margin-top: -1px;
	margin-left: -318px;
	padding: 6px 6px 6px 30px;
	color: #a3a3a3;
	border: 1px solid #a3a3a3;
	background: #5c5c5c url(images/search-small.png) 3px 50% no-repeat;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	z-index: 999;
}

/* THE MENU */
#mainmenu {
	height: 24px;
	line-height: 24px;
	padding: 0 9px;
	display: block;
	clear: both;
}
#mainmenu li {
	display: block;
	float: left;
}
#mainmenu a {
	padding: 6px 15px;
	display: block;
	color: #828282;
	font-weight: bold;
	text-transform: uppercase;
}
#mainmenu a:hover {
	color: #121314;
}
#mainmenu #meta {
	float: right;
}

#primary-content {
	background-color: #fefefe;
}

.index-view, .archive-view, .search-page {
	width: 600px;
	margin: 15px 0;
	padding: 15px;
	float: left;
}
.index-view .post {
	display: block;
	margin-bottom: 48px;
	padding-bottom: 12px;
}
.post h2, .page h2 {
	font-family: QlassikMediumRegular;
	line-height: 1.1;
}
.summary {
	margin: 6px 12px 18px;
	padding: 0 12px 12px;
	border-left: 2px solid #e6e6e6;
}
.summary .entry {
	padding-bottom: 12px;
}
.summary .entry p {
	margin: 0;
	font-size: 15px;
	text-align: left;
	overflow: hidden;
}
.thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 18px 0 0;
}
.thumb img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #5c5c5c;
}

.post-meta {
	margin: 6px 0 0 -12px;
	padding: 6px 0 0 12px;
	border-top: 2px solid #e6e6e6;
	font-size: 9px;
	text-align: left;
	text-transform: uppercase;
	color: #a3a3a3;
}
.post-meta span {
	padding: 0 30px 0 0;
}
.post-meta a {
	color: #828282;
}
.post-meta a:hover {
	color: #121314;
}
.category-header, .archive-header, .search-header {
	margin: 12px 0 36px;
	padding: 12px 0 12px 66px;
	background: transparent url(images/archive.png) 0 50% no-repeat;
	border-bottom: 2px solid #e6e6e6;
}
.search-header {
	background-image: url(images/search.png);
}
.category-header h1, .archive-header h1, .search-header h1 {
	margin: 0;
	line-height: 1;
	font-family: QlassikMediumRegular;
}
.category-header p, .archive-header p, .search-header p, .search-footer p {
	margin: 3px 0 0;
	line-height: 1;
	text-transform: lowercase;
	color: #828282;
	font-style: italic;
}
.search-page p {
	margin: 0 9px 9px;
	font-size: 15px;
}
.search-footer {
	margin: 12px 0 36px;
	padding: 12px;
}
.excerpt {
	position: relative;
	padding: 12px 144px 12px 21px;
	color: #828282;
	border-bottom: 1px dotted #cecece;
}
.excerpt h2 {
	margin: 0;
}
.excerpt .published {
	margin-top: 18px;
}
.excerpt p {
	margin: 0;
}
.excerpt p a, .excerpt span a {
	color: #5c5c5c;
}
.excerpt p a:hover, .excerpt span a:hover {
	color: #d33d3d;
}
.excerpt .published, .excerpt .comments a, .excerpt .comments span {
	display: block;
	width: 144px;
}
.excerpt .published, .excerpt .comments {
	position: absolute;
	top: 24px;
	right: 0;
}

.single-view {
	width: 600px;
	margin: 15px;
	padding: 15px;
	float: left;
}
.single-view .entry .ingress {
	font-size: 13px;
	font-weight: bold;
}
.single-view .post-meta {
	margin: 30px 0;
	padding: 9px 9px 9px 78px;
	display: block;
	clear: both;
	background: transparent url(images/entry.png) 12px 50% no-repeat;
}
.single-view .post-meta p {
	margin: 0 0 3px;
}

.entry h4 {
	margin: 12px 0 0;
}

.archives .archive-column {
}
.page-view .archives h4 {
	text-transform: uppercase;
}
.archives .archive-list, .archives #tag_cloud {
	line-height: 21px;
}
.archives .archive-list ul {
	margin-bottom: 6px;
}
.archives .children {
	margin-left: 15px;
}
.archives .c3 {
	width: 260px;
	float: left;
	margin-right: 15px;
}
.archives .c1 {
	width: 700px;
	padding-top: 30px;
	margin: 30px auto 0;
	clear: both;
	display: block;
	text-align: center;
}

/* Plugin styling */
.wpcf7 form {
	width: 90%;
	margin: 21px auto 48px;
}
.wpcf7 .kontakt-felt label, #download-page label {
	text-transform: uppercase;
	color: #828282;
}
.wpcf7 .kontakt-felt select, .wpcf7 .kontakt-felt input, .wpcf7 .kontakt-felt textarea, input#dlsearch {
	width: 99%;
	margin: 0 auto 9px;
	padding: 6px;
	border: 1px solid #ccc;
	background: #e6e6e6;
}
.wpcf7 .kontakt-felt select {
	width: 787px;
}
.wpcf7 .kontakt-felt select:focus, .wpcf7 .kontakt-felt input:focus, .wpcf7 .kontakt-felt textarea:focus {
	border-color: #3d3dd3;
}
.wpcf7 .kontakt-send input {
	width: auto;
	padding: 3px 6px;
	float: right;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	cursor: pointer;
}
#download-page label {
	margin: 0 12px;
	text-align: center;
}
input#dlsearch {
	width: 70%;
	margin: 9px auto 0;
}
.download-info .side-section {
	width: 150px;
	display: block;
	float: left;
}
.download-info .main-section {
	width: 700px;
	display: block;
	float: left;
}
.download-info .download-meta th {
	text-align: right;
	width: 150px;
}
.download-info .download-meta td {
	text-align: left !important;
	padding-left: 10px;
}

#recent-comments .commenturl {
	display: block;
	margin: 0 0 3px 6px;
}

/* Social media */
.share {
	display: block;
	clear: both;
	margin: 60px 0 48px;
}
.share h6 {
	margin: 0 0 3px;
}
.share a {
	display: block;
	float: left;
	height: 32px;
	width: 32px;
	margin: 0 3px 0 0;
}
.share a span {
	display: none;
}
.share a.blopp {
	background: transparent url(images/blopp.png) 0 0 no-repeat;
}
.share a.delicious {
	background: transparent url(images/delicious.png) 0 0 no-repeat;
}
.share a.digg {
	background: transparent url(images/digg.png) 0 0 no-repeat;
}
.share a.facebook {
	background: transparent url(images/facebook.png) 0 0 no-repeat;
}
.share a.google {
	background: transparent url(images/google.png) 0 0 no-repeat;
}
.share a.stumble {
	background: transparent url(images/stumble.png) 0 0 no-repeat;
}
.share a.twitter {
	background: transparent url(images/twitter.png) 0 0 no-repeat;
}
.share a.blopp:hover, .share a.delicious:hover, .share a.digg:hover, .share a.facebook:hover, .share a.google:hover, .share a.stumble:hover, .share a.twitter:hover {
	background-position: -32px 0;
}

.page-view { /* WordPress Pages */
	width: 870px;
	margin: 18px auto;
	padding: 36px;
}
.page-view h2 {
	font-size: 36px;
}
.page-view #edit-link {
	display: block;
	clear: both;
	margin: 21px 0;
	text-align: center;
	text-transform: uppercase;
}

p.notfound {
	font-size: 15px;
	line-height: 21px;
}

#commentform, #comment_login {
	margin: 0 auto;
	width: 540px;
}
#commentform label, #commentform p, #comment_login p {
	margin: 12px 0 0;
	display: block;
	font-size: 9px;
	color: #828282;
	text-transform: uppercase;
}
#commentform .subscribe-to-comments label {
	display: inline;
	padding-left: 6px;
}
#commentform p a, #comment_login p a {
	color: #5c5c5c;
}
#commentform p a:hover, #comment_login p a:hover {
	color: #d33d3d;
}
#commentform label em {
	font-style: normal;
}
#commentform .textfield, #commentform #comment {
	padding: 6px;
	width: 540px;
	border: 1px solid #cecece;
	background-color: #ececec;
	font-family: "Lucida Grande", "Gill Sans MT", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#commentform .textfield:focus, .#commentform #comment:focus {
	border-color: #3d3dd3;
}
#commentform #comment {
	margin-top: 12px;
}
#commentform span.submit {
	float: right;
	text-transform: uppercase;
}

ul.menu {
	height: 36px;
	line-height: 36px;
	left: 0;
	margin: 12px 18px;
	padding-left: 12px;
	font-size: 18px;
}
ul.menu li a {
	margin-right: 6px;
	height: 30px;
	line-height: 30px;
	display: block;
	float: left;
	color: #5c5c5c;
	border-bottom: 2px solid #5c5c5c;
}
ul.menu li a span {
	padding: 0 12px;
}
ul.menu li a:hover, ul.menu li a.current {
	color: #d33d3d;
	border-color: #d33d3d;
}
div#tab-1 ol#comments {
	margin-bottom: 18px;
	border-bottom: 1px solid #cecece;
}
li.comment {
	position: relative;
	min-height: 108px;
	display: block;
	clear: both;
}
ol#comments li.even {
	background-color: #fefefe;
}
ol#comments li.even .comment-details {
	border-right: 2px solid #eee;
	color: #828282;
}
ol#comments li.even .c-avatar {
	border-bottom: 2px solid #eee;
}
ol#comments li.even .text div {
	border-left: 2px solid #eee;
	color: #525252;
}
ol#comments li.odd {
	background-color: #f6f6f6;
}
ol#comments li.odd .comment-details {
	border-right: 2px solid #e6e6e6;
	color: #7b7b7b;
}
ol#comments li.odd .c-avatar {
	border-bottom: 2px solid #e6e6e6;
}
ol#comments li.odd .text div {
	border-left: 2px solid #e6e6e6;
	color: #4d4d4d;
}
ol#comments li.bypostauthor {
	background-color: #e6e6fe;
}
ol#comments li.bypostauthor .comment-details {
	border-right: 2px solid #d6d6ee;
	color: #626272;
}
ol#comments li.bypostauthor .c-avatar {
	border-bottom: 2px solid #d6d6ee;
}
ol#comments li.bypostauthor .text div {
	border-left: 2px solid #d6d6ee;
	color: #323242;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 15px;
}
li.comment .wrap {
	min-height: 108px;
	height: auto !important;
	height: 108px;
	margin-bottom: 15px;
	padding: 6px 0 6px 6px;
}
li.comment .wrap .count {
	position: absolute;
	top: 3px;
	right: 12px;
	font-size: 24px;
}
li.comment .wrap .count a {
	color: #a8a8a8;
	font-size: 24px;
}
li.comment .comment-details {
	display: block;
	float: left;
	width: 94px;
	padding: 0 0 6px;
}
li.comment .c-avatar {
	width: auto !important;
	padding: 6px 6px 6px 0;
	text-align: right;
}
li.comment .avatar img {
	margin: 0 6px 12px 0;
}
li.comment .details {
	margin: 0;
	padding: 9px 6px 0 0;
	text-align: right;
}
.comment .details .author {
	margin: 3px 0 0;
	padding: 3px 0 0;
	line-height: 1;
	font-size: 15px;
}
li.comment .details .author a {
	color: #3d3dd3;
	font-style: normal;
}
li.comment .details .author a:hover {
	color: #d33d3d;
}
li.comment .details .time {
	display: block;
	padding: 9px 0 3px;
	line-height: 12px;
	font-size: 9px;
	text-transform: uppercase;
}
li.comment .text {
	padding: 3px 9px;
	margin-top: 6px;
	min-height: 66px;
	color: #5c5c5c;
}
li.comment .text blockquote {
	margin-left: 6px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 1px;
}
li.comment .text div {
	margin: 0 60px 0 85px;
	padding: 6px 0 12px 12px;
	font-size: 12px;
	line-height: 18px;
}
li.comment .text div p {
	text-align: left;
}
div.act {
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	margin-top: 48px;
}
span.button a {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 3px;
	color: #5c5c5c;
}
div.act span.button a {
	border: 1px solid #121314;
	background-color: #3c3c3c;
	color: #fefefe;
	opacity: 0.9;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
span.button a span {
	display: block;
	float: left;
	height: 30px;
	padding: 0 6px;
}
span.button a:hover {
	color: #c32d2d;
}
div.act span.button a:hover {
	background-color: #c32d2d;
	color: #fefefe;
}
ol#comments p.error {
	position: relative;
	top: 36px;
	display: block;
	width: 100%;
	padding: 12px 3px;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	text-transform: lowercase;
	color: #fefefe;
	background-color: #d33d3d;
	opacity: 0.9;
}
ol#comments p.error small {
	margin-left: -100px;
}
ol#trackbacks li {
	font-size: 15px;
	line-height: 21px;
	margin-left: 48px;
	list-style: outside decimal;
}
#sub-menu ol li.empty {
	margin: 48px 0 48px 30px;
	font-size: 24px;
	color: #cecece;
	list-style: none;
}


#secondary-content {
	width: 295px;
	margin: 15px 0 15px 645px;
	padding-top: 18px;
}
.widget h4 {
	margin: 24px 0 0;
	font-family: QlassikMediumRegular;
}
.widget .textwidget p, .widget p.explain {
	margin: 0 0 12px;
}
.widget ul, .widget div, .widget #tag_cloud, .widget p.explain {
	margin: 0 3px 6px;
	color: #5c5c5c;
}
.widget ul ul {
	margin: 0 0 0 18px;
}
.widget li {
	position: relative;
}
.widget li a {
	color: #828282;
}
.widget div a, #tag_cloud {
	color: #333;
}
.widget #tag_cloud a {
	line-height: 1;
}
.widget a:hover {
	color: #d33d3d;
}
.widget table {
	width: 90%;
	border-collapse: collapse;
}
.widget table th {
	text-align: center;
	background: none;
	border-bottom: 2px solid #5c5c5c;
}
.widget table tbody {
	text-align: center;
}
.widget table tbody a {
	color: #3d3dd3;
	font-weight: bold;
}
.widget table caption {
	text-transform: uppercase;
}
.widget table tfoot td {
	border-top: 2px solid #5c5c5c;
	border-bottom: none;
}
.widget table tfoot td#next {
	text-align: right;
}
.widget li a.rss {
	position: absolute;
	right: 0;
	top: 0;
	height: 24px;
	width: 26px;
	margin-top: 1px;
	padding: 0 3px 0 0;
	display: none;
	cursor: pointer;
	z-index: 5;
	background: transparent url(images/rss.png) 0 0 no-repeat;
}
.widget li li a.rss {
	visibility: hidden;
}
.widget select {
	width: 98%;
	padding: 6px;
	border-left: none;
	border-right: none;
	border-top: 1px solid #5c5c5c;
	border-bottom: 1px solid #5c5c5c;
	color: #5c5c5c;
	background-color: #fefefe;
}

#footer {
	display: block;
	clear: both;
	height: 120px;
	text-align: center;
	text-transform: uppercase;
	color: #fefefe;	
}
#footer .copyright {
	padding-top: 9px;
	display: block;
	font-size: 24px;
	font-weight: bold;
}
#footer .meta {
}
#footer .meta a {
	color: #aeaeae;
}
#footer .meta a:hover {
	color: #d33d3d;
}
