@import "global.css";
@import "public_layouts.css";

body{
	background-color: #d1edff !important;
}

/* @group Components */

/* @group Overview Box */

#overview{
	width: 300px;
	float: right;
}

#overview{
	border: 0px solid #d8d8d8;
	background: white;
	font-size: 14px;
	line-height: 20px;
	margin: 20px 0;
	margin-top: -54px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	-webkit-box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	box-shadow: rgba(0,0,0,0.2) 0 0 5px;
	color: #555;
	padding: 0;
}

#overview-connect{
	padding: 5px 20px 12px;
}

#overview-more{
	padding: 5px 20px 15px;
	background: url(../images/sections/public/connectbox-background.png) no-repeat center top;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	text-shadow: 0 1px 0 white;
}

#overview h2{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	margin: 18px 0 10px;
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 15px;
}

#overview h2:first-child{
	border-top: 0;
	padding-top: 0;
}

.connectbox h2 strong{
	background-color: #fff1bb;
	padding: 2px 0.2em;
}

#overview p{
	margin: 5px 0;
}

#overview #signups{
	margin-top: 10px;
}

#overview #signups p{
	margin: 0;
	margin-bottom: 5px;
}

#overview p.signup{
	padding-top: 5px;
	font: bold 12px/normal "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #333;
}

#overview p.signup a:hover{
	text-shadow: rgba(0,141,232,0.28) 0 0 4px;
}

#overview a.thirdparty span{
	position: relative !important;
	padding-left: 33px !important;
}

#overview a.thirdparty img{
	position: absolute !important;
	left: 2px;
	top: 2px;
}

#overview a.fb{
	border-color: #536a9d !important;
	background-color: #5f78af;
}

#overview a.fb:hover{
	-moz-box-shadow: 0 0 4px #5f78af;
	-webkit-box-shadow: 0 0 4px #5f78af;
	box-shadow: 0 0 4px #5f78af;
}

#overview a.fb:active{
	border-color: #3B4C6F !important;
}

#overview a.tw{
	border-color: #6a9c9c !important;
	background-color: #71afb0;
}

#overview a.tw:hover{
	-moz-box-shadow: 0 0 4px #6a9c9c;
	-webkit-box-shadow: 0 0 4px #6a9c9c;
	box-shadow: 0 0 4px #6a9c9c;
}

#overview a.tw:active{
	border-color: #468283 !important;
}

#overview ul{
	padding-left: 20px;
}

#overview li{
	list-style-position: outside;
	list-style-type: disc;
}

#overview p.more{
	margin-top: 10px;
	font: bold 12px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #333;
}

#overview #fb-like{
	margin: 18px 0 10px;
	border-top: 1px solid rgba(0,0,0,0.05);
	padding-top: 18px;
}

#overview #fb-like > div{
	background: white;
}

/* @end */

/* @group Button */

.buttonholder{
}

.button{
	display: inline-block;
	color: White !important;
	border: 1px solid #0071bb !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	background: #008eea url(button/images/background.png) repeat-x 0 0;
	font: bold 11px/13px "Lucida Grande", "Segoe UI", "Arial", "Lucida Sans", "Lucida Sans Unicode", Lucida, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
}

.button > span{
	display: block;
	border: 1px solid #75c1f3;
	border: 1px solid rgba(255,255,255,0.25);
	padding: 3px 7px 5px !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.button:hover{

}

.button:hover > span{
	border-color: rgba(255,255,255,0.4);
}

.button:active{
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	background-color: #0085dc;
}

.button:active span{
	border-color: rgba(255,255,255,0.4);

}

.button.medium > span{
	padding: 5px 8px 6px !important;
	font-size: 12px;
}

.button.big span{
	padding: 7px 8px 9px !important;
	font-size: 15px;
}

.button.bigmama span{
	padding: 18px !important;
	font-size: 20px;
}

.button em{
	font-weight: normal;
	background: none;
}


/* @group Submit Button */

.inputbutton{
	display: inline-block;
	vertical-align: middle;
	color: White !important;
	border: 1px solid #0071bb !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
	background: #008eea url(button/images/background.png) repeat-x 0 0;
	font: bold 11px/13px "Lucida Grande", "Segoe UI", "Arial", "Lucida Sans", "Lucida Sans Unicode", Lucida, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none !important;
	margin-right: 2px;
}
.inputbutton.muted{
	background-color: #999;
	border: 1px solid #7a7a7a !important;
	border: 1px solid rgba(0,0,0,0.2) !important;
}

.inputbutton input{
	display: block;
	background: transparent;
	border: 1px solid #75c1f3;
	border: 1px solid rgba(255,255,255,0.25);
	padding: 3px 7px 5px !important;
	margin: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font: bold 11px/13px "Lucida Grande", "Segoe UI", "Arial", "Lucida Sans", "Lucida Sans Unicode", Lucida, Geneva, sans-serif;
	color: #fff;
	text-shadow: rgba(0,0,0,0.2) 0 1px 0;
}
.inputbutton.muted input{
	font-weight: normal;
	border: 1px solid #c7c7c7;
	border: 1px solid rgba(255,255,255,0.25);
}

.inputbutton.medium input{
	padding: 3px 5px 5px !important;
	font-size: 13px;
}

.inputbutton.big input{
	padding: 5px 7px 7px !important;
	font-size: 14px;
}

.inputbutton:hover input{
	border-color: rgba(255,255,255,0.4);
}

.inputbutton:active{
	background-color: #0085dc;
}

.inputbutton.muted:active{
	background-color: #888;
}

.inputbutton:active input{
	text-shadow: rgba(0,0,0,0.3) 0 -1px 0;
	outline: 0;
}

.inputbutton:active span{
	border-color: rgba(255,255,255,0.4);

}

/* @end */

/* @end */

/* @end */

/* @group Layout */

#page{
	clear: both;
}

#content{
	float: left;
	width: 590px;
	margin-bottom: 40px;
}

.connectbox{
	width: 260px;
	float: right;
}

/* @end */

/* @group Default Layout 
   Will be overidden by CSS specific to each view
*/

#page{
	background: transparent url(../images/home/home_background.png) repeat-x center top;
}

#globalfooter{
	background-color: transparent;
}

#page > div.wrapper{
	margin: 0 auto;
	width: 920px;
	padding: 10px 0;
}

/* @end */


