/* @override http://shiftcontrol.dk/screen.css */

body {
	font: 12px helvetica, arial, Geneva, 'Lucida Grande', tahoma ;
	background: #fff url(images/bggrad.gif) repeat-x fixed 0px 0px;
	padding-left: 30px;
}

#header {
	/* background: url(images/sclogo_50px2.png) no-repeat; */
	height: 50px;
	margin: 30px 0px 10px 0px;
	cursor: pointer;
}

p {
	width: 600px;
}

p b {
	text-transform: uppercase;
}

img{
	border: none;
	margin-top: 2px;
}

/* @group links */

a:link {
	color: #777;
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #333;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding:0px;
}

a:visited {
	color: #777;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding:0px;
}

a:active {
	color: #000;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding:0px;
}

.news_item a{
	color: #424140;
	background-color: #f6bcff;
	border-bottom: 1px solid #ee80ff;
	padding: 0px;
	padding-left: 3px;
	padding-right: 3px;
}

.news_body img{
	border: 0px;
	background-color: white;
}
	
/* @end */

.error_missingplugin{
	display:block;
	width:599px;
	height: 159px;
	border: 1px solid #f8838c;
	background-color: #ffd4d8;
	text-align: center;
	padding-top: 140px;
	color: #af9799;
}
.error_missingplugin a {
	text-decoration: underline;
}

/* @group tags */

.menu_start{
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	vertical-align: -2px;
	margin-right:5px;
}

a.tag{
	background-color: #e8e8e8;
	padding: 5px 10px 3px 10px; 
	line-height: 28px;
	height: 28px;
	color: #000;
	white-space: nowrap;
}

a.tag:hover{
	background-color: #dfff8e;
	color: #333;
	padding: 5px 10px 3px 10px;
	line-height: 28px;
	height: 28px;
	white-space: nowrap;
/*	opacity:0.5; */
}

a.tag_selected{
	background-color: #c5ff00;
	color: #333;
	padding: 5px 10px 3px 10px;
	line-height: 28px;
	height: 28px;
	white-space: nowrap;
}

a.tag_allprojects{
	background-color: #333;
	color: #e5e5e5;
	text-shadow: #e5e5e5 0px -0px 0px;
	padding: 5px 10px 3px 10px;
	line-height: 28px;
	height: 28px;
	white-space: nowrap;
}

#project.a.tag_selected{
	background-color: #c5ff00;
	color: #333;
	padding: 5px 10px 3px 10px; 
	line-height: 28px;
	height: 28px;
	white-space: nowrap;
}
/* @end */

/* @group content */

.project_title, .project_title a{
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
}

.project_subtitle, .project_subtitle a{
	font-size: 24px;
	color: #5f5f5f;
	text-transform: uppercase;
	padding-left:5px;
}

.subsubtitle{
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
	display:block;
	padding-bottom: 2px;
}

.project_date{
	font: 9px monaco, geneva, tahoma;
}

#project{
	width: 600px;
}

#project_list{
	width: 600px;
	border: none;
	margin: 0px;
	padding:0px;
}


.project_copyright{
	font-size: 9px;
	margin-top: 30px;
	color: #999;
}

#content_box{
	width: 600px;
	border: none;
	margin: 0px;
	padding:0px;
}

#tags_browser{
	width: 600px;
	border: none;
	margin: 0px;
	padding:0px;	
}

.media{
	padding-top: 5px;
	display: block;
}

.project_divider{
	border-bottom: 1px dotted #555;
	margin-top: -5px;
	margin-bottom: 10px;
	width: 601px;
	display:block;
	clear:  both;
}

.news_title{
	color: #000;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	background-image: none;	
}
.news_date {
	font: 9px monaco, geneva, tahoma;
/*	font-size: 16px;
	color: #5f5f5f;
	text-transform: uppercase;*/
	}

.news_rss_link {
	display: block;
	background: url(images/rss_icon.png) no-repeat 0 top;
	text-transform: uppercase;
	padding-left: 16px;
	margin-top: 6px;
	line-height: 13px;
}

.project_readmore a{
	color: #777;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding:0px;
}

.project_readmore a:hover{
	color: #000;
	text-decoration: none;
	border: none;
	margin: 0px;
	padding:0px;
}

/* js, for the Project-List elements ("OTHER PROJECTS" on the Index page: */
.mini_feature_wrap{
	display:block;
	border: none;
	float:left;
}

.mini_feature_title {
	color: black;
	display: block;
	width: 193px;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.mini_feature_subtitle{
	display: block;
	width: 193px;
	font-size: 12px;
	text-transform: uppercase;
}

.mini_feature_image{
	margin: 0 10px 0 0;
}

.mini_feature_image_end{
	margin: 0;
}

.mini_feature_divider {
	height: 10px;
	display: block;
	clear: both;
}
/* js, for the link to GoogleMap on the index page: */
a.index_contact_maplink {
	font-weight:bold;
	color: #777;
}

/* Cookie warning */
#client_error{
	background-color: #ffd8d8;
	color: #ba7878;
	border: 1px solid #c89088;
	width: 593px;
	padding:;
	margin-top: -10px;
	
	padding-top: 8px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#client_error a{
	color: #ba7878;
	text-decoration:underline;
}


.update {
	background-color: #ffff76;
	padding: 2px 3px 1px 1px;
}

.end{
	color: #fff;
	display:block;
	width: 590x;
	background-color: #000;
	padding: 10px 0 10px 10px;
	margin-top: 1px;
	margin-bottom: 10px;
}
