/*  
Theme Name: radikalFX v3
Theme URI: http://radikalfx.com/
Description: My third attempt to a Wordpress theme for my own website
Version: 3.01
Author: Berry de Vos
Author URI: http://radikalfx.com/

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/

*/

body, h1, h2, h3, h4, p, ul, li {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
}
ul {
	list-style-type: none;
}
body {
	background: #eee url(images/bg.png) repeat-x top left;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
h1 {
	margin: 4px 0px 6px 18px;
	color: #1faad8;
	font-size: 26px;
	font-weight: normal;
}
.main {
	margin: 0 auto;
	width: 960px;
}
.content_top {
	float: left;
	width: 643px;
	height: 13px;
	background: transparent url(images/content_top.png) no-repeat top left;
}
.content {
	float: left;
	width: 643px;
	background: transparent url(images/content.png) repeat-y top left;
	min-height: 750px;
}
.content a {
	color: #1faad8;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
.navigation {
	margin: 0 12px;
	height: 24px;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.center {
	text-align: center;
}
.article {
	display: block;
	margin: 8px 16px 16px 16px;
	font-size: 14px;
}
.article h2 {
	margin-bottom: 2px;
	margin-left: 6px;
	padding-top: 8px;
}
.article p {
	line-height: 18px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: justify;
}
.article .date {
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 4px;
	background: transparent url(images/date.png) no-repeat top left;
}
.article .date .month {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.article .date .day {
	text-align: center;
	color: #fff;
	font-size: 26px;
	line-height: 22px;
	margin-top: 7px;
	font-weight: bold;
}
.article .footer {
	display: block;
	font-size: 13px;
}
.article .footer .more {
	float: right;
	background-color: #eee;
	height: 26px;
	padding-top: 6px;
	margin-top: -1px;
	width: 100px;
	color: #fff;
	text-align: center;
	background: transparent url(images/more.png) no-repeat top right;
	font-weight: bold;
}
.article .footer .more:hover {
	text-decoration: underline;
	color: #fff;
}
.article .footer .comments {
	float: right;
	padding: 5px;
	color: #666;
}
.article .footer .comments:hover {
	color: #666;
	text-decoration: underline;
}
.article .footer .fulldate {
	padding: 4px 0px 4px 6px;
	font-style: italic;
	color: #666;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	margin-right: 100px;
}
.aside {
	float: right;
	width: 310px;
	margin-top: 136px;
	color: #fff;
}
.aside .section_about {
	display: block;
	margin-left: 10px;
}
.aside .section_about a {
	color: #fff;
	font-style: normal;
}
.aside .section_about a:hover {
	color: #fff;
	text-decoration: underline;
}
.aside .section_box {
	background: transparent url(images/section.png) no-repeat bottom left;
	margin-bottom: 10px;
}
.aside .section_box .section {
	display: block;
	background: transparent url(images/section_top.png) no-repeat top left;
	padding: 12px;
	color: #1faad8;
}
.aside h2 {
	font-weight: normal;
	font-size: 22px;
}
.aside h3 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 6px;
	font-style: italic;
	text-decoration: underline;
}
.aside p {
	margin: 2px;
	font-style: italic;
	height: 76px;
}
.aside .icons {
	margin-bottom: 20px;
}
.aside .icons li {
	margin-right: 6px;
	display: inline-block;
}
.aside .icons li a {
	display: inline-block;
	width: 64px;
	height: 64px;
}
.aside .icons .twitter {
	background-image: url(images/icon_twitter.png);
}
.aside .icons .lastfm {
	background-image: url(images/icon_lastfm.png);
}
.aside .icons .flickr {
	background-image: url(images/icon_flickr.png);
}
.aside .icons .rss {
	background-image: url(images/icon_rss.png);
}
.aside .section a {
	color: #1faad8;
}
.aside .section a:hover {
	color: #333;
}
.aside .section ul ul {
	border-top: 1px solid #dfdfdf;
}
.aside .section ul ul.children {
	border-top: 0px;
}
.aside .section ul ul li {
	font-style: italic;
	border-bottom: 1px solid #dfdfdf;
	font-size: 13px;
	padding: 3px 5px 3px 15px;
	background: transparent url(images/arrow_off.png) no-repeat center left;
}
.aside .section ul ul li:hover {
	color: #333;
	background: #eee url(images/arrow.png) no-repeat center left;
}
.aside .section ul ul ul li {
	padding-left: 26px;
	background-position: 12px center;
}
.aside .section ul ul ul li:hover {
	background-position: 12px center;
}
body > .footer {
	float: left;
	width: 100%;
	display: block;
	clear: both;
	background-color: #222;
	border-bottom: 6px solid #dfdfdf;
	border-top: 1px solid #666;
	font-size: 13px;
}
.footer .block {
	float: left;
	width: 280px;
	padding: 20px;
	color: #999;
}
.footer h4 {
	margin: 0px 0px 10px 6px;
	font-weight: normal;
	font-size: 16px;
}
.footer ul ul {
	border-top: 1px solid #333;
}
.footer ul ul li {
	font-style: italic;
	border-bottom: 1px solid #333;
	padding: 3px 5px 3px 15px;
	background: transparent url(images/arrow_off.png) no-repeat center left;
}
.footer ul ul li:hover {
	color: #dfdfdf;
	background: #282828 url(images/arrow.png) no-repeat center left;
}
.footer a {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	color: #dfdfdf;
	text-decoration: none;
}
.footer .wordpress {
	margin-top: 82px;
	text-align: right;
	background: transparent url(images/wordpress.png) no-repeat top right;
	padding: 15px 36px 4px 0px;
}

/* COMMENTS */

.article p.postmetadata {
	line-height: 12px;
	font-size: 12px;
	border: 1px dashed #dfdfdf;
	margin: 12px 0px 0px 0px;
	padding: 8px;
	color: #999;
}
.article p.postmetadata a {
	color: #51a5c0;
}
h5 {
	color: #1faad8;
	margin: 0 16px;
	display: block;
	border: 1px solid #dfdfdf;
	background-color: ##f9f9f9;
	padding: 8px 8px 6px 8px;
	font-size: 14px;
}
.commentlist {
	margin: 0px 16px 12px 16px;
	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	color: #333;
}
.commentlist li {
	padding: 8px;
	border-bottom: 1px solid #dfdfdf;
	background-color: #f9f9f9;
	font-size: 13px;
}
.commentlist .alt {
	background-color: #fff;
}
.commentmetadata {
	float: right;
}
#commentform {
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	padding: 12px;
	color: #333;
	margin: 0px 16px 16px 16px;
}
.commentlist p,
#commentform p {
	margin: 0;
	font-size: 13px;
}
#commentform input[type=text],
#commentform textarea {
	border: 1px solid #dfdfdf;
	margin-bottom: 4px;
	font-size: 13px;
}
#commentform textarea {
	width: 582px;
}

/* WP SYNTAX PLUGIN CSS CODE */

.wp_syntax {
  color: #100;
  background-color: #f9f9f9;
  border: 1px solid silver;
  margin: 0 0 1.5em 0;
  overflow: auto;
}

/* IE FIX */
.wp_syntax {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 15 : 0);
  width: 100%;
}

.wp_syntax table {
  border-collapse: collapse;
}

.wp_syntax div, .wp_syntax td {
  vertical-align: top;
  padding: 2px 4px;
}

.wp_syntax .line_numbers {
  text-align: right;
  background-color: #def;
  color: gray;
  overflow: visible;
}

/* potential overrides for other styles */
.wp_syntax pre {
  margin: 0;
  width: auto;
  float: none;
  clear: none;
  overflow: visible;
}
