@font-face {
  font-family: Nuvo;
  src: url(../fonts/nuvo-medium-woff-demo.woff) format('woff');
}

body {
	text-align: center;
	color: #333;
	background: #28313a url('../images/background.gif') repeat-x top;
	font-family: Nuvo, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}
div#header {
	background: #3776bd url('../images/header_background.gif') repeat-x bottom;
	width: 100%;
	border-bottom: 1px solid #3776bd;
}
div#search {
	background: #000;
	width: 100%;
}
#searchform input {
	color: #555555;
	font-size: .8em;
}
div.inner {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div.topbar {
	width: 840px;
	margin: auto;
	text-align: left;
	padding: 15px 0;
}
div#search div.inner {
	padding: 10px 0;
}
div#header h1 {
	font-size: 2.3em;
	font-weight: bold;
	float: left;
	width: 30%;
	text-shadow: #000 0px 0 7px;
	letter-spacing: -0.04em;
}
div#header h1 a {
	color: #fff;
	text-decoration: none;
}
div#header h1 a:hover {
	text-shadow: #96c5fd 0 0 4px;
}
ul#navigation {
	float: right;
	/* width: 60%; */
	position: relative;
	top: 7px;
	text-align: right;
}
ul#navigation li {
	display: inline;
	text-align: right;
}
ul#navigation li a {
	color: #BFDCFE;
	text-decoration: none;
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 0px;
	text-shadow: #000 0px 0 7px;
}
ul#navigation li.active a {
	color: #BFDCFE;
	
}
ul#navigation li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: #96c5fd 0 0 4px;
}
div#search form {
	font-size: 1.4em;
	width: 40%;
	float: right;
	text-align: right;
	padding-right: 1px;
}
div#search form * {
	vertical-align: middle;
}
input#s {
	width: 273px;
}
ul#sidebar input#s {
	width: 100px;
}
a#rss-link, a#technorati-link {
	display: block;
	float: left;
	color: #333;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	top: 4px;
	text-decoration: none;
	margin: 0 20px 0 0;
}
a#rss-link {
	background: url('../images/rss.gif') no-repeat left center;
	padding: 0 0 1px 17px;
}
a#technorati-link {
	background: url('../images/technorati.gif') no-repeat left center;
	padding: 0 0 1px 19px;
}
a#rss-link strong, a#technorati-link strong {
	color: #666!important;
	border-bottom: 1px dotted #222;
}
a#rss-link:hover strong, a#technorati-link:hover strong {
	color: #ccc!important;
	border-bottom: 1px solid #333;
}
div#wrapper {
	text-align: left;
	width: 800px;
	padding: 20px;
	margin: auto;
	background: #fff url('../images/wrapper.gif') repeat-y right;
	background-position: -60px 0px;
	border-right: 2px solid #242c34;
	border-left: 2px solid #242c34;
}
div#content {
	width: 515px;
	float: left;
	padding: 0 15px 0 0;
}
ul#sidebar {
	display: block;
	width: 240px;
	float: right;
	padding: 10px 0 0 30px;
	font-size: 1.1em;
}
ul#sidebar h2 {
	font-size: 2em;
}
ul#sidebar li {
	margin: 0 0 20px;
	padding: 0 0 8px;
	border-bottom: 1px dotted #ccc;
}
ul#sidebar li ul li {
	font-size: 1em!important;
	margin: 0;
	border: none;
}
ul#sidebar li * a {
	text-decoration: none;
}
ul#sidebar ul.block-list li a {
	display: block;
	padding: 7px 0;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}
ul#sidebar ul.block-list li a:hover {
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #000;
}
h2 {
	font-size: 3em;
	margin: 0 0 0.3em;
	letter-spacing: -0.04em;
	font-weight: bold;
}
h2 a {
	color: #000;
	text-decoration: none;
}
h2 a:hover {
	color: #5a5a5a;
	text-decoration: none;
}
h3 {
	font-size: 1.8em;
	letter-spacing: -0.04em;
	margin: 0 0 0.8em;
}
div.post h3 {
	margin: 0 0 0.2em;
}
h4 {
	font-size: 1.6em;
}
div.post-title {
	margin: 0 0 1em;
}
div.post-title h2 {
	margin: 0;
}
div.post-title h3 {
	color: #999;
	font-size: 1.4em;
}
div.post-title h3 a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}
div.post-title h3 a:hover {
	border-bottom: 1px solid #aaa;
	color: #5a5a5a;
}
p {
	margin: 0 0 1.22em;
	font-size: 1.2em;
	line-height: 1.5em;
}
p img {
	background: #fff;
	padding: 5px;
	border: 1px solid #999;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
p a:hover img {
	border: 1px solid #777;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
img.float-left, img.alignleft {
	display: block;
	float: left;
	clear: left;
	margin: 0 1.22em 1.22em 0;
}
img.float-right, img.alignright {
	display: block;
	float: right;
	clear: right;
	margin: 0 0 1.22em 1.22em;
}
img.center, img.centered {
	display: block;
	clear: both;
	margin: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
div.post-content {
	margin-bottom: 50px;
}
div.post-content ul, div.post-content ol {
	margin: 0.5em 0 1.22em 2.44em;
	list-style: disc;
	font-size: 1.2em;
}
div.post-content ol {
	list-style: decimal;
}
a {
	color: #0078C8;
}
a:hover {
	color: #0095f8;
}
blockquote {
	color: #444;
	display: block;
	font-style: italic;
	font-size: 1.1em;
	margin: 0 0 0 2.22em;
}
p blockquote {
	font-size: 1.6em;
}
cite {
	text-align: right;
	float: right;
	color: #aaa;
}
cite a {
	color: #aaa;
	text-decoration: none;
}
cite a:hover {
	color: #999;
	text-decoration: underline;
}
code {
	font-size: 130%;
	background: #fafafa;
}
code.block {
	display: block;
	padding: 1em;
}
div.post {
	padding: 0 0 1em;
	margin: 0 0 2.5em;
	border-bottom: 1px dotted #ccc;
}
div.post-meta {
	display: block;
	padding: 15px 10px 0px 10px;
	font-size: 1.3em;
	background: #eaf3f9 url('../images/meta_top.gif') no-repeat top;
	color: #6f7f8a;
}
div.post-meta-cap {
	background: transparent url('../images/meta_bottom.gif') no-repeat bottom;
	height: 5px;
}
div.post-meta span {
	display: block;
	padding: 10px 0;
}
div.post-meta a {
	text-decoration: none;
}
div.post-meta a:hover {
	text-decoration: underline;
}
ul.post-comments {
	margin: 2.6em 0;
}
ul.post-comments h3 {
	margin: 0 0 0.5em;
}
li.comment {
	display: block;
	padding: 2em 2em 0;
	border-bottom: 1px dotted #ccc;
	background: #fafafa;
}
li.comment.alt {
	background: #fff;
}
cite.comment-author {
	text-align: left;
	float: left;
	color: #000;
	font-size: 1.6em;
	font-weight: bold;
	width: 150px;
	clear: left;
	display: block;
}
cite.comment-author a {
	color: #333;
	text-decoration: none;
}
cite.comment-author a:hover {
	text-decoration: underline;
}
cite.comment-author img {
	position: relative;
	top: 6px;
	margin: 0 10px 0 0;
}
div.comment-content {
	display: block;
	width: 300px;
	float: left;
	padding: 0 0 0 10px;
}
table#wp-calendar {
	margin: auto;
	text-align: center;
}
table#wp-calendar caption {
	font-size: 1.4em;
	text-align: center;
	color: #999;
}
table#wp-calendar td {
	padding: 5px;
	font-size: 1.3em;
	text-align: center;
}
table#wp-calendar th {
	font-size: 1.4em;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}
table#wp-calendar td a {
	font-weight: bold;
}
a abbr, a acronym {
	border: none;
}
div#footer {
	clear: both;
	background: #000;
	padding: 15px 10px 15px;
	display: block;
	width: 820px;
	margin: auto;
	text-align: left;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
div#footer p {
	font-size: 12px;
	margin: 0 0 0.5em 20px;
	color: #555;
}
div#footer a {
	color: #ccc;
	text-decoration: none;
	/*border-bottom: 1px solid #222;*/
	font-weight: bold;
}
div#footer a:hover {
	color: #fff;
	border-bottom: 1px solid #444;
}
div#footer p#blog-name {
	font-size: 1.6em;
	color: #aaa;
	margin-bottom: 0;
}
div#footer p#webrevolutionary-link {
	color: #333;
	font-size: 1em;
}
div#footer p#webrevolutionary-link a {
	color: #444;
}
div#footer p#webrevolutionary-link a:hover {
	color: #666;
}
div#footer #badges {
	margin: 12px 10px 0 0;
	float: right;
}
.archive_month_list {
	padding: 0 0 20px 20px;
}
.archive_month_list li {
	list-style: disc;
}
h2.archive_month {
	font-size: 2em;
}

/* A lame fix for the "bigger child" issue. Will be properly resolved soon :) */
li ul li li * {
	font-size: 0.8em!important;
}
li ul li ul * {
	margin: 0!important;
	padding: 0!important;
	line-height: 1.5em;
}

/* My additions */
#lastfm p {
	font-size: 1em;
	line-height: 1em;
	margin: 0;
	padding: 0 0 8px 0;
}

.iCalEvent {
	padding: 0 0 8px 0;
}

.newsitem {
	padding: 30px 0 10px 0;
	font-size: 1.2em;
	border-bottom:1px dotted #CCCCCC;
	overflow: hidden;
}
.newsitem p {
	font-size: 1em;
}
.rssLinkListItemTitle {
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
	display: block;
}
.rssLinkListItemTitle_active {
	
}
.rssLinkListItemContent {
	overflow: hidden;
}
.flickrRSS img {
	padding: 0 5px 5px 0;
}

/* front */
#profile_div img {
	float: left;
	margin-right: 15px;
	border: 1px solid #808080;
}
#profiletext_div {
	margin: 0 20px 0 0;
	width: 260px;
	float: left;
	padding-top: 4px;
	overflow: visible;
}
#flickr_badge a img {
	border: 1px solid #808080;
	margin-bottom: 8px;
	margin-right: 8px;
}
#lastfmrecords li {
	float: left;
}
#lastfmrecords img {
	border: 1px solid #808080;
	width: 75px;
	height: 75px;
	margin-bottom: 8px;
	margin-right: 8px;
}
.section {
	/* margin: 0 0 20px 0; */
}

.profilebadge {
	text-align: left;
	margin-bottom: 6px;
}
.profilebadge img {
	border: 0;
}
.profilebadge:hover {
	background: url(../images/arrows.gif) no-repeat right center;
}
.profilebadge a {
	display: block;
	width: 100%;
	height: 100%;
}

#profileswidget.widget {
	border: none;
}
#profilelinks.textwidget  {
	margin: 10px 0 0 5px;
	border: none;
}
.profilelink {
	display: block;
	font-size: 1.2em;
	margin-bottom: 8px;
}
.profilelink img {
	border: 0;
}
.profilelink .profilename {
	float: none;
	vertical-align: top;
	margin-left: 8px;
}
.profilelink:hover {
	background: url(../images/sites/arrows.gif) no-repeat  right;
}

#content.frontpage {
	width: 620px;
}
#sidebar.frontpage {
	width: 150px;
	padding-left: 10px;
}
#friendfeed-badge {
	padding: 0 10px 0 40px;
	width: 277px;
	float: left;
	margin-top: 10px;
	height: 350px;
	overflow: hidden;
}
#friendfeed-badge strong {
	margin-left: -25px;
	font-size: 2.3em;
	color: #000;
}
#friendfeed-activity li div a img {
	width: 75px;
	height: 75px;
	border: 1px solid #808080;
	padding: 3px;
}
.ff-scrollbar-vert{
	background: #E3E3E3;
	height: 350px;
	width: 8px;
	float:left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-top: 10px;
}
.ff-handle-vert{
	height: 42px;
	width: 8px;
	background: #28313a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
