/* darc default style
   03.2010 */
* { margin: 0; padding: 0; }
html, body {	margin:0; padding:0; height:100%; }
 
body {
	color: #ebefe8;
	background: #000 url('images/dannysil.png') no-repeat bottom left;
	font: 1.0em Georgia, Times, serif;
}

/* layout */
#floater { position: relative; float: left; height: 50%; margin-bottom: -200px; width: 1px; }
#wrapper { position: relative; clear: left; height: 400px; width: 75%; max-width: 750px; min-width: 400px; margin: 0 auto;	background: #040404; border: 1px solid #0a0a0a; }
#side  {	padding: 47px 10px 0; }
#conwrapper { position: absolute; left: 13%; right: 0; top: 30px; bottom: 0; overflow: auto; height: 350px; padding: 0 20px; margin: 10px; }
#bottom { position: absolute; display: none; /*padding: 5px 15px 5px 5px;*/ bottom: 0; right: 3px; }
/* END layout */

img { border: 0; }
.code  { font-family: monospace; font-size: 1.2em; }
p, #interests { text-align: justify; margin-top: 10px; margin-bottom: 10px; text-indent: 25px; }
.title { font-variant: small-caps; }
strong, .title, .highlight { color: #91b278; }

ul#nav { list-style: none; margin: 0; padding: 0; }
ul#nav li  { display: inline; margin-left: 0; padding: 0px 8px 0px 5px; font-variant: small-caps; border-right: 1px dotted #0a0a0a }
ul#nav li a { color: #91b278; text-decoration: none; }
ul#nav li a:hover { padding-bottom: 5px; border-bottom: 1px solid #0a0a0a; }

/* tipsy */
.tipsy { padding: 5px; font-size: 0.8em; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url('images/tipsy.gif'); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: #0F0F0F; color: #a9a9a9; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/* END tipsy */

/* last.fm */
ul.music,
ul.music li,
ul.music li a,
ul.music li img{ margin: 0; padding: 0; list-style: none; border: 0; text-decoration: none; }
ul.music { margin-left:0px; text-align: center; }
ul.music li { margin:0 10px 4px 0; /* float:left; */ position:relative; }
ul.music li a { display:block; position:relative; /* float:left; */ width:80px;	height:80px; text-indent:-1000em; overflow:hidden; z-index:1; }
ul.music li img{ position:absolute; width:80px; height:80px; border:0; }
ul.music li.vinyl img { width:72px;	height:72px; left:2px; top:1px; }			
ul.music li.vinyl a { background:url('images/vinyl.png') 0 0 no-repeat; width:96px;	height:76px; }
ul.music li.vinyl { background:url('images/vinyl_insert.gif') 2px 1px no-repeat; }
/* END last.fm */

/* twitter */
.tweet { font: 1.0em Georgia, Times, serif; color: #ebefe8; }
.tweet .tweet_list { -webkit-border-radius: 3px; list-style-type: none; margin: 0; padding: 0; background-color: #000; }
.tweet .tweet_list li { overflow: auto; padding: .5em; }
.tweet .tweet_list li a { color: #93aa83; }
.tweet .tweet_list .tweet_even { background-color: #060606; }
.tweet .tweet_list .tweet_avatar { padding-right: .5em; float: left; }
.tweet .tweet_list .tweet_avatar img { vertical-align: middle; }
/* END twitter */