@import "shared.css";
@import "screen_layout.css";

h1, h2, h3, h4, h5, h6 {
	color: #3300CC;
}

body {
	background-color: #999999;
	font-family: Sylfaen, Arial, Verdana, Helvetica, sans-serif;
}

hr {
	color: #3300CC;  /*blue*/
}
 
date {
	font-weight: bold;
}
 
#main-body {
	background-color: #FFFFFF;
}

#header {
	background: #000000 url('images/tagdot_header_blue.png') top center no-repeat;
	font: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header-container {
	font: Sylfaen, Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	
}

#header a {
	color: #FFFFFF;
}

#site-search input {
	color:#3300CC;
}

#breadcrumb {
	background: #FFFFFF;
	color: #3300CC;  /*blue*/
}

#breadcrumb a {
	font-weight: bold; 
	text-decoration: none;
	color: #3300CC;  /*blue*/
}

#breadcrumb a:hover {
	color: #000000;
}

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

#menu li:hover {
 background: #000000;
 color: #FFFFFF;
}

#menu li:hover a {
 color: #FFFFFF;
}

 #mainBody {
	background: white;
}

#featured .innerbox{
	background-color: #ede8e7;  /*grey-redish*/
}

a {
	color: #333333;
	font-weight: bold;
}

.identifier {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336633;
	text-align: center;
	width: 100%;
}

.image img {
	border: 1px solid #ede8e7;  /*grey-redish*/
}

.TagdotPrintTag {
	display: none;
}
