@import "http://fonts.googleapis.com/css?family=Russo+One&subset=latin,cyrillic,latin-ext";


/* mac hide\*/ 
html,
body {height:100%} 
/* end hide */ 


body { 
  padding:0; 
  margin:0; 
  text-align:center; /* for ie6 and under */ 
  min-width:1000px;/* for mozilla*/ 
  background:transparent url(../images/background.png) repeat;
  color: #222; 
  font-family:Helvetica, Verdana, Arial, Sans-serif;
}
body.iframe-mode {
  min-width:inherit;
  background: #fff;
  overflow:hidden;
  text-align:left;
}
#gradient-background {
  background:transparent url(../images/gradient-background.png) repeat-y center top;
  min-height:100%;
  position:relative;
}
/* IE6 stuff */
* html #gradient-background {
  height:1%;
}

#top-background {
  background:transparent url(../images/top-background.png) repeat-x left top;
}
#outer{ 
  /*min-height:100%; */
  width:1000px; /* add 2px if borders are not used */ 
  text-align:left; 
  margin:auto; 
  position:relative; 
} 
  
* html #outer{height:99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/ 
#header{ 
  min-height:90px; 
  position:relative; 
} 
* html #header{height:90px} 

#logo {
}

#top-menu {
  min-height:28px;
  margin-bottom:20px;
  float:right;
  position:relative; /* for selector */
}
#menu-selector, #active-menu-selector {
  position:absolute;
  top:0;
  height:6px;
  background-color:#c7c7c7;
  display:none;
  
  /* highlight */
  -moz-box-shadow: 0 0 4px #fff;
  -webkit-box-shadow: 0 0 4px #fff;
  box-shadow: 0 0 4px #fff;
  
  *font-size:1px; /* for IE6 */
}
#active-menu-selector {
  background-color:#414141;
}
* html #top-menu {height:28px}
#top-menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
  
  position:relative; /* for popup */
}
#top-menu ul li {
  display:inline-block;
  
  /* this is for IE7 */
  zoom:1;
  *display:inline;
  
  height: 28px;
  margin: 0 0 0 10px;
  
  padding: 0 0 8px 20px;
}
#top-menu ul li.first {
  margin: 0;
  padding: 0 0 8px 0;
}
#top-menu ul.float-right {
  background-position:top right;
}
#top-menu ul li a {
  display:table-cell;
  
  /* this is for IE7 */
  *display:inline-block;
  *padding-top:12px;
  
  font-weight:bold;
  color:#40b040;
  vertical-align:bottom;
  height:28px;
  font-size:1em;
  text-transform:lowercase;
  text-decoration:none;
}
/* for account triangle */
#top-menu ul li a img {
  margin: 0 0 2px 8px;
}
#top-menu ul li.bordered a {
  border-top: 6px solid transparent;
}
#top-menu ul li.bordered a.active {
  border-top: 6px solid #414141;
}
#top-menu ul li.bordered a:hover {
  border-top: 6px solid #c7c7c7;
}

#top-menu .user-home-active {
  background-color: #fff;
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  padding: 0 0 8px 19px; /* decrese padding by 2px due to new borders */
}

#top-menu #user-popup {
  display:none;
  background-color: #f5f5f5;
  border: 1px dotted #ccc;
  border-top:none;
  z-index:200;
  position:absolute;
  right:0;
  top:36px;
  min-width:160px;
  
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#ddd));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #fff, #ddd);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #fff, #ddd);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #fff, #ddd);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #fff, #ddd);
}

#top-menu #user-popup li {
  display:block;
  margin: 0;
  border-top: 1px dotted #ccc;
  padding: 0 10px 8px 10px;
}
#top-menu #user-popup li:hover {
  background-color:#eee;
}
#top-menu #user-popup li:hover a {
  color:#107010;
}

#right { 
  position:relative;/*ie needs this to show float */ 
  width:300px; 
  padding-top: 66px;
  float:right; 
  text-align:right;
} 
#right .block-start {
  background:transparent url(../images/block-start-shadow.png) repeat-x center top;
  height:14px;
  margin: 0 0 15px 0;
}
#right .block-end {
  background:transparent url(../images/block-end-shadow.png) repeat-x center top;
  height:14px;
  margin: 15px 0 20px 0;
}

#right hr.separator {
  color: #fff; 
  background-color: #fff; 
  border: 1px dotted #ccc; 
  border-style: none none dotted;
  margin: 10px 40px 10px 40px;
  clear: both;
}

#footer-container {
  clear:both;
  width:100%;
  color: #fff; 
  left:0; 
  bottom:0; 
  position: absolute; 
  background: transparent url(../images/footer-bg.png) repeat-x top left;
 /* border-top: 6px solid #00b1fb;*/
}
#footer { 
  width:1000px; /* add 2px if borders are not used on the #outer div */ 
  height:133px; 
  margin: 0 auto;
  text-align:left; 
} 
* html #footer {/*only ie gets this style*/ 
  \height:129px;/* for ie5 */ 
  he\ight:127px;/* for ie6 */ 
  margin-bottom:-1px; 
}
#clearfooter {width:100%;height:145px;clear:both} /* to clear footer */ 
#footer .menu {
  float: left;
  margin-right:40px;
  width: 276px;
}
#footer .menu h2 {
  background-color:#00547b;
  font-size:0.9em;
  color:#fff;
  font-weight:normal;
  text-transform:uppercase;
  padding:2px 2px 1px 5px;
  margin:12px 0 12px 0;
}
#footer .menu ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
#footer .menu ul li {
  margin: 0 20px 5px 10px;
}
#footer .menu ul.two-columns li {
  float:left;
  width: 125px;
  margin: 0 0 5px 10px;
}
#footer .menu ul li a {
  font-weight:normal;
  color:#fff;
}
#footer .menu ul li a.active,
#footer .menu ul li a:hover {
  color:#fff;
  text-decoration:none;
}


#center-content { 
  width:680px; 
  float:left; 
  margin-right:5px;
} 

#bordered-content {
  background:transparent url(../images/vertical-border.png) repeat-y right top;
  padding-right:30px;
}

#center-content .subtitle {
  font-weight:bold;
  font-size:0.9em;
  padding-left:10px;
  color:#414141;
  margin: -2px 0 20px 0;
}
#center-content.full { 
  width: 800px;
  margin: auto;
  float: none;
}
body.iframe-mode #center-content.full {
  width:95%;
}

#slider-bar {
  position:absolute;
  left:0;
  top:88px;
  width: 100%;
  background:transparent url(../images/slider-bg.png) repeat-x top left;
  height:236px;
}
#slider-content {
  position:relative;
  width:1000px;
  margin:0 auto;
  height:246px;
  margin-top:12px;
}
#slider-content .slide {
  width:418px;
  height:210px;
  position:absolute;
  
  cursor:pointer;
  
  /*background-position: -224px 0;*/
  background-position: -136px 0;
  background-repeat: no-repeat;
  
  /*border: 1px dotted white;*/
  
  -webkit-transition: background-position 3s ease-out;
	-moz-transition: background-position 3s ease-out;
	-o-transition: background-position 3s ease-out;
	-ms-transition: background-position 3s ease-out;
	transition: background-position 3s ease-out;
}

#slider-content .slide .spacer {

  width: 100%;

  height: 100%;

  position: absolute;

  display: block;
}
#slider-content .slide .spacer img {
  margin-top:66px;
}
#slider-content .slide span.source-url {
  position:absolute;
  bottom:0;
  right:0;

  display:none;
  background-color:#414141;
  color:white;
  font-size:0.8em;
  
  padding:5px 10px;  
}
#slide1 {
  left:0;
  z-index:101;
}
#slide2 {
  left:148px;
  z-index:102;
}
#slide3 {
  left:296px;
  z-index:103;
}
#slide4 {
  left:444px;
  z-index:104;
}
#slide5 {
  left:592px;
  z-index:105;
}
#slider-content .active {
  background-position: 0 0;  
}
#slider-content .active span.css-visible {
  display:inline;
}

.slider-spacer {
  height:265px;
}
#right .slider-spacer {
  height:5px;
}


/*              SHADOWED BOX (TABLE)             */
.shadowed-box-285, .shadowed-box-300, .shadowed-box-317, .shadowed-box-649 {
  width:285px;
  background:transparent url(../images/sh-block-bg-285.png) repeat-y top left;
  position:relative;
  padding: 5px 0 10px 0;
  margin-bottom:20px;
  
  *text-align:left;
}
.shadowed-box-300 {
  width:300px;
  background:transparent url(../images/sh-block-bg-300.png) repeat-y top left;
}
.shadowed-box-317 {
  width:317px;
  background:transparent url(../images/sh-block-bg-317.png) repeat-y top left;
}
.shadowed-box-649 {
  width:649px;
  background:transparent url(../images/sh-block-bg-649.png) repeat-y top left;
}

.shadowed-box-285 .shadowed-box-top, .shadowed-box-300 .shadowed-box-top, .shadowed-box-317 .shadowed-box-top, .shadowed-box-649 .shadowed-box-top {
  position:absolute;
  top:0;
  height:48px;
  background:transparent url(../images/sh-block-top-285.png) no-repeat top left;
  width:285px;
  *left:0;  /* this is for IE7 */
  *font-size: 1px; /* this is for IE6 */
}
.shadowed-box-300 .shadowed-box-top {
  background:transparent url(../images/sh-block-top-300.png) no-repeat top left;
  width:300px;
}
.shadowed-box-317 .shadowed-box-top {
  background:transparent url(../images/sh-block-top-317.png) no-repeat top left;
  width:317px;
}
.shadowed-box-649 .shadowed-box-top {
  background:transparent url(../images/sh-block-top-649.png) no-repeat top left;
  width:649px;
}

.shadowed-box-285 .shadowed-box-bottom, .shadowed-box-300 .shadowed-box-bottom, .shadowed-box-317 .shadowed-box-bottom, .shadowed-box-649 .shadowed-box-bottom {
  position:absolute;
  bottom:0;
  height:14px;
  width:285px;
  background:transparent url(../images/sh-block-bottom-285.png) no-repeat top left;
  *left:0; /* this is for IE7 */
  *font-size: 1px; /* this is for IE6 */
}
.shadowed-box-300 .shadowed-box-bottom {
  width:300px;
  background:transparent url(../images/sh-block-bottom-300.png) no-repeat top left;
}
.shadowed-box-317 .shadowed-box-bottom {
  width:317px;
  background:transparent url(../images/sh-block-bottom-317.png) no-repeat top left;
}
.shadowed-box-649 .shadowed-box-bottom {
  width:649px;
  background:transparent url(../images/sh-block-bottom-649.png) no-repeat top left;
}

.shadowed-box-285 table, .shadowed-box-300 table, .shadowed-box-317 table, .shadowed-box-649 table {
  position:relative;
  margin: 0 5px;
  width: 275px;
  *width: 275px;
  border-spacing: 10px 0;
  *border-collapse: expression('separate', cellSpacing = '5px'); /* this is for IE7 */
}
.shadowed-box-300 table {
  width: 290px;
}
.shadowed-box-317 table {
  width: 307px;
}
.shadowed-box-649 table {
  width: 639px;
}

.shadowed-box-285 .caption-bar, .shadowed-box-300 .caption-bar, .shadowed-box-317 .caption-bar, .shadowed-box-649 .caption-bar {
  position:relative;
  height:35px; 
  font-weight:bold;
  color:#414141;
  font-size:1em;
}

h2.caption-bar {
  margin-top: 8px;
}
/* for IE7 we are forced to use 5px cell spacing therefore we need to make caption br lower */
.shadowed-box-285 table .caption-bar, .shadowed-box-300 table .caption-bar, .shadowed-box-317 table .caption-bar, .shadowed-box-649 table .caption-bar {
  *height:25px; 
}
.shadowed-box-285 td, .shadowed-box-300 td, .shadowed-box-317 td, .shadowed-box-649 td { 
  text-align:left;
  border-left:1px dotted #d0d0d0;
  padding: 0 0 0 5px;
  height:30px; /* use even number because the dotted border is applied per td */
}
/* Safari messes up even number height cell borders even more than odd */
@media screen and (-webkit-min-device-pixel-ratio:0){
  .shadowed-box-285 td, .shadowed-box-300 td, .shadowed-box-317 td, .shadowed-box-649 td {
    height:31px;
  }
}
/* IE7 wants th to be styled too */
.shadowed-box-285 th, .shadowed-box-300 th, .shadowed-box-317 th, .shadowed-box-649 th { 
  *padding: 0 0 0 5px;
}

.shadowed-box-285 td.right-align, .shadowed-box-300 td.right-align, .shadowed-box-317 td.right-align, .shadowed-box-649 td.right-align {
  text-align:right;
  border-left: none;
  border-right:1px dotted #d0d0d0;
  padding: 0 5px 0 0;
}
/* IE7 wants th to be styled too */
.shadowed-box-285 th.right-align, .shadowed-box-300 th.right-align, .shadowed-box-317 th.right-align, .shadowed-box-649 th.right-align {
  *padding: 0 5px 0 0;
}

.shadowed-box-285 p, .shadowed-box-300 p, .shadowed-box-317 p, .shadowed-box-649 p {
  line-height: 1.3em;
}

/*              TWO BOX SET             */

/*.two-box-set .shadowed-box-317 {
  float:left;
}*/

.two-box-set .gray-box {
  width: 94%;
  padding-left:3%;
  padding-right:3%;
}

.two-box-set .first-box, .two-box-set .second-box {
  width: 47%;
  float:left;
}
.two-box-set .second-box {
  float:right;
}



/*              SHADOWED BOX (DIV)             */

.shadowed-box-285 .content, .shadowed-box-300 .content, .shadowed-box-317 .content, .shadowed-box-649 .content {
  position:relative;
  margin: 0 5px;
  padding: 0 10px 5px 10px;
}

.shadowed-box-285 .content . caption-bar, .shadowed-box-300 .content . caption-bar, .shadowed-box-317 .content . caption-bar, .shadowed-box-649 .content . caption-bar {
  line-height:35px;
}



/*              GRAY/RED BOX (DIV)             */
.gray-box, .red-box {
  background-color:#f5f5f5;
  -moz-border-radius: 6px;
  border-radius: 6px;
    
  padding:10px 10px 10px 10px;
  margin: 3px 4px 20px 4px; /* do overall margin due to the shadow to align it with rounded box */

  /* highlight */
  -moz-box-shadow: 0 2px 4px #aaa;
  -webkit-box-shadow: 0 2px 4px #aaa;
  box-shadow: 0 2px 4px #aaa;
}

.red-box {
  background-color:#f00;
  color:#fff;
}

.gray-box h2 {
  margin: 0 0 15px 0;
  color:#414141;
  text-transform:none;
  font-family:Helvetica, Verdana, Arial, sans; 
}

.gray-box p, .red-box p {
  line-height: 1.4em;
}

.gray-box p:last-child, .red-box p:last-child {
  margin-bottom: 0;
}

.top-padded {
  padding-top:15px;
}



/*              BOOKMARKS and EMBED            */

#bookmarks {
  margin:15px 0 20px 0;
}
#bookmarks img {
  vertical-align:top;
}
.fb-like {
  float: right;
  margin-bottom:10px; /* Next heading will have 20px top margin anyway */
}

#embed {
  height:25px;
  line-height:25px;
  margin:10px 0 -2px 0;
}
#embed input {
  width:75%;
  float:right;
}




/*              DIALOGS             */
.dialog, .dialog-iframe {
  position:fixed; /* Need this to put the dialog in center of the screen */
  left:0;
  top:0;
  display:none;
  z-index:9999;
  max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
  color:#222;
  margin-left:12px; /* default, width of left corner */
}
.dialog-iframe {
  width:760px;
  margin:0;
  border: solid 6px #ccc;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.dialog-iframe iframe {
  width: 760px;
  height: 500px;
  border:none;
  background: #fff;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(../images/dialog.png) no-repeat top right;
 _background-image:url(../images/dialog.gif);  /* IE6 sucks */
}

.dialog .close, .dialog-iframe .close {
  position:absolute;
  right:-10px;
  top:-10px;
  background:transparent url(../images/dialog-close.png) no-repeat top right;
  width:50px;
  height:50px;
  z-index:10000;
  cursor:pointer;
}
.dialog-iframe .close {
  right:-25px;
  top:-25px;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 25px 0px 0px;
 min-height:200px;
}

/* pad the help menu (help buttons inside) */
#help-menu .content {
 padding:50px 28px 0 0;
 min-height:150px;
}

/* this is for last button in menu */
#help-menu .content .last {
 margin: 0;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:25px; /* top slice width */
 margin-left:-25px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
  /* bottom */
  position:relative;
  width:100%;
}

.dialog .b,
.dialog .b div {
  height:30px; /* height of bottom cap/shade */
  font-size:1px;
}

.dialog .b {
  background-position:bottom right;
}

.dialog .b div {
  position:relative;
  width:25px; /* bottom corner width */
  margin-left:-25px;
  background-position:bottom left;
}

#center-content .dialog h2,
#center-content .dialog p {
  margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
  padding:0.5em 0px 0.5em 0px;
}

.dialog h2 {
  padding-bottom:0px;
  color: #111;
  text-transform:none;
  font-family:Helvetica, Verdana, Arial, sans;
}
.dialog h3 {
  text-transform:none;
  font-family:Helvetica, Verdana, Arial, sans;
}


#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#444;
  display:none;
}

.dialog ol {
  margin:0;
}
.dialog li {
  padding-bottom:10px;
}


/*              HELP BUTTONS            */
.mixer-buttons {
  float: right;
}
.help-trigger, .help-button, .facebook-button, .attribution-button {
  width:132px;
  height:38px;
  line-height:38px;
  cursor:pointer;
  background: transparent url(../images/help-button.png) no-repeat top right;
  text-align:center;
  text-transform:lowercase;
  margin-top:10px;
}
.help-trigger a, .help-button a, .facebook-button a, .attribution-button a {
  font-size:1.3em;
  font-weight:bold;
  color:white;
}
.help-trigger a:hover, .help-button a:hover, .facebook-button a:hover, .attribution-button a:hover {
  text-decoration:none;
}

.help-button {
  width:190px;
  margin:0 0 10px 0;
  background: transparent url(../images/help-button-wide.png) no-repeat top right;
}
.attribution-button {
  background: transparent url(../images/attribution-button.png) no-repeat top right;
  text-align: left;
}
.attribution-button a {
  font-size: 1em;
  margin-left: 40px;
}

.facebook-button {
  width:230px;
  margin-bottom:10px;
  background: transparent url(../images/facebook-button-wide.png) no-repeat top right;
  text-transform:none;
}
.facebook-button a {
  font-size:1em;
  margin-left:30px;
}
.facebook-button.loading {
  background: transparent url(../images/loading_fb.gif) no-repeat center center;
}
.facebook-button.loading a {
  display:none;
}


/*              MIXER BUTTONS          */
.button-padder {
  height:65px;
}
.button-padder .shadowed-box-317 {
  float:right;
  margin-bottom:5px;
}


/*              SIDEBAR CONTENT          */
#sidebar-content {
  float: right;
  text-align: left;
  margin-bottom: 15px;
}
#sidebar-content .shadowed-box-285, #sidebar-content .shadowed-box-300 {
  margin-bottom:10px;
}
#sidebar-content h2 {
  margin-top: -33px;
}


/*              COMPOSITIONS BY SOUNDS          */

/* remove the default shadow box content padding because a tags are padded themsellves */
#sounds .content {
  padding: 0 3px 0 3px; 
}

#sounds a {
  padding:5px;
  display:inline-block;
}
#sounds .caption-bar {
  text-align:center;
}
#sounds .caption-bar a {
  padding:5px;
  display:inline-block;
  font-weight:bold;
  font-size:1em;
  margin-top:2px;
}
#sounds .caption-bar strong {
  font-weight:bold;
  font-size:1em;
  color:#414141;
  
  display:inline-block;
  padding:5px;
  margin-top:2px;
}

 

/*              HOW to EMBED / POST to FACEBOOK          */
.guide h3 {
  background-image:url(../images/caption-bar.png);
  color:white;
  margin-bottom: 5px;
  padding: 5px;
}
.guide h3.first {
  margin-top:5px;
}
.guide p {
  margin:0;
  padding: 8px 0;
}
.guide h2 {
  margin-top:5px;
}


/*              EDIT COMPO          */
#edit-compo {
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
}
#edit-compo td.label {
  vertical-align:top;
  font-size:0.9em;
}
#edit-compo textarea {
  width:100%;
}
#edit-compo input#compo-url {
  width:100%;
}

#edit-compo .submit-line {
  text-align:right;
}


/*              LOGIN FORM          */
.login-form input {
  float:right;
}
.login-form input.text {
  width:60%;
}


/*              ATTRIBUTION?          */
#attribution ul {
  margin-top:0;
  margin-bottom:0;
}
#attribution li {
  padding-bottom: 10px;
}


/*              DFP ADS             */

.mixer-ad-container {
  margin-top:10px;
  margin-bottom:-10px;
}
.mixer-ad-container-2 {
  margin-top:5px;
  margin-bottom:0px;
}
.sidebar-ad-container {
  margin-bottom:15px;
}
.top-banner-container {
  margin:0 0 25px 0;
}
.sidebar-skyscraper-container {
  margin-left:15px;
}


/*              HOME PAGE FIRST PARAGRAPH             */
/* currently not used */
#index-intro {
 width:410px;
 padding-bottom:0;
 height:50px; /* The height of banner on the right */
}
 

/*              BETA TESTING GUIDE             */
.image-text-container {
  position:relative;
  margin-bottom:20px;
  margin-top:20px;
}

#beta-testing-intro {
  width:335px;
  position:absolute;
  bottom:0;
  right:0;
  margin:0;
}


/*              RATE BOX             */
#rate-box {
  margin: 20px 0 20px 0;
  line-height:24px;
  height:24px;
}
#rate-box .arrow {
  float: right;
  margin-top: -2px;
}
#rate-stars {
  margin:0 auto;
  width: 130px; 
}


.rate-row {
  cursor:pointer;
}
.rate-row .selected {
  background-color:#f0f0f0;
}


/*              RATED COMPOS AT USER HOME             */

/* decrease the font size to fit all data in the small table */
#rated-compos {
  font-size:0.9em;
}
/*  align gray box to shadowed box */
/*#rated-compos.gray-box {
  margin-top:3px; 
}*/


.no-friend-compos p {
  /* margin till the send button */
  margin-bottom:4px;
}

td.fb-person-data {
  padding-top:5px;
}
a.fb-person-image {
  margin-right: 10px;
  float: left;
}
a.fb-person-name {
  font-size:11px;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  color: #3B5998;
  margin-top:2px;
}


/*              FRIENDS COMPOS AT USER HOME             */

#friends-compos.loading {
  background: transparent url(../images/loading_fb.gif) no-repeat center center;
  height:50px;
}


/*              NO FLASH ON DESKTOP                 */
#no-flash-block {
  line-height:1.5em;
}

/*              NO FLASH CONTENT for IOS             */
#no-flash-ios-block {
  margin:75px 0 75px 0;
  display:none; /* don't display by default */
}
#no-flash-ios-block a {
  font-size:3em;
}

/*              NO FLASH CONTENT for Android             */
#android-block {
  margin:75px 0 75px 0;
  display:none; /* don't display by default */
}
#android-block a {
  font-size:3em;
  display:block;
  margin-bottom:50px;
}


/*              Photo Mixes Hint             */
#click-on-photo {
  position:relative;
  bottom: 60px;
  z-index: 1000;
}


/*              Latest tweets             */
.tweets {
  text-align:left;
}

/*              Attribution             */
.dialog .attribution-list {
  padding: 20px 0 0 15px;
  margin-bottom: 0;
}
#attribution.dialog p {
  padding: 25px 25px 0 0;
}


/*              Resizing Flash Mixer             */
.full-size-mixer {
  width:507px;
  height:480px;
}
.small-size-mixer {
  width:507px;
  height:380px;
}


/*              SEO FB COMMENTS             */
#seo-fb-comments {
  color: #AAAAAA;
  font-size: 0.8em;
}


/*          GENERAL STUFF         */
.float-right {float: right;}
.float-left {float: left;}

.clear-l,
.clear-r,
.clear-b {
  margin: 0;
  padding: 0;
  height: 1px;
  font-size: 1px;
}
.clear-l {
  clear: left;
}
.clear-r {
  clear: right;
}
.clear-b {
  clear: both;
}

.left-align {text-align:left}
.right-align {text-align:right}
.partial-width {width:70%}

/* if we have one column then partial width should be horizontally centered */
body.iframe-mode .partial-width {
  margin: 0 auto;
}

a {
text-decoration:none;
font-weight:bold;
color:#309030;
font-size:0.9em;
}
a:hover {
  text-decoration:underline;
}

table {
  border-spacing:0;
}
div,p  {margin-top:0} /*clear top margin for mozilla*/ 
a img {
  border:none; /* for IE */
}

th {
  text-align:left;  /* for IE */
}

h1 {
  font-size:2.4em;
  color:#3ab3ff;
  font-weight:bold;
  margin:20px 0 7px 0;
  font-family: "Russo One", Serif;
  text-transform: uppercase;
}

h2 {
  font-size:1.4em;
  color:#3ab3ff;
  font-weight:bold;
  margin:35px 0 8px 0;
  font-family: "Russo One", Serif;
  text-align:left;
  text-transform: uppercase;
}
h2.first {
  margin-top: 10px;
}

h3 {
  margin: 10px 0 5px 0;
  font-family: "Russo One", Serif;
  text-transform: uppercase;
}

p {
  /* this is the default margin but just so we knew */
  margin-bottom: 1em;
}

input[type="submit"] {
  font-size:1em;
}


/*					RIGHT BANNER					*/
#right .banners {
float:right;
}