/*
Theme Name: Design Freundin
Theme URI: http://www.design-freundin.de
Description:  
Version: 1.0
Author: Ralf Hortt
Author URI: http://horttcore.de
Tags: 
*/

@import url('./css/reset.css');

/*=HTML
======================================*/
html {
	background: url('./images/bg-html.jpg') center top #fff repeat-y;
}

body {
	background: #f3f1ef;
	font-size: 12px;
	line-height: 12px;
	margin: auto;
	padding: 50px 0;
	width: 960px;
}

h1, h2, h3, h4, h5, h6 {
	color: #736351;
	font-weight: bold;
}

h1 {
	margin: 0 0 0px 0;
}

h2 {
	margin: 30px 0 0px 0;
}

h2:first-child {
	margin-top: 0px;
}

h3 {
	
}

h4{
	
}

h5 {
	
}

h6 {
	
}

ul, ol, dl {
	margin: 0 0 15px 0;
}

li {
	background: url('./images/bg-li.png') 1px 8px no-repeat;
	padding: 0 0 0 15px;
}

dt {
	clear: left;
	float: left;
	width: 100px;
}

dd {
	float: left;
	margin: 0 0 5px 0;
	width: 300px;
}

p {
	margin: 0 0 15px 0;
}

a {
	color: #8e806f;
}

strong {
	color: #736351;
	font-weight: bold;
}

em {
	font-style: italic;
}

form {
	margin: 0 10px 0 0;
}

fieldset {
	
}

legend {
	
}

label {
	display: block;
}

input, textarea {
	background: #f3f1ef;
	border: 1px solid #f3f1ef;
	color: #736351;
	padding: 4px;
	width: 100%;	
}

input:focus, textarea:focus {
	border: 1px solid #736351;
}

input {
}

input.text {
	
}

input.checkbox {
	
}

textarea {
	height: 120px;
}

select {
	
}

button {
	background: #f3f1ef;
	border: none;
	padding: 5px 10px;
}

hr {
	border: 0px;
	background: url('./images/icon-border.png') left top repeat-x;
	clear: both;
	height: 13px;
	margin: 15px 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*=HEADER
======================================*/
#page {
	background: #fff;

	font-family: Verdana;
	margin: 0 auto;
	width: 788px;
}

#header {
	background: #FFF url('./images/bg-header.png') 0 0 no-repeat;
	height: 260px;
}

#logo {
	padding: 26px 63px 0 0;
	text-align: right;
}

#menu-main-menu {
	font-size: 12px;
	line-height: 12px;
	margin: 136px 0 0 267px;
}

	#menu-main-menu li {
		background: none;
		list-style: none;
		float: left;
		margin: 0px;
		padding: 0px;
	}

		#menu-main-menu a {
			background: url('./images/bg-menu.jpg') 7px 10px no-repeat;
			color: #736351;
			letter-spacing: 1px;
			padding: 10px 10px 10px 27px;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#menu-main-menu a:hover {
			background: url('./images/bg-menu-hover.jpg') 7px 10px no-repeat #b0a698;
			color: #fff;
		}
		
		#menu-main-menu .current-menu-item a {
			background: #736351 url('./images/bg-menu-active.jpg') 7px 10px no-repeat;
			color: #fff;
		}


/*=CONTENT
======================================*/
#content {
	color: #8e806f;
	line-height: 20px;
	padding: 60px;
}

.entry-title {

}

.post {
}

.page .page {
	float: left;
	width: 456px;
}

.entry {
	
}

.entry-content {
	background: url('./images/icon-border.png') left bottom repeat-x;
	margin: 0 0 100px 0;
	padding: 0 0 30px 0;
}

.edit-post-link {
	clear: both;
}

.edit-post-link a {
	font-size: 10px;
	text-decoration: none;
}

/*=SIDEBAR
======================================*/
.sidebar {
	float: left;
	margin: -5px 20px 0 0;
	width: 186px;
}


/*=FOOTER
======================================*/
#footer {
	background: url('./images/icon-circle.png') left 25px repeat-x;
	clear: both;
	font-size: 12px;
	line-height: 12px;
	height: 55px;
	margin: 0 12px 0 12px;
	padding: 0 45px;
}

	#footer li {
		background: none;
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		text-decoration: none;
		text-transform: uppercase;
	}

	#top {
		float: right;
	}


/*=HELPER
======================================*/
.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

span.error {
	color: #e6007e;
	font-weight: bold;
}

.fw-normal {
	font-weight: normal;
}

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*=SITES
======================================*/

/* HOME */
.home  .page {
	width: 100%;
}

.home .entry-content {
	background: none;
	float: left;
	margin: 0 20px 0 0;
	width: 190px;
}

.home .sidebar {
	width: 186px;
}

.home h1 {
	margin: 0 0 40px 0;
}

/* PORTFOLIO */

.blog .post {
	margin: 0 0 5px 0;
	padding: 0 0 20px 0;
}

.blog .sidebar {
	width: 187px;
}

.blog .entry-title {
}


/*=BLOG */
.images img {
	border: 1px solid #eeece8;
}

.attachments {
	float: left;
	width: 456px;
}

.portfolio {
	height: 269px;
	overflow: hidden;
	width: 458px;
}

.indicators {
	background: url('./images/icon-border.png') left bottom repeat-x;
	margin: 10px 0;
	padding: 5px 0 25px 0;
}

.indicator {
	color: #736350;
	display: block;
	float: left;
	font-size: 9px;
	letter-spacing: 0px;
	height: 22px;
	margin: 0 5px 0 0;
	padding: 1px 0 0 1px;
	text-align: center;
	text-decoration: none;
	width: 22px;
}


.indicators .current, .indicator:hover {
	color: #fff;
	text-decoration: none;
}

.indicator:hover {
	background: url('./images/bg-indicator.jpg') center bottom no-repeat;
}

.indicators .current {
	background: url('./images/bg-indicator.jpg') center top no-repeat;
}

/*=KONTAKT */
.page-id-10 .entry-title {
	margin: 5px 0 0 0;
}


/*=MODULES
======================================*/

/* Quotes */
.quotes {
	background: url('./images/icon-border.png') left bottom repeat-x;
	float: left;
	margin: 0 0 100px;
	padding: 0 0 9px 0;
	width: 456px;
}

.quote {
	background: url('./images/icon-border.png') left top repeat-x;
	padding: 19px 0 0 0;
}

/* Slideshow */

#slideshow {
	height: 269px;
	margin: 0 0 50px 0;
}

#slideshow img {
	border: 1px solid #eeece8;
	position: absolute;
}

