/*-----------------------------------------------------------------------------------

	Template Name: Retro
	Template URI: http://www.deliciousthemes.com
	Description: A Coming Soon Template
	Author: Madalin Tudose
	Author URI: http://www.deliciousthemes.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------

	1.	CSS Reset & Clearfix
	2.	Document Setup (body, common classes, structure etc)
	3.	Main Content Styles
		3.1. Countdown
		3.2. Contact Form
		3.3. Social Links
	4.	Tipsy Plugin - https://github.com/jaz303/tipsy
	4.	Twitter Plugin - http://tweet.seaofclouds.com/

-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
/*-----------------------------------------------------------------------------------*/

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;
}

label{
	position:absolute;
	left:-9999px;
}

input,textarea {
	font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;	
	font:inherit;
	resize:none;
	color:#6e7a55;
	background:#f4efcd;
}

[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	color:#6e7a55;
}

.clear {
	clear:both;
}

/*-----------------------------------------------------------------------------------*/
/*	2.	Document Setup (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/bebas-neue/BebasNeue-webfont.eot');
    src: url('fonts/bebas-neue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas-neue/BebasNeue-webfont.woff') format('woff'),
         url('fonts/bebas-neue/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/bebas-neue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CopseRegular';
    src: url('fonts/copse/Copse-Regular-webfont.eot');
    src: url('fonts/copse/Copse-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/copse/Copse-Regular-webfont.woff') format('woff'),
         url('fonts/copse/Copse-Regular-webfont.ttf') format('truetype'),
         url('fonts/copse/Copse-Regular-webfont.svg#CopseRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font: 12px/20px 'CopseRegular', CopseRegular, Helvetica, Arial, sans-serif;
	background:url(images/bg.png) repeat scroll 0 0;
	margin:0;
	padding:0;
	color:#E5E5E5;
}

#wrapper {

}

.centered {
	width:800px;
	margin:0 auto;
	padding:0;
}

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;
}

a.logo {
	text-align:center;
	display:block;
	margin:0 0 15px 0;
}

h1 {
	font-family: 'BebasNeueRegular', BebasNeueRegular, Helvetica, Arial, sans-serif;
	font-size:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-weight:normal;
	text-shadow: 2px 3px 0 #ffffff, 4px 6px 0 #d6d6d6;
	position:relative;
	margin:12px 0;
	color:#6e7a55;
}

h2 {
	font-family: 'BebasNeueRegular', BebasNeueRegular, Helvetica, Arial, sans-serif;
	font-size:24px;
	line-height:30px;
	font-weight:normal;
	position:relative;
}

h3 {
	font-size:20px;
	text-align:center;
	font-weight:normal;
	color:#767676;
	text-shadow:1px 1px 0 #f9f9f9;		
}

.arrow {
	position:relative;
	text-align:center;
	clear:both;
	padding:20px 0;
}

.arrow img {
	display:inline-block;
	width:50px;
	height:65px;
}

#topfooter {
	background:#90a170 url(images/footer-bg.png) repeat scroll 0 0;
	position:relative;
	overflow:hidden;
	padding:60px 0 40px;
	color:#e5e5e5;
	border-top:3px solid #d2d2d2;
	border-bottom:3px solid #d2d2d2;
}

.borders {
	width:100%;
	height:1px;
	background:#b9bfac;
	margin:1px 0;
}

.bottom-shadow {
	background:url(images/footer-bottom-shadow.png) repeat-x;
	position:absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:6px;
	text-indent: -9999px;
}

.top-shadow {
	background:url(images/footer-top-shadow.png) repeat-x;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:6px;
	text-indent: -9999px;
}

#topfooter p {
	font-size:13px;
	margin-bottom:15px;
}

.column {
	width:240px;
	float:left;
	margin-right:40px;
	_margin-right:20px; /* IE6 Hack */
}

#topfooter .last {
	margin-right:0px;
}

#topfooter h2 {
	color:#fff;
	margin-bottom:25px;
}	

#bottomfooter {
	background:#fffef8;
	padding:50px 0 40px;
	margin-top:-1px;	
	overflow:hidden;
}

.copyright {
	float:left;
	color:#999;
	font-size:13px;
	height:32px;
	line-height:32px;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	Main Content Styles
/*-----------------------------------------------------------------------------------*/

	/*----- 3.1. Countdown -----*/

#countdown {
	float:left;
	padding:0;
	position:relative;
	width:876px;
	margin-left:-38px;
}

.hasCountdown {
	height:155px;
	margin-bottom:80px;
}

.item {
	float:left;
	text-align:center;
	margin:0 34px;
	_margin-left:29px;
	_margin-right:31px;
	width:135px;
	height:151px;
	padding-right:16px;
	background:url(images/box.png) no-repeat;
}

.item span {
	font-family: 'BebasNeueRegular', BebasNeueRegular, Helvetica, Arial, sans-serif;
	font-size:24px;
	clear:both;
	color:#a5a5a5;
}

.item p {
	font-family: 'BebasNeueRegular', BebasNeueRegular, Helvetica, Arial, sans-serif;
	text-align:center;
	margin-bottom:17px;
	font-size:64px;
	height:95px;
	line-height:110px;
	_line-height:90px;
	text-shadow: 3px 2px 0 #dddcd7;
	color:#ce4900;
}

	/*----- 3.2. Contact Form -----*/
	
form#cform {
	margin:0;
	padding:0;
	position:relative;	
}

#message { margin: 0; padding: 0; }

input#name, input#email  {
	width:223px;
	height:16px;
	padding:10px 0 10px 15px;
	border:1px solid #57643e;
	margin-bottom:8px;
	font-size:14px;
	float:left;
	border-radius: 2px;	
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;	
	box-shadow: 1px 2px 0px 0px #6d7a54;			
	-moz-box-shadow:
		1px 2px 0 #6d7a54,
		inset 0px 1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 2px 0 #6d7a54,
		inset 0px 1px 1px rgba(255,255,255,0.7);	
}

input#submit {
	position:relative;
	background:#515c39;
	border-bottom:1px solid #70824e;
	border-right:1px solid #70824e;
	border-left:0 none;
	border-top:0 none;
	font-family: 'BebasNeueRegular', BebasNeueRegular, Helvetica, Arial, sans-serif;		
	font-size: 18px;
	float:right;
	padding:0 20px;
	margin:0;
	height:36px;
	cursor:pointer;	
	line-height:40px;
	color:#f4efcd;
	text-shadow: 1px 1px 0px #333;	
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
	box-shadow: 1px 2px 0 #303625;		
	-moz-box-shadow: 1px 2px 0 #303625,
	-webkit-box-shadow: 1px 2px 0 #303625;	
}
input#submit:hover {
	background:#59653f;
}

textarea#comments {
	width:208px;
	height:100px;
	padding:10px 15px;
	margin-bottom:8px;
	border:1px solid #57643e;
	font-size:14px;	
	float:left;
	resize: none;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	box-shadow: 1px 2px 0 #6d7a54;		
	-moz-box-shadow:
		1px 2px 0 #6d7a54,
		inset 0px 1px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		1px 2px 0 #6d7a54,
		inset 0px 1px 1px rgba(255,255,255,0.7);	
}

.loader {
	position:relative;
	float: right;
	margin-top: 12px;	
	margin-right:5px;
}

.error_message {
	float:left;
	color:#ce4900;
	padding:10px 0;
}

#success_page {
	text-align:left;
	padding:10px 0;
}

	/*----- 3.3. Social Links -----*/
	
ul.social {
	position:relative;
	float:right;
}

ul.social li {
	display:inline;
}

ul.social li a {
	width:32px;
	height:32px;
	display:inline-block;
	margin:0 0 0 25px;	
	float:left;
}

li a.facebook {
	background:url(images/social/facebook.png) no-repeat scroll center center;
}
li a.rss {
	background:url(images/social/rss.png) no-repeat scroll center center;
}
li a.yahoo {
	background:url(images/social/yahoo.png) no-repeat scroll center center;
}
li a.linkedin {
	background:url(images/social/linkedin.png) no-repeat scroll center center;
}
li a.twitter {
	background:url(images/social/twitter.png) no-repeat scroll center center;
}
li a.youtube {
	background:url(images/social/youtube.png) no-repeat scroll center center;
}
li a.skype {
	background:url(images/social/skype.png) no-repeat scroll center center;
}
li a.google {
	background:url(images/social/google.png) no-repeat scroll center center;
}
li a.dribbble {
	background:url(images/social/dribbble.png) no-repeat scroll center center;
}
li a.digg {
	background:url(images/social/digg.png) no-repeat scroll center center;
}
li a.flickr {
	background:url(images/social/flickr.png) no-repeat scroll center center;
}
li a.vimeo {
	background:url(images/social/vimeo.png) no-repeat scroll center center;
}
li a.forrst {
	background:url(images/social/forrst.png) no-repeat scroll center center;
}
li a.stumbleupon {
	background:url(images/social/stumbleupon.png) no-repeat scroll center center;
}


/*-----------------------------------------------------------------------------------*/
/*	4.	Tipsy Plugin - https://github.com/jaz303/tipsy
/*-----------------------------------------------------------------------------------*/


.tipsy { font-size: 11px; position: absolute; padding: 8px 5px; z-index: 100000; }
  .tipsy-inner { background-color: #afafaf; color: #FFF; max-width: 200px; padding: 1px 10px 0 10px; text-align: center; }

  /* Rounded corners */
  .tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
  

  .tipsy-inner { box-shadow: 1px 1px 2px #e7e7e7; -webkit-box-shadow: 1px 1px 2px #e7e7e7; -moz-box-shadow: 1px 1px 2px #e7e7e7; }
  
  .tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #afafaf;top:29px}
  
  /* Rules to colour arrows */
  .tipsy-arrow-n { border-bottom-color: #afafaf; }
  .tipsy-arrow-s { border-top-color: #afafaf; }
  .tipsy-arrow-e { border-left-color: #afafaf; }
  .tipsy-arrow-w { border-right-color: #afafaf; }
  
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
    .tipsy-nw .tipsy-arrow { top: 0; left: 10px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent;}
    .tipsy-ne .tipsy-arrow { top: 0; right: 10px; border-bottom-style: solid; border-top: none;  border-left-color: transparent; border-right-color: transparent;}
  .tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }
    .tipsy-se .tipsy-arrow { bottom: 0; right: 10px; border-top-style: solid; border-bottom: none; border-left-color: transparent; border-right-color: transparent; }
  .tipsy-e .tipsy-arrow { right: 0; top: 50%; margin-top: -5px; border-left-style: solid; border-right: none; border-top-color: transparent; border-bottom-color: transparent; }
  .tipsy-w .tipsy-arrow { left: 0; top: 50%; margin-top: -5px; border-right-style: solid; border-left: none; border-top-color: transparent; border-bottom-color: transparent; }

  
/*-----------------------------------------------------------------------------------*/
/*	5.	Twitter Plugin - http://tweet.seaofclouds.com/
/*-----------------------------------------------------------------------------------*/

.tweet,
.query {

}

.tweet_list {
    list-style: none;
    margin: 0;
    overflow-y: hidden;
    padding: 0;
}

.tweet_list .awesome,
.tweet_list .epic {
    text-transform: uppercase;
}

.tweet_list li {
    overflow-x: hidden;
    overflow-y: auto;
    padding:0 0 5px;
	font-size:14px;
}

.tweet_list li a {
}

.tweet_text {
    float:left;
}

.tweet_time {
    float:left;
	clear:both;
	width:100%;
    padding:5px 0 10px;
}

.tweet_list .tweet_avatar {
    padding-right: .5em; float: left;
}

.tweet_list .tweet_avatar img {
    vertical-align: middle;
}
