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

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 26, 2010 */
@font-face {
	font-family: 'VAGRoundedStdLight';
	src: url('../fonts/vagroundedstd-light-webfont.eot');
	src: local('☺'), url('../fonts/vagroundedstd-light-webfont.woff') format('woff'), url('../fonts/vagroundedstd-light-webfont.ttf') format('truetype'), url('../fonts/vagroundedstd-light-webfont.svg#webfontdfhfrDno') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*
@font-face {
	font-family: 'VAGRoundedStdBold';
	src: url('../fonts/vagroundedstd-bold-webfont.eot');
	src: local('☺'), url('../fonts/vagroundedstd-bold-webfont.woff') format('woff'), url('../fonts/vagroundedstd-bold-webfont.ttf') format('truetype'), url('../fonts/vagroundedstd-bold-webfont.svg#webfontHyXpTKYQ') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
body {
	margin:0;
	padding:0;
	background:url(../images/little-star.bg.small.gif) center;
	font-family: "VAGRoundedStdLight","Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing:optimize-legibility;
	font-size:13px;
	line-height: 18px;
	position:relative;
}

p {margin:10px 60px}
#p2 {margin:10px 100px;color:#CFF}
h3 {padding-bottom:0;margin-bottom:0;font-weight:normal;font-size:18px}
a {color:#FF0;text-decoration:none}
a:hover {color:#FFF}

#container {
	text-align:center;
	background:url(../images/ls.container.bg.png) no-repeat center -50px #169EDF;
	width:600px;
	margin:40px auto;
	padding:20px;
	padding-top:40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.8);
	-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.8);
	box-shadow:0px 0px 8px rgba(0,0,0,0.8);
	color:#fff;
	padding-bottom:60px
}

#currentIssue {width:250px;margin:0 auto}
#currentIssue .flip .face {border:7px solid #FFEC00;padding:7px;background-color:#FFF;box-shadow:0px 0px 4px rgba(0,0,0,0.5)}
#currentIssue img {width:100%;height:auto;display:block}

#logo {margin-top:45px}

#ant {background:url(../images/ls.ant.png) no-repeat right bottom;position:absolute;z-index:49;right:-30px;bottom:-10px;width:146px;height:211px}

#bubble {
	font-family:"Comic Sans MS",arial,helvetica,sans-serif;
	font-style:italic;
	font-size:12px;
	text-transform:uppercase;
	background-color:#FFF;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	z-index:50;
	padding:20px;
	border:2px solid #000;
	position:absolute;
	display: inline;
	bottom:-20px;
	z-index:49;
	margin:0 70px;
	left:0;
	color:#000;
}

#bubble p {padding:0;margin:0}
#bubble a {color:#000}
#bubble a:hover {color:#36F}

.row {width:100%;clear:both}

/** funky css3 webkit transform - flip **/

#currentIssue {width: 324px; height: 412px;-webkit-perspective: 1000;position:relative}

.flip {-webkit-transition: 0.5s;-webkit-transform-style: preserve-3d;}
.face a img {border:0}
#currentIssue:hover .flip {-webkit-transform: rotateY(180deg)}
#currentIssue:hover .card {-webkit-transform: rotateY(180deg)}
.face {
position:relative;
-webkit-backface-visibility: hidden;
}
.front {z-index:10}
.back {-webkit-transform: rotateY(180deg);position:absolute;top:0;left:0}
.face img {width:100%}

/** Button - from bootstrap **/

.btn {
	font-family:"Comic Sans MS",arial,helvetica,sans-serif;
	font-style:italic;
	text-transform:uppercase;
	font-weight:bold;
	-webkit-font-smoothing:antialiased;
	  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}
.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-primary {
  background-color: #0074cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  
  
	background-color: #ff0000;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 0, 0)),to(rgb(154, 0, 0)));
	background-image: -webkit-linear-gradient(top, rgb(255, 0, 0), rgb(154, 0, 0));
	background-image: -moz-linear-gradient(top, rgb(255, 0, 0), rgb(154, 0, 0));
	background-image: -o-linear-gradient(top, rgb(255, 0, 0), rgb(154, 0, 0));
	background-image: -ms-linear-gradient(top, rgb(255, 0, 0), rgb(154, 0, 0));
	background-image: linear-gradient(top, rgb(255, 0, 0), rgb(154, 0, 0));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ff0000', EndColorStr='#9a0000');
}
.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #990000;
}
/** clearfix from bootstrap **/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/** RESPONSIVE **/

@media (max-width: 767px) {
  body {padding:30px}
  #container {width:auto;margin:0}
  #logo {width:80%;height:auto}
  #bubble {bottom:-40px}
}
@media (max-width: 540px) {
  #currentIssue {width:100%;height:auto}
  .face img {width:100%}
  #logo {margin-top:20px}
  #ant {display:none}
  p,#p2 {margin:10px 0}
  #bubble {margin:0;position:relative;display:block;bottom:0}
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 480px) {
  
}
@media (max-width: 767px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 979px) {
  
}
@media (min-width: 980px) {
  
}
@media (min-width: 1200px) {
  
}
