@charset "utf-8";
/* nick.css */

@import url("main.css");

header h1 {
height: 69px;
background: url(img/header.png) no-repeat;
}

aside em {
font-style:normal;
}

a:hover .flickr {
color:#ff0084;
}

a:hover .flickr-r {
color:#0063dc;
}

a:hover .lastfm {
color:#d01f3c
}

a:hover .delicious {
color:#3274d0;
}

a:hover .twitter {
color:#33ccff;
}

a:hover .linkedin {
color:#000000;
}

a:hover .linkedin-in {
color:#3494bc;
}

.shad {
	-moz-box-shadow: 3px 3px 5px #000;
	-webkit-box-shadow: 3px 3px 5px #000;
	box-shadow: 3px 3px 5px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
}

.hdr2 {
	margin: -5px auto 0px;
	padding: 10px 5px;
}
