/* 
Theme Name: NG
Theme URI: http://tommy.ech-wel.nl/
Description: Tommy's newer new blog layout
Version: 1.0
Author: Tommy van der Vorst
Author URI: http://tommy.ech-wel.nl/
*/

* {
	margin:0px;
	padding:0px;
}

a img {
	border:none;
}

a {
	color:#535353;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	padding:5px;
	padding-left:35px;
	padding-top:5px;
	margin-left:5px;
	background-image:url('img/blockquote.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
}

body {
	background-color:black;
	font-family: verdana, arial, sans-serif;
	font-size:12px;
}

button, input, textarea {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

button, input[type="submit"] {
	font-weight:bold;
}

/* typography */
p {
	text-align:justify;
	line-height:16px;
	margin-bottom:10px;
}

ul {
	margin-left:20px;
	list-style-type:square;
}

div.post ol {
	margin-left:0px;
	margin-bottom:3px;
	counter-reset:olcounter 0; 
	list-style:none;
}

div.post ol li {
	margin-bottom:3px;
}

div.post ol li:before {
	display:marker;
	marker-offset:0px;
	marker-width:20px;
	-moz-border-radius:2px 2px 2px 2px;
	-webkit-border-radius:2px 2px 2px 2px;
	border:solid 1px #009900;
	color:white;
	text-align:right;
	width:20px;
	font-weight:bold;
	margin-right:5px;
	padding-left:2px;
	padding-right:2px;
	background-color:#00CC00;
	text-shadow:1px 1px 4px #303030;
	content:counter(olcounter, decimal);
	counter-increment: olcounter;
}

p img {
	margin:2px;
	margin-top:0px;
}

img.alignright {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

img.alignleft {
	float:left:
	margin-right:5px;
	margin-bottom:5px;
}

h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-shadow:1px 1px 1px #C0C0C0;
}

h1 {
	font-size:40px;
}

h2,h3 {
	font-size:18px;
	margin-bottom:0px;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	color:black;
}

small {
	color:#A0A0A0;
	display:block;
	padding-bottom:5px;
}

/* shadow stuff */
.shadow {
	font-family:tahoma, sans-serif;
	text-shadow: 1px 1px 3px #000000; 
	font-weight:bold;
}

/* background */
div#background {
	z-index:10;
	display:block;
	width:785px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	height:18px;
}

div#background div#left {
	width:109px;
	height:265px;
	left:-109px;
	top:18px;
	position:absolute;
	display:block;
	background-image:url('img/bg-left.png');
	background-position:0px 0px;
}

div#background div#right {
	z-index:1;
	width:109px;
	height:306px;
	left:776px;
	top:18px;
	position:absolute;
	display:block;
	background-image:url('img/bg-right.png');
	background-position:0px 0px;
}

div#background div {
	display:block;
}

div#background div#top {
	position:absolute;
	background-position:top center;
	background-repeat:no-repeat;
	background-image:url('img/bg-top.png');
	width:100%;
	height:18px;
	top:0px;
	left:0px;
	z-index:20;
}

/* container */
div#container {
	z-index:10;
	display:block;
	width:785px;
	background-image:url('img/container-bg.png');
	margin-left:auto;
	margin-right:auto;
	position:relative;
	margin-top:11px; /* div#top extends 11px from container */
	background-position:0px 0px;
	background-repeat:repeat-y;
}

div#container div#top {
	width:785px;
	height:11px;
	left:0px;
	top:-11px;
	position:absolute;
	display:block;
	background-image:url('img/container-top.png');
	background-position:0px 0px;
	z-index:-30;
}

div#container div#content-right {
	width:495px;
	background-image:url('img/content-bg.png');
	background-repeat:repeat-y;
	min-height:800px;
	margin-left:281px;
	z-index:20;
	padding:0px;
}

div#container div#content-right div.wrapper {
	width:464px;
	/*overflow:hidden;*/
	padding:0px;
	margin-left:21px;
	padding-bottom:10px;
	background-color:white;
	position:relative;
}

div#container div#content-right div.head {
	height:37px;
	width:480px;
	margin-left:14px;
	background-image:url('img/right-head.jpg');
	background-position:0px 0px;
	position:relative;
}

/* photo */
div#container div#photo {
	position:absolute;
	background-image:url('img/photo/index.php');
	background-position:0px 0px;
	height:349px;
	width:292px;
	top:-8px;
	left:3px;
	z-index:-20;
}

div#container div#photo div {
	width:292px;
	height:349px;
	background-image:url('img/photo-overlay.png');
	background-position:0px 0px;
	background-repeat:no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	display:block;
}

/* sidebar */
div#container > div#sidebar {
	position:absolute;
	width:300px;
	min-height:500px;
	z-index:-19;
	left:3px;
	top:340px;
	background-repeat:repeat-x;
	background-image:url('img/side-gradient.png');
}

div#container div#sidebar div.head {
	height:42px;
	width:292px;
	position:absolute;
	top:-42px;
	overflow:hidden;
}

/* Sidebar header */
div#container div#sidebar div.head span.now {
	color:#00FF00;
	font-size:15px;
	position:absolute;
	left:22px;
	top:3px;
}

div#container div#sidebar div.head span.new {
	color:#00FF00;
	font-size:15px;
	position:absolute;
	left:3px;
	top:3px;
}

div#container div#sidebar div.left {
	color:#00FF00;
	font-size:11px;
	text-align:right;
	width:41px;
	margin-top:3px;
	display:block;
	overflow:hidden;
	cursor:default;
}

div#container div#sidebar div.right {
	color:white;
	font-size:11px;
	text-align:left;
	width:245px;
	height:15px;
	display:block;
	overflow:hidden;
	margin-top:3px;
	margin-left:2px;
	z-index:0;
	font-weight:normal;
}

div#container div#sidebar div.fixed td div.right {
	height:18px;
}

div#container div#sidebar div.right a {
	font-weight:bold;
}

div#container div#sidebar div.head div.text {
	color:white;
	font-size:11px;
	position:absolute;
	left:50px;
	top:6px;
	width:241px;
}

div#container div#sidebar div.block {
	background-image:url('img/side-block.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:292px;
	padding-top:3px;
	z-index:-18px;
}

div#container div#sidebar div.block > div {
	position:relative;
	width:292px;
	background-image:url('img/side-gradient.png');
}

/* Sidebar categories */
div#container div#sidebar div.categories {
	height:30px;
	text-align:left;
	padding:2px;
	padding-bottom:0px;
	padding-right:20px;
}

div#container div#sidebar td {
	vertical-align:top;
}

div#container div#sidebar div.categories a {
	height:28px;
	width:29px;
	margin-right:2px;
	display:block;
	float:left;
}

div#container div#sidebar div.categories a:hover {
	border-bottom:solid 2px #00FF00;
}

div#container div#sidebar a {
	text-decoration:none;
	color:white;
}

div#container div#sidebar a:hover {
	text-decoration:underline;
}

/* post */
div.post {
	background-image:url('img/post-top.jpg');
	background-repeat:no-repeat;
	padding:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	overflow:hidden;
	width:450px;
}

div.post p object, div.post p embed {
	max-width:450px;
}

/* navigation */
div.navigation {
	display:block;
	clear:both;
	height:20px;
	position:absolute;
	bottom:0px;
	width:460px;
	margin:10px;
}

div#container div#content-right div.wrapper div.navigation {
	background-image:url('img/post-top.jpg');
	background-repeat:no-repeat;
	position:relative;
	width:425px;
	padding:10px;
	margin-top:0px;
}

div.navigation div.back {
	display:block;
	float:left;
}

div.navigation div.forward {
	display:block;
	float:right;
}

div#container div#content-right h1 {
	font-weight:bold;
	color:#535353;
	font-family:Tahoma, arial, sans-serif;
	margin:10px;
	font-size:20px;
}

/* footer */
div.footer {
	color:white;
	text-align:right;
	padding:5px;
	padding-right:20px;
	font-size:10px;
	text-shadow:1px 1px 2px #000000;
}

div.footer a {
	color:white;
}

/* quote */
div#sidebar div.quote {
	background-image:url('img/quote.png');
	width:284px;
	height:62px;
	position:relative;
	margin-top:10px;
}

div#sidebar div.quote div {
	position:absolute;
	font-size:10px;
	color:white;
	text-shadow: 1px 1px 2px black;
	left:20px;
	top:7px;
	text-align:right;
	width:245px;
	font-style:italic;
}

div.post div.meta {
	font-family:tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	font-size:11px;
	text-align:right;
	margin-right:5px;
	background-image:url('img/post-meta.jpg');
	height:25px;
}

div.post div.meta div {
	padding:5px;
}

p div.more {
	font-weight:bold;
	float:right;
}

div.comments {
	margin-left:-5px;
	width:492px;
	background-image:url('img/comment-top.jpg');
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:block;
	padding-top:15px;
}

div.comments > div {
	overflow:hidden;
	width:475px;
	background-image:url('img/comment-bg.jpg');
	background-repeat:repeat-x;
}

div.comments > div > div {
	margin:5px;
}

div.comments textarea {
	width:465px;
}

ol.comments {
	list-style-type:none;
}

ol.comments li {
	display:block;
	width:100%;
	position:relative;
	margin-bottom:20px;
}

ol.comments li p {
	margin-left:30px;
	margin-top:30px;
}

ol.comments li div.author {
	position:absolute;
	left:0px; 
	top:0px;
	width:600px;
	height:15px;
	text-align:left;
	overflow:hidden;
	font-size:12px;
	margin-top:-20px;
}

div.comments h3 {
	color:#535353;
}

ol.comments li div.author, ol.comments li div.author a  {
	background-color:#C0C0C0;
	color:#535353;
	font-weight:bold;
	text-shadow:-1px -1px 0px #D0D0D0;
	display:inline;
	padding:1px;
	padding-left:3px;
	padding-bottom:2px;
	-moz-border-radius:3px;
	border-radius:3px;
}

ol.comments li div.date {
	font-size:10px;
	float:right;
}

ol.comments li p {
	clear:right;
}

div.respond > h3 {
	padding-bottom:10px;
}

div.respond label {
	display:block;
	float:left;
	width:60px;
	padding-right:10px;
	text-align:right;
}

div.respond input.text {
	width:390px;
}

/* search in sidebar */
div#container div#sidebar form.search input[type="text"] {
	background-color:#A0A0A0;
	border:solid 1px #000000;
	height:18px;
	margin:0px;
	width:170px;
}

div#container div#sidebar form.search input[type="text"]:hover {
	background-color:#B0B0B0;
}

div#container div#sidebar form.search input.submit {
	background-color:#A0A0A0;
	border:solid 1px #000000;
	height:20px;
	margin:0px;
}

div.warning {
	display:block;
	background-image:url('img/bg-warning.jpg');
	background-repeat:repeat-x;
	background-color:#990000;
	width:100%;
	color:white;
	overflow:hidden;
}

div.warning a {
	color:white;
	text-decoration:underline;
}

div.warning > div {
	margin:5px;
	font-size:10px;
	font-weight:bold;
	background-color:none;
	text-shadow:1px 1px 2px #101010;
}

.tip:hover:after {
	font-size:12px;
	font-weight:bold;
	display:block;
	z-index:1000;
	position:absolute;
	top:-15px;
	content: attr(title);
	background-color:#00FF00;
	padding:4px;
	margin-top:2px;
	margin-left:2px;
	color:white;
	text-shadow:1px 1px 3px black;
	border:solid 1px #009900;
	border-left:solid 1px #00CC00;
	border-top:solid 1px #00CC00;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	height:13px;
	white-space:nowrap;
}

div.facts .tip:hover:after {
	top:-30px !important;
}

div.fixed a {
	color:#A0A0A0 !important;
	display:block;
	float:left;
	width:50px;
	text-align:center;
	border:solid 1px #909090;;
	-moz-border-radius:3px;
	border-radius:2px;
	background-color:#606060;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
	margin-right:3px;
}

div.fixed a:hover {
	background-color:#808080;
	text-decoration:none !important;
	color:white !important;
}

div.columns {
	overflow:hidden;
	width:100%;
	position:relative;
	display:block;
}

div.left-column {
	width:45%;
	float:left;
}

div.right-column {
	width:45%;
	position:relative;
	margin-left:55%;
	top:0px;
}

span.hyves-embed img {
	height:16px;
	margin-top:-4px;
}

/** Tune **/
div.tune {
	height:80px;
}

div.tune .tune-album {
	-moz-border-radius:10px;
	border-radius:10px;
	-moz-background-size:96px 96px;
	background-size:96px 96px;

	-moz-box-shadow:3px 3px 5px black;
	border:solid 1px black;
	border-top:solid 1px #A0A0A0;
	border-left:solid 1px #A0A0A0;
	overflow:hidden;
	width:64px;
	height:64px;
	display:block;
	float:left;
	margin:5px;
}

div.tune-title, div.tune-artist {
	color:#00FF00;
	font-weight:bold;
	text-shadow:1px 1px 3px black;
	font-size:11px;
	padding-top:6px;
}

div.tune div.text {
	position:relative;
	left:5px;
	top:2px;
}

div.status {
	display:block;
	width:506px;
	height:67px;
	background-image:url('img/balloon.png');
	color:#909090;
	text-shadow:-1px -1px 1px white;
	margin-left:-15px;
	overflow:hidden;
}

div.status > div {
	margin-left:50px;
	margin-top:10px;
}

div.status div.time {
	display:inline;
	font-style:italic;
}
