/* ---------- G E N E R A L ---------- */


* {
	padding: 0;
	margin: 0;
}

body {
	background-color: white;
	font-size: 55%;
	font-family: Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: center; /* IE fix */
}

img {
	border: none;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted black;
	outline: 0;
	}

a:link, a:visited {
	color: black;
}

a:hover, a:focus {
	border-bottom: 1px dotted red;
}

h1 {
	line-height: 1.2em;
	margin-bottom: 15px;
	letter-spacing: 1px;
	font-size: 1.5em;
}

p {
	margin-bottom: 10px;
}


/* ---------- S P E C I F I C ---------- */

	
div#container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* IE fix */
}
	
div#header {
	height: 250px;
}

div#content {
/* 	padding-left: 25px; */
	min-height: 390px;
}

div#footer {
 	margin-top: 40px;
/*  	margin-left: 25px; */
 	border-top: 4px solid black;
 	padding-top: 8px;
}

div#footer a {
	border-bottom: none;
}

div#footer a:hover, div#footer a:focus {
	border-bottom: 1px dotted red;
}

 
div#header img {
 	margin-top: 80px;
}

div#leftcolumn {
	width: 400px;
	float: left;
	margin-left: 8px;
}

div#rightcolumn {
}

div#info {
	width: 525px;
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.4em;
}

.type {
	color: #666;
	font-weight: normal;
}

.category {
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-size: 1.5em;
	margin-left: 0px;
}

span#date-and-time {
	margin-left: 400px;
	line-height: 2.3em;
	font-weight: normal;
	color: #b2b2b2;
	text-transform: lowercase;
	font-size: 1.5em;
	letter-spacing: 1px;
}

span.new {
	display:block; 
	width:38px; 
	height:25px;
	background-color: #fc6900; 
	color:white; 
	float:left; 
	margin-right:8px; 
	margin-left:-10px; 
	padding-left:10px; 
}


/* ---------- N A V I G A T I O N ---------- */


div#header div {
	border-top: 4px solid black;
	margin: 40px 0px 0px 0px;
}

div#header div ul li {
	list-style-type: none;
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	float: left;
	margin: 8px 16px 8px 0px;
}


div#header div ul li a {
	color: #b2b2b2;
	border: none;
}

div#header div ul li a:hover, li a:focus {
	color: black;
	border: none;
}


/* general */


.blackborder {
	border:1px solid black;
}


/* ---------- B U T T O N S ---------- */


a.graybutton {
	padding-left: 10px;
	line-height: 1.75em;
	margin: 0px 2px 2px 0px;
	float: left;
	font-size: 1.5em;
	background-color: #f1f1f1;
	letter-spacing: 1px;
	height: 25px;
	width: 388px;
	font-weight: bold;
	display: block;
	border: none;
	outline: 0;
}
	
a.graybutton:hover, a.graybutton:focus {
	background-color: black;
	color:white;
}

.selectedbutton {
	padding-left: 7px;
	line-height: 1.75em;
	margin: 0px 2px 2px 0px;
	float: left;
	font-size: 1.5em;
	background-color: black;
	letter-spacing: 1px;
	color: white;
	height: 25px;
	width: 390px;
	font-weight: bold;
	display: block;
}

a.slimbutton {
	letter-spacing: 1px;
	background-color: #e5e5e5;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.9em;
	padding: 5px;
	margin-right: 2px;
	border: none;
	height: 25px;
}

a.slimbutton:hover, a.slimbutton:focus {
	background-color: black;
	color: white;
}
