/*
Theme Name: Galini
Theme URL: http://www.argondesign.com.au
Description: Custom Theme
Author: Argon Design
Author URL: http://www.argondesign.com.au
Version: 1.0
*/

@charset "utf-8";
@import url("reset.css");

/* -- style -- */
body {
	background:#301c09;
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 1;
	color:#301c09;
}

@font-face {
    font-family: 'dancing_scriptbold';
    src: url('font/dancingscript-bold-webfont.eot');
    src: url('font/dancingscript-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dancingscript-bold-webfont.woff') format('woff'),
         url('font/dancingscript-bold-webfont.ttf') format('truetype'),
         url('font/dancingscript-bold-webfont.svg#dancing_scriptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dancing_scriptregular';
    src: url('font/dancingscript-regular-webfont.eot');
    src: url('font/dancingscript-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/dancingscript-regular-webfont.woff') format('woff'),
         url('font/dancingscript-regular-webfont.ttf') format('truetype'),
         url('font/dancingscript-regular-webfont.svg#dancing_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'OpenSansBold';
	src: url('font/opensans-bold-webfont.eot');
	src: url('font/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
			 url('font/opensans-bold-webfont.woff') format('woff'),
			 url('font/opensans-bold-webfont.ttf') format('truetype'),
			 url('font/opensans-bold-webfont.svg#OpenSansBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* -- Adjusment -- */
.clr { clear: both; }
.fr { float: right!important; }
.fl { float: left!important; }
.ar { text-align: right!important; }
.al { text-align: left!important; }
.ac { text-align: center!important; }
#main ul li {
	margin-left: 20px;
	list-style-type: disc;
	line-height:2;
}
#main ol li {
	margin-left: 20px;
	list-style-type: decimal;
	line-height:2;
}

#main ul, #main ol{
	margin-bottom: 20px;
}
.home #main ul li {
	margin-left: 0px;
	list-style-type: none;
	line-height:2;
}
.mb0 { margin-bottom:0!important;}
.mb10 { margin-bottom:10px!important;}
.mb50 { margin-bottom:50px!important;}
.mr0 { margin-right:0!important;}

/* -- header -- */
header {
}
header .logo {
	width:220px;
	margin:30px 0;
	float:left;
}


/* -- gNav -- */
nav #menu-main {
	height:50px;
	font-family: 'OpenSansBold';
	font-size:16px;
	line-height:50px;
	text-transform:uppercase;
	position:relative;
	z-index:1000;
	float: right;
	margin: 70px 0 0 0;
}
nav #menu-main li {
	margin-left:30px;
	float:left;
	position:relative;
	color:#fff;
}
nav #menu-main li a {
	display:block;
	color: #301c09;
}
nav #menu-main li a:hover {
	color: #E3780F;
}
nav #menu-main li ul {
	position:absolute;
	display:none;
	left:-30px;
	top:40px;
}
nav #menu-main li ul li {
	background: #301c09;
	float:none;
	clear:both;
	font-size:80%;
}
nav #menu-main li ul li a {
	width:140px;
	line-height:30px;
	padding: 2px 10px;
	text-align:left;
	color:#fff;
}
nav #menu-main li ul li a:hover {
	background: #fff;
	text-decoration:none;
	color: #301c09;
}


/* -- footer -- */
footer {
	background:#301c09;
}
footer #footer_in {
	width:940px;
	margin:0 auto;
	padding:30px 0 80px;
	font-size:11px;
	color:#fff;
	font-family: 'OpenSansBold';
	line-height:1.5;
}
footer p {
	width:300px;
	float:right;
	text-align:right;
}
footer ul {
	width:500px;
	float:left;
}
footer li {
	margin-right:20px;
	float:left;
}
footer a {
	color:#fff;
}
footer a:hover { 
	color: #dc6301;
}

/* -- common -- */
#wrapper {
	background:url(img/bg_all.jpg);
}
#wrap {
	width:940px;
	margin:0 auto;
}
#content {
}
#main {
	width:640px;
	padding:40px 0 50px;
	float:left;
}
#main h2 {
	margin-bottom:10px;
	font-family: 'dancing_scriptbold';
	font-size:36px;
	line-height:1.3;
	color:#e3780f;
	font-weight: normal;
}
.home #main h2 {
	text-align: center;
	margin-bottom:20px;
}
#main p {
	margin-bottom:15px;
	line-height:1.8;
}
#main .featurebox {
	background:url(img/bg_paper.png) center bottom no-repeat;
	width:580px;
	padding:30px;
	font-family: 'dancing_scriptbold';
	font-size:24px;
	color:#e3780f;
}
#main .featurebox p {
	line-height:1.2;
}
#side {
	width:260px;
	padding:40px 0 50px;
	float:right;
}
#side p {
	margin-bottom:20px;
}
#side .testimonial {
	background:url(img/quotation.png) left top no-repeat;
	width:220px;
	padding:20px;
	color:#777;
	line-height:1.5;
}
#side .testimonial p {
	margin-bottom:10px;
}
#side .testimonial .name {
	border-bottom:1px solid #ccc;
	margin:0;
	padding-bottom:30px;
	font-size:11px;
	color:#301c09;
	font-style:italic;
}

#main .testimonial_box { 
	background:url(img/quotation.png) left top no-repeat;
	padding:20px;
	color:#777;
	line-height:1.5;
}

#main .testimonial_box p { 
	margin: 0 0 10px 0;
}

.hero p {
	width:940px;
	margin:0 auto;
}
.hero h1 {
	width:940px;
	height:150px;
	margin:0 auto;
	font-size:40px;
	position:relative;
}
.hero h1 span {
	width:300px;
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:2;
	display:block;
	font-family: 'OpenSansBold';
	text-transform:uppercase;
	color:#fff;
}
.hero h1 img {
	z-index:1;
}


/* -- home -- */
.home .hero {
	margin-bottom:30px;
	z-index: 1;
}
.home #main {
	width:940px;
	padding:0 0 40px;
	float:none;
}
.home #main h2 {
	font-size:40px;
}
.home #main .fr,
.home #main .fl {
	width:450px;
	margin-bottom:20px;
}

.home .banner {
	padding: 30px 0 0 0;
}

.home .banner li {
	width:287px;
	margin-right:40px;
	float:left;
}
.home .banner li.end {
	width:286px;
	margin:0;
}


/* -- contact -- */
#main .clearfix {
	margin-bottom:20px;
}
#main .contact_details {
	width:300px;
	float:left;
}
#main .contact_details .tl {
	text-transform:uppercase;
	font-family: 'OpenSansBold';
	font-size:20px;
	color:#301c09;
}
#main .contact_details p {
	margin-bottom:10px;
	line-height:1.3;
}
#main .contact_details dt {
	width:50px;
	float:left;
	clear:both;
	font-weight:bold;
	text-transform:uppercase;
	line-height:1.5;
}
#main .contact_details dd {
	margin-left:60px;
	line-height:1.5;
}
#main .googlemap {
	width:300px;
	float:right;
}
#main .googlemap a {
	color:#301c09 !important;
}

#main .wpcf7-form .fr,
#main .wpcf7-form .fl {
	width:300px;
}
#main .wpcf7-form label {
	margin-bottom:5px;
	font-family: 'OpenSansBold';
	display:block;
	text-transform:uppercase;
}
#main .wpcf7-form textarea,
#main .wpcf7-form input {
	background:#ccc;
	border:none;
	width:280px;
	height:30px;
	padding:0 10px;
	margin-bottom:20px;
	display:block;
}
#main .wpcf7-form textarea {
	height:100px;
	padding:10px;
}
#main .wpcf7-form .wpcf7-submit {
	background:#e3780f;
	border:none;
	width:100px;
	height:25px;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
}

#main .wpcf7-form .wpcf7-validation-errors { 
	margin: 0px !important;
	padding: 7px !important;
	-moz-border-radius: 5px; /* gecko */
	-webkit-border-radius: 5px; /* webkit */
	-khtml-border-radius: 5px; /* old konkeror */
	border-radius: 5px; /* CSS3 standard */
	background-color: #fffbcb !important;
	border: 2px solid #f7e300 !important;
	font-weight: bold;
	text-align: center;
}

#main .wpcf7-form .wpcf7-not-valid-tip { 
	padding: 5px !important;
	-moz-border-radius: 5px; /* gecko */
	-webkit-border-radius: 5px; /* webkit */
	-khtml-border-radius: 5px; /* old konkeror */
	border-radius: 5px; /* CSS3 standard */
	background-color: #fecdcd !important;
	border: 2px solid #FF0000 !important;
	color: #790000;
	font-weight: bold;
	text-align: center;
}
