/* CSS Structure
1. CSS Reset
2. Layout
3. Style Switching
4. Twitter Widget
5. Countdown
6. Newsletter subscription form
/* -----------------------------------------------------------------------------------------------------
	1. CSS Reset
--------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,blockquote, pre,
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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
p { text-align: left;  font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0;}

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; color: #76a828;  }
.left10{ padding-left: 50px;}

/* -----------------------------------------------------------------------------------------------------
	2. Layout
--------------------------------------------------------------------------------------------------------*/

/* Default font settings.
   The font-size percentage is of 16px. (0.813 * 16px ~ 13px) */
body {
  font-size: 81.3%;
  color: #333;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;;
  background: #65abc4 url(../images/base/bg.jpg) repeat;
}
/* Grid
-------------------------------------------------------------- */
/* Clear Fix Hack - add  class="fixed"  to div's that have floated elements in them */
.fixed:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
	.fixed{display:block;}
	/*  \*/
	.fixed{min-height:1%;}
	* html .fixed{height:1%;}

.full { width: 940px !important;  margin: 0 auto;}
.w780 { width: 780px !important; float: left; margin-right: 20px; }
.w700 { width: 700px !important; float: left; margin-right: 20px; }
.w620 { width: 620px !important; float: left; margin-right: 20px; }
.w540 { width: 540px !important; float: left; margin-right: 20px; }
.w460 { width: 460px !important; float: left; margin-right: 20px; }
.w380 { width: 380px !important; float: left; margin-right: 20px;}
.w300 { width: 300px !important; float: left; margin-right: 20px; }
.w220 { width: 220px !important; float: left; margin-right: 20px; }
.w140 { width: 140px !important; float: left; margin-right: 20px; }
.w60  { width: 60px !important;  float: left; margin-right: 20px; }

.last { margin-right: 0 !important; }
.clear{ clear:both; }
.block{ display:block; }
.relative { position: relative;}
/* Main layount
-------------------------------------------------------------- */
.wrapper { background: url(../images/base/background.jpg) top repeat-x; height: 800px; margin:0; padding: 0; position: relative;}
h1#logo {
	position: absolute; display: block;
	width: 120px; height: 105px; top: 0px; left: 340px;
	background: url(../images/base/logo.png) top left no-repeat;
	text-indent: -9999px;
	z-index: 5000;
	}
#main{
	padding-top: 80px;
	width: 800px;
	margin: 0 auto; text-align:center;
	}
#main h1 {
	font-family: 'Gochi Hand', cursive;
	font-size: 120px;
	padding:0;
	margin:0;
	font-weight: 400;
	color:#FFF;
	line-height: 0.8em;
	}
.oldie #main h1 {
  zoom: 1;
  text-shadow: none;
}
#main h2 {
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-size: 60px;
	padding:60px 0 10px 0;
	margin:0;
	color:#FFF;
	}
#main h3 {
	font-family: 'Bree Serif', serif;
	font-weight: 400;
	font-size: 24px;
	padding:0;
	margin:0;
	color:#FFF;
	}
#main p.back{
	font-family: 'Arvo', serif;
	font-weight: 400;
	padding: 20px 0 10px 0;
	margin:0;
	text-align: center;
	font-size: 20px;
	margin-top: 5px;
	color: #fff;
	}
.tagline h1,.tagline h2, .tagline h3,.tagline p.back {
	/* text-shadow: 3px 2px 1px #5c98a7; */
	color : white;
}
.oldie .tagline h1,.oldie .tagline h2,.oldie .tagline h3, .oldie .tagline p.back {
  zoom: 1;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=white) progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=4, Color=#cdcdcd);
}

 .tagline2 .countdown_amount{
	text-shadow: 1px 1px 0px #8a592a;
}
.oldie2 .tagline2 .countdown_amount{
  zoom: 1;
  background: white;
  filter: progid:DXImageTransform.Microsoft.Chroma(Color=white) progid:DXImageTransform.Microsoft.DropShadow(OffX=2, OffY=4, Color=#cdcdcd);
}


#main  a {  color: #fff568; }
#main a:hover { color: #f9634e;}
#search {
	margin: 0 auto;
	width: 350px;
	height: 60px ;
	background:url(../images/base/search_bg.png) top left no-repeat;
	color: #44567a;
	margin-bottom: 40px;
	}

p.coppy {
	font-family: 'Arvo', serif;
	font-weight: 400;
	text-align: center;  color: #a67244;
	text-shadow: 1px 0px 0px #442916;
	}

#info {  background: url(../images/base/info_bg.jpg) top repeat; color: #caa486;  }
#info_wrap { background: url(../images/base/info_top.jpg) top repeat-x;  padding: 60px 0 60px 0; margin:19px 0 0 0px; }
#info h3 {
	font-family: 'Arvo', serif;
	font-weight: 700;
	font-size: 24px;
	text-transform:uppercase;
	color: #f1c46a;
	text-shadow: 2px 0px 0px #5c351b;

	}
#info p { font-size: 15px; text-shadow: 1px 0px 0px #5c351b;   line-height: 1.5em ;}
#footer {  background: url(../images/base/footer_bg.jpg) top repeat-x; margin: 0; padding:20px 0 40px 0;   }
.bgtwitter { background: url(../images/base/twitter_bg.jpg) top left no-repeat; height: 316px; }
#twitter_box { width: 260px; padding:0 20px;}

/* Social icon
-------------------------------------------------------------- */

.social { height: 32px; right: 0px; float: left; padding-top: 10px;}
.social ul { padding: 0; margin: 0; }
.social ul li { list-style: none; display: block; float:left; padding-right: 5px;}
.social a { text-indent: -9999px; display: block; width: 32px; height:31px; -webkit-transition: background-position .2s linear;}
/* Facebook */
.social a.facebook {  background: url(../images/base/social-icons/facebook.png) top no-repeat;}
.social a.facebook:hover {  background: url(../images/base/social-icons/facebook.png) bottom no-repeat;}
/* Twitter */
.social a.twitter {  background: url(../images/base/social-icons/twitter.png) top no-repeat;}
.social a.twitter:hover {  background: url(../images/base/social-icons/twitter.png) bottom no-repeat;}
/* Vimeo */
.social a.vimeo {  background: url(../images/base/social-icons/vimeo.png) top  no-repeat;}
.social a.vimeo:hover {  background: url(../images/base/social-icons/vimeo.png) bottom no-repeat;}


/*-------------------------------------------------------------
	3. Style Switching
-------------------------------------------------------------*/
#boxa { padding-left: 100px;}
#style{
	background: #000 url(../images/top1.jpg) repeat;
	padding-top: 15px;
	display: none;
	color: #f5e4cb;
	height: 155px;
	font-size: 1.1em;
	}
#selection {
	position: absolute; display: block;
	width: 100px; height: 58px; top: 0px; right: 200px;
	background: url(../images/on.png) top left no-repeat;
	text-indent: -9999px;
	z-index: 4000;
	}
#selection:hover {top: 0px; }

/* Image hover
-------------------------------------------------- */

.lomo {
	position: relative;
	display: inline-block;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
			-ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
}
.lomo img {
	display: block;
}
.lomo:hover:after {
	/* The box shadow is set to black and mkes the nice inner glowing
	   effect on mouse hover */

	 background-image:url(../images/zoom.png);
     background-repeat:no-repeat;
     background-position:center;
	-moz-box-shadow: inset 0 0 30px #333;
	-webkit-box-shadow: inset 0 0 30px #333;
	box-shadow: inset 0 0 30px #333;
	/* Positionning this black glow on mouse hover */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

/* -----------------------------------------------------------------------------------------------------
	4. Twitter Widget
--------------------------------------------------------------------------------------------------------*/
#twitter a { color: #76a828; }

p#preloader {
	background: url(../images/ajax-loader.gif) no-repeat 4px;
	padding-left: 10px;
}
ul#twitter_update_list li {
	list-style: none; padding: 0 0 14px 0;
	margin-bottom: 2px;
}
a#profileLink {
	background: url(../images/twitter_icon.png) no-repeat;
	padding-left: 31px;
	font-family: 'Arvo', serif;
	font-weight: 700;
	font-size: 16px;
	color: #FC6;
}
ul#twitter_update_list li span {
	display: block;
}
/* -----------------------------------------------------------------------------------------------------
	5. Countdown
--------------------------------------------------------------------------------------------------------*/
#countdown {
	width: 408px;
	height: 120px;
	padding-top: 10px;
	padding-left: 0px;
	margin: 0 auto;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_row {
	clear: both;
	width: 100%;
}
.countdown_section {

	display: block;
	width:86px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background: url(../images/base/time.png) top no-repeat;
	height:85px;
	margin:0 8px 0 8px;
}
.countdown_amount {
	font-size:40px;
	font-weight:400;
	color:#fff;
}
.count_titles {
	margin-top:30px;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#252525;
}

/*-------------------------------------------------------------
	6. Newsletter subscription form
-------------------------------------------------------------*/
#action {
  	margin: 20px auto;
	height: 40px; position: relative;
	display: block;
	padding-left: 10px;
}
#noti_box { margin: 0px auto; width: 400px; position: relative; }
#input {
	width: 248px;
	height: 40px;
	padding: 0px 5px 8px 14px;
	border: none;
	background: url(../images/base/input_notify.png) top no-repeat;
	font-size: 16px;
	text-align: left;
	float: left;
	color: #666;
	outline:none;
	line-height: 25px;
	margin-left: 15px;
}

#submit {
	width: 116px;
	height: 40px;
	border: none;
	margin-left: -18px;
	background: url(../images/base/notify.png) bottom no-repeat;
	color: #fff;
	font-weight: bold;
	text-indent: -999999px;
	float:left;
}
#submit:hover {
	cursor:pointer;
	background: url(../images/base/notify.png) top no-repeat;
	text-indent: -99989px;
}
#formPopup {
	background: url(../images/base/pop.png) top no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	margin: auto;
	padding-top: 16px;
	text-align: center;
	width: 380px;
	height: 44px;
	top: -10px;
	position: relative;
}
#notify label.error {
	top: -20px;
	left: 10px;
	color: #fff;
    display: block;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
}