/* general
**********************************/

body {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-style:italic;
	color:#505050;
	background:url(/projects/cpso/img/concept/headerBackground.png) #9baeba repeat-x;
}

#wrapper {
	width:960px;
	margin:0 auto;	
}

a, a:visited, a:hover {
	color:#3f8daa;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

h1 {
	float:left;
	font-size:50px;
	font-weight:normal;
	width:520px;
	margin:0;
}

/* paper
************************************/

#paper {
	float:left;
	width:720px;
	margin:52px 0 0 70px;
	padding:60px 50px 40px 50px;
	background-color:#f5f5f5;
}

#inorbital {
	float:right;
	width:180px;
	font-size:17px;
	text-align:right;
	margin-top:32px;
}

#intro {
	float:left;
	width:100%;
	margin:30px 0 10px 0;
	padding:5px 0 5px 20px;
	border-left:5px solid #FF3636;	
}

#client, #project {
	font-size:17px;
}

#project {
	margin-top:10px;	
}

/* subtitle
************************************/

h2 {
	float:left;
	display:block;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	height:56px;
	padding:0 0 0 57px;
	margin:40px 0 15px -57px;
	
}

h2 span {
	display:block;
	height:56px;
	padding:17px 56px 0 0;
	
}

/* list description
************************************/

.listDescription {
	clear:both;
	float:left;
	width:100%;
	font:11px Arial, Helvetica, sans-serif;	
	color:#8699a6;
	padding-bottom:3px;
	border-bottom:1px solid #e0e0e0;
}

.number {
	float:left;
	padding-left:8px;
}

.linkTitle {
	float:left;	
	padding-left:34px;
}

.presented {
	float:right;
	padding-right:5px;
}

/* list
************************************/

.conceptNo {
	display:block;
	float:left;	
	width:40px;
	padding-top:6px;
	font:bold 14px 'Montserrat', sans-serif;
	color:#FF3636;
}

.approved {
	width:40px;
	margin-left:-48px;
	padding:6px 0 10px 47px;
	background:url(/projects/cpso/img/concept/approved.png) 0 3px no-repeat;	
}

.linkList {
	clear:both;
	float:left;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}

.linkList li {
	display:block;
	margin:0;
	padding:8px 5px 8px 7px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e0e0e0;
}

.date {
	display:block;
	float:right;
	margin-top:7px;
	font:11px Arial, Helvetica, sans-serif;
	color:#8699a6;
}

/* footer
************************************/

#footerOut {
	clear:both;
	float:left;
	width:100%;
	height:400px;
	background:url(/projects/cpso/img/concept/footerTile.png) left bottom repeat-x;	
}

#footer {
	margin:0 auto;
	width:960px;
	height:400px;
	background:url(/projects/cpso/img/concept/footerBackground.png) 0 21px no-repeat;	
}

#footerPaper {
	position:relative;
	width:720px;
	padding:20px 50px 0 50px;
	height:121px;
	margin:0 auto;
	font:normal 11px/17px Arial, Helvetica, sans-serif;
	text-align:center;
	color:#5d5d5d;
	background-color:#f5f5f5;	
}

/* footer list
************************************/

#footerContact {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;	
}

#footerContact li {
	display:inline-block;
	margin:0;
	padding:0 25px 0 20px;
	background:url(/projects/cpso/img/concept/icons.png) no-repeat;
}

li#footerName {
	background-position:0 2px;
}

li#footerPhone {
	background-position:0 -29px;
}

li#footerMail {
	background-position:0 -57px;
}

li#footerIM {
	background-position:0 -88px;
}

li#footerHome {
	background-position:0 -120px;
}

#footerContact li.footerLast {
	padding-right:0;	
}

/* jquery mockup
************************************/

.mockup {
	position:absolute;
	top:0;
	overflow:hidden;
	width:100%;
	background-color:#fff;
}

.loading {
	position:absolute;
	width:100%;
	height:200px;
	top:0;
	left:0;
	background-color:rgba(0,0,0,0.7);
	text-align:center;
}

.loadingIn {
	width:400px;
	height:27px;
	margin:70px auto 0;
	padding:20px;
	color:#fff;
	background-color:#f00;
	text-align:center;
}

.hideMe {
	display:none;
}

.showMe {
	display:block;
}