@CHARSET "UTF-8";

/**
  * Container
  *
  */
#container
{
	width: 670px;
	margin: 0 auto;
	position: relative;
}

/**
  * Navigation / menu
  *
  */
#logo
{
	float: right;
}

#menu {
	display: none;
}

#search {
	display: none;
}

#submenu {
	display: none;
}

#access_bar
{
	display: none;
}

#home-intro {
	display: none;
}

h1#page-title {
	margin: 20px 0 0 0;
	font-size: 20px;
	padding: 20px 0 20px 0;
	color: #000;
	font-family: Georgia;
}

#breadcrumb {
	margin: 10px 0;
	color: #000;
}

#breadcrumb a {
	text-decoration: none;
	color: #e00034;
}

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

/**
  * Content
  *
  */
  
#content-menu {
}
  
#content-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content-menu ul li {
	float: left;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 0;
}

#content-menu ul li a {
	text-decoration: none;
	color: #ccc;
}

#content-menu ul li.selected a {
	color: #e00034;
}

#content {
	border-top: 1px #ccc solid;
	padding: 20px 0 0 0;
}

.main-column {
	float: left;
	width: 670px;
}

.main-column img {
	border: 1px solid #000;
	padding: 1px;
}

.left-column, .center-column {
	float: left;
	width: 324px;
}

.center-column {
	margin: 0 0 0 20px;
}

#right-column {
	display: none;
}

.box {
	margin: 0 0 20px 0;
}

.rss {
	display: none;
}

.items, .small-items, .large-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.small-items li {
	float: left;
	padding: 10px;
	width: 304px;
	margin: 0 0 20px 0;
	clear: left;
	display: block;
	background: url(../img/item_background.gif) repeat-x;
}

#employees {
	margin: 20px 0 0 0;
}

#employees.small-items li {
	height: 80px;
}

li.right-item {
	margin: 0 0 0 20px;
	clear: none;
}

.items li {
	padding: 10px 0 10px 0;
	border-bottom: 1px #ccc solid;
}

.large-items li {
	padding: 10px;
	background: url(../img/item_background.gif) repeat-x;
}

h2.large-title, p.large-title {
	color: #e00034;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

p.title {
	color: #e00034;
	font-size: 14px;
	margin: 0 0 5px 0;
}

p.small-title {
	color: #cccccc;
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}

p.themes, p.function, p.option {
	color: #666666;
	margin: 0;
}

p.email {
	margin: 0;
	font-style: italic;
}

span.date {
	color: #666666;
}

#item img, .small-items img, .items img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #e00034;
	padding: 1px;
}

.back {
	display: none;
}

.top {
	display: none;
}

.more {
	display: none;
}

.spotlight-more {
	display: none;
}

.spotlight-link {
	margin: 0;
	padding: 10px;
	background: #000000;
}

.see-all {
	display: block;
	text-align: right;
	color: #e00034;
	padding: 0 15px 0 0;
	margin: 5px 0 0 0;
	font-weight: bold;
	background: url(../img/more.gif) no-repeat right;
}

.main-title {
	font-family: Georgia;
}

input {
	margin: 0 0 4px 0;
}

input.stretch {
	width: 95%;
}

#login {
	display: none;
}

#footer-content {
	width: 100%;
	border: 1px #ccc solid;
	margin: 20px 0 0 0;
}

.footer-item {
	display: none;
	padding: 10px;
}

.last-footer-item {
	display: block;
}

/**
  *
  * THEMES
  *
  */

#themes {
	margin: 20px 0 0 0;
}

#themes-anchors, #faq-anchors {
	display: none;
}

#filter {
	padding: 10px;
	background: url(../img/item_background.gif) repeat-x;
	border: 1px solid #ccc;
	margin: 20px 0 10px 0;
	height: 15px;
}

#filter p {
	display: block;
	float: left;
	margin: 0;
	padding: 0 5px 0 0;
}

/**
  *
  * PROJECTS
  *
  */
  
#documents {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#documents li {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	font-weight: bold;
}

#documents li a {
	color: #e00034;
	font-weight: normal;
}

#documents li img {
	border: none;
	padding: 0;
	margin: 0 10px 0 0;
}

/**
  *
  * IMAGES
  *
  */
  
#project-image {
	position: relative;
	width: 324px;
	height: 214px;
}

#project-image img {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

/**
  *
  * FORMS
  *
  */
 
/**
  * Buttons
  *
  */

input.button-search
{
	background: url('../img/buttons.gif') no-repeat 0 0;
	width: 43px;
	height: 23px;
	border: none;
	text-indent: 43px;
	overflow: hidden;
}
 
input.button-signup {
	float: right;
	display: block;
	background: url('../img/buttons.gif') no-repeat -43px 0;
	width: 86px;
	height: 23px;
	border: none;
	text-indent: 86px;
	overflow: hidden;
}

input.button-submit
{
	background: url('../img/buttons.gif') no-repeat -129px 0;
	width: 78px;
	height: 23px;
	border: none;
	text-indent: 78px;
	overflow: hidden;
}

input.button-login
{
	background: url('../img/buttons.gif') no-repeat -207px 0;
	width: 47px;
	height: 23px;
	border: none;
	text-indent: 47px;
	overflow: hidden;
}