/* hybrid styles CSS */

body {
	background: #FFFFFF;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
	margin: 30px;
	text-align: center;
}

p.footer {
	font-size: 10px;
	line-height: 12px;
}

a.infoLink, a.infoLink:visited {
	color: #333333;
	font-weight: normal;
}

a.infoLink:hover, a.infoLink:active {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

/* container styles */

#menuContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 445px;
	height: 295px;
	background: #AABAAA;
	margin: 10px;
}

#projectContainer {
	position: absolute;
	top: 0px;
	left: 455px;
	width: 385px;
	height: 295px;
	background: #B7B096;
	margin: 10px;
}

#infoContainer {
	position: absolute;
	top: 305px;
	left: 0px;
	width: 455px;
	text-align: right;
}


/* project styles */

.bold {
	font-weight: bold;
}

.upper {
	text-transform: uppercase;
}

.cap {
	text-transform: capitalize;
}

.vline {
	color: #FFFFFF;
}

body.project {
	background: #B7B096;
	font: normal 10px/16px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	text-align: left;
}

#line {
	width: 365px;
	margin-left: 10px;
	border-bottom: 1px solid #FFFFFF;
}

#link {
	position: absolute;
	top: 200px;
}

p {
	position: relative;
	color: #333333;
	font-size: 12px;
	line-height: 15px;
	margin-left: 10px;
}

p.name {
	position: absolute;
	font-size: 16px;
	left: 75px;
	top: 30px;
}

p.description {
	width: 365px;
}

p.info {
	margin-top: 20px;
	margin-right: 0;
	text-align: right;
	margin-bottom: 5px;
}

p.projectLink {
	text-align: center;
}

a, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

img.thumb {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}

iframe.projectFrame {
	border: none;
}

