/*
Theme Name: lisarah v.2.0
Theme URI: http://www.royalistic.de
Description: Template f&uuml; laserstrahl
Author: David Ruisinger
Author URI: http://www.royalistic.de
*/

/* =Basics
-------------------------------------------------------------- */
* {
	margin:0;
	padding:0;
}

p {
	color: #000;
	margin: 10px 20px;
}

a img {
	border: none;
}

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

a:hover {
	color: #333;
}

body {
	font-family: 'Poiret One', cursive;
	color: #000;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow-y: scroll;
}

h1 {
	font-family: 'Poiret One', cursive;
	color: #000;
	font-size: 56px;
	font-weight: 900;
	text-align: center;
}

h2 {
	font-family: 'Petit Formal Script', cursive;
	font-weight: 100;
	font-size: 24px;
	text-align: center;
}

h2.entry {
	font-family: 'Poiret One', cursive;
	text-align: left;
	margin: 10px 0 0 20px;
}

h3 {
	font-family: 'Poiret One', cursive;
	font-size: 18px;
	text-align: left;
	line-height: 50px;
		font-weight: 100;
}

#wrapper {
	margin: auto;
	width: 900px;
}

#header {
	width: 900px;
	margin: 20px auto;
}

#logo {
	width: 179px;
	height: 100px;
	margin: 80px auto;
}

#logo-small {
	width: 179px;
	height: 100px;
	margin: auto;
	display: none;
}

#main {
	width: 560px;
	min-height: 200px;
	float: left;
	background-color: rgba(255,255,255,0.1);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 0;
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
}

#main_home {
	width: 560px;
	min-height: 200px;
	float: left;
	background-color: rgba(255,255,255,0.1);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 0;
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
}

#entry {
	opacity: 1.0;
}

#sidebar {
	width: 320px;
	float: right;
	padding: 0;
	background-color: rgba(255,255,255,0.1);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 0;
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
	margin: 20px 0;
	padding: 0;
}

#preview {
	width: 320px;
	text-align: left;
	margin: 10px 0;
	clear: both;
}

#thumbnail {
	width: 50px;
	float: left;
	margin: 10px;
}

#preview_title {
	width: 230px;
	height: 50px;
	float: left;
	margin: 10px;
}



/* =Navigation
-------------------------------------------------------------- */
#navigation {
	width: 320px;
	height: 26px;
	float: right;
	text-align: right;
	background-color: rgba(255,255,255,0.1);
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	padding: 0;
	-moz-box-shadow: 0 0 1px #333;
	-webkit-box-shadow: 0 0 1px #333;
	box-shadow: 0 0 1px #333;
	padding: 0;
}

.main-navigation {
	line-height: 26px;
	overflow: hidden;
}

.main-navigation ul,
div.menu ul {
	list-style: none;
	margin: 0;
	display: inline-block;
}

.main-navigation li {
	float: left;
	list-style: none;
	position: relative;
	padding: 0 10px;
	height: 26px;
	border-left: 1px solid #BDBDBD;
}

.main-navigation li.first-menu-item {
	border: none;
}

.main-navigation li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	outline: none;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
}

.main-navigation li a:hover, .main-navigation li a:active, .main-navigation li a:visited {
	border: none;
}