/*
Theme Name: Horttcore
Theme URI: http://horttcore.de/
Description: 
Version: 1.0
Author: Ralf Hortt
Author URI: http://horttcore.de/
Text Domain: horttcore
*/

/*=RESET
======================================*/
@import url('./css/reset.css');
@import url('./fonts/butter-unsalted/butterunsalted.css');
@import url('./fonts/bitstream/stylesheet.css');

/*=HTML
======================================*/
html {
	background: url('./images/bg-html.jpg') left bottom;
	height: 100%;
}

body {
	background: url('./images/bg-body.jpg') left top repeat-x;
	height: 100%;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #fff;
	font-family: 'butterunsalted';
	/*font-weight: bold;*/
}

h1 {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 25px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 30px 0 15px 0;
}

h3 {
	font-size: 18px;
	margin: 30px 0 15px 0;
}

h4 {
	font-size: 16px;
}

ul, ol, dl, p, pre {
	margin: 0 0 20px 0;
}

ul ul, blockquote ul {
	margin: 0px;
}

li {
	list-style: disc;
	margin: 0 0 0 15px;
}

pre {
}

code, blockquote {
	background: url('./images/bg-black-25.png');
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: block;
	font-family: "BitstreamVeraSansMonoRoman";
	font-size: 10px;
	padding: 20px;
}

a {
	color: #fff;
}

a img {
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 0px 0px 15px #000;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

textarea {
	width: 100%;
}

/*=HEADER
======================================*/
#page {
	color: #d0d0d0;
	font-size: 16px;
	line-height: 20px;
	margin: auto;
	width: 1100px;
}

#logo {
	background: url('./images/bg-h1.png') no-repeat;
	height: 63px;
	margin: 0px;
	padding: 2px 0 0 2px;	
}

#header {
	height: 63px;
	padding: 3px 0 0 0;
}

#menu {
	color: #cfcfcf;
	font-family: 'butterunsalted';
	font-size: 34px;
	height: 146px;
	line-height: 50px;
	margin: 0px;
	padding: 40px 0 0 0;
	text-shadow: #fff 0px 0px 50px;
}

#menu a {
	color: #cfcfcf; /* Change in horttcore.js too */
	font-style: italic;
}

#menu .current_page_item, #menu .current_page_ancestor  {
	color: #fff;
	font-style: normal;
}


/*=CONTENT
======================================*/
#content {
	float: left;
	font-family: 'Arial';
	font-size: 14px;
	margin: 0 25px 0 0;
	text-shadow: #000 2px 2px 0px;
	width: 685px;
}

.post-meta {
	background: url('./images/bg-box.png') top left repeat-x #a8a8a8;
	color: #000;
	font: 14px/20px Arial;
	padding: 10px;
	text-shadow: none;
}

	.post-meta a {
		color: #333;
		text-decoration: none;
	}
	
	.more-link {
		text-shadow: none;
	}


/*=SIDEBAR
======================================*/
#sidebar {
	color: #222;
	font-family: 'Verdana';
	font-size: 12px;
	float: right;
	padding: 20px;
	width: 300px;
}

#sidebar #respond h3 {
	margin: 0px;
}

#sidebar li {
	list-style: none;
	margin: 0px;
}

#sidebar .widget {
	margin: 0 0 20px 0;
}

#sidebar .widgettitle:first-child {
	margin-top: 0px;
}

#sidebar a {
	color: #000;
	text-decoration: none;
}


/*=FOOTER
======================================*/
#footer {
	clear: both;
	padding: 50px 0 25px;
}

.widgettitle {
	color: #000;
}

#footer .powered-by img {
	-moz-box-shadow: 0 0 0;
	display: inline-block;
	padding: 0 50px 0 0;
}

#footer .powered-by img {
	border: 0px;
	vertical-align: center;
}

#footer .powered-by-hover img {
	opacity: 0.5;
}

#footer .powered-by-hover .hover {
	opacity: 1;
}

/*=HOME
======================================*/
.home {
	font-family: 'butterunsalted';
}

.home #references {
	box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 50px #000;
	-o-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	margin: 0 0 0px 0;
	padding: 20px;
}


.home .plugin {
	float: left;
	text-shadow: 0px 0px 5px #000;
	-moz-text-shadow: 0px 0px 5px #000;
	-o-text-shadow: 0px 0px 5px #000;
	-webkit-text-shadow: 0px 0px 5px #000;
	width: 300px;
}

.home .random-plugins a {
	text-decoration: none;
}

.home .plugin-2 {
	margin: 0 30px;
}

/*=HELPER
======================================*/

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.button {
	background: #e0e0e0;
	background-image: -moz-linear-gradient(#d1d1d1, #ababab);
	border: 1px solid #999;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	color: #494949;
	font-family: Arial;
	padding: 1px 7px 0px;
	text-decoration: none;
}
	h2 .button {
		float: right;
		font-size: 12px;
	}

.box {
	background: url('./images/bg-box.png') top left repeat-x #a8a8a8;
}

.clearleft {
	clear: left;
}

.left {
	float: left;
}

/*=PORTFOLIO
======================================*/
.home #portfolia {
	color: #333;
	font-size: 28px;
	line-height: 34px;
	height: 307px;
}

.home #portfolia .reference-images {
	float: left;
	height: 307px;
	margin: 0 15px 0 0;
	overflow: hidden;
	width: 640px;
}

.home #portfolia .reference-images ul {
	width: 1280px;
}

.home #portfolia .reference-images li {
	float: left;
}

.home #portfolia .reference-descriptions {
	height: 275px;
	padding: 0 0 0 650px;
	width: 265px;
}

.home #portfolia ul {
	margin: 0px;
}

.home #portfolia li {
	list-style: none;
	margin: 0px;
}

.home #portfolia a {
	color: #333;
}

.home #portfolia strong {
	color: #000;
}

.home #portfolia .reference-indicator {
	padding: 0 0 0 650px;
}

.home #portfolia a.indicator {
	background: url('./images/bg-indicator.png') left bottom no-repeat;
	display: block;
	float: left;
	height: 19px;
	width: 19px;
}

.home #portfolia a.active {
	background: url('./images/bg-indicator.png') left top no-repeat;
}

.home .reference-descriptions .active {
	display: block;
}

.home .reference-descriptions li {
	display: none;
}

/*=TEMPLATE
======================================*/
.no-sidebar {
	width: 680px !important;
}

/*=Home */
.blog .post {
	margin: 0 0 75px 0;
}