/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";


/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* HER KAN I ÆNDRE STØRRELSEN PÅ HOVEDSKRIFTTYPEN */
body {
	color: #6b727a;
	font: 14px/20px Helvetica, Arial, sans-serif;
}
input, textarea {
	font: 12px/16px Helvetica, Arial, sans-serif;
}
p {
	margin: 0 0 15px 0;
}
a {
	color: #1596cb;
}
a:hover {
	text-decoration: none;
}
#container {
	border-top: 7px solid #58595b;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#header {
	border-bottom: 1px solid #ddd;
	height: 90px;
	margin: 30px 0 20px 0;
}
#logo {
	margin: 0 0 25px 0;
}
#logo h3 {
	overflow: hidden;
	margin: 0;
	text-indent: -100em; 
}
#logo #headline {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/logo_fourmation.gif) no-repeat;
	font-size: 1px;
	height: 24px;
	width: 145px;
}
#logo #headline a {
	display: block;
	height: 24px;
}
#searchform {
	position: absolute;
	right: 0;
	top: 80px;
}
#searchform .screen-reader-text {
	display: none;
}
#searchform #s {
	font-size: 11px;
	padding: 2px 3px;
	width: 180px;
}
#searchform #searchsubmit {
	background: #eaeaea;
	border: none;
	cursor: pointer;
	font-size: 11px;
	padding: 4px 6px;
}
#navi h2 {
	display: none;
}
#navi ul {
	padding: 5px 0;
}
#navi li {
	display: inline;
	list-style: none;
	margin: 0 5px 0 0;
}
#navi a {
	color: #58595b;
	font-size: 16px;
	padding: 5px 12px;
	text-decoration: none;
}
#navi a:hover {
	text-decoration: underline;
}
#navi .current_page_item a, #navi .current_page_item a:hover,
#navi .current_page_parent a, #navi .current_page_parent a:hover {
	background: #787679;
	color: #fff;
	cursor: default;
	text-decoration: none;
}
.page-id-2 #navi .page-item-2 a {
	background: #f33246;
}
.blog #navi .page-item-29 a,
.single #navi .page-item-29 a,
.archive #navi .page-item-29 a {
	background: #fd662b;
}
.page-id-15 #navi .page-item-15 a {
	background: #1da4db;
}
.page-id-13 #navi .page-item-13 a {
	background: #8dd427;
}
.page-id-11 #navi .page-item-11 a {
	background: #e4d700;
}
.page-id-9 #navi .page-item-9 a {
	background: #8e73d4;
}
.page-id-7 #navi .page-item-7 a {
	background: #787679;
}
#pic {
	clear: both;
	margin: 0 0 25px 0;
}
#content {
	border-top: 1px solid #ddd;
	float: left;
	width: 600px;
	padding: 20px 80px 20px 0;
}
#content h1 {
	color: #fd662b;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin: 0 0 15px 0;
}
.page-id-2 #content h1 {
	color: #f33246;
}
.page-id-15 #content h1 {
	color: #1da4db;
}
.page-id-13 #content h1 {
	color: #8dd427;
}
.page-id-11 #content h1 {
	color: #e4d700;
}
.page-id-9 #content h1 {
	color: #8e73d4;
}
.page-id-7 #content h1 {
	color: #787679;
}
#content h2 {
	font-size: 14px;
}
#content h2.topline {
	border-top: 1px dotted #ccc;
	padding: 18px 0 0 0;
}
#content h2 a {
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
.blog #content .post {
	margin: 0 0 25px 0;
}
.blog #content h2 a {
	color: #fd662b;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
}
#content img {

}
#content img.alignright {
	margin: 15px 0 15px 20px;
}
#content img.alignleft {
	margin: 0 20px 15px -100px;
}
#content ul, #content ol {
	margin: 0 0 20px 30px;
}
#content ol li {
	list-style: decimal;
}
#content ul li {
	list-style: disc;
}

/* ÆNDRER TAGS STØRRELSE */
#content .date {
	color: #999;
	font-size: 11px;
}
#content blockquote {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	float: right;
	font-size: 18px;
	font-style: italic;
	line-height: 22px;
	margin: 5px 0 15px 30px;
	padding: 15px 0 0 0;
	width: 200px;
}
#content .commentlist li {
	margin: 10px 0 0 18px;
	list-style: decimal;
}
#content .comment-meta {
	float: right;
	margin: -20px 0 0 0;
}
#content .comment-meta a {
	color: #aaa;
	font-size: 10px;
	text-decoration: none;
}
#respond p {
	font-size: 12px;
	margin: 0 0 10px 0;
}
#respond #author,
#respond #email,
#respond #url {
	padding: 2px 3px;
	width: 300px;
}
#respond #comment {
	padding: 2px 3px;
	width: 450px;
}
#respond #submit {
	cursor: pointer;
	margin: 10px 0 0 0;
}
#side {
	background: #58595b url(http://fourmation.dk/wp-content/themes/starkers/style/images/bg_fold.png) no-repeat right bottom;
	color: #fff;
	float: right;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 20px;
	padding: 10px 20px 20px 20px;
	width: 210px;
}
#side h3, #side .widgettitle, #side .widgettitle a, .linkcat h2 {
	color: #999b9e;
	font-size: 13px;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-decoration: none;
}
#side a {
	color: #fff;
}
#side .timesince {
	display: none;
}
#footer {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/bg_footer.png) repeat-x left top;
	clear: both;
	color: #999;
	height: 95px;
	font-size: 11px;
	line-height: 16px;
	padding: 20px 20px 0 20px;
}
#footer ul li {
	display: inline;
	list-style: none;
}
#footer a {
	color: #999;
}
#footer .credits {
	float: right;
	text-align: right;
}
#footer .credits li {
	margin: 0 0 0 19px;
}
#footer .social {
	margin: 10px 0 0 0;
}
#footer .social li {
	margin-left: 5px;
}
#footer a.linkedin {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/linkedin_16.png) no-repeat left center;
	padding-left: 22px;
}
#footer a.twitter {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/twitter_16.png) no-repeat left center;
	padding-left: 22px;
}
#footer a.flickr {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/flickr_16.png) no-repeat left center;
	padding-left: 22px;
}
#footer a.facebook {
	background: url(http://fourmation.dk/wp-content/themes/starkers/style/images/facebook_16.png) no-repeat left center;
	padding-left: 22px;
}
#footer .contact li {
	float: left;
	margin: 0 10px 0 0;
	width: 150px;
}
#latest {
	height: 150px;
	margin: 0 0 0 -30px;
}
#latest h1 {
	font-size: 18px;
	margin-left: 30px;
}
#latest .box {
	display: inline;
	float: left;
	margin: 0 0 0 30px;
	width: 300px;
}