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

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

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

/*@import url('reset.css')*/

body { font-family: 'Open Sans',sans-serif; background: #f2f2f2; color:#afafaf; padding: 20px; }

#wrapper { background: #fdfdfd; border: 1px solid #f0f0f0; max-width: 800px; margin-left: auto; margin-right:auto; overflow: hidden; padding: 20px; }

#right { width: 50%; float:right; }

#right #container {
	margin-left: 10px;
}

#left {width: 50%; float:left; margin:0; padding: 0;}

#wrapper div.title {  text-align: center; margin-top:40px; margin-bottom:40px; }

h1 {  font-size: 52px; font-weight: 100; color: #2a78d0; margin: 0; }
h2 {  font-size: 20px; font-weight: 100; color: #2a78d0; margin: 0; }

p { font-size: 16px; line-height: 36px; font-weight: 200; margin:0; }

#left #form h2 {margin-bottom:20px;}

#container p { width: 100%; font-size: 16px; text-align: justify; line-height: 36px; font-weight: 200; margin:0; }

a.twitter {  display:block; background:transparent url('img/twitter_desaturated.png') center top no-repeat; width: 64px; height: 64px; }
a.twitter:hover {  background:transparent url('img/twitter.png') center top no-repeat;}
a.linkedin {  display:block; background:transparent url('img/linkedin_desaturated.png') center top no-repeat; width: 64px; height: 64px; }
a.linkedin:hover {  background:transparent url('img/linkedin.png') center top no-repeat;}
a.googleplay {  display:block; background:transparent url('img/googleplay_desaturated.png') center top no-repeat; width: 64px; height: 64px; }
a.googleplay:hover {  background:transparent url('img/googleplay.png') center top no-repeat;}

ul#display-inline-block-example {
	margin:0;
	padding:0;
	margin-top: 20px;
}
ul#display-inline-block-example li { margin: 0; padding: 0; }
ul#display-inline-block-example li { display: inline-block;	width: 64px; height: 64px;background: #ccc;	vertical-align: top; margin-right:10px;}

#left #form { padding: 20px; margin:0; margin-right:10px; background: #f0f0f0; border: 0px solid #ededed; }
#left #form input, #form textarea { 
	margin:0; 
	margin-top:10px;
	padding:10px; 
	font-family: 'Sans',sans-serif; 
	font-weight: 200; 
	width:100%; background: #fdfdfd; border: 1px solid #f0f0f0; color: #9b9b9b;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */ }
#left #form .button { background: #2a78d0; border: none; border-bottom: 4px solid #2b6fbc; color: #fdfdfd; font-weight: 400; }
#left #form input:hover { background: #ffffff; }
#left #form input:active { background: #ffffff; }
#left #form input:focus { background: #ffffff; }
#left #form .button::-moz-focus-inner {
  border: 0;
}
#left #form .button:hover { background: #388cec;}
#left #form .button:focus { background: #388cec;}
#left #form .button:active { background: #3173bd;}

.clear {clear:both;}

