/*------*/
/* Page */
/*------*/
.page  {
	background-color: #eeeeee;
	color: #080808;
}

.page a {
	color: #0055aa;
}

.page a:visited {
	color: #002255;
}

/* Header */
/*--------*/
.header-group {
	margin-bottom: 10px;
	border-bottom: 1px solid #080808;
}

.header-site-info {
	float: left;
}

/* Language selector */
/*-------------------*/
.block-locale {
	margin-top: 30px;
	width: auto;
	float: right;
}

.block-locale h2 {
	display: none;
}

.block-locale ul {
	margin: 0px;
	list-style-type: none;
}

.block-locale ul li {
	display: inline;
	margin-right: 10px;
}

/* Search form */
/*-------------*/
.block-search .inner {
	width: auto;
	float: right;
}

/* Menu */
/*------*/
.block-menu {
	border-top: 1px solid #080808;
	margin: 0;
	padding: 0;
	font-size: 120%;
}

ul.menu {
	margin-top: 0.5em;
}

ul.menu li a {
	border-left: 1px solid #080808;
	padding: 2px 0.5em;
	margin: 0 0 5px 0;
}

ul.menu li.first a {
	border-left: none;
	margin-left: -0.5em;
}

.menu li a:hover {
	border-bottom: 5px solid #808080;
	margin-bottom: 0;
}

.menu li a.active {
	border-bottom: 5px solid #080808;
	margin-bottom: 0;
}

.menu li a.active:hover {
	border-bottom: 5px solid #c0c0c0;
	margin-bottom: 0;
}

/*---------*/
/* Content */
/*---------*/
.content {
	text-align: justify;
}

.content-group h1.title {
	margin-bottom: 1em;
}

.content p img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Tags */
/*------*/
.field-name-field-tags {
	margin: 1em 0em 1em 0em;
}

.field-name-field-tags .field-item {
	display: inline;
	padding: 0 5px;
	border: 2px solid #00c080;
	border-radius: 10px;
	background: #00c080;
	margin-right: 3px;
}

.field-name-field-tags .field-item a {
	color: white; /* #f8f8f8;*/
}

/* Projects */
/*----------*/
.projectlistitem {
	border-top: 1px dashed #080808;
}

.projectlistitem  h2 {
	margin-top: 1em;
}

.projectlistitem .node-bottom {
	display: none;
}

.field-name-field-platforms {
	margin: 1em 0em 1em 0em;
}

.field-name-field-platforms .field-item {
	display: inline;
	padding: 0 5px;
	border: 2px solid #0080c0;
	border-radius: 10px;
	background: #0080c0;
	margin-right: 3px;
}

.field-name-field-platforms .field-item {
	color: #f8f8f8;
}

/* Blog */
/*------*/
#block-blog-recent .item-list ul {
	list-style-type: square;
}

/* Teaser */
/*--------*/
.node-teaser {
	padding-bottom: 0.5em;
	border-bottom: 1px dashed #080808;
}

.node-readmore {
	float: right;
}

/*----------------*/
/* Social plugins */
/*----------------*/
.g-plusone-wrapper {
	float: left;
	margin: none;
}
