/*	Green: 87CD7F
	Orange: EC924F, FDF1E9
	Pink: F49AC1
	Yellow: FFD743
	grey: EBEBEB
*/

body {
	font-family: arial,helvetica,sans;
	font-size: 10pt;
	width: 765px;
	margin: 10px;
}

p {
	font-family: arial,helvetica,sans;
	font-size: 10pt;
}

label {
	display: block;
	float: left;
	width: 100px;
	font-size: 8pt;
}


#header {
	float: left;
	width: 100%;
	font-size: 10pt;
	color: #EC924F;
}

#header a {
	color: #EC924F;
	text-decoration: none;	
}

#header a:hover {
	text-decoration: underline;	
}

#header ul {
	float: left;
		width: 100%;
	list-style-type: none;
}


#header li
{
	display: inline;
}

#footer {
	margin-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	float: left;
	width:100%;
	clear: both;

}

#footer a {
	color: #8197cf;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;	
}

#footer ul {

	list-style-type: none;

}

#footer li
{
	display: inline;
}

#editor h1 {
	width: 755px;
}

#left_content {
	float: left;
	width: 550px;
	*width: 520px;

	margin-left: 10px;
}

#right_sidebar {
	float: right;
	margin-right: 10px;
	*margin-right: 10px;
	*margin-top: 10px;
	font-size: 8pt;
	border-bottom: 1px solid #ccc;
	width: 132px;
}

#right_sidebar h3 {
	float: left;
	clear: both;
	width: 100%;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 5px;
	margin-left: 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

font-size: 8pt;

	padding-bottom: 0;
}

#right_sidebar .home {
	width: 120px;
}

#right_sidebar .projects {
	width: 180px;
}
#right_sidebar p {
	float: left;
	clear: both;
	width: 100%;
	background-color: #EBEBEB;
	margin: 0px;
	padding: 5px;
	margin-left: 0px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;

}
#right_sidebar .home input {
	font-size: 9pt;
	font-family: arial,helvetica,sans;
	width: 100px;
}

#right_sidebar h1 {
	clear: both;
	float: left;
	width: 100%;
	background-color: #EC924F;
	margin: 0px;
	padding: 5px;
	text-align: left;
	font-size: 8pt;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-right: 5px;

}
#right_sidebar .home label {
	display: block;
	float: left;
	width: 100%;
	text-align: left;
}

#right_sidebar .project_list {
	float: left;
	height: 120px;
	overflow: scroll;
	width: 192px;
	background-color: #EBEBEB;
}

#right_sidebar .project_list ul {
	width: 140px;
	border: none;
}

#right_sidebar ul {
	clear: both;
	width: 170px;
	text-align: left;
	list-style-type: none;

	margin: 0px;
	padding: 10px;

	background-color: #EBEBEB;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
/* Blocks */


#login {
	float: left;
	padding: 10px;
	border: 1px solid #ff0000;
}

#login label {
	display: block;
	font-size: 9pt;
}


#col1 {
	float: left;
	width: 500px;
	margin-right: 20px;
	border: 1px solid #ff0000;
}

#col2 {
	float: left;
	width: 200px;
	border: 1px solid #ff0000;
}

/* Projects Page */


#left_content #photo_library {
	float: left;
	padding: 10px;
	width: 500px;
	height: 400px;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
}

#right_sidebar #photo_library {
	float: left;
	clear: both;
	padding: 5px;
	background-color: #EBEBEB;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	width: 100%;
	height: 180px;
	overflow: scroll;
}

#left_content #photo_library h1 {
	width: 490px;
}

#left_content #photo_library_upload h1 {
	width: 510px;
}

#photo_library_upload input {

}

.zoneOn {
	overflow: hidden;

	background-color: #ccc;
}
.drop_zone
{
	position: relative;
	overflow: hidden;
	background-color: #EFEFEF;
	background-image: url(images/dropphotohere.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



#edit_block {
	margin-left: 20px;
	float: left;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}

#src_block {
	float: left;
	width: 100px;
	height: 400px;
	border: 1px solid #0000ff;
}
#item1 {
	position: relative;
}

#trash {
	clear: both;
	position: relative;
	width: 40px;
	height: 40px;
}

.trash_zone {
	background-image: url(images/trash.gif);
}

.trash_zone_over {
	background-image: url(images/trash.gif);
}

.color_swatch {
	position: relative;
	float: left;
	display: inline;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	
}

.slider_container {
	float: left;
	position: relative;
	width: 100px;
	height: 20px;
	background-image: url(images/slider_bg.gif);

	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
}

.slider_handle {
	position: relative;
	width: 11px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	*margin-bottom: -6px;
	background-image: url(images/slider_handle.gif);
	background-repeat: no-repeat;
}



iframe {
	visibility: hidden;
}
.tour {
	float: left;
	padding-bottom: 60px;
}
.home.intro.images {
	float: left;
	width: 278px;
	height: 270px;
}
.home.intro.text {
	float: left;
	width: 550px;
}

.clear {
	width: 100%;
	clear: both;
}

.signup {
	clear: both;
	width: 100%;
}

.textfield_input {
	float: left;
	margin-left: 0px;
}


#textfields {
	float: left;
	width: 230px;
	margin-left: 10px;
}