
/* General */

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #fff;
	text-align: center;	
}

a img {
	border: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}


/* Container */

#container {
	width: 950px;
	margin: 0 auto;	
	text-align: left;
}


/* Navbar */

#navbar {
	background-color: #000;
}

#navbar p {
	width: 940px;
	text-align: left;
	margin: 0 auto;
	color: #666;
	padding: 0.7em 0 0.8em 0.4em;
}

#navbar p a {
	color: #4cc43a;
	text-decoration: none;
	border-bottom: 1px solid #000;
	margin: 0 0.4em;
}

#navbar p a:hover {
	color: #fff;
	border-bottom: 1px solid #4cc43a;
}


/* Header */

#header {
	background-image: url("../images/scrapbook/header_bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	height: 170px;
	color: #000;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	display: block;
	width: 360px;
	height: 90px;
	position: absolute;
	top: 30px;
	left: 5px;
}

#header h1 span {
	display: none;
}


/* Header - Menu */

#menu {
	position: absolute;
	top: 20px;
	right: 0;
	width: 175px;
}

#menu li {
	border-top: 1px solid #eee;
}

#menu li.first {
	border: none;
}

#menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	display: block;
	width: 100%;
	padding: 0.1em 0;
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	color: #fff;
	background-color: #000;
}

#menu span {
	padding: 0 0.5em;
}


/* Header - Submenu */

ul#submenu  {
	position: absolute;
	bottom: 10px;
	right: 20px;
	margin: 0 0 0 0.8em;
	font-size: 10px;
	color: rgb(0,0,0);
}

ul#submenu li {
	float: left;
}

#submenu a {
	color: rgb(0,0,0);
	font-size: 10px;
	text-decoration: none;
	display: block;
	padding-left: 18px;
	margin-right: 12px;
	background-image: url("../images/base/social_networks_white.png");
	background-repeat: no-repeat;
	min-height: 16px;	
}

#submenu a:hover {
	text-decoration: underline;
}

#submenu li.description {
	padding-right: 10px;
}

#submenu li.flickr a {
	background-position: left -13px;
}

#submenu li.pinboard a {
	background-position: left -35px;
}

#submenu li.lastfm a {
	background-position: left -59px;
}

#submenu li.linkedin a {
	background-position: left -83px;
}

#submenu li.twitter a {
	background-position: left -107px;
}


/* Content */

#content {
	margin-left: 280px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

#content h4 {
	font-size: 12px;
	color: #fff;
	background-color: #000;	
	margin: 0 0 1em 0;
	padding: 0.6em 2em 0.7em 2em;
	font-weight: bold;
	background-image: url("../images/scrapbook/post_corner.png");
	background-repeat: no-repeat;
}

#content .post {
	text-align: center;
	padding: 1em 2em;
}

.post .details {
	text-align: left;
	padding: 1em 1.5em;
}

.post .details a {
	color: #DC1177;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.post .details a:hover {
	border-bottom: 1px solid #000;
}

.post .metadata {
	background-image: url("../images/scrapbook/line.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	padding: 1.3em 0 1em 0;
	color: #999;
	overflow: auto;
}

.post .permalink {
	background-image: url("../images/base/icons.png");
	background-repeat: no-repeat;
	background-position: -48px 0;
	text-align: right;
	float: right;
	padding: 0 7.3em 0.5em 1.8em;
	margin: 0;
}

.post .permalink a {
	color: #000;
	text-decoration: none;
}

.post .permalink a:hover {
	text-decoration: underline;
}


/* Content - Video */

.video .player {
	border: 1px solid #ccc;
	padding: 1px;
	display: inline-block;
}

.video .player:hover {
	border-color: #DC1177;
}


/* Content - Photo */

.photo .image {
	border: 1px solid #ccc;
	padding: 1px;
	display: inline-block;
}

.photo .image:hover {
	border-color: #DC1177;
}

.photo .image img {
	display: block;
}


/* Content - Link */

.link .url {
	font-size: 22px;
	text-align: left;
}

.link .url a {	
	color: #DC1177;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.link .url a:hover {
	color: #DC1177;
	border-color: #000;
}

.post.link .details {
	padding-top: 0.2em;
}


/* Sidebar */


#sidebar {
	width: 250px;
	float: left;
	font-size: 11px;
	color: #666;
	line-height: 1.6em;
	padding-bottom: 2em;
}

#sidebar .box {
	clear: both;
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 2em;
}

#sidebar h3 {
	margin: 0 0 0 6px;
	background-image: url("../images/scrapbook/sidebar_hdrs.png");
	background-repeat: no-repeat;
	height: 48px;
	position: relative;
	z-index: 1;
}

#sidebar h3 a {
	display: block;
	position: absolute;
	top: 0;		
	left: 0;
	border: none;
}

#sidebar h3 span {
	display: none;
}

#sidebar p {
	margin: 1em 0;
}


/* Sidebar - About */

#about {
	padding-bottom: 1.2em;
}

#about h3 {
	background-position: top left;
}

#about a {	
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DC1177;
}

#about a:hover {
	color: #DC1177;
	border-color: #000;
}

#about_content {
	padding: 0 25px 0 5px;
	margin-top: -20px;
	position: relative;
	z-index: 2;
}


/* Sidebar - Twitter */

#twitter {
	color: #666;
}

#twitter h3 {
	background-position: left -48px;
}

#twitter h3 a {
	width: 98px;
	height: 24px;
}

#twitter a {	
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DC1177;
}

#twitter a:hover {
	color: #DC1177;
	border-color: #000;
}

#twitter .tweet {
	position: relative;
	z-index: 2;
	margin-top: -10px;
	padding: 0 25px 0 5px;	
}

#twitter p {
	margin: 0;
}

#twitter.box {
	padding-bottom: 1.6em;
}

#twitter a.follow {
	border: none;
	background: url("../images/scrapbook/follow_me.png") no-repeat left top;
	display: block;
	height: 22px;
	width: 75px;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 8px;
	z-index: 2;
	overflow: hidden;
}

#twitter a.follow:hover {
	background-position: left bottom;
}


/* Sidebar - Flickr */

#flickr h3 {
	background-position: left -96px;
}

#flickr h3 a {
	width: 80px;
	height: 30px;	
}

#flickr .photo {
	margin: 0 3px 0px 0;
	float: left;
}

#flickr .photo_artwork, #flickr .photo_frame {
	width: 79px;
	height: 82px;
}

#flickr .photo_artwork {
	position: relative;
	cursor: pointer;
}

#flickr .photo_artwork img {
	position: absolute;
	top: 2px;
	left: 2px;
}

#flickr .photo_frame {
	position: absolute;
	background-image: url("../images/base/frames.png") !important;	
	background-image: url("../images/base/frames_alt.png");
	background-repeat: no-repeat;
	background-position: top left;
}


/* Sidebar - Last.fm */

#lastfm h3 {
	background-position: left -144px;
}

#lastfm h3 a {
	width: 105px;
	height: 25px;	
}

#lastfm .album {
	position: relative;
	z-index: 2;
	clear: both;
}

#lastfm .album_artwork {
	position: relative;
	float: left;
	cursor: pointer;
	background-color: #fff; 
	background-image: url("../images/base/blank_album.png");
	background-repeat: no-repeat;
	background-position: 7px 2px;
	height: 68px;
	width: 74px;
	margin-bottom: 0.5em;
}

#lastfm .album_artwork img {
	position: absolute;
	top: 2px;
	left: 7px;
}

#lastfm .album_frame {
	position: absolute;
	width: 73px;
	height: 68px;
	background-image: url("../images/base/frames.png") !important;
	background-image: url("../images/base/frames_alt.png");
	background-repeat: no-repeat;
	background-position: left -82px;
}

#lastfm ul.album_details {
	list-style-type: none;
	margin: 0 0 0 80px;
	padding: 0.5em 0;
}

#lastfm ul.album_details li {
	padding: 0 0 0 18px;
}

#lastfm ul.album_details li.album_artist {
	background: url("../images/base/icons.png") no-repeat -16px -32px;
}

#lastfm ul.album_details li.album_name {
	background: url("../images/base/icons.png") no-repeat -32px -16px;
}

#lastfm ul.album_details a {
	color: #666;
	text-decoration: none;
}

#lastfm ul.album_details a:hover {
	color: #000;
	text-decoration: underline;
}


/* Sidebar - Pinboard */

#pinboard {
	color: #666;
}

#pinboard h3 {
	background-position: left -192px;
}

#pinboard h3 a {
	width: 105px;
	height: 22px;
}

#pinboard a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #DC1177;
}

#pinboard a:hover {
	color: #DC1177;
	border-color: #000;
}

#pinboard .links {
	position: relative;
	z-index: 2;
	margin-top: -20px;
	padding: 0 25px 0 5px;	
}


/* Page Navigation */

#page_nav {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	border-top: 1px dashed #CCCCCC;
	margin: 0.5em 0 2em 0;
	padding: 2em 1.5em 0.6em 0;
	text-align: right;
}

#page_nav a {
	color: #DC1177;
	text-transform: uppercase;
	padding: 0 0.2em;
	text-decoration: underline;
}

#page_nav a:hover {
	text-decoration: none;
	color: #000;
}

#page_nav span {
	padding: 0 0.2em;
}


/* Footer */

#footer {
	clear: both;
	color: #666;
	background-color: #000;
}

#footer_inner {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 1em 0 0.9em 0;
}

#footer p {
	margin: 0;
}

#footer p.powered {
	margin-left: 0.7em;
}

#footer p.legal {
	margin-right: 0.5em;
	float: right;
	text-align: right;
}

#footer a {
	color: #4cc43a;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #4cc43a;
}

#footer p.legal a, #footer p.legal span {
	margin: 0 0.4em;
}
