/*
Theme Name: Sander
Theme URI: http://andreassander.se/
Description: WordPress theme for andreassander.se. Custom theme, no widget support.
Version: 1.0
Author: Martin Nagy
Author URI: http://nagy.eu/
*/


/* 
essential
-------------------------------------------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	margin: 0px;
	color: #777;
	font-size: 75%;
	line-height: 1.4em;
}

.width {
	width: 774px;
	margin: 0px auto;
}
.width-top {
	width: 774px;
	margin: 0px auto;
}
 
/* 
div and areas
-------------------------------------------------------------- */

#top {
	background-color: #000;
	color: #777;
	border-bottom: 6px solid #202126;
	display: all;
}
.logo {
	width: 233px;
	height: 77px;
	background-image: url('images/logo_andreassander.jpg');
	background-repeat: repeat-none;
	margin: 0px 0px 20px 0px;
}
.menu {
	text-align: right;
	font-size: 0.9em;
	text-transform: uppercase; 
}

/*
.post {
	clear: both;
}
*/

#content {
	padding: 30px 0px 30px 0px;
	overflow: hidden;
	background-color: #131416;
}

#footer {
	background-color: #000;
	color: #555;
	border-top: 6px solid #202126;
	padding: 10px 0px 10px 0px;
	clear: both;
	overflow: hidden;
	font-size: 0.9em;
}
#footer:hover {
	color: #888;
}
.footerbox {
	width: 167px;
	padding: 10px;
	float: left;
}

/* 
typography
-------------------------------------------------------------- */
p {
	
}
strong {
	color: #aaa;	
}

h1 {
	margin: 2px 0px 6px 0px;
	font-size: 1.8em;
	font-weight: normal;
	color: #d8d8d8;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: 2px 0px 2px 0px;
	font-size: 1.6em;
	font-style: italic;
	font-weight: normal;
	color: #d8d8d8;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.post h2 a {
	margin: 2px 0px 6px 0px;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	color: #d8d8d8;
	letter-spacing: -1px;
}
.post h2 a:hover {
	color: #fff;
}

.date {
	text-align: right;
	font-size: 0.8em; 
	margin-bottom: 40px;
	color: #444;
}

blockquote {
	margin: 20px 0px 25px 10px;
	padding: 0px 0px 0px 10px;
	font-style: italic;
	border-left: 2px solid #333;
}

.column {
	width: 442px;
	margin-right: 20px;
	float: left;
}
.column2 {
	width: 300px;
	float: right;
}

.hr {
	border-top: 3px solid #333;
	margin: 10px 0px 10px 0px;
	font-size: 1px;
	clear: left;
}


/* 
Links
-------------------------------------------------------------- */


p a {
	color: #bbb;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}

#footer a {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}


/* 
navigation
-------------------------------------------------------------- */

/* Top navigation */

#topnav ul {
	overflow: hidden;
}
#topnav ul {
	padding: 0;
	margin: 0;
	color: #efefef;
	font-size: 0.8em;
	text-transform: uppercase;
}

#topnav ul li { 
	display: inline; 
}

#topnav ul li a {
	padding: 6px 8px 6px 8px;
	background-color: #202126;
	color: #efefef;
	text-decoration: none;
	float: right;
}

#topnav ul li a:hover {
	background-color: #dc5f0c;
	color: #fff;
}


/* Prev/next buttons */

.navigation {
	text-align: right;
	margin: 30px 0px 20px 0px;
	clear: both;
	overflow: hidden;
	/*background-color: #000;*/
}

.navleft a {
	font-size: 0.9em;
	color: #efefef;
	padding: 6px 10px 6px 10px;
	background-color: #202126;
	text-decoration: none;
	float: left;
}
.navleft a:hover {
	color: #fff;
	background-color: #dc5f0c;
}
.navright a {
	font-size: 0.9em;
	color: #efefef;
	padding: 6px 10px 6px 10px;
	background-color: #202126;
	text-decoration: none;
	float: right;
}
.navright a:hover {
	color: #fff;
	background-color: #dc5f0c;
}

.backbutton {
	display: table;
}
.backbutton a {
	font-size: 0.9em;
	color: #efefef;
	padding: 6px 10px 6px 10px;
	background-color: #202126;
	text-decoration: none;
	float: left;
	margin-bottom: 20px;
}
.backbutton a:hover {
	color: #fff;
	background-color: #dc5f0c;
	text-decoration: none;
}

/* 
images
-------------------------------------------------------------- */

.column2 .border4 {
	border: 4px solid #ccc;
	clear: left;
}

.page img {
	border: 0px;
	margin: 10px 0px 10px 0px;
}
.entry img {
	border: 12px solid #ccc;
	margin: 10px 0px 10px 0px;
}
.border0  {
	border: 0px; 
	margin: 10px 0px 10px 0px;
}
.entry .black {
	border: 12px solid #000;
	margin: 10px 0px 10px 0px;
}
.page .alignleft {
	border: 0px solid #000;
	margin: 0px 20px 10px 0px;
}
.page .alignright {
	border: 0px solid #000;
	margin: 0px 0px 10px 20px;
}



