/*//////////////////////////////

/	Coming Soon 
/	Copyright 2011 - All Right Reserved
/	By EvoGraphics.net
/	CSS Style

//////////////////////////////*/

@import "reset.css";
@import "overlay.css";

body { background: #f2f2f2; color:#afafaf; font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; position: relative;}

#wrapper { background: url(../images/background.png) no-repeat; width: 820px; height: 520px; margin: 10px auto; overflow: hidden; }

#topspace {width: 820px; margin: 30px auto; }

#main_logo {width: 820px; margin: 10px auto; }
#main_logo img { margin: 0 0 0 50px;}

#more_info { width: 740px; height: 28px; margin: 40px 40px 0 40px; overflow: hidden;}

#more_info span { font-size: 12px; color: #717171; display: block; float: right; margin: 10px 10px 0 0; display: none; }

#more_info img { float: right;}

#container { width: 630px; height: 355px; margin: 0px 20px 20px 20px; padding: 27px 75px 75px 75px; padding-bottom: 0; margin-bottom: 0; overflow: hidden; }

#container #title { width: 630px; height: 50px; float: left; }

#container #title h1 { font-size: 34px; font-weight: 100; color: #f77b29; }

#container #right_side, #container #left_side { width: 290px; min-height: 180px; padding-top: 10px; margin-bottom: 20px; }

#container #left_side { float: left; }

#container #left_side p { font-size: 16px; line-height: 36px; text-align: justify; font-weight: 200; }

#container #left_side p a { color: #f77b29; text-decoration: none; font-size: 12px; }

#container #left_side p a:hover { text-decoration: underline; }

#container #right_side { float: right; }

#container #right_side h2 { font-size: 26px; font-weight: 100; color: #f77b29; text-align: right; margin-bottom: 25px; }

#container #right_side #twitter_update_list { display: none; }

#container #right_side #twitter_update_list li { font-size: 14px; line-height: 28px; text-align: justify; font-weight: 200; }

#container #right_side #twitter_update_list li a { color: #f77b29; text-decoration: none; }

#container #right_side #twitter_update_list li a:hover { text-decoration: underline; }

#container #subscribe { width: 628px; height: 30px; background: #fff; float: left; border: 1px solid #d3d3d3; padding: 10px; }

#container #subscribe input[type=text] { background: #fff; border: 0; float: left; height: 30px; width: 470px; color: #afafaf; font-weight: 100; font-size: 16px; line-height: 30px\9; /*For IE8 and below*/ }

#container #subscribe input[type=submit] { float: right; width: 90px; height: 30px; border: 0; background: url(../images/btn_subscribe.png); }

#container #subscribe .loader { float: right; margin: 7px 10px 0 0; display: none; }

#footer { width: 760px; height: 30px; padding: 10px; margin: 0 21px; }

#footer p { line-height: 30px; font-size: 12px; text-align: right; }

