/* ---- Google Fonts ---- 
font-family: 'Life Savers', cursive;
font-family: 'Droid Sans', sans-serif;
*/
@import url('http://fonts.googleapis.com/css?family=Life+Savers:400,700|Droid+Sans:400,700&subset=latin,latin-ext');

/* ---- Resets ----*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---- Basics ---- */
body {
	font-family:'Droid Sans', Arial, sans-serif;
    font-size: 0.875em;
    line-height: 1.429;
	color: #575756;
	text-align: center;	
	padding: 0;
	margin-bottom: 40px;
}

.screen-reader-text {
	display: none;
}

/* ---- Links ---- */
a {
	color: #c1d100;
	text-decoration: none;
	outline: none;
}

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

/* ---- Structure ---- */
.a_all {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 25px;
}

.a_head {
	min-height: 90px;
	margin-bottom: 20px;
	border-bottom: 1px solid  #c1d100;
}

.a_content {
	width: 100%;
	float: left;
}

.a_navi, .a_footer {
	display: none;
}

/* ---- Post ---- */
.a_content .post, .a_content .page, .a_content .attachment {
	clear: both;
}

.archive .a_content .post {
	margin-bottom: 40px;
}

.home .a_content .post {
	margin-bottom: 20px;
}

.home .a_content .post {
	width: 48.889%;
	padding: 0;
}

.home .a_content .gutter-size {
	width: 2.222%;
}

.post-meta span {
	display: block;
}

.post-meta-footer {
	font-size: 0.857em;
	color: #575756;
	border-top: 1px solid #c1d100;
	margin-top: 10px;
	padding-top: 10px;
}

.home .post-meta-footer {
	border-bottom: 1px solid #c1d100;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.tag-links {
	margin-top: 6px;
	display: block;
}

.navigation {
	border-top: 1px solid #c1d100;
	padding-top: 10px;
	margin: 20px 0 0;
}

div.alignleft, div.alignright {
	width: 49%;
}

.next-posts {
	float: left;
}

.previous-posts {
	float: right;
	text-align: right;
}

.format-quote .post-title, .home .format-quote .post-meta-footer {
	display: none;
}

/* ---- Sidebar ---- */
.a_sidebar {
	display: none;
}

/* ---- Textelements ---- */
h2, .archive-title {
	font-family: 'Life Savers', cursive;
    font-size: 1.571em;
    color: #c1d100;
    line-height: 1.125;
	margin-bottom: 20px;	
	font-weight: 700;
}

.archive-title {
	font-size: 2.143em;
	color: #c1d100;
}

.post-title, .archive-title {
	position: relative;
}

.blog .post-title, .archive .post-title, .search .post-title {
	font-size: 1.429em;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}

.post-content h1 {
	font-family: 'Life Savers', cursive;
    font-size: 2.286em;	
	margin-bottom: 20px;
	font-weight: 700;
}

.post-content h2 {	
	font-family: 'Life Savers', cursive;
    font-size: 1.571em;
   	font-weight: 700;
}

.post-content h3 {
	font-family: 'Life Savers', cursive;
    font-size: 1.286em;	
   	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;	
}

.post-content h4 {
	font-weight: 700;
	margin-bottom: 10px;	
}

.post-content h5, .post-content h6 {
	font-weight: 700;	
}

.post-content p {
	margin-bottom: 20px;
}

.post-meta p, .widget p  {
	margin-bottom: 17px;
}

strong, b {
	font-weight: 700;
}

.sub-title strong {
	font-weight: 400;
}

em, italic {
	font-style: italic;
}

blockquote {
	font-family: 'Life Savers', cursive;
    font-weight: 700;
    font-size: 1.143em;
	color: #7f7f7f;
}

.format-quote .post-content blockquote {
	font-size: 2.571em;
    font-weight: 700;
    line-height: 1.2;
}

.post-content ul, .post-content ol {
	margin-bottom: 20px;
}

.post-content ul ul, .post-content ol ol {
	margin-bottom: 0px;
}

.post-content ul li {
	position: relative; 
	left: 20px; 
	list-style: disc;
	
}

.post-content ol li {
	position: relative; 
	left: 20px;
	list-style: decimal;
}

.sep {
	padding: 0 5px;
}

/* ---- Images ---- */
.post-content img {
	max-width: 100%;
	height: auto;
}

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

img.alignleft, .post-content div.alignleft {
	margin: 4px 20px 20px 0;
}

img.alignright, .post-content div.alignright {
	margin: 4px 0 20px 20px;
}

.wp-caption {
	background-color: #fdf4b2;
	font-size: 0.923em;
}

.wp-caption img {
	padding: 5px;
	margin-left: 0;
	margin-right: 0;
}

.wp-caption p {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0;
}

/* ---- Comments ---- */
#comments, #respond {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid #c1d100;
}	

#respond {
	display: none;
}
	
#comments h3 {
    font-size: 1.286em;
	margin-bottom: 10px;
}

#comments p {
	margin-bottom: 10px;
} 

.commentlist .comment_inner {
	margin-bottom: 20px;
}

.commentlist .children {
	margin: 0 0 30px 75px;
}

.comment-gravatar img {
	width: 60px;
	float: left;
	margin-right: 15px;
}

.comment-data {
	overflow: hidden;
}

#cancel-comment-reply-link {
	font-weight: normal;
	margin-left: 10px;
}

/* ---- Forms ---- */
input[type=text], input[type=password], textarea {
	font-family:'Droid Sans', Arial, sans-serif;
	font-size: 1em;
	border: 0;
	background-color: #dddddd;
	width: 99%;
	padding: 1px;
	margin-bottom: 6px;
}

textarea {
	height: 120px;
}

input[type=submit] {
	cursor: pointer;
	color: #FFF;
	background-color: #c1d100;
	border: 0;
	width: auto;
	padding: 3px;
	margin-bottom: 0;
}

select {
	width: 100%;
}

label {
	font-weight: 700;
	padding-bottom: 3px;
}

.wpcf7 p {
	margin-bottom: 4px;
}

/* ---- Divider ---- */
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.divider-10 {
	height: 10px;
}

.line {
	margin: 20px 0;
	border-top: 1px solid #c1d100;
}

hr {
	display: none;
}

.gallery .clear {
	height: auto;
}

/* ---- Galerie ---- */
.gallery {
	margin-bottom: 20px !important;
}

.gallery .gallery-item .gallery-icon img {
    padding: 5% 1% 3% 1% !important;
    max-width: 90% !important;
    vertical-align: middle;
}

.gallery-caption {
	display: none;
}

/* ---- Accordion ---- */
.inline .last {
	border-bottom: 1px solid #7A9E1A;
	margin-bottom: 20px;
}

#accordion .menu-title, #accordion .field-title {
	color: #7A9E1A;
	margin-bottom: 0;
	padding: 10px 30px 10px 0;
	border-top: 1px solid #7A9E1A;
	outline: none;
	position: relative;
	font-size: 1.571em;
}

#accordion #ui-accordion-accordion-header-0 {
	margin-top: 0;
}

#accordion .ui-accordion-content-active {
	margin-bottom: 50px;
}

#accordion .last-panel {
	margin-bottom: 0;
}

#accordion span.ui-accordion-header-icon {
	display: none;
}

#accordion .field-title {
	color: #7A9E1A;
    font-family: 'Life Savers',cursive;
	font-size: 1.429em;
    font-weight: 700;
    line-height: 1.2;
}

/* ---- Additional Fields ---- */
#masonry .post {
	background-color: #fff;
	border-radius: 6px;
	width: 48.889%;
	padding: 0;
	margin-bottom: 20px;
	clear: none;
}

#masonry .gutter-size {
	width: 2.222%;
}

#masonry .field-text {
	padding: 10px;
}

#masonry .field-title {
	color: #7A9E1A;
    font-family: 'Life Savers',cursive;
	font-size: 1.429em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

#masonry .post-content p {
	margin-bottom: 10px;
}

/* ---- Products ---- */
.group-product .post {
	padding: 0;
}

.single-product {
	border-bottom: 1px solid #c1d100;
	margin-bottom: 10px;
}

.last {
	border-bottom: 0;
}

.single-product h4 {
	margin-bottom: 0;
}

.big-headline {
	border-bottom: 0;
}

.big-headline .product-title {
	font-family: 'Life Savers',cursive;
    font-weight: 700;
	font-size: 1.571em;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 20px 0 10px;
}

.single-product p {
	margin-bottom: 10px;
}

.single-product .product-text {
	width: 85%;
	float: left;
}

.single-product .no-price {
	width: 100%;
	float: none;
}

.single-product .product-price {
	width: 15%;
	float: right;
	text-align: right;
	font-family: 'Life Savers',cursive;
	font-size: 1.571em;
	font-weight: 700;
	color: #c1d100;
	padding-top: 5px;
	white-space: nowrap;
}

/* ---- Page Links ---- */
.page-links {
	display: none;
}

/* ---- Category Images ---- */
.cat-image {
	display: none;
}