/*
*	Default CSS by Scott Tonges
*	www.scotttonges.com
*	05/06/2010
*	v0.1
*/

/* Universal */
/*html {background:-webkit-linear-gradient(#0c4260, #1e74a5) #13557a; height:100%}*/
body {margin:0;padding:0;font-family:Arial, Helvetica, sans-serif;font-size:12px;line-height:18px;color:#222; background:#17618a}
#all {}
/* Structure */
.container {width:720px;margin: 0 auto;}
#holder {}
#header {}
#logo {}
#nav {}
#nav ul {	list-style:none;margin:0;padding:0;}
#content {position:fixed; top:25%; right:20%; left:20%; border-radius: 40px; -moz-border-radius: 40px; padding:20px; margin-top:30px; -webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg); z-index:1000; background:rgba(4,30,45,.4); -webkit-transition: all .3s ease-in;}
#content:hover {background:rgba(4,30,45,.95); -webkit-transition: all .3s ease-out;}
#bkgd {position:absolute; top:25%; left:20%; -webkit-transform:rotate(-2deg);-moz-transform:rotate(-2deg); font-size:240px; color:#fff; padding:20px; margin:250px 0 0 50px}
#footer {}
/* Font */
h1, h2, h3, h4, h5, h6 {}
#content p, #twitter {font-family: 'Arvo', georgia, arial, serif; font-size:28px; color:#fff; line-height:40px; text-shadow: -1px 1px 2px #000; padding: 20px 0 0 40px; text-align:left; font-weight:100}
#twitter { list-style:none; font-size:16px; line-height:24px; padding-top:5px; padding-bottom:30px;}
#twitter ul li {}
a {color:#d78f29; text-decoration:none}
a:hover { text-decoration:underline}
a:active {}
h1 { font-family: 'Lobster', georgia, serif; font-size:120px; font-weight:100; color:#fff; -webkit-transform:rotate(-5deg);-moz-transform:rotate(-5deg); text-shadow: -4px 4px 1px #000; margin:-30px 0 20px -90px; -webkit-transition: all .3s ease-in;}
#content:hover h1 { color:#18abff; -webkit-transition: all .3s ease-out;}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p { margin:0; padding:0}
#twitter_followers {padding-top:20px;}
h2 a #twittername { display:none;}
h2 a:hover #twittername { display:inline-block; text-decoration:none; color:#fff; font-weight:100;}
h2 a:hover { text-decoration:none; }


/* Other */
.clearFix {clear:both}

#iemessage {position:absolute; background-color:#042031; height:100%; width:100%; z-index:3000; filter: alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5; font-size:18px;}
#warningmessage { position:absolute; padding:50px; top:40%; left:25%; color:#fff; width:50%; background:#000; line-height:28px; z-index:5000; font-size:18px;border-radius: 40px; -moz-border-radius: 40px; }


#share {position:fixed; bottom:15px; left:15px; -webkit-transition: all .3s ease-in; filter: alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;}
#share:hover {-webkit-transition: all .3s ease-out; filter: alpha(opacity=100);-moz-opacity:15;opacity: 1;}
#controls {position:fixed; bottom:10px; right:10px}
#controls img {margin-left:10px; -webkit-transition: all .3s ease-in; filter: alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5; border:none}
#controls img:hover {-webkit-transition: all .3s ease-out; filter: alpha(opacity=100);-moz-opacity:15;opacity: 1;}
/* Polaroid */

.polaroid {position:absolute; max-width:300px; max-height:300px; border: 5px solid #fff; border-bottom:10px solid #fff; box-shadow: -2px 2px 15px #000; background:#fff; text-align:center; font-family: 'Sue Ellen Francisco', georgia, arial, serif; font-size:22px; padding-bottom:10px; z-index:1; display:none}
.polaroid img {padding-bottom:15px; border:0px;}
.polaroid img:hover { cursor:pointer}
.polaroid a:hover, .polaroid p:hover  {cursor:move}


