* {

	font-family: Verdana, Arial, non-serif;

}


body {

	background-color: #222;
	margin: 0px 0px;
	padding: 0px 0px;
}


#container {

	width: 760px;
	margin: 0px auto 0px auto;

}

#header {

	width: 100%;
	height: 60px;
	margin-bottom: 25px;
	
	color: #eee;
	
}


#header .drop {

	background-color: #A10;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	
}


#header .title {

	padding: 10px 0px 0px 0px;
	font-size: 10pt;
	color: #ddc;
	
}

#header h1 {

	color: #ddc;
	
}


.box {

	background-color: #ddc;
	color: #333;
	padding: 10px 10px;
	font-size: 10pt;
	margin-bottom: 20px;

}

.box .item {
	
	margin-bottom: 5px;
	
}


#footer {

	font-size: 8pt;
	color: #999;
	padding: 10px 10px;
	
}


.divider {

	border-right: 1px solid #999;
	display: inline;
	font-size: 8pt;
	position: relative;
	bottom: 2px;
	overflow: hidden;
	margin-right: 3px;
	
}

a.twitter_status_link:active,
a.twitter_status_link:link {

	color: #999;
	
}

a.twitter_status_link:hover {

	color: #444;
	text-decoration: none;
	
}


/* ------------------------------------  tag styles  -------------------------------------------- */

h1 {

	margin: 2px 0px;
	font-size: 14pt;
	padding: 0px 0px;

}


h2 {

	margin-top: 0px;
	padding-top: 0px;

}


a:link, a:visited {

	text-decoration: none;
	
}

a:hover {

	text-decoration: underline;
	
}


img.middle {

	vertical-align: middle;
	
}


