/*
Theme Name: Themes
Theme URI: http://themolitor.com
Description: Premium theme developed by Chris Molitor.
Author: Chris Molitor
Author URI: http://themolitor.com/
License: GNU General Public License
License URI: license.txt
Version: 1.0
Tags:White, Dark
*/

* {padding: 0; margin: 0; line-height: 1.6em;

	-moz-transition-property:background-color, box-shadow;  
 	-moz-transition-duration:0.50s;  
 	-moz-transition-timing-function:linear;
 	
 	-webkit-transition-property:background-color, box-shadow;  
 	-webkit-transition-duration:0.50s;  
 	-webkit-transition-timing-function:linear, box-shadow; 
 	
 	-o-transition-property:background-color, box-shadow;  
 	-o-transition-duration:0.50s;  
 	-o-transition-timing-function:linear, box-shadow;
}

body {height:auto; width:auto; font-family:Sans-Serif; color:#989898; background: #333232; font-size: 14px; width: 100%; height: 100%; overflow: hidden; position: absolute; top: 0; left: 0; box-shadow:inset 0 0 2px #000;}

#wrapper {text-align:center; width:100%; position:fixed; top:50%; left:0;}

select {padding: 5px 3px;}

#content {margin: 0 auto 20px;}

a#logo  {display: block; margin-bottom: 25px;}
a#logo:hover {border: none;}

a#logo img {display: inline-block; border-radius: 3px;}

a {text-decoration:none; color:#fff;}
a:hover {text-decoration:none; color: rgba(0,0,0,.7) !important; text-shadow: 0 1px 1px rgba(255,255,255,.15); }

#footer {clear:both; text-align: center; padding:0 50px; font-size: 12px; margin-top: 30px;}
#footer a {display: inline-block; padding: 8px 12px; border-radius: 5px; font-weight: bold; background: #333232; margin-left: 3px; text-transform: uppercase; font-size: 10px;}
#footer a span {
    opacity: 0.5;
}

#twitter {color: #5ED5FD}
#facebook {color: #6077A8}
#youtube {color: #FB4449}
#dribbble {color: #F49ABC}
#instagram {color: #2A5B83}
#themeforest {color: #9E6E3C}


#twitter:hover {background-color: #5ED5FD;}
#facebook:hover {background-color: #6077A8;}
#youtube:hover {background-color: #FB4449;}
#dribbble:hover {background-color: #F49ABC;}
#instagram:hover {background-color: #2A5B83; }
#themeforest:hover {background-color: #9E6E3C; }
#fullrideme:hover {background-color: #301762; color: #fff  !important;}


#page {max-width: 500px; margin: 50px auto;}
#page #content {margin: 20px auto; padding: 30px; background: rgba(0,0,0,.15)}
#page #header {text-align: center; height: 80px; line-height: 80px;}
#page #header h1 {line-height: 80px;}
#page #footer {display: none;}
#page .submit {width: 50%; margin: 20px auto; text-align: center; font-size: 18px;}
#page .mu_register label {margin-bottom: 0;}
#page hr {display: none;}
#page h2 {font-size: 14px; text-align: center; margin-bottom: 20px;}
#page p {margin-bottom: 15px;}
#page .mu_register form {margin-top: 0;}