/*
Theme Name: iLoofolio
Theme URI: http://themeforest.net
Version: 1.0
Author: Hein Maas
Author URI: http://heinmaas.com
*/

@import url("assets/css/reset.css");
/*@import url("assets/css/master.css");*/
@import url("assets/css/ie.css");

span.wpcf7-list-item {
display:block;
}

#searchform label {
	position:absolute;
	top:-1500px;
	left:-1500px;
}
/*
master.css was moved to below
*/
body {
	font: 14px/22px Arial;
	color: #000000;
	background: #f7f7f7 url(assets/img/bg-body-subpage.png) repeat-x;
	text-shadow: 0px 1px 0px #fff;
}

body.home {
	background: #f7f7f7 url(assets/img/bg-body-homepage.png) repeat-x;
}

body.page-template-pageLand-php {
	background: #f7f7f7 url(assets/img/bg-body-homepage.png) repeat-x;
}

/* Links */

a:link, a:visited {
	color: #00875c;
	outline: none;
}

a:hover {
	text-decoration: none;
}


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

#container {
	width: 960px;
	margin: 0 auto;
}

/* Homepage */

.primary {
	width: 440px;
	padding: 0 10px;
	float: left;	
}

.secondary {
	width: 440px;
	padding: 0 10px;
	margin-top: 30px;
	float: right;
}

/* Subpages */

.main {
	width: 620px;
	float: left;
	padding: 10px 20px 30px 30px;
}

.sidebar {
	width: 235px;
	float: left;
	padding: 20px 25px 0;
}


/* HEADER
------------------------------------------------------------- */

.header {
	margin: 10px 0 0;
}

.header h1#logo a {
	display: block;
	width: 305px;
	height: 100px;
	background: url(assets/img/bg-logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
}

/* Navigation - First level */

.header ul#nav {
	margin: 30px 0 0 8px;
	float: left;
	position: relative;
	text-shadow: 0px 1px 0px #fff;
}

.header ul#nav li {
	float: left;
	margin: 0 8px 0 0;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	
}

.header ul#nav li a {
	text-decoration: none;
	color: #0e0e0e;
	padding: 0 6px;
	line-height: 28px;
	position: relative;
	z-index: 10;
	display: block;
}

.header ul#nav li.current_page_item, .header ul#nav li:hover, .header ul#nav li.hover {
	background: url(assets/img/bg-lavalamp.png) no-repeat;
}

.header ul#nav li.current_page_item a, .header ul#nav li:hover a, .header ul#nav li.hover a {
	background: url(assets/img/bg-lavalamp.png) right bottom no-repeat;
}

.header ul#nav li a:hover, .header ul#nav li.current a {
	color: #00875c;
}

.header ul#nav li.hover, .header ul#nav li:hover { 
	position: relative; 
}

/* Navigation - Second level */

.header ul#nav ul {
	width: 220px;
	visibility: hidden; 
	position: absolute; 
	top: 100%; left: 0;  
	z-index: 50;
	background-color: #f2f1ee;	
}

.header ul#nav ul li {  
	background-color: #f2f1ee;
	background-image: none !important; 
	float: none; 
	border-bottom: 1px solid #e5e4e1;
	border-top: 1px solid #fff;
	display: block;
	margin: 0;
}

.header ul#nav ul li:hover a { 
	color: #00875c;
	background-image: none;	
}

.header ul#nav ul li:hover a:hover {
	text-decoration: none; 
	color: #00875c;
	background-image: none;
	background-color: #f2f1ee;
}

.header ul#nav li.hover ul li a {
	color: #363636;
	height: 31px;
	line-height: 31px;
	background-image: none;
}

.header ul#nav li.hover ul li a:hover {
	color: #00875c;
	background-color: #f2f1ee;
}			  
                                   
.header ul#nav ul li a { 
	color: #fff;
	padding: 0 0 0 8px;
}


/* FEATURED SECTION
------------------------------------------------------------- */

.featured {
	height: 305px;
	width: 960px;
	background: url(assets/img/bg-featured.png) 50% 50% no-repeat;
	font: 12px/18px "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}

.featured h3 {
	font-size: 28px;
	font-style: italic;
	margin: 30px 0 20px 0;
	color: #fff;
}

.featured .item {
	width: 960px;
	height: 305px;
}

.featured .item img {
	position: absolute;
	bottom: -1px !important;
	left: 0;
}

.featured div#slider-nav {
	width: 54px;
	position: absolute;
	bottom: -13px; left: 453px;
	z-index: 100;
}

.featured a#prev {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	background: url(assets/img/bg-prevnext.png) top left no-repeat;
	text-indent: -9999px;
}

.featured a#prev:hover {
	background-position: bottom left;
}

.featured a#next {
	display: block;
	float: left;
	width: 27px;
	height: 28px;
	background: url(assets/img/bg-prevnext.png) bottom right no-repeat;
	text-indent: -9999px;
}

.featured a#next:hover {
	background-position: top right;
}

/* Tagline - subpages */

.tagline {
	padding: 20px 0 10px;
	background: url(assets/img/bg-featured.png) no-repeat;	
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	text-align: center;
	font-size: 22px;
	font-family:"Times New Roman", Times, serif;
}

.tagline p:first-child {
	font-size: 22px;
	margin: 0 0 10px 0;
}


/* MAIN STYLES
------------------------------------------------------------- */

/* Headings */

h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family:"Times New Roman", Times, serif;
	margin: 0 0 20px 0;
	color: #008d62;
}

h2 {
	font-size: 30px;
	font-family:"Times New Roman", Times, serif;
	color: #008d62;
}

h3 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	color: #008d62;
}

h4 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	color: #008d62;
}

h5 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	color: #008d62;
}

h6 {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	color: #008d62;
}

.home h5 {
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #008d62;
	margin: 0 0 10px 0;
}

/* "Box" structure */

.top {
	background: url(assets/img/bg-boxtop.png) no-repeat;
	height: 10px;
	width: 959px;
}

.bottom {
	background: url(assets/img/bg-boxbottom.png) no-repeat;
	height: 10px;
	width: 959px;
	margin-bottom: 30px;		
}

.section {
	background: url(assets/img/bg-boxmiddle.png) repeat-y;
	padding: 20px 0 0;
	position: relative;
}

.content.section {
	background: url(assets/img/bg-boxcontent.png) repeat-y;
}

.content + .bottom {
	padding-bottom: 20px;
}

.section .service {
	width: 255px;
	float: left;
	padding: 0 30px;
	background: url(assets/img/separator-vert.png) 100% 100% no-repeat;
}

.section .service:last-child {
	background: none;
}

.section .service img {
	float: left;
	margin: 0 25px 30px 0;
}

/* Homepage - primary content */

.primary ul.services li {
	background: url(assets/img/separator-horz.png) 50% 100% no-repeat;
	padding: 0 10px 20px 0;
	margin: 30px 0 0 0;
}

.primary ul.services li:last-child {
	background: none;
}

.primary ul.services li p {
	margin: 10px 0;
}

.primary ul.services li img {
	float: left;
	margin: 0 45px 20px 0;
	padding: 7px;
	background-color: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-webkit-transform: rotate(6deg);
	-moz-transform: rotate(6deg);
	transform: rotate(6deg);
	-webkit-transition: -webkit-transform 0.2s ease-in;		
}

.primary ul.services li img:hover {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.primary ul.services li a.more {
	display: block;
	float: right;
	width: 21px;
	height: 23px;
	text-indent: -9999px;
	background: url(assets/img/button-more.png) no-repeat;
	margin: 0 15px 0 0;
}

/* Main content - subpages */

.main {
	color: #000000;
}

.main p {
	margin-bottom: 20px;
}

.main ul {
	margin-bottom: 20px;
}

.main blockquote {
	background-color: #fff;
	padding: 10px 20px;
	border: 1px solid #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 0 50px 20px 50px;
	font-style: italic;
	text-align: center;
}

.main blockquote *:last-child {
	margin-bottom: 0;
}

.main img {
	background-color: #fff;
	padding: 8px;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	
}

.main img.alignleft {
	float: left;
	margin: 10px 30px 25px 0;
	clear: both;
}

.main img.alignright {
	float: right;
	margin: 10px 0 25px 30px;
	clear: both;
}

.main form p {
	margin-bottom: 10px;
}

.main form input[type=text], .main form textarea {
	width: 195px;
	background-color: #fff;
	border: 1px solid #eee;
	padding: 4px 10px;
	margin: 0 15px 0 0;
	font: 12px/18px "Myriad Pro", "Lucida Sans", "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2);
}

.main form input[type=text]:focus, .main form textarea:focus {
	border-color: #ddd;
	-webkit-box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
}

.main form textarea {
	width: 560px;
	margin-bottom: 10px;
}

.main form input[type=submit] {
	width: 68px;
	height: 35px;
	border: none;
	background: url(assets/img/button-submit.png) no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	float: left;
}

.main form div#error {
	float: left;
	line-height: 36px;
	margin: 0 0 0 20px;
}

.main form div#error p.loading {
	padding: 0 0 0 25px;
	background: url(assets/img/ajax-loader.gif) 0 50% no-repeat;
}

.main form div#error span.wrong {
	color: red;
	margin: 0 5px 0 0;
}


/* Portfolio page */

.portfolio {
	padding: 10px 25px 30px;
}

.portfolio .item {
	margin: 25px 0;
	padding-top: 30px;
	background: url(assets/img/separator-horz.png) repeat-x;
}

.portfolio .item .descr-top {
	width: 838px;
	height: 17px;
	background: url(assets/img/bg-bubblebig-top.png) no-repeat;
	margin: 0 auto;	
}

.portfolio .item .descr {
	width: 798px;
	background: url(assets/img/bg-bubblebig-middle.png) repeat-y;
	padding: 0 20px;
	font-size: 10px;
	position: relative;
	margin: 0 auto;
}

.portfolio .item .descr-bot {
	width: 838px;
	height: 31px;
	background: url(assets/img/bg-bubblebig-bottom.png) no-repeat;
	margin: 0 auto 15px;	
}

.portfolio .item .descr h5 {
	color: #047bc8;
	margin-bottom: 5px;
}

.portfolio .item .descr a.visit {
	display: block;
	width: 136px;
	height: 42px;
	text-indent: -9999px;
	background: url(assets/img/button-visit.png);
	position: absolute;
	bottom: -35px; right: -12px;
}

/* Blog posts styling */

.post {
	background: url(assets/img/separator-horz.png) repeat-x;	
	margin: 0 0 35px 0;
}

.post h3:first-child {
	font-style: italic;
	padding: 15px;
	background: url(assets/img/separator-horz.png) 100% 100% repeat-x;
	margin: 0 0 20px;
}

.post > * {
	margin: 0 15px;
}

.post img.post-thumb {
	border: none;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-bottom: 20px;
}

.post .meta {
	background-color: #eeedea;
	border: 1px solid #dfdfde;
	padding: 5px 5px 5px 25px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-style: italic;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin: 20px 0;
	position: relative;
}

.post .meta a {
	color: #454545;
	text-decoration: none;
	overflow: hidden;
}

.post .meta a:hover {
	text-decoration: underline;
}

.post .meta a.more-link {
	display: block;
	width: 120px;
	height: 40px;
	float: right;
	text-indent: -9999px;
	background: url(assets/img/button-readmore.png);
}

/* Blog comments styling */ 

.comment-area {
	background: url(assets/img/separator-horz.png) repeat-x;
	padding: 20px;
}

.comment-area #respond h3 {
	margin: 35px 0 20px 0;
	color: #077ac6;
	font-size: 14px;
}

.comment-area ol li {
	position: relative;
	background: url(assets/img/separator-horz.png) bottom left repeat-x;
	padding: 20px 10px 15px 60px;	
}

.comment-area ol li p:last-child {
	margin-bottom: 0;
}

.comment-area ol li ul li {
	background: url(assets/img/separator-horz.png) top left repeat-x;
}

.comment-area ol li ul li:last-child {
	margin: 0 0 0 50px;
	padding-bottom: 0;
}

.comment-area ol li img.avatar {
	position: absolute;
	top: 15px;
	left: 0;
	padding: 4px;
	background-color: #e8e5df;
	border: 1px solid #d6d6d6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.comment-area ol li cite {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	display: block;
}

.comment-area ol li span.date {
	font-style: italic;
	color: #000000;
	margin: 0 0 10px 0;
	display: block;
}

.comment-area ol li a.comment-reply-link {
	display: block;
	position: absolute;
	right: 10px; top: 15px;
	text-decoration: none;
}

.comment-area ol li a.comment-reply-link:hover {
	text-decoration: underline;
}


/* SECONDARY STYLES
------------------------------------------------------------- */

/* Homepage - secondary content */
 
.secondary h2 {
	color: #000000;
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 35px 0;
}

.secondary p {
	margin: 0 0 20px 0;
	color: #000000;
}

.secondary p a.quote {
	display: block;
	width: 282px;
	height: 57px;
	text-indent: -9999px;
	background: url(assets/img/button-freequote.png) no-repeat;
	margin: 30px auto;
}

/* Subpages - sidebar */

.sidebar {
	background: url(assets/img/bg-sidebar-top.png) no-repeat;
	margin-top: -20px;
	font-size: 12px;
}

.sidebar .widget {
	margin: 0 0 40px 0;
}

.sidebar .widget h3 {
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
	background: url(assets/img/separator-horz.png) 0 100% no-repeat;
	font-size: 18px;
}

.sidebar .widget img {
	margin: 0px 0px;
}

.sidebar .widget ul {
	margin: 0 15px;
}

.sidebar .widget ul li a {
	display: block;
	height: 22px;
	line-height: 22px;
	color: #666;
	background: url(assets/img/separator-horz.png) 0 100% no-repeat;
	text-decoration: none;
	padding: 0 0 0 4px;
}

.sidebar .widget a.buynow {
	display: block;
	width: 244px;
	height: 58px;
	margin: 15px 0;
	background: url(assets/img/button-buynow.png) no-repeat;
	text-indent: -9999px;
}

.section a.gotop {
	display: block;
	width: 39px;
	height: 42px;
	text-indent: -9999px;
	background: url(assets/img/button-top.png);
	position: absolute;
	bottom: -19px; right: 10px;
}

/* FOOTER
------------------------------------------------------------- */

.bottom-container {
	background: #1a1a1a url(assets/img/bg-bottom.png) repeat-x;
	width: 100%;
	margin: 40px 0 0 0;
	position: relative;
}

.bottom-container .bottom {
	margin-bottom: 0;
}

.bottom-container .wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	top: -30px;
}

/* Footer widgets */

.bottom-container .widget {
	width: 249px;
	float: left;
	padding: 0 35px;
	background: url(assets/img/separator-vert.png) right top no-repeat;
	font-size: 12px;
	line-height: 20px;
	position: relative;
	margin-bottom: 10px;
}

.bottom-container .widget h3 {
	font-size: 20px;
	font-style: italic;
	color: #00875c;
	margin-bottom: 4px;
}

.bottom-container .widget .textwidget span {
	display: block;
	font-size: 14px;
	font-variant: small-caps;
	margin-bottom: 22px;
}

.bottom-container .widget p {
	margin-bottom: 15px;
}

.bottom-container .widget ol.twitter li {
	margin-bottom: 15px;
}

.bottom-container .widget ol.twitter li p {
	margin-bottom: 0;
}

.bottom-container .widget ol.twitter li span a {
	font-size: 10px;
	text-decoration: none;
}

.bottom-container .widget blockquote {
	width: 265px;
	background: url(assets/img/bg-bubbletop.png) no-repeat;
	padding: 10px 0 0;
}

.bottom-container .widget blockquote p {
	padding: 0 15px;
	background: url(assets/img/bg-bubble.png) repeat-y;
	font-style: italic;
	text-align: center;
	margin: 0;
}

.bottom-container .widget cite {
	display: block;
	width: 275px;
	background: url(assets/img/bg-bubblebottom.png) no-repeat;
	padding: 25px 0 0 10px;
}

.bottom-container .widget a.readon {
	display: block;
	width: 102px;
	height: 42px;
	background: transparent url(assets/img/button-readon.png) no-repeat;
	text-indent: -9999px;
	position: relative;
	left: -40px;
}

.bottom-container .widget a.follow {
	float: right;
	background: url(assets/img/icon-twitter.png) 100% 50% no-repeat;
	padding-right: 22px;
}

.bottom-container .widget a.more-testimonials {
	display: block;
	width: 189px;
	height: 40px;
	float: right;
	margin-top: 35px;
	text-indent: -9999px;
	background: url(assets/img/button-satisfaction.png) no-repeat;
}

/* Footer - copyright info */

.footer {
	background: url(assets/img/bg-footer.png) 0 -1px no-repeat;
	height: 100px;
	text-shadow: 0px -1px 0px #000;
	color: #faf9f7;
	font: 9px/16px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0 0;
}

.footer p {
	width: 50%;
	float: left;
}

.footer p:last-child {
	text-align: right;
}


/* MISC.
------------------------------------------------------------- */

.hide {
	display: none;
}

.clear {
	clear: both;
}

/* self-clear floats */

.primary ul.services li:after,
.group:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* TWITTER WIDGET STUFF
------------------------------------------------------------- */

.bottom-container .widget li.twitter-item{
padding-top:10px;
}

.bottom-container .widget ul.twitter {
padding-top: 20px;
}

.bottom-container .widget span.twitter-timestamp{
font-size: 10px;
font-style: normal;
font-weight: 500;
}



div.wpcf7-mail-sent-ok{
background:#009933;
padding:20px;
border:2px solid #003300;
color:#FFFFFF;
font-size:18px;
font-weight:bold;
}
