/*
  CSS styles for
  Is Fireworks better than Photoshop? dot com
  Design by Michel (2009-2011), www.optimiced.com
*/

html {overflow-y: scroll;}

body {
font-family: Georgia, Cambria, "Palatino Linotype", Palatino, "Myriad Pro", "Times New Roman", Times, serif;
color: #666;
line-height: 1.5;
margin: 0;
padding: 0;
}

.wrap {
margin: 0 auto;
padding: 2% 5%;
min-width: 220px;
max-width: 1050px;
height: auto;
}


div#moreinfo {
display: none;
}

a {text-decoration: none; color: #C2A70A;}
a:hover {text-decoration: underline;}

#fw-is-amazing {
width: auto;
height: 230px;
margin: 20px auto;
padding: 0;
text-align: center;
}

h1 {
margin: 0 auto;
padding: 0;
color: #F4D522;
font-size: 6em;
width: auto;
height: 230px;
vertical-align: middle;
text-shadow: 0 2px 3px rgba(1, 1, 1, 0.35);
-webkit-transition: all .55s ease-in;
   -moz-transition: all .55s ease-in;
     -o-transition: all .55s ease-in;
        transition: all .55s ease-in;
border-top: 1px solid #F5F5F5;
border-bottom: 1px solid #F5F5F5;

font-size: 10em;
border-top: 1px solid #F4D40C;
border-bottom: 1px solid #F4D40C;
color: #F4D40C;
}

h2 {
line-height: 1.2em;
font-size: 1.6em;
}

#note {
border-bottom: 1px solid #F5F5F5;
width: auto;
margin: 0 auto;
padding: 2% 10%;
}
.fwps {
border: 1px dashed #EEE;
padding: 20px;
margin: 20px auto 10px auto;
-webkit-transition: all 0.5s ease-in;
   -moz-transition: all 0.5s ease-in;
     -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
}
.fwps:hover {
border: 1px dashed #F4D40C;
}

.fwps p {margin: .25em auto;}
a.fw {color: #DAB409; font-weight: bold;}
a.ps {color: #1B83E9; font-weight: bold;}

ul {
margin-left: 10px;
list-style: none;
list-style-type: square;
margin: 0;
padding: 0;
}
ul li {
color: #AAA;
-webkit-transition: all 0.12s ease;
   -moz-transition: all 0.12s ease;
     -o-transition: all 0.12s ease;
        transition: all 0.12s ease;
background: #FFF;
margin: 0 0 0 6px;
padding: 3px;
background: #FFF;
}
ul li:hover {
color: #666;
/*background: #F7F7F7;*/
}
ul a {
color: #EA3023;
font-weight: bold;
}

#copy {
border-top: 1px solid #F5F5F5;
width: auto;
margin: 20px auto 0 auto;
padding: 15px;
color: #CCC;
-webkit-transition: color 0.9s ease;
   -moz-transition: color 0.9s ease;
     -o-transition: color 0.9s ease;
        transition: color 0.9s ease;
}
#copy:hover {
color: #666;
}

#copy p {
font-family: Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif;
font-size: 10px;
text-align: center;
}
#copy em {
font-style: normal;
font-variant: small-caps;
}

.tweet-this {
width: auto;
min-height: 60px;
text-align: center;
color: #FFF;
margin: 10px auto;
-webkit-transition: all 0.6s ease;
   -moz-transition: all 0.6s ease;
     -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
font-family: Consolas, "Lucida Console", "Courier New", monotype;
font-size: 12px;
}
.tweet-this:hover {
color: #666;
}



#mini-ad {
  display: block;
  width: 728px;
  margin: auto;
}





/* CSS3 Media Queries */


@media (max-width: 728px) {

#mini-ad {
  display: none !important;
}

}


@media (max-width: 920px) {

#fw-is-amazing {
height: 190px;
margin: 20px auto;
text-align: center;
}
h1 {
font-size: 6em;
height: 190px;
}
h2 {
line-height: 1.2em;
font-size: 1.5em;
}
#fw-is-amazing:hover h1 {
font-size: 8em;
}
.wrap p, .wrap li {
font-size: 0.95em;
}

}



@media (max-width: 740px) {

#fw-is-amazing {
height: 160px;
margin: 20px auto;
text-align: center;
}
h1 {
font-size: 6em;
height: 160px;
}
h2 {
line-height: 1.2em;
font-size: 1.4em;
}
#fw-is-amazing:hover h1 {
font-size: 6em;
}
.wrap p, .wrap li {
font-size: 0.95em;
}

}



@media (max-width: 620px) {

#fw-is-amazing {
height: 140px;
margin: 20px auto;
}
h1 {
font-size: 6em;
height: 140px;
}
h2 {
line-height: 1.15em;
font-size: 1.2em;
}
#fw-is-amazing:hover h1 {
font-size: 6em;
}
.wrap p, .wrap li {
font-size: 0.9em;
}

}



@media (max-width: 320px) {

#fw-is-amazing {
height: 100px;
margin: 20px auto;
}
h1 {
font-size: 4em;
height: 100px;
}
h2 {
line-height: 1.1em;
font-size: 1.1em;
}
#fw-is-amazing:hover h1 {
font-size: 4em;
}
.wrap p, .wrap li {
font-size: 0.8em;
}

}


