html,body {
	height:100%;
	postion:absolute;
	top:0;
	bottom:0;
}

body {
	font-family: Helvetica;
	margin:0 auto;
}

.logorow {
	width:96%;
	padding:30px 2% 0px 2%;
}

.tabrow {
	width:96%;
	padding:30px 2% 0px 2%;
}

.tabrow .lefttab {
	background-color:#999;
	float:left;
	color:#fff;
	font-size:11px;
	padding:5px;
	width:120px;
	text-align:center;
	border-radius:5px 5px 0px 0px;
	margin-top:12px;
}

.tabrow .righttabsearch {
	background-color:#d1ced1;
	margin-right:-12px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	float:right;
	color:#222;
	font-size:15px;
	padding:8px 8px 10px 8px;
	width:120px;
	text-align:center;
	border-radius:5px 5px 0px 0px;
}

.tabrow .righttablogin {
	background-color:#435569;
	margin-right:-12px;
	margin-top: 1px;
	float:right;
	color:#fff;
	font-size:15px;
	padding:8px 8px 10px 20px;
	width:50px;
	text-align:center;
	border-radius:5px 5px 0px 0px;
}

.tabrow .righttabsignup {
	margin-top: 1px;
	background-color:#ff0000;
	float:right;
	color:#fff;
	font-size:15px;
	padding:8px 8px 10px 20px;
	width:50px;
	text-align:center;
	border-radius:5px 5px 0px 0px;
}


.searchrow {
	clear:both;
	width:96%;
	background-color:#d1ced1;
	height:50px;
	padding:30px 2% 35px 2%;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	z-index:-1;
}

input.searchbar {
	margin-top: 5px;
	padding: 8px;
	width: 500px;
	border:1px solid #999;
	border-radius:5px;
	background-color: #FFF;
	font-size: 18px;
	color: #555;
	font-family:Helvetica;
}


input.savedsearches {
	margin-top: 5px;
	margin-left:25px;
	padding: 8px;
	width: 200px;
	border:1px solid #999;
	border-radius:5px;
	background-color: #ddd;
	font-size: 18px;
	color: #555;
	font-family:Helvetica;
}

.scroller {
	position:fixed;
	background-color:#bbb;
	border-radius:3px;
	padding:3px 5px;
	color:#fff;
	font-size:10px;
	box-shadow: 0px 0px 3px #222;
	z-index: 2;
	cursor: pointer;
	-moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; user-select: none;
}


#contentrow-1 {
	float:left;
	background: #EEE;
	position: relative;
	right: 40%; 
	border-right: 1px solid #bbb;
}


#contentrow-2 {
	float:left;
	background: #DDD;
	position: relative;
	right: 27%; 
	border-right: 1px solid #bbb;
}


#contentrow-3 {
	float:left;
	background: #FFF;
	overflow: hidden;
	position: relative;
}


.jobrow {
	clear:both;
	width:90%;
	background-color:#3f3f3f;
	height:250px;
	padding:50px 5%;
}

.jobheader {
	font-size:18px;
	color:#eee;
	margin-bottom:20px;
}

.profilejob {
	float:left;
	width:130px;
	margin:0px 20px 15px 0px;
}

.profilejob .topbar {
	padding:5px 6px 3px 6px;
	color:#eee;
	font-size:11px;
	background-color:#000;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
	border-radius:5px 5px 0px 0px;
}

.profilejob .topbar .heart{
	float:right;
}


.profilejob .content {
	position:relative;
	z-index:2;
	padding:15px;
	font-size:13px;
	color:#eee;
	background-color:#8c8c8c;
	border-radius:0px 0px 5px 5px;
}


.profilejob .content .jobposition{
	font-size:15px;
	font-weight:bold;
	color:#333;
}

.jobadvertisement{
	float:left;
	background-color:#111;
	font-size:15px;
	padding:22px;
	width:150px;
	border-radius:5px;
}


.footerrow {
	clear:both;
	width:90%;
	background-color:#111;
	height:250px;
	padding:50px 5%;
}

.footerleft {
	float:left;
	width:250px;
}

.footerCol2 {
	float:left;
	width:200px;
	margin-left:50px;
}

.footerCol3 {
	float:left;
	width:200px;
	margin-left:50px;
}

.footerCol4 {
	float:left;
	width:200px;
	margin-left:50px;
}

.footerheaders {
	font-size:11px;
	font-weight:bold;
	color:#ccc;
	margin-bottom:25px;
}

.footernames {
	font-size:18px;
	color:#eee;
	margin-bottom:5px;
}

.footerdescription {
	font-size:13px;
	color:#777;
	margin-bottom:35px;
}

.footerlinks a{
	font-size:13px;
	color:#999;
}

.socialfollow {
	font-size:18px;
	color:#ccc;
	margin-bottom:3px;
}

.searchfilterbar {
	color:#888;
	background-color:#eee;
	font-size:10px;
	padding:5px 8px;
	width:160px;
	border-radius:0px 0px 5px 5px;
	margin:-20px auto 30px auto;
	text-align:center;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

.columntitle {
	font-size:15px;
	color:#222;
	float:left;
}

.columntitlelinks {
	font-size:10px;
	color:#fff;
	background-color:#3f3f3f;
	border-radius:2px;
	padding:3px 5px;
	float:left;
	margin-left:5px;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#6d8ba8),to(#435569));
}

#columnprofile {
	position:relative;
	left: 67%;
	float:left;
	width:33%;
}

.profile {
	float:left;
	width:210px;
	margin:0px 40px 30px 0px;
}

.profile .topbar {
	padding:8px;
	color:#eee;
	font-size:11px;
	background-color:#3f3f3f;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
	border-radius:5px 5px 0px 0px;
}

.profile .topbar .heart{
	float:right;
}


.profile .thumb {
	position:relative;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
	z-index:2;
}

.profile .thumb .projectcount{
	position:absolute;
	font-size:11px;
	background-color:#fff;
	border-radius:8px;
	padding:3px 5px;
	top:5px;
	right:5px;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

.profile .description {
	border-radius:0px 0px 5px 5px;
	padding:8px;
	font-size:11px;
	background-color:#b2b2b2;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}

.profile .description .discipline{
	color: #333;
}

.profile .description .follow{
	color: #fff;
	margin-top:2px;
	padding-bottom:5px;
}

.profilearrow {
	background-color:#ff0000;
	padding:3px 5px;
	color:#fff;
	font-size:10px;
}

.profileadvertisement {
	float:left;
	width:180px;
	margin:0px 40px 30px 0px;
	background-color:#b2b2b2;
	border-radius:5px;
	padding:20px 15px;
	text-align:center;
	font-size:11px;
	color:#333;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}


.container {
	padding:20px 30px;
	overflow-x: auto;
}


#columnimages {
	position:relative;
	left: 67%;
	float:left;
	width:40%;
	z-index:1;
}

.profileimg {
	float:left;
	width:120px;
	margin:0px 20px 15px 0px;
}

.profileimg .topbar {
	padding:5px 6px 3px 6px;
	color:#eee;
	font-size:11px;
	background-color:#3f3f3f;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
	border-radius:5px 5px 0px 0px;
}

.profileimg .topbar .heart{
	float:right;
}


.profileimg .thumb {
	position:relative;
	z-index:2;
}

.profileimg .thumb img{
	border-radius:0px 0px 5px 5px;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}

.imgadvertisement {
	float:left;
	width:110px;
	margin:0px 20px 30px 0px;
	background-color:#b2b2b2;
	border-radius:5px;
	padding:15px 5px;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	color:#333;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}

#columnactivity {
	float: left;
	position: relative;
	left: 67%;
	width:27%;
	z-index:1;
}

input.singlebar {
	margin-top: 5px;
	padding: 5px;
	width: 300px;
	border:1px solid #CCC;
	background-color: #FFF;
	font-size: 12px;
	color: #555;
}

.instruction {
	font-size: 11px;
	font-weight:bold;
}

.inboxcount {
	font-size: 18px;
	margin-top:30px;
	color:#222;
	padding-bottom:10px;
	border-bottom:1px solid #CCC;
}

.feedtype {
	font-size: 15px;
	margin-top:6px;
	color:#CCC;
}

.update {
	margin-top:30px;
}

.update .thumb{
	float:left;
}

.update .thumb img{
	width:30px;
	border-radius:3px;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}

.update .commentthumb{
	float:left;
	position:relative;
	left:40px;
	top:10px;
}

.update .commentthumb img{
	width:30px;
	border-radius:1px;
	box-shadow: 0px 0px 3px rgba(34,25,25,0.4);
}

.update .description {
	float:left;
	width:80%;
	margin-left:10px;
	font-size:13px;
	color:#333;
}

.update .description a{
	color:#435569;
}

.update .links{
	clear:both;
	margin-top:10px;
	margin-left:40px;
}


.update .links a{
	font-size:11px;
	color:#aaa;
	margin-right:10px;
}


.update .status {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
	width:60%;
	padding-left:20px;
	font-size:13px;
	font-style:italic;
	color:#888;
}

.update .imgpreview {
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:20px;
}

.update .imgpreview img{
	width:80px;
	border-radius:3px;
}

input.groupmenu {
	margin-top: 5px;
	padding: 5px;
	width: 300px;
	border:1px solid #CCC;
	background-color: #FFF;
	font-size: 11px;
	color: #777;
}

.fineprint{
	font-size:10px;
	color:#777;
	font-style:italic;
}

.paging {
	text-align:center;
	margin:20px auto;
	font-size:14px;
	color:#111;
}

a.sbutton0 {display:inline-block;}
a.sbutton0, button.sbutton0 {
	color:#666666; text-decoration:none; border:solid 1px #bbb; padding:3px 7px; font-size:13px;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; -khtml-border-radius: 4px; border-radius: 4px; margin-top:8px;
	background: #2bc359;
	background: -webkit-gradient(linear,0 0,0 bottom,from(#fefefe),to(#dddddd));
	background: -moz-linear-gradient(#fefefe,#dddddd);
	background: linear-gradient(#fefefe,#dddddd);
	-pie-background: linear-gradient(#fefefe,#dddddd);
	behavior:url(/css/PIE.htc);
	vertical-align:middle; font-family: Helvetica, sans-serif;
	line-height:17px; /* Firefox Default - can't change */
}
a.sbutton0:hover, button.sbutton0:hover { background:#fefefe; -pie-background: linear-gradient(#fefefe,#fefefe); }
a.sbutton0:active, button.sbutton0:active { background:#dddddd; -pie-background: linear-gradient(#dddddd,#dddddd); }

.commentbox {
	border:1px solid #9cabbc;
	background-color:#f4f9ff;
	padding:5px;
	font-size:11px;
	color:#7f8e9e;
	width:200px;
	position:relative;
	top:10px;
	left:80px;
	min-height:15px;
	border-radius:3px;
	margin-bottom:10px;
}


.commentboxarrow {
	position: absolute;
	width: 6px;
	height: 12px;
	background: url(http://thecreativefinder.com/img/commentarrow.png) no-repeat;
	left: -6px;
	top: 6px;
}

.commentboxmsg {
	position:absolute;
	color:#999;
}


.commented {
	background-color:#eee;
	border:1px solid #ddd;
	padding:5px;
	border-radius:4px;
	color:#888;
	position:relative;
	top:10px;
	left:40px;
	width:265px;
	min-height:20px;
	margin-bottom:2px;
}

.commented .commentedthumb {
	float:left;
}

.commented .commentedmsg {
	float:left;
	font-size:11px;
	margin-left:10px;
	margin-top:4px;
}

.commentrow {
margin-top:10px}

.viewolderupdates {
margin-top:20px;}
