/*
Theme Name: Kraft der Steine
Description: Edelstein und sonstiges 
Author: Patrick Pachner
Author URI: http://www.kraftdersteine.at/
Version: 1.0
Tags: two-columns, pink, purple, blue, dark, fixed-width, right-sidebar
*/


/*	I'm never good at having perfect, tidy CSS ... hopefully they will come out valid.
	So without further ado,
	In the order of appearance I present to you  */

/* ----------- Basic ----------- */

img{
	border:none;
	behavior: url(iepngfix.htc);
	}

a img { border:none }

.size-thumbnail {
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid white;	
}

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

.alignleft {
	float: left;
	margin-right: 2%;
}

.alignright {
	float: right;
}

  
body{
	/*background:#cc33cc url('img/header2.jpg') repeat-x;*/
	background: #660066;
	text-align:center;
	margin:0;
	padding:0;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color:#2e1737;*/
	color: #000;
	}
	
p a{
	color:#ae3b88;
	}
	
p a:hover{
	color:#2e1737;
	}
	
li a{
	color:#ae3b88;
	}
	
li a:hover{
	color:#2e1737;
	}

	
.wrapper{
	width:100%;
	padding-top:15px;
	}

.title {font-size: 45px;}
	
h1 {
	color: #660066 !important;
	font-size: 30px !important;
	font-weight: 100 !important;
	padding:0;
	margin:0;
	margin-top: 40px;
	}

h1 a{
	color: #000;
    font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 30px;
	font-weight:100;
}
	
h2 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 30px;
		
}
	
h3 { 
	font-size: 18px;
}
	
h4 {
	font-size: 16px;
	font-weight:bold;
}
	
strong {
	color: #660066;
}	
	
em {
	color:#990099;
}
	

.hilite { background:#660066; color: #ffffff; font-weight: bold; }





/* ----------- Heading ----------- */
	
#description{
	font-size: 16px;
	font-family: times, Times New Roman, times-roman, georgia, serif;
	text-transform: uppercase;
	color: #eee;
	margin-top:-2px;
	}
	
	
	
	
	
	
/* ----------- Menu ----------- */
		
#topnavi{
	width:100%;
	margin: 10px 0;
	height: 70px;
	font: 16px Futura, 'Century Gothic', 'Apple Gothic', sans-serif
	}
	
#topnavi a{
	color: #ffffff;
	text-decoration:none;
	}
	
#topnavi a:hover{
	color: #fff;
	}

#menu, #menu-main-menu{
	float:left;
	}

ul#menu, ul#menu-main-menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	border-left:#c3adae dotted 1px;
	}

ul#menu li, ul#menu-main-menu li {
	display: block;
	float: left;
	padding: 20px 20px 0px 20px;
	margin: 0;
	border-right:#c3adae dotted 1px;
	border-bottom: #c3adae dotted 1px;
	background-color: #370c42;
	}

ul#menu li a, ul#menu-main-menu li a{
	width: 105px;
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;

	}

ul#menu li a:hover, ul#menu-main-menu li a:hover{
	color: #fff;
	}
	
ul#menu li:hover, ul#menu-main-menu li:hover {
	background:url('img/menuhover.png') repeat-x;
	font-weight: bold;
}

ul#menu .current_page_item, ul#menu .current_page_parent, ul#menu-main-menu .current_page_item, ul#menu-main-menu .current_page_parent {
	color: #fff;
  	background:url('img/menuhover.png') repeat-x;
	font-weight: bold;
	}

#leftnavi{
	float:left;
	padding: 5px 5px 0px 5px;
	height: 70px;
	display: block;
	}
	
#rightnavi{
	float:right;
	text-align:right;
	margin-right:0;
	padding: 5px 5px 0px 5px;
	height: 70px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	}
	
	.wrapper {
    padding-top: 5px;
}

.searchMobile {
	display: none;
}
	
	
	
	
	
/* ----------- Centerpieces ----------- */

.home #breadcrumbs {
  display: none;
}

#breadcrumbs {
  font-size: 100%;
}

.su-row {
  margin-bottom: 0.7em !important;
}

.alleHeilsteine {
	-moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}


.alleChakren {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.startseite {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

@media only screen and (max-width: 767px) {
	.su-row .su-column + .su-column {
  		margin: 0.1rem 0 0 !important;
	}
	
	.su-row {
		margin-bottom: 1.5em !important;
	}
	
	.alleHeilsteine {
		-moz-column-count: 1;
	    -moz-column-gap: 20px;
	    -webkit-column-count: 1;
	    -webkit-column-gap: 20px;
	    column-count: 1;
	    column-gap: 20px;
	}
	
	.alleChakren {
		-moz-column-count: 1;
    	-moz-column-gap: 0px;
    	-webkit-column-count: 1;
    	-webkit-column-gap: 0px;
    	column-count: 1;
    	column-gap: 0px;
	}
	
	.startseite {
		-moz-column-count: 1;
    	-moz-column-gap: 0px;
    	-webkit-column-count: 1;
    	-webkit-column-gap: 0px;
    	column-count: 1;
    	column-gap: 0px;
	}

}

.page-list-ext .page-list-ext-item {
	margin: 0 0 30px 0 !important; 
}

.page-list-ext h2 {
	margin: 0;
}

/*
 * .table1 {
	background: #eee;
}

.table2 {
	background: #ccc;
}
*/
	
#main{
	width:1100px;
	margin:0 auto 0 auto;
	text-align:left;
	}
	
#content{
	width:750px;
	padding:25px;
	/*background:url('img/contentbg.png');*/
	background: #fff;
	margin-left:0;
	float:left;
	line-height:1.4em;
	}
	
#content a{
	color:#660066;
	}
	
#content a:hover{
	color:#000;
	}
	
#content h2{
	font-weight:100;
	color:#660066;
	}
	
#content h2 a{
	color:#660066;
	text-decoration:none;
	}
	
#content h2 a:hover{
	color:#000;
	}

#content .time{
	text-transform:uppercase;
	margin-top:-12px;
	border-bottom:#ae537b dotted 1px;
	color:#E8CDEB;
	}
	
#content .gray{
	color:#844a76;
	}
	
#content .edit{
	float:right;
	}
	
#content .time a{
	color:#ae3b88;
	text-decoration:none;
	}
	
#content .time a:hover{
	color:#2e1737;
	text-decoration:none;
	border-bottom:#ae3b88 solid 1px;
	}
	
.post{
	padding:0 0 30px 0
	}
	
	.post p{
	font-size: 120%;}
	
.details{
	background-image:url('img/sidebarbg.png');
	padding:2px 15px 2px 15px;
	}
	
.details a:hover{
	color:#2e1737;
	border-bottom:#ae3b88 solid 1px;
	}
	
.display-last-posts, .commentsLayout {
	background-color: #e061e0;
	padding: 10px;
	margin-bottom: 15px;
}

/* ----------- Previous & Next link ----------- */
	
.navigation{
	text-align:center;
	}
	
	
	
	
/* ----------- Sidebar ----------- */
	
.sidebar{
	width:300px;
	float:left;
	margin-right:0px;	
	background:url('img/sidebarbg.png');
	color:#FFFFFF;
	}
	
.sidebar h2{
	padding:0;
	margin:5px;
	color:#FFFFFF;
	font-weight:200;
	border-bottom: #FFFFFF solid 1px;
	}

.sidebar h3{
	font-size: 24px;
	}
	
.sidebar ul{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	}
	
.sidebar ul li{
	background:none;
	padding:2px 0 2px 0;
	margin:5px;
	margin-bottom:15px;
	}
	
.sidebar ul li li{
	border-bottom:#ae537b solid 1px;
	}

.sidebar a{
	/*text-decoration:none;*/
	font-weight: bold;
	color:#fff;
	}

.sidebar a:hover {
	text-decoration:none;
	color:#ccc;
	}
	
.sidebar ul li li:hover{
	background:url('img/sidebarbg.png');
	border-bottom:#ae537b solid 1px;
	}
	
	
	
	
	
	
/* ----------- Search ----------- */
	
#searchform{
	padding:0;
	margin:5px;
}
	
#searchform #s{
	/*background:url('img/contentbg.png');*/
	border:0;
	color:#000;
	font:1.0em Geneva, Arial, Helvetica, sans-serif;
	padding: 2%;
	width: 80%;
}

#searchsubmit {
	width: 20px;
	float: right;
}
	
	
	
	
	
	
/* ----------- Footer ----------- */

#footer{
	height:15px;
	width:100%;
	background-color:#000000;
	clear:both;
	margin-bottom:0;
	color:#FFFFFF;
	/*display:none;*/
	}
	
#footer a {
	color: #fff;
	text-decoration: underline;
}
	
#footerimg{
	height:15px;
	background-color:#000000;
	text-align: center;
	}
	
	
	
/* ----------- Comments ----------- */

ol.commentlist {
	margin:0;
	padding:0;
	}

.commentlist li {
	list-style:none;
	margin-bottom:14px;
	}

.commentlist cite {
	padding: 7px;
	display:block;
	font-style:normal;
	color:#ffffff;
	}	

.commentlist a:link, .commentlist a:visited {
	color:#ae537b;
	}

.commentlist a:hover, .commentlist a:active {
	color:#ffffff;
	}

.commentlist cite img {
	padding:1px;
	border:1px solid #aab59a;
	float:left;
	margin-right:9px;
	}

.commentlist .author {
	font: small-caps bold 1.2em Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	}

.commenttext {
	background: url('img/sidebarbg.png');
	border-top:1px dotted #ffffff;
	padding: 0 20px 10px 20px;
	color:#fafcf6;
	}

/* ----------- Eigene ----------- */
#mineralien { clear: both; }
#chakren { clear: both; }
#sternzeichen { clear: both; }
#mineralien li 	{float: left; width: 150px; padding: 10px; list-style: square;}
#chakren li 	{float: left; width: 45%; padding: 2%; list-style: square;}
#sternzeichen li{float: left; width: 45%; padding: 2%; list-style: square;}

.widget_dfrad	{text-align: center;}

.wp-caption {border: 1px solid white; padding: 10px 0 10px 10px;}
.wp-caption-text {text-align: center; font-weight: bold; font-size: 10px; line-height: 1em;}


/* ----------- Mobile ----------- */
@media only screen and (max-width:599px) {
	body {
		width: 100%; 
	}
	
	.title {
		font-size: 34px;
	}
	
	#description {
		text-transform: none;
	}
	
	#main, #content, #topnavi, #leftnavi, #rightnavi, .sidebar {
		width: 98%; 
		float: none;
		padding: 1%;
		margin: 0;
	}
	
	img {
		float: none;
		margin: 0;
		max-width: 94%;
	}
	
	h1 {
		font-weight: 400 !important;
	}
	
	#content h2{
		font-weight: 400;
	}
	
	.alignright,
	.alignleft {
		float: none !important;
		text-align: center;
		padding: 4% 0;
		margin: 0 auto;
		display: block;
	}
	
	.size-thumbnail {
		margin-right: none;
		margin-bottom: 0;
		border: none;
	}
	
	.searchMobile {
		display: block;
		text-align: center;
		margin: 2% 0;
		background: #660066;
		position: relative;
		padding: 1% 5% 5% 5%;
	}
	
	ul#menu, ul#menu-main-menu {
		width: 100%;
		margin-top: 2%;
		margin-bottom: 2%;
		text-align: center;
		background-color: #370c42;
	}
	
	ul#menu li, ul#menu-main-menu li {
		width: 100%;
		padding: 0;
	}
	
	ul#menu li a, ul#menu-main-menu li a {
		width: 100%;
		height: auto;
		padding: 0;
		margin: 10px 0;
	}
	
	#leftnavi {
		height: auto;
	}
	#rightnavi {
		height: auto;
	}
	
	.googleads {
		position: relative;
		clear: both;
		float: none;
	}
	
	.post {
		padding: 150px 2% 30px 2%;
	}
	
}

