@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: Georg Raeth Bestattungen
	Theme URI: http://www.bestattungenraeth.de
	Description: Georg Raeth Bestattungen
	Author: Steffen "Knet" Heetfeld
	Author URI: http://www.derknet.de
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed & Handcrafted by Steffen Heetfeld for Georg Raeth Bestattungen
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
	2. 	Navigation & Menus
	3.	Header Styles
	4.	Navigation & Menus
	5.	Main Content Styles
	6.	Post Content Styles
	7.	Comments
	8.	Pagination
	9.	Footer Styles
	10.	Page Templates
	11.	Widgets
	12.	Shortcode Styles
	13. Newsletter Plugin

----------------------------------------------- ------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*	0.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */


/*-----------------------------------------------------------------------------------*/
/*	1.	Document Setup (body, common classes, vertical rhythm, structure etc)
/*-----------------------------------------------------------------------------------*/

body,
input,
textarea {
	font: 12px/20px Helvetica, Arial, sans-serif;
	color: #707070;
	letter-spacing:0.3px
}

body { background: url(../images/bg-body.jpg) repeat; }

.block { display:block; }
.hide { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

.shadow {
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	   -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	     -o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	 -khtml-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	    -ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); /* 0.8 */
}

/* TEXT MARKUP ------------------------------------------------------------------------*/
a { 
	text-decoration: none;
	color: #7c7c7c;
	-webkit-transition: color 0.1s linear;
	   -moz-transition: color 0.1s linear;
	     -o-transition: color 0.1s linear;
	        transition: color 0.1s linear;
}

a:hover { 
	text-decoration: none;
	color: #bdbdbd;
}

a img { border: none; }

p {
	font: 15px/23px "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0 0 20px 0;
}

strong { font-weight:bold; }

.textcenter { text-align:center; }
.textright{ text-align:right; }
.textleft { text-align:left; }

h1 {
	font: 25px/32px 'Arvo', serif ;
	font-weight: bold;
	text-transform:uppercase;
	color:#000;
	margin-bottom:50px;
}

h2 {
	font: 20px/25px 'Arvo', serif ;
	font-weight: bold;
	text-transform:uppercase;
	color:#000;
	margin:40px 0 20px 0;
	
}

h3 {
	font: 14px/18px 'Arvo', serif ;
	font-weight: bold;
	text-transform:uppercase;
	color:#000;
	margin:20px 0 20px 0;
	
}

/* STRUCTURE -------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	left: 50%;
	margin-left: -480px; /* negative Hälfte von width:900px */
	padding:0;
	margin-bottom:20px;
}


/*-----------------------------------------------------------------------------------*/
/*	2.	Navigation & Menus
/*-----------------------------------------------------------------------------------*/

#navi {
	height: 90px;
	background-color:#000;
}

.logo {
	width: 160px;
	height:300px;
	position:absolute;
	left:400px;
	z-index:5000;
}

.logo-spacer {
	width: 160px;
	float:left;
}

ul.main-menu {
	position:relative;
	top:35px;
	list-style-type: none;
}

ul.main-menu li {
	width:200px;
	display:block;
	float:left;
}

ul.main-menu li a {
	font-size:12px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
}

ul.main-menu li a:visited {
	
}

ul.main-menu li a:hover {
	color:#cbcbcb;
}

ul.main-menu li span {
	font-size:10px;
	font-style:italic;
	color:#cbcbcb;
	text-decoration:none;
	text-align:center;
	margin-top:4px;
	display:block;
}


/* SUBMENU -----------------------------------------------------------------------------------*/

ul.main-menu .sub-menu {
	list-style-type: none;
	padding: 3px 0 10px 0;
}

ul.main-menu .sub-menu li {
	background:#000;
	display:block;
	float:none;
	padding:9px 0 0 0;
}

ul.main-menu .sub-menu li a {
	font-size:11px;
	color:#fff;
}

ul.main-menu .sub-menu li a:hover {
	color:#cbcbcb;
	border:0;
	padding:0;
}

ul.main-menu .sub-menu .top {
	height:1px;
	background:none;
	background-image:url(../images/navi/navi-top.jpg);
}

ul.main-menu .sub-menu .bottom {
	height:32px;
	background-image:url(../images/navi/navi-bottom.jpg);
	padding:5px 0 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Header Small
/*-----------------------------------------------------------------------------------*/

#header-small {
	width:960px;
	height:130px;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Grid
/*-----------------------------------------------------------------------------------*/
.red {background-color:#FF0000;}
.blue {background-color:#33FFFF;}

		.row{ width:860px; }
		
			.col-280 { width:280px; float:left; padding-left:20px; }
			.col-580 { width:580px; float:left; padding-left:20px; }
			.col-420 { width:420px; float:left; padding-left:20px; padding-right:20px; }
			.col-460 { width:420px; float:left; padding-left:20px; padding-right:20px; }
			
			.last{ margin-right:0px; }

/*-----------------------------------------------------------------------------------*/
/*	5.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

#content {
	background-color:#fff;
	border-top: 4px #000 solid;
	border-bottom: 4px #000 solid;
	padding:50px;
}

#content-right {
	width:560px;
	margin-left:50px;
	float:left;
}


.padding-top-20 	{ padding-top:20px; }
.padding-bottom-20 	{ padding-bottom:20px; }
.padding-both-20 	{ padding-top:20px; padding-bottom:20px;}
.padding-left-20 	{ padding-left:20px; }
.padding-right-20 	{ padding-right:20px; }


.margin-top-20 		{ margin-top:20px; }
.margin-bottom-20 	{ margin-bottom:20px; }
.margin-both-20 	{ margin-top:20px; margin-bottom:20px;}

/*-----------------------------------------------------------------------------------*/
/*	6.	Sidebar Styles
/*-----------------------------------------------------------------------------------*/

#sidebar-left {
	width:200px;
	border-right: 1px solid #dfdfdf;
	padding-right:49px;
	float:left;
}

.sidebar-galerie li{
	margin-bottom:35px;
}

/*-----------------------------------------------------------------------------------*/
/*	7.	Footer Styles
/*-----------------------------------------------------------------------------------*/

#footer {
	width:600px;
	background-color:red;
	margin:30px 0 0 190px;
}
	#footer ul li {
		margin-right:20px;
		float:left;
	}
	
	#footer ul li .footer-text{
		margin-top: 5px;
	}