/*

URL: www.sahuspilwal.com
Theme: Coming Soon
CSS stylesheet: styles.css
Author: Sahus Pilwal

*/

/* Browser Style Resets */
@import "http://www.sahuspilwal.com/css/presets.css";

/* Global Styles */

body 
	{
		background:url(../images/main-bg.jpg); 
		width:1219px; height:453px;
		margin:0 auto; text-align:center;
		font: 16px Georgia, Helvetica, Arial, Sans-Serif;
		color:#fff;		
	}

#wrapper { width:986px; margin:0 auto; text-align:center; }

#header 
	{
		background:url(../images/sahuspilwal-com.png) no-repeat; 
		width:833px; height:162px;
		margin:20px auto; text-align:center;
	}

#content 
	{
		background:url(../images/content-bg.png) no-repeat; 
		width:986px; height:506px;
		margin:125px auto; padding: 15px 30px 0px 30px; text-align:center;		
	}
/* Left Content Area */
#left-content { float:left; width:475px; }
	#welcome-msg { text-align:left; }
	#twitter-content { background:url(../images/twitter-bird-and-bubble.png) no-repeat; width:457px; height:294px; }
	#twitter {
		width:300px; margin:0px auto; position:relative; top:15px; left:65px;
	}

		#twitter h1 a {
			display:block;
			font:16px Helvetica, Arial, Sans-Serif; color:rgba(7,109,145,0.6);
			text-decoration:none;
		}
			#twitter h1 a:hover { color:rgba(7,109,145,0.9); }

		#twitter ul {
			list-style:none; padding-left:45px;
		}
			#twitter ul li {
				padding:5px; text-align:left;
			}
				#twitter ul li a {
					font:italic 14px/16px Georgia, Helvetica, Arial, Serif;
					color:#555b6e;
				}
					#twitter ul li a:hover { color:#076d91; }

			#twitter ul li span {
				font:14px/16px Helvetica, Arial, Sans-Serif; color:#fff;
			}
				#twitter ul li span a {
					font:14px/16px Helvetica, Arial, Sans-Serif;
				}
/* Right Content Area */
#right-content { float:right;width:475px; }
	#right-social-content { position:relative; top:-30px; }
	#coming-soon 
		{
			background:url(../images/wood-sign.png) no-repeat; 
			position:relative; top:-50px;
			width:406px; height:219px;
		}
	#newsletter-signup { text-align:left; width:400px; padding-left:30px; }
	#mc-embedded-subscribe-form fieldset { border:0; margin-top:10px;}
	.mc-field-group { float:left; background:url(../images/email-field.png) no-repeat; width:226px; height:37px; }
	.required-email {  border:0; }
	input.required-email {  width:200px; font-size:16px; color:#444; outline:none; margin:8px 0px 0px 8px;}
	.submit { float:left; margin-left:10px;}
	.submit-btn { background:url(../images/submit.png) no-repeat; width:77px; height:37px; border:0; }
	#mce-responses { clear:left; font-size:11px;}
	#social-connect 
		{
			clear:both;
			background:url(../images/social-bg.png) no-repeat; 
			width:400px; height:105px;
			margin-top:20px; padding-left:30px;
		}
		#socialmedia-links { }
		.social-ico { float:left; margin-right: 15px; margin-top:30px; list-style-type:none; }
		.social-ico ul {}
		.social-ico li {}
		.social-ico li a {}
		a img { border:none; }

/* Font Styles */
h1 { font:42px Georgia, Helvetica, Sans-Serif; }