/*
Theme Name: DiscoverIT
Theme URI: http://discoveritsolutions.com/
Description: A child theme for the Twenty Ten theme.
Author: Peter Winter
Author URI: http://blackit.de/
Template: twentyten
Version: 1.0
*/

/* Import twentyten stylesheet */
@import url("../twentyten/style.css");


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 10px 0 0 0;
}

#call-mail {
	clear: right;
	float: right;
	font-style: italic;
	text-align: right;
	width: 310px;
}

#site-description {
	clear: right;
	float: left;
	font-style: italic;
	font-size: 1.5em;
	margin: 0 0 0 0;
	padding-bottom: 10px;
	width: 940px;
}

#site-description a, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

#site-description a:hover {
	color: #000;
	text-decoration: underline;
}


/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 1px solid #000;
	display: block;
	border-bottom: none;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #153E7E;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access a {
	display:block;
	text-decoration:none;
	color:#dfebff;
	padding:0 10px;
	line-height:38px;
}


/* =Content
-------------------------------------------------------------- */

#content h2 {
	color: #153E7E;
	font-weight: bold;
}


/*---------------- CUSTOM STUFF --------------------*/
.infolink {
	color:#0066CC;
}
infolink:visited {
	color:#743399;
}
infolink:active,
infolink:hover {
	color: #FF4B33;
}

.infobox {
	display: none;
}