/* Custom styles for the coming soon page of workshoppers */

/* @group Architecture */

body {
	background:  #102741;
}

.container {
	background:  white;
	width: 960px;
	margin: 30px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-bottom: 60px;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}

.logo {
	
}

.subhead {
	width: 380px;
	height: 69px;
	background: url('../images/subhead.png');
	margin-bottom: 20px;
}

.whiteboard {
	margin-top: 30px;
	width: 380px;
	height: 471px;
	background: url('../images/projector.jpg') no-repeat;
}

.content {
	margin-top:  80px;
}

/* @end */

/* @group Typography */

p {
	margin-bottom:  5px;	
}

/* @end */

/* @group Forms */

form {
	margin-top:  10px;
}

/* @group grid_2 select fields */

.grid_2 div.selector {
	width: 100%;
	margin-top: 2px;
	font-size: 14px;
	font-weight: bold;
}

.grid_2 div.selector span {
	width:  113px;
}

.grid_2 select {
	width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/* @end */

/* @group grid_3 text inputs */

.grid_3 input.text {
	width: 200px;
	font-size: 12px;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Modifiers */

.right {
	float: right;
}

.left {
	float: left;
}


/* @end */

/* @group Debugging */

.bg1 {
	 background:  red;
}

.bg2 {
	background:  blue;
}

.bg3 {
	background:  yellow;
}

/* @end */

/* @group Social */

.social {
	margin-top: 20px;
	background: #c72e2e;
	padding-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

.social h4 {
	color: white;
}

.social ul {
	list-style: none;
	margin-top: 5px;
	float:  right;
}

.social ul li {
	float: left;
	display: inline;
	margin-top: 5px;
}

.social ul li a {
	display:  block;
	height: 18px;
	text-decoration: none;
	margin: 0 0px 0 15px;
	font-size: 14px;
}

.social ul li a:hover {
	text-decoration: none;
}

.social ul li a span {
	color: white;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
	padding-left:  21px;
}

.social ul li a.twitter {
	background: url(../images/twitter_16.png) no-repeat;
	height: 16px;
}

.social ul li .facebook {
	background: url(../images/facebook_16.png) no-repeat;
	height: 16px;
}

/* @end */
