html,body{margin:0;padding:0;font-size: 100%;}

body {
	margin: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #670001;
	color:#f7f6b0;
	font-size:.8em}

h1 {
	font-size:1em;color:#edef6b;
	margin:0;padding:0;font-style:italic;padding-left:10px}

h2 {
	margin-bottom:5px;padding-left:20px;
	background: #670001 no-repeat url(../images/feed_link.png) 0px 3px;}
	
h2 a {
	color:#edd241;text-decoration : none;}

img {
	border-width:0}

/* Common */
	#logo {
		margin: 10px 0 0 10px;}

	#footer {
		clear:both;text-align:center;font-size:.9em;color:#00a300;padding:10px 0;}

	.sep {
		height:20px;}

	.quickitem {
		font-size:1.1em;width:910px;padding:5px;text-align:center;background-color:#950001;color:#fff;
		margin:20px auto 0 auto;border:2px solid #5d0001;}
	.quickitem a {
		color : #ececec; text-decoration: none;}
	.quickitem a:hover {
		color : #edef6b; background-color: #950001;}
		
/* Flickr */
	#flickr {
		width:935px;margin:20px auto 0 auto;}

	#flickr img {
		border:1px solid #00bd00;padding:2px;margin:0 22px 20px 0}

/* Feeds */
	#allfeeds {
		margin-left:10px;}
		
	.holder {
		margin: 0 auto;
		width: 935px;
		text-align: left;}
		
/* New Feed Listing */
	.site { /* all lists */
		padding: 0;
		margin: 0;margin-right:20px;
		width : 285px;
		float: left;}
		
	.site ul { /* all lists */
		padding: 0;	margin: 0;
		width : 285px;
		float: left;
		list-style: none}
		
	.site li { /* all list items */
		position: relative;
		line-height : 1.3em;
		float: left;
		margin-bottom: -1px;
		width: 285px}
		
	.site li a {
		width: 285px;
		display : block;
		padding : 2px;
		color : #ececec;
		text-decoration : none;
		border-top: 1px solid #00bd00;}
		
	.site li a:hover {
		color : #edef6b;
		background-color : #950001;
		/* border-left: 5px solid #ccc; */}

/* Tooltips */
	#theToolTip {
		position: absolute;
		left: -300px;
		width: 200px;
		border: 2px solid #C0C09F;
		padding: 6px 0px 0px 10px;
		background-color: #FFFFCC;
		visibility: hidden;
		z-index: 100;
		/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
		filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);}

	#ToolTipPointer{
		position:absolute;
		left: -300px;
		z-index: 101;
		visibility: hidden;}

	#theToolTip p {
		font-size: .85em;
		color: #333333;
		line-height:1.4em;
		margin-right:10px;
		margin-top:0;
		margin-bottom:5px;}

	#ToolTipTextWrap {
		font-weight:bold;
		font-size: 1em;
		color: #592C16;
		margin-right:10px;}

/* IE Hacks */
	* html h2 {
		background: #670001 no-repeat url(../images/feed_link.png) 0px 6px;}
	
	* html .holder {
		width: 955px;}
		
	* html 	h1 {
		padding-bottom:10px}