@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Sansita+One|Ropa+Sans|Francois+One);

* {
	padding: 0;
	margin: 0;
	}
	
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
	display: block;
	}
	
body {
	font: normal 19px/24px "Times New Roman", Times, serif;
	color: #000;
	background: url('../images/body-bg.png') top left repeat;
	}	
	
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	}	
	
a:hover {
	text-decoration: none;
	}	
	
.clear {
	clear: both;
	}	
	
/*BEGIN --- #header --- */
#header {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 38px;
	background: url('../images/header-bg.png') top left repeat-x;
	z-index: 999;
	}
	
#button-message {
	display: block;
	position: absolute;
	top: 0;
	right: 10%;
	width: 39px;
	height: 86px;
	background: url('../images/button-message.png') top left no-repeat;	
	}	
	
#button-message:hover {
	top: 5px;
	}	
	
/*BEGIN --- #clouds --- */	
#clouds {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 365px;
	overflow: hidden;
	z-index: -1;
	}

.cloud {
	display: block;
	position: absolute;
	background: url('../images/cloud-1.png/') top left no-repeat;	
	}
	
#cloud-1 {
	top: 110px;
	left: 40px;
	width: 110px;
	height: 74px;
	background-image: url('../images/cloud-1.png');
	}	
	
#cloud-2 {
	top: 188px;
	left: 235px;
	width: 198px;
	height: 125px;
	background-image: url('../images/cloud-2.png');
	}	
	
#cloud-3 {
	top: 40px;
	left: 420px;
	width: 181px;
	height: 115px;
	background-image: url('../images/cloud-3.png');
	}	
	
#cloud-4 {
	top: 145px;
	left: 855px;
	width: 233px;
	height: 145px;
	background-image: url('../images/cloud-4.png');
	}		
	
#cloud-5 {
	top: 110px;
	left: 1160px;
	width: 110px;
	height: 74px;
	background-image: url('../images/cloud-5.png');
	}		
	
/*BEGIN --- #logo --- */
#logo {
	display: block;
	width: 100%;
	padding: 25px 0 0;
	text-align: center;
	z-index: 900;
	}
	
/*BEGIN --- #countdown --- */	
#countdown {
	position: relative;
	display: block;
	width: 814px;
	height: 311px;
	margin: 46px auto 0;
	background: url('../images/badge-size-a.png') top center no-repeat;
	z-index: 700;
	}
	
#countdown ul {
	position: absolute;
	top: 220px;
	left: 241px;
	padding: 0;
	margin: 0;
	list-style: none;
	}	
	
#countdown ul li {
	float: left;
	position: relative;
	width: 83px;
	height: 60px;
	margin: 0;
	padding: 0;	
	text-align: center;
	}
	
#countdown ul li b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 83px;
	font: normal 36px/35px "Francois One", "Times New Roman", Times, serif;
	color: #FFF;
	text-shadow: 1px 1px 0 #000;
	text-align: center;
	}	
	
#countdown ul li span {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	width: 83px;
	font: normal 14px/13px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	text-align: center
	}
	
#rays {
	position: absolute;
	top: 31px;
	left: 0;
	width: 100%;
	height: 787px;
	background: url('../images/rays-size-a.png') top center no-repeat;
	z-index: -100;
	}
	
#lines {
	position: absolute;
	top: 287px;
	width: 100%;
	height: 233px;
	background: url('../images/lines-size-a.png') top center repeat-x;
	z-index: -110;
	}
		
		
/*BEGIN --- #some-text --- */
#some-text {
	width: 900px;
	margin: 0 auto;
	font-size: 21px;
	line-height: 24px;
	text-align: center;
	padding: 2em 0;
	}
	
/*BEGIN --- #footer --- */
#footer {
	display: block;	
	width: 960px;
	margin: 0 auto;
	padding: 2em 0 0;
	}
	
#footer .border-top {
	float: left;
	background: url('../images/border-double.png') top left repeat-x;
	border-bottom: 1px solid #000;
	}	
	
#footer .border-vertical {
	float: left;
	background: url('../images/pixel-black.gif') top center repeat-y;
	}
	
#footer .border-bottom {
	float: left;
	padding-bottom: 10px;
	background: url('../images/border-bottom.gif') bottom left repeat-x;
	}	
	
#footer article {
	display: block;
	width: 480px;
	float: left;
	text-align: center;	
	padding-bottom: 14px;
	}	
	
#footer h2 {
	font: normal 26px/26px "Francois One", "Times New Roman", Times, serif;
	color: #761706;
	padding: 18px 0;
	border-bottom: 1px solid #000;
	}	
	
#footer p {
	padding: 14px 30px;
	}	
	
#footer strong {
	font-size: 18px;
	font-family: "Francois One", "Times New Roman", Times, serif;
	font-weight: normal;
	color: #7a1900;
	}
	
#footer-bottom {
	position: relative;
	height: 57px;
	padding: 1px 30px 0;
	}	
	
#footer .socialize-with-us {
	display: block;
	height: 100px;
	margin-right: 133px;
	background: url('../images/socialize-with-us.png') right top no-repeat;
	}
	
/*BEGIN --- #social-icons --- */		
.social-icons	{
	display: block;
	float: right;
	padding: 14px 0 0 0;
	margin: 0;
	list-style: none;	
	}
	
.social-icons	li {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 0 0 15px;
	padding: 0;
	outline: none;
	background: url('../images/social-icons/_green.png') center center no-repeat;
	}	
	
.social-icons	li:hover {
	background-image: url('../images/social-icons/_red.png');
	}		
	
.social-icons	li a {
	display: block;
	width: 30px;
	height: 30px;
	background: url('../images/social-icons/_clear.png') center center no-repeat;
	}	
		
.social-icons .twitter {
	background-image: url('../images/social-icons/twitter.png');
	}	
	
.social-icons .dribbble {
	background-image: url('../images/social-icons/dribbble.png');
	}
	
.social-icons .facebook {
	background-image: url('../images/social-icons/facebook.png');
	}
	
.social-icons .skype {
	background-image: url('../images/social-icons/skype.png');
	}	
	
.social-icons .rss {
	background-image: url('../images/social-icons/rss.png');
	}			
	
.social-icons .digg {
	background-image: url('../images/social-icons/digg.png');
	}		
	
.social-icons .googlebuzz {
	background-image: url('../images/social-icons/googlebuzz.png');
	}	
	
.social-icons .delicious {
	background-image: url('../images/social-icons/delicious.png');
	}	
	
.social-icons .tumbler {
	background-image: url('../images/social-icons/tumbler.png');
	}	
	
.social-icons .plixi {
	background-image: url('../images/social-icons/plixi.png');
	}	
	
.social-icons .stubleupon {
	background-image: url('../images/social-icons/stubleupon.png');
	}	
	
.social-icons .lastfm {
	background-image: url('../images/social-icons/lastfm.png');
	}	
	
.social-icons .mobypicture {
	background-image: url('../images/social-icons/mobypicture.png');
	}	
	
.social-icons .youtube {
	background-image: url('../images/social-icons/youtube.png');
	}	
	
.social-icons .vimeo {
	background-image: url('../images/social-icons/vimeo.png');
	}	
	
.social-icons .myspace {
	background-image: url('../images/social-icons/myspace.png');
	}	
	
.social-icons .dropbox {
	background-image: url('../images/social-icons/dropbox.png');
	}	
	
.social-icons .foursquare {
	background-image: url('../images/social-icons/foursquare.png');
	}		
	
.social-icons .gowalla {
	background-image: url('../images/social-icons/gowalla.png');
	}	
	
.social-icons .ichat {
	background-image: url('../images/social-icons/ichat.png');
	}	
	
.social-icons .googleplus {
	background-image: url('../images/social-icons/googleplus.png');
	}	
	
.social-icons .linkedin {
	background-image: url('../images/social-icons/linkedin.png');
	}	
	
/*BEGIN --- #twitter --- */
#twitter {
	display: block;
	overflow: hidden;
	height: 56px;
	padding: 12px 20px 0 35px;
	background: url('../images/icon-twitter.png') top left no-repeat;
	}
	
.tweet {
	height: 44px; 
	overflow-y: hidden;
	}	
	
.tweet,
.query {
}

.tweet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
	
.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	line-height: 21px;
}
		
.tweet_list li a {
}
		
.tweet_list .tweet_even {
}
		
.tweet_list .tweet_avatar {
	padding-right: .5em; 
	float: left;
}
		
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}	
	
/*BEGIN --- #subscribe --- */	
#subscribe {
	position: relative;
	display: block;	
	width: 330px;
	height: 155px;
	margin: 0 auto;
	background: url('../images/subscribe-badge-a.png') top center no-repeat;
	}
	
#subscribe form {
	display: block;
	height: 120px;
	}	
	
#subscribe input{
	display: block;
	position: absolute;
	top: 43px; 
	left: 44px;
	border: none;
	background: none;
	width: 242px;
	height: 31px;
	font: normal 18px/31px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #f4e1a2;
	text-align: center;
	text-shadow: 0px -1px 0 #501604;
	}
	
#subscribe a {
	position: absolute;
	top: 80px;
	left: 97px;
	width: 140px;
	height: 20px;
	font: normal 20px/20px "Francois One", Tahoma, Geneva, sans-serif;	
	color: #5b692e;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 1px 0 #ffdb8f;
	}
	
#subscribe a:hover {
	color: #761706;
	}	

#subscribe span {
	display: none;
	position: absolute;
	top: 128px;
	left: 0;
	width: 330px;
	color: #657336;
	text-align: center;
	}
	
.error {
	color: #a3320e !important;
	}	
	
/*BEGIN --- .window --- */
.window-button-close {
	position: absolute;
	top: -16px;
	right: -3px;
	width: 33px;
	height: 31px;
	background: url('../images/window-button-close.png') top left no-repeat;
	}
	
.window-button-close:hover {
	background-image: url('../images/window-button-close-hover.png');
	}	

.window {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
	z-index: 11000;
	}
	
.window-top-right {
	height: 21px;
	padding: 0 35px 0 0;
	background: url('../images/window-top-right.png') top right no-repeat;
	}
	
.window-top-left {
	height: 21px;
	background: url('../images/window-top-left.png') top left no-repeat;
	}
	
.window-body-right {
	padding: 0 35px 0 0;
	background: url('../images/window-body-right.png') top right repeat-y;
	}
	
.window-body-left {
	padding: 0 0 0 35px;
	background: url('../images/window-body-left.png') top left repeat-y;
	}	
	
.window-bottom-right {
	height: 39px;
	padding: 0 35px 0 0;
	background: url('../images/window-bottom-right.png') top right no-repeat;
	}	

.window-bottom-left {
	height: 39px;	
	background: url('../images/window-bottom-left.png') top left no-repeat;
	}
	
#window-location {
	display: none;
	width: 720px;
	margin-left: -360px;
	}
	
#window-location .window-body-left	{
	height: 420px;
	}
	
#window-location iframe {
	width: 100% !important;
	height: 100% !important;
	}	
	
#window-location small {
	position: absolute;
	bottom: 44px;
	left: 120px;
	}	
	
#window-send-message {
	display: none;
	width: 408px;
	margin-left: -204px;
	}
	
#window-send-message h5 {
	padding: 0 0 12px 0;
	font: normal 27px/45px "Sansita One", "Times New Roman", Times, serif;
	color: #94a451;
	text-align: center;
	}	
	
/* --- #contact-from --- */	
#contact-from	{
	display: block;
	padding-bottom: 5px;
	}	
	
label {
	display: block;
	margin-top: 1px;
	padding: 0 0 5px 10px;
	font: normal 18px/16px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3c2d58;
	}

label.red-star {
	background: url('../images/icon-red-star.png') top left no-repeat;
	}
	
.wrap-input {
	display: block;
	position: relative;
	width: 328px;
	height: 32px;
	padding: 0 10px 0 0;
	background: url('../images/input-bg-right.png') top right no-repeat;
	margin: 0 0 14px 0;
	z-index: 800;
	}
	
.wrap-input	span {
	display: block;
	position: relative;
	width: 318px;
	height: 32px;
	background: url('../images/input-bg-left.png') top left no-repeat;
	padding: 0 0 0 10px;
	z-index: 900;
	}	
	
.wrap-input	input {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	border: none;
	width: 318px;
	height: 30px;
	background: none;
	font: normal 18px/30px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9d310d;
	}	
	
.wrap-textarea {
	display: block;
	position: relative;
	width: 328px;
	height: 152px;
	padding: 0 10px 0 0;
	background: url('../images/textarea-bg-right.png') top right no-repeat;
	margin: 0 0 20px 0;
	}
	
.wrap-textarea span {
	display: block;
	width: 318px;
	height: 152px;
	background: url('../images/textarea-bg-left.png') top left no-repeat;
	padding: 0 0 0 10px;
	}	
	
.wrap-textarea textarea {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	border: none;
	width: 318px;
	height: 146px;
	background: none;
	padding: 6px 0 0 0;
	font: normal 18px/20px "Ropa Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9d310d;	
	}		
	
#jf_cf_submit	{
	display: none;
	width: 110px;
	height: 40px;
	margin: 8px auto 0;
	background: url('../images/form-button.png') top left no-repeat;
	text-align: center;
	font: normal 19px/36px "Francois One", Tahoma, Geneva, sans-serif;
	color: #3c2d58;
	text-decoration: none;
	}
	
#jf_cf_submit:hover {
	background: url('../images/form-button-hover.png') top left no-repeat;
	text-decoration: none;
	color: #FFF;
	}	
	
#jf_cf_information {
	text-align: center;
	padding: 0 0 2em 0;
	color: #3c2d58;
	}	
	
#jf_cf_button_show {
	display: block;
	text-align: center;
	color: #761706 !important;
	}	
	
form span.message {
	display: none;
	position: relative;
	top: -14px;
	padding: 0 0 3px 10px;
	font-size: 16px;
	color: #9d310d;
	}
	
form .jf_cf_message	{
	top: -20px !important;
	}
	
#form-preloader {
	display: block;
	position: relative;
	margin: 10px auto 0;
	width: 28px;
	height: 28px;
	background-color: #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}	
	
#form-preloader span {
	display: block;
	width: 100%;
	height: 100%;
	background: url('../images/loader-slider.gif') center center no-repeat;
	}	