body { 
	margin:0px; 
	background:#ECEDED;
	font-family:"Helvetica", Arial, sans-serif;
	font-size:11px;
	line-height:18px;

	white-space:nowrap; 
	width:100%;

	}

textarea {
	font-family:"Helvetica", Arial, sans-serif;
	font-size:11px;
}
a {
	text-decoration: none;
	outline:none;
	-moz-outline-style: none;
	}

a:link {
	color:#B1B3B4;
	}
	
a:visited {
	color:#B1B3B4;
	}
a:hover {
	color: #000;
	}
a:active {
	color:#000;
	}
a img {
	border: none;
	}
	
.zoom_cur { cursor: url('http://www.laylacurtis.com/public/assets/img/zoomin.cur'),url('http://www.laylacurtis.com/new/public/assets/img/zoomin.cur'),default; }
.zoom_cur { cursor: -moz-zoom-in; }

ul {
	list-style:none;
	padding:0px;
	margin:0px;
}	

label {
	display:block;
}

hr { border: 1px dotted #999; border-style: none none dotted; clear:both;}

input[type=text], input[type=email] {
	border:none;
	background:#ECEDED;
}

.inline_edit_form input[type=text] {
	boorder:#999 dotted 1px;
	backkddground:#fff;
	text-align:right;
	color:#888888;
}
.inline_edit_form p {
	margin-top:3px;
	margin-bottom:3px;
}



#menu { 
	position:fixed; 
	left:20px; 
	width: 150px; 
	height:100%; 
	z-index:100000;
	background: url("img/menu_bg.png");
	}

#menu h1 {
	font-size:18px;
	padding:15px 0 15px 20px;
	color:black;
	font-weight:normal;
	
}

#menu h1 a {
	color:black;
}

#menu ul {
	margin-left:20px;
	font-size:13px;
}

#menu ul li .main {
	line-height:22px;
}

#menu .sub_item {
	font-size:11px !important;
	line-height:16px;
}


#view { 
	position:fixed; 
	right:16px; 
	top: 0px; 
	background:#fff;
    display: none;
	}

#view ul {
	color:#B1B3B4;
	font-size:11px;

	padding:4px 10px 2px 4px;
}

#view ul li {
	display:inline;
	margin-left:7px;
}

#content { 
	position:absolute; 
	left:250px; 
	top: 10%; 
	height:550px;
	white-space:normal; 
	padding-right:150px;
	}
	
.year {
	position: relative;
	height:550px;
	margin-left:10px;
	background: url("img/timeline.png");
	background-repeat:repeat-x;
	background-position:bottom;
	float:left;
}	
	
	.year_timeline {
		position:absolute;
		bottom:0px;
		left:0px;
		height:18px;
	}
	
	.year_timeline p {
		background:#ECEDED;	
		width:35px;
		color:#B1B3B4;
		margin:0px;
		padding:0px;
	}
	
	.project {
		float:left;
		display:block;
		background:#fff;
		padding:20px;
		wwwidth:220px;
		height:416px;
		color:#58585A;
	}

	.pspace {
		margin-right:15px;
	}
	
	.project h2 {
		font-size:14px;
		color:#000;
		margin:0px;
	}
	
	.project h2 a {
		color:#000;
	}
	
	.project h3 {
		font-size:11px;
		color:#58585A;
		margin:0px;
		font-weight:normal;
	}
	
	.project .project_year {
		padding:0px;
		margin:0px;
	}
	
		.project .column_1 {
			hheight:371px;
			width:220px;
			float:left;
			margin-top:10px;
			text-align:left;
			bbackground:#999;
		}
		
		
		.project .column_2 {
			hheight:371px;
			width:220px;
			float:left;
			margin-left:15px;
			margin-top:10px;
			text-align:left;
			bbackground:#999;
		}

		
		
		.project .info {
			position:absolute;
			top:437px;
			clear:both;
			text-align:right;
			font-size:11px;
			padding-top:16px;
		}
		
		.project .info .type_name {
			text-transform: uppercase;
		}
		
		

	
	.work {
		float:left;
		display:block;
	}

	.wspace {
		margin-right:250px;
	}
	
	.wspace_end {
		margin-right:140px;
	}
	
		.work .image_wrap {
			background:#fff;
			padding:8px;
			height:440px;
		}
		
		.work .info {
			padding:8px;
			text-align:right;
			font-size:11px;
		}
		
			.work .info .title {
				font-weight:bold;
				color:#707173;
				margin:0px;
				padding:0px;
				height:15px;
			}
			
			.work .info .title a {
				color:#707173;
			}
			
			.work .info .title a:hover {
				color:black;
			}
		
			.work .info .sub {
				color:#B1B3B4;
				margin:0px;
				padding:0px;
				line-height:15px;
				wwidth:245px;
				wfloat:right;
			}
			




	.info_tab {
		float:left;
		display:inline;
	}

	.wspace {
		margin-right:250px;
	}

	.wspace_end {
		margin-right:140px;
	}

		.info_tab .image_wrap {
			background:#fff;
			padding:8px;
		}

		.info_tab .info {
			padding:8px;
			text-align:right;
			font-size:11px;
		}

			.info_tab .info .title {
				font-weight:bold;
				color:#707173;
				margin:0px;
				padding:0px;
				height:15px;
			}

			.info_tab .info .sub {
				color:#B1B3B4;
				margin:0px;
				padding:0px;
				line-height:15px;
				width:245px;
			}
/**/
input[type=password] {
	border: 5px;
	background:#ECEDED;
	width:110px;
}

.detail_nav {
	float:left;
	padding:9px 0 0 8px;
	width:40px;
    display: none;
}

a.detail_prev, a.detail_next,a.detail_prev_disabled,a.detail_next_disabled {
	display:block;
	float:left;
	overflow:hidden;
	height:15px;
	width:15px;
	text-indent:10000px;
	
}


a.detail_prev {
	
	background: url(img/arrows_bg.png) -16px 0 no-repeat;
	margin-right:4px;
	
}

a.detail_prev:hover {
	
	background-position: -32px 0px;
	
}

a.detail_prev_disabled {
	
	background: url(img/arrows_bg.png) 0 0 no-repeat;
	cursor: default; 
	margin-right:4px;
}

a.detail_next_disabled {
	
	background: url(img/arrows_bg.png) -80px 0 no-repeat;
	cursor: default; 
}




a.detail_next {
	
	background: url(img/arrows_bg.png) -64px 0 no-repeat;
	
}

a.detail_next:hover {
	
	background-position: -48px 0px;
	
}

.float_right {
	ffloat:right;
}

.m-r_12 {
	margin-right:12px;
}

.contact {
	float:left;
	display:inline;
	background:#fff;
	padding:20px;
	width:220px;
	height:416px;
	color:#58585A;
}

.newsletter .form_ele {
	margin:0px;
	padding:0px;
	margin-top:2px;
	text-align:left;
}

.error {
	color:#bb0000;
}

.newsletter_success {
	border: dotted 1px #999;
	color:green;
	text-align:center;
	padding:7px;
}

.newsletter_error {
	border: dotted 1px #999;
	color:#bb0000;
	text-align:center;
	padding:7px;
}

.cv {
	float:left;
	display:inline;
	background:#fff;
	padding:20px;
	hheight:416px;
	color:#58585A;


}

.cv h2 {
	font-size:14px;
	color:#000;
	margin:0px;
}

.cv h3 {
	font-size:11px;
	color:#58585A;
	margin-top:0px;
	margin-bottom:10px;
	font-weight:bold;
}


	.cv .column {
		hheight:371px;
		width:550px;
		float:left;
		margin-top:10px;
		margin-right:15px;
		margin-left:60px;
		text-align:left;
		bbackground:#999;

	}
	
	.cv .column_s {
		width:220px;
		float:left;
		margin-top:10px;
		margin-right:15px;
		text-align:left;
		bbackground:#999;
		display:none;
	}
	
	.columnbase {
		background:#ECEDED;
	}
	


	
/* Super Size 2 */

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(img/progress.gif);
}
#supersize{
	position:fixed;
}
#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	cursor:default;
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}

/* Supersize End */

#fancybox-frame { text-align:center; }

#print_zoom {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-42px;
	display:none;
}