@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000000;
	background-image:url(stripe.png);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}


/* text styles */

.cim {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #AAAAAA;
}
.kenyer {
	font-family: "Courier New", Courier, monospace;
	color: #999999;
	font-size: 13px;
}
.apro {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #333333;
}

img{
	border: 0;
	background-color:transparent;
}


/**********************************
 * LINKS 
 **********************************/
/* IMPORTANT NOTE: a states must be listed in this order:
	a:link
	a:visited
	a:hover
	a:active
	Otherwise some browsers will ignore them!
*/

:link:focus,
:visited:focus,
:link,
:visited,
:link:active,
:visited:active,
a{
	color: #00CCFF;
	text-decoration: none;
	}


/*

twitter-related formatting

*/

#twitter_div {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	
}


	
#twitter_div ul li {
	color: #666666;
}



#twitter_div ul li a {
	text-decoration: none;
	color: #00CCFF;
}

#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}

ul#twitter_update_list li { width: 550px; padding: 5px 0 5px 0; border-bottom: solid 1px #332200; list-style: none; }

/*

flickr-related formating

*/

#FlickrImages{margin-bottom:1em;float:left;}
    #FlickrImages li{
    float:left;
    padding:8px;
    background-color: #000;
    margin: 0 5px 5px 0;
    }
    #FlickrImages img{
    width:70px;
    height:50px;
    }

