checkcheck/*
 Theme Name: functionalaesthetics
 Theme URI: http://www.functionalaesthetics.eu
 Author: functionalaesthetics
 Author URI: http://www.functionalaesthetics.eu
 Version: 1.0 Basic Styles
 
 
 <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>
		<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700' rel='stylesheet' type='text/css'>
		
		
*/ 
/* ------ GLOBALS ------- */
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	color: #1c1c1c;
}
body {
	overflow-y: scroll;
}
html {
	line-height: 1;
}
.noborder {
	border-bottom: 0px !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.nomargin {
	margin-bottom: -5px !important;
}
.clear {
	clear: both;
	height: 0px;
}
.fb-like {
	margin-top: -1px;
}
.trenner {
	width: 100%;
	border-bottom: 1px solid #BBBBBB;
	box-shadow: 0 1px 0 #FFFFFF;
	margin-bottom: 25px;
}
.fw600{
	font-weight: 600;
}
iframe{
	border:none;
	margin: 0px;
	width: 100%;
	height: 550px;
}

/*-------- MISC -------*/
code {
	background-color: #fff;
	font-size: 90%;
	font-family: "Courier";
	padding: 5px 10px;
	display: block;
}
blockquote {
	border-left: 1px solid #bbbbbb;
	padding-left: 10px;
	display: block;
	font-style: italic;
}
.video {
	width: 100%;
	height: auto;
	/* ie8 */
	margin: 10px 0;
}
/*fonts, text, header, link, etc. */
p {
	margin: 10px 0 0 0;
}
h1 {
	font-size: 100%;
	line-height: 150%;
	font-weight: 600;
	color: #1c1c1c;
}
h2 {
	font-size: 100%;
	font-weight: 400;
}
h3 {
	font-size: 60px;
	font-weight: 300;
	color: #1c1c1c;
	line-height: 80px;
	padding: 0px;
}

h4 {
	font-size: 40px;
	font-family: 'Roboto Slab', 'Open Sans', sans-serif;
	font-weight: 500;
	color: #1c1c1c;
	line-height: 50px;
	padding: 0px;
}

a {
	color: #717171;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #1c1c1c;
}
.active {
	color: #000;
}
a img {
	border: none;
}
q, blockquote {
	quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
/* lists, tables*/
ol, ul, li {
	list-style: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, section, summary {
	display: block;
}
fieldset {
	border: 0px;
}
/*Basic Layout*/
#wrapper {
	margin: 60px auto 0 auto;
	width: 984px;
}

#wrapper.intNav {
	margin: 120px auto 0 auto;
}
.box {
	float: left;
	margin-bottom: 25px;
	margin-left: 20px;
	width: 231px;
	-moz-background-clip: padding-box !important;
	-webkit-background-clip: padding-box !important;
	background-clip: padding-box !important;
}

.box h2,
.box p,
#user_info{
	font-size: 16px;
	line-height: 23px;
}
#boxcontent {
	z-index: 10;
	margin: 26px 0 0 -20px;
}

#boxcontent_content_page,
.boxcontent_content_page{
	z-index: 10;
	margin: 0px 0 0 -20px;
}
.box_page {
	padding: 5px 10px 5px 0px;
	width: 294px;
	margin-left: 20px;
	margin-top: 10px;
	float: left;
	height: 404px;
}

#wpadminbar{
	display: none;
}
/*--------CLAIM-------*/
#claim,
.claim{
	font-family: 'Roboto Slab', 'Open Sans', sans-serif;
	font-weight: 500;
	margin: 35px 0;
}

.small_claim {
	font-size: 80%;
	font-weight: 400;
	line-height: 100%;
	margin: 14px 0 6px 0;
	display: block;
}

/*
#slide+#claim{
	padding: 15px 0;
	margin-top: 60px;
}

#login+#claim{
	padding: 15px 0;
	margin-top: 0px;
}


*/
/*--------ARCHIVE-------*/
#page_title {
	width: 100%;
	border-bottom: 1px solid #bbbbbb;
	padding: 20px 0;
	margin: 45px 0 0 0;
}
/*--------Comments-------*/
.comment_wrapper {
	float: right;
	width: 733px;
	margin: 26px 0 0 0;
}
.comment_author {
	float: left;
	width: 230px;
	margin-right: 20px;
}
.comment_textarea {
	float: left;
	width: 483px;
}
#comment_headline {
	display: block;
	padding: 7px 10px;
	color: #f3f3f3;
	background-color: #1c1c1c;
}
#add_comment {
	margin-top: 25px;
}
#add_comment input {
	width: 220px;
	text-align: left;
	margin-bottom: 10px;
	border: 0px solid #fff;
	font-size: 100%;
	color: #1c1c1c;
	outline: 0px;
	padding: 6px 5px;
}
#add_comment input[type="submit"] {
	display: block;
	border: 0px solid #fff;
	width: 483px;
	font-size: 100%;
	color: #f3f3f3;
	vertical-align: middle;
	text-align: center;
	background-color: #1c1c1c;
	padding: 6px 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#add_comment input[type="submit"]:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: #000000;
}
#add_comment input[type="submit"]:active {
	cursor: pointer;
	background-color: #fff;
	color: #1c1c1c;
}
#add_comment textarea {
	background-color: #fff;
	width: 471px;
	text-align: left;
	margin-bottom: 15px;
	font-size: 100%;
	color: #1c1c1c;
	outline: 0px;
	padding: 6px;
}
#add_comment textarea:focus, #add_comment input:focus {
	outline: none;
}
ol.commentlist li {
	padding: 20px 0 0 0;
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 20px;
}
.comment_meta {
	float: left;
	width: 230px;
	margin-right: 20px;
}
.comment_text {
	float: left;
	width: 483px;
	margin-top: -10px;
}
#socials {
	margin-bottom: 20px;
	float: left;
}
.socials {
	display: inline;
	vertical-align: top !important;
	max-width: 100px;
}

/*------FA-Finder---------*/
#fa_finder {

	overflow: hidden;
	display: block;
	background: #000;
	width: 100%;
	margin: 0px;
	padding: 0;
	height: 60px;
}
#fa_finder form {
	width: 100%;
	height: 70%;
	overflow: hidden;
}


/*------FA-Plugin-Visual-Form-Builder---------*/

.vfb-choice {
	display: block !important;
}

