@charset "utf-8";
body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
/* UPGRADE MESSAGE */
#msg {
	display: none;
}
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
 #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}
 #header {
	background: #FFFFFF;
	padding: 10px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
 #header h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 10px 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	color: #FF9900;
}
 #divider { 
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF9900;
	height:18px;
} 

 #divider1 {
	padding: 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#448799 none repeat scroll 0 0;/*448799 */
	height:18px;
	border-bottom:4px solid #1B2052;/*1B2052 */
} 
 #mainContent {
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent h1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-color: #FF9900;
	font-weight: normal;
}
 #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
 #footer {
	background:#448799 none repeat scroll 0 0;/*448799 */
	border-top:4px solid #1B2052;/*1B2052 */
	height:51px;
	margin:0 0 10px;
	padding:20px 0 10px;
	position:relative }
	
 #footer ul {
	margin:0 20px; padding:0;
	list-style:none }
	
	#footer ul li {
		float:left;
		border-right:1px solid #50838F;
		margin:0;
		display:block;
		font-size:12px;
		padding:0 10px }
		
	#footer ul li.last { border:none }
		
	#footer a { color:#1B2052 } 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Slidable content */
.slidable-page {
	z-index: -1;
	padding-top:70px;
}
.slidable-page .wrapper {
	min-height: 600px;
}
/* Work */
#work-page {
	background: url("http://www.workatplay.com/images/bg_office.04.jpg") no-repeat top center;
}
#work-page .wrapper {
	width: 780px;
}
#work-page #circles {
	
}
.work-sample {
	background: #9ecb3b;
	width: 240px;
	height: 150px;
	float: left;
	margin: 0 30px 30px 0;
	cursor: pointer;
	opacity:0.9;
}
.work-sample h2 {
	font-size:16px;
	margin: 20px 0 0 20px;
}
div.info h4 {
	color:#333333;
}
.work-number {
	background: url("http://www.workatplay.com/images/work/work-numbers.png") no-repeat 0 0;
	width: 220px;
	height: 80px;
	padding: 0px 10px 10px;
}
.work-sample .two {
	background-position: 0 -140px;
}
.work-sample .three {
	background-position: 0 -280px;
}
.work-sample .four {
	background-position: 0 -420px;
}
.work-sample .five {
	background-position: 0 -560px;
}
.work-sample .six {
	background-position: 0 -700px;
}
#work-sample-alli {
	background-color: #1b92c2;
}
#work-sample-bmw {
	background-color: #c30074;
}
#work-sample-vmtv {
	background-color: #CB2D2C;
}
#work-sample-vles {
	background-color: #9ecb3b;
}
#work-sample-dolls {
	background-color: #D86F2F;
}
#work-sample-bsg {
	background-color: #cc97c4;
}
.work-sample:hover {
	background-color: white;
}
#flip-side a {
	color: #c50076;
	text-decoration: none;
}
#flip-side a:hover {
	text-decoration: underline;
}
.close-flip {
	background: url("http://www.workatplay.com/images/work/btn-back") no-repeat 0 0;
	width: 34px;
	height: 40px;
}
.close-flip span {
	display: none;
}

/* The work sample "flip side", initially hidden div */
#flip-side {
	position: absolute;
	z-index: 1000;
	width: 201px;
	min-height: 150px;
}
.flip-content {
	display: none;
}
#flip-side .screenshot {
	background-color: #B3B3B3;
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	text-align: center;
}
#flip-side .screenshot img {
	height: 100%;
}
#flip-side .info {
	background-color: #FFF;
	color: #333;
	width: 50%;
	height: 100%;
	float: right;
}
#flip-side .info .wrapper {
	width: 85%;
	height: 80%;
	padding: 20px 30px;
}
#flip-side h3 {
	font-size: 14px;
	color: #c50076;
	font-weight: bold;
	
}
#flip-side p {
	margin-bottom: 15px;
}
#flip-side .info a.close-flip {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.work-sample h1 {
	font-size: 20px; 
	margin-bottom: 15px;
}

