/* basis */

* {
	margin:0px;
	padding:0px;
	font-family: Comic Sans, Comic Sans MS, cursive, Tahoma, Geneva, Verdana, arial, helvetica;
}

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	background-image:url('../images/stars.jpg');
	background-position: top right;
	background-repeat:no-repeat;
	background-color:#2d2a8f;
	margin:0px;
	padding:0px; 
	width:100%;
	height:100%;
}


/* Graphical user interface */

#container {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
	text-align:left;
	background-image:url(../images/bellastar4.gif);
	background-position: top left;
	background-repeat:no-repeat;
}

	#container_menu {
		border:0px solid black;
		display:block;
		float:left;
		position:relative;
		width:80%;
		height:50px;
		padding-top:100px;
		padding-left:100px;
		margin-left:0px;
		margin-top:40px;
		z-index:10;
	}
		#menu {
			border:0px solid black;
			display:block;
			z-index:11;
			float:left;
		}
			#menu ul {
					display:block;
					padding:0;
					margin:0;
					border:0px solid black;
			}
			#menu ul li {
					display:block;
					float:left;
					padding-bottom:0px;
					margin:2px;
					list-style:none;
					list-style-image:none;
					height:30px;
					width:150px;
					
			}
			#menu ul li a {
					background-color:#ae2e98;
					display:block;
					margin:4;
					height:20px;
					padding-left:10px;
					padding-right:10px;
					padding-top:0px;
					color:#ffffff;
					line-height:16px;
					font-weight:bold;
					font-size:14px;
					text-align:center;
			}
					#menu ul li a:hover {
						background-color:#90032e;
						font-size:14px;
						font-weight:bold;
					}
			/* Submenu styles */
			#menu ul ul {
				display:none;
				position:absolute;
				border-top:0;
				padding-top:5px;
				padding-bottom:5px;
			}
			#menu ul ul li {
				float:none;
			}
			#menu ul ul li a {
				display:block;
				height:62px;
				padding-left:20px;
				padding-right:20px;
				padding-top:38px;
				line-height:16px;
				color:#ffffff;
				line-height:16px;
				font-weight:bold;
				font-size:14px;
				text-align:center;
				vertical-align: middle;
			}
				#menu ul ul li a:hover {
					font-size:16px;
					font-weight:bold;
				}

	#container_page {
		display:block;
		position:relative;
		width:100%;
		float:left;
	}
	
		#container_left {
			padding-top:10px;
			display:block;
			position:relative;
			width:370px;
			float:left;
			padding-left:15px;
		}
			#cms_left_column {
				display:block;
				/*background-color:#ffffff;*/
  				/*border:1px solid black;*/
  				/* for IE */
  				/*filter:alpha(opacity=40);*/
 				/* CSS3 standard */
  				/*opacity:0.4;*/
			}
				#container_logo {
					display:block;
					position:absolute;
					height:176px;
					width: 450px;
					background-position:top;
					background-repeat:no-repeat;
				}
					#logo {
						display:block;
						background-image:url(../images/isabellazoe.png);
						background-position: top left;
						background-repeat:no-repeat;
						border:0px solid black;
						float:left;
						position:relative;
						width:400px;
						height:100px;
						padding-top:10px;
						padding-left:90px;
						margin-left:83px;
						margin-top:40px;
					}
						#logo h1 {
							display:none;
						}
				#container_headlines {
					display:block;
					background-position:top left;
					background-repeat:repeat-x;
				}
				#container_headlines .article {
					position: relative;
					color: #FFFFFF;
					display:block;
					margin-left:auto;
					margin-right:auto;
				}

#container_content .article {
	display:block;
}
#container_content .article div.content {
	display:block;
}
#container_content .article div.title {
	display:block;
}

				
		#container_right {
			display:block;
			position:relative;
			width:800px;
			float:left;
			padding-left:20px;
		}
			#header {
				display:block;
				position:relative;
				width:776px;
				height:460px;
				float:left;
			}
				#header .header_back {
					display:block;
					position:absolute;
					/*background-image:url(../images/header775.jpg);*/
					background-position:center;
					background-repeat:no-repeat;
					width:775px;
					height:460px;
					float:left;
				}
				#header .header_front {
					display:block;
					position:absolute;
					background-position:center;
					background-repeat:no-repeat;
					width:775px;
					height:460px;
					/*margin-top:-460px;*/
					float:left;
				}
				
				#photo {
					display:block;
					position:absolute;
					width:775px;
					height:460px;
					/*margin-top:-460px;*/
					float:left;
				}
					#tagline {
						display:none;
						position:relative;
						width:520px;
						height:30px;
						padding:10px 10px 10px 15px;
						top:300px;
						float:right;
						/*background-image:url('../images/transparant.png');*/
					}
						#tagline h1 {
							font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
							font-size:31px;
							font-weight:bold;
							font-style:normal;
							font-style:italic;
							color:#f00;
							line-height:31px;
							text-transform:uppercase;
						}
				
			#container_content {
				/*border:1px solid black;*/
				display:block;
				position:relative;
				width:790px;
				float:left;
			}
				#cms_middle_column {
					display:block;
					position:relative;
					width:500px;
					float:left;
					/*padding-right:20px;*/
					/*margin-right:20px;*/
					padding-right:10px;
					
				}
				#container_content_right {
					/*border:1px solid blue;*/
					display:block;
					position:relative;
					width:260px;
					float:right;
				}
					#cms_right_column {
						/*border:1px solid white;*/
						margin-top:50px;
						display:block;
						position:relative;
						width:230px;
						float:right;
						padding:15px;
						/*background-image:url(../images/posterback.jpg);*/
						background-position: 50% 100%;
						background-repeat:repeat-y;
					}
					#cms_right_column_bottom {
						/*border:1px solid red;*/
						display:block;
						position:relative;
						width:260px;
						height:232px;
						float:right;
						/*background-image:url(../images/posterback_bottom.png);*/
						background-position: 50% 0%;
						background-repeat:no-repeat;
					}
						#cms_right_column div.rightmenu {
						display:block;
						margin-bottom:10px;
					}

		/* Right Menu */
		.rightmenu {
			display:block;
			position:relative;
			width:250px;
			float:right;
			padding-top:5px;
			z-index:11;
		}
			.rightmenu ul {
					display:block;
					padding:0;
					margin:0;
			}
			.rightmenu ul li {
					display:block;
					float:left;
					padding:0;
					margin:0;
					list-style:none;
					list-style-image:none;
			}
				.rightmenu ul li a {
					display:block;
					width:169px;
					padding-right:0;
					padding-bottom:3px;
					padding-left:15px;
					float:left;
					font-weight:normal;
					text-transform:uppercase;
					font-size:13px;
					/*background-image:url('../images/bg_rightmenu_arrow.gif');*/
					background-position:-6px center;
					background-repeat:no-repeat;
				}
					.rightmenu ul li a.current_buttonID,
					.rightmenu ul li a:hover {
						/*background-image:url('../images/bg_rightmenu_downarrow.gif');*/
						background-position:-6px center;
						background-repeat:no-repeat;
					}
			/* Submenu styles */
			.rightmenu ul ul {
				display:none;
			}
			.rightmenu ul ul li {
				float:none;
			}
			.rightmenu ul ul li a {
				display:block;
				background:none;
				padding-top:0;
				padding-left:15px;
				padding-right:10px;
				color:#000;
				font-size:14px;
				font-weight:normal;
				text-transform:none;
			}
				.rightmenu ul ul li a.current_buttonID,
				.rightmenu ul ul li a:hover {
					/*background-image:url('../images/bg_rightmenu_subarrow.gif');*/
					background-position:-21px center;
					background-repeat:no-repeat;
				}


	#footer {
		display:block;
		position:relative;
		width:100%;
		height:27px;
		float:left;
		text-align:center;
		padding-bottom:5px;
	}
		#footer p {
			display:inline;
			margin:0;
			padding:3px;

		}
			#footer p b {
				font-weight:bold;
				color:#f00;
			}
			#footer p a {
				color:#000000;
			}
				#footer p a:hover {
					color:#f00;
				}
					#footer ul {
						display:inline;
						margin:0;
						padding:0;
						padding-left:5px;
					}
					#footer ul li {
						display:inline;
						margin:0;
						padding:0;
						list-style:none;
						padding-left:5px;
						padding-right:5px;
					}
					
/* CMS Content */
#cms_middle_column .article.default {
	display:block;
	clear:both;
	width:100%; /* ! @RUIG */
	padding-top:10px;
	padding-bottom:5px;
}
#cms_middle_column .article.half {
	display:block;
	width:280px; /* ! @RUIG */
	float:left;
	padding-top:10px;
	padding-bottom:5px;
}
#cms_middle_column .article.half.first {
	margin-right:20px;
}
	#cms_middle_column .article div.title {
		/* for firefox, safari, chrome, etc. */
		/*-webkit-transform: rotate(2deg);*/
		/*-moz-transform: rotate(2deg);*/
		/*-o-transform: rotate(2deg);*/
		/*rotation: 2deg;*/
		/* for IE */
  		/*filter:alpha(opacity=80);*/
  		/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
 		/* CSS3 standard */
  		/*opacity:0.8;*/
		display:block;
		position:relative;
		background-repeat:repeat-x;
		background-position:bottom left;
		padding-bottom:10px;
		margin-bottom:10px;
		text-transform:lowercase;
	}
		#cms_middle_column .article .title * {
			color:#f00;
		}
	#cms_middle_column .article div.content {
		display:block;
	}
	


.projects_module {
	display:block;
}
.projects_module form.filter {
	display:block;
	padding-bottom:5px;
}
.projects_module .listing {
	display:block;
}
.projects_module .listing .project {
	display:block;
	border:1px solid #fff;
	border-top:1px solid #ccc;
	padding:5px;
	height:150px;
}
.projects_module .listing .project.hover {
	border:1px solid #f00;
	cursor:pointer;
}
.projects_module .listing .project div.line {
	display:block;
	width:361px;
	float:right;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;	
}
.projects_module .listing .project div.Project {
	padding-top:0;
}
.projects_module .listing .project label {
	display:block;
	width:70px;
	float:left;
	color:#aaa;
}
.projects_module .listing .project span.value {
	display:block;
	width:290px;
	float:right;
}
.projects_module .listing .project div.image {
	display:block;
	float:left;
	width:200px;
	margin-right:5px;
}
.projects_module .listing .project div.Project span.value * {
	font-weight:bold;
	color:#f00;
}
.projects_module .listing .project div.image label {
	display:none;
}
.projects_module .listing .project div.image span.value {
	width:200px;
}

.projects_module .details {
	display:block;
}
.projects_module .details div.line {
	display:block;
	clear:both;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ccc;
}
.projects_module .details label {
	display:block;
	width:120px;
	float:left;
	color:#aaa;
}
.projects_module .details span.value {
	display:block;
	width:460px;
	float:right;
}
.projects_module .details div.Photos {
	display:block;
	clear:both;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;	
}
.projects_module .details div.Photos div.PhotosPane {
	display:block;
}
.projects_module .details div.Photos a {
	display:block;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border:1px solid #fff;
}
.projects_module .details div.Photos a:hover {
	border:1px solid #f00;
}

#projectPhotoAlbumPopup {
	display:none;
}
#projectPhotoAlbumPopup div.photo{
	display:block;
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.left {
	display:block;
	float:left;
	width:50px;
	background-image:url(../images/left_nav_but.png);
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.right {
	display:block;
	float:right;
	width:50px;
	background-image:url(../images/right_nav_but.png);
	background-repeat:no-repeat;
	background-position:center;
}
#projectPhotoAlbumPopup div.nav {
	display:none;
}
#projectPhotoAlbumPopup div.description {
	display:block;
	margin-top:6px;
	padding:2px;
	border:1px solid #fff;
	text-align:center;
	color:#000;
	background-image:url(../images/transparant.png);
}


.custom_headlines_module {
	display:block;
	padding-top:0;
}
.custom_headlines_module .article {
	display:block;
	padding-bottom:10px;
}
.custom_headlines_module .article div.title {
	display:block;
}
.custom_headlines_module .article div.title * {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.custom_headlines_module .article div.content {
	display:block;
}
.custom_headlines_module .article div.content .intro {
	display:none;
}
.custom_headlines_module .article div.content .image {
	display:block;
	border:1px solid #000000;
}
.custom_headlines_module .article div.content .more_info {
	display:block;
	padding:2px;
	margin:1px;
	margin-top:-22px;
	width:155px;
	position:absolute;
	z-index:4;
	background-image:url('../images/transparant.png');
	text-align:right;
}
.custom_headlines_module .article div.content .more_info * {
	color:#f00;
}


/* Overlay */
#modalOverlay {background-color:#000; cursor:wait;}

/* Container */
#modalContainer {height:400px; width:600px; left:50%; top:50%; margin-left:-300px; /*background-color:#fff;*/ border:3px solid #fff;}
#modalContainer a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#modalContainer #basicModalContent {padding:8px;}	
