﻿/*  
Theme Name: The New Weblog
Theme URI: 
Description: The Reference new weblog
Version: 1.0
Author: -
Author -

*/*

html, body, form, fieldset {
	font:100% Arial, Helvetica, sans-serif;
	height:100%;
	margin:0;
	padding:0;
}
html {
	font-size:100.01%; /* see remark bottom */
}
body { 
	background-color:#73c501;
	color:#333;
	font-size:0.7em;
	line-height:1.3em;
}
a {
	color:#333;
}
a:visited {
	color:#999;
}
a:hover {
	color:#f89827; /* orange */
}
a img {
	border:none; /* avoids border when img is link */
}
fieldset {
	border:none;
}
/* Neutralize/reset styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, hr, address {
        margin:1em 0;
        padding:0;
}
/* 	remember to define focus styles! */
:focus { outline: 0; }
h1 {
	font-size:1.75em;
	font-weight:normal;
	line-height:1.1em;
}
h2 {
	font-size:1.2em;
}
h3 {
	color:#6a4e42; /*todo*/
	font-size:1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}
h5 {
	font-size:1em;
	font-weight:normal;
}
h6 {
	font-size:1em;
	font-style:italic;
	font-weight:normal;
}
hr {
	border:none;
	border-bottom:1px solid #9f8c86;
	height:1px;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
	color:#877863;
}
ul li, .item-list ul li {
	list-style:none;
	background:url(images/bul_list.gif) 0 0.5em no-repeat;
	padding:0 0 0.2em 1.2em;
	margin:0;
}
select, textarea { /* similar to class 'inputfield' */
	background-color:#fff;
	border:1px solid #000;
	margin-bottom:10px;
	padding:0;
}
td {
	font-size:0.9em;
	vertical-align:top; /* relevant in most cases, i.e. in application layout */
}
td td {
	font-size:1em; /* avoid smaller font in nested tables */
	padding:2px 10px;
}


/* --------------------------------------- common styles --------------------------------------- */
.alignR {
	text-align:right;
}
.clearfloats {
	clear:both;
}
.clearfloatsIE { /* voor IE bug */
	clear:both;
	//height:0;
	//min-height:1%;
	//line-height:0;
}
.error {
	color:#C00;
	font-weight:bold;
}
.error .inputfield, input.error {
	border-color:#C00;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.green {
	color:#73c501; /* green */
}
.grey {
	color:#999; /* grey */
}
#right .grey {
	color:#777; /* grey */
}
.inputfield {
	background-color:#fff;
	border:1px solid #000;
	margin-bottom:10px;
	padding:2px 0;
}
.orange {
	color:#f89827; /* orange */
}
.nowrap {
	white-space:nowrap;
}
.radio, .checkbox {
	vertical-align:middle;
}

/* --------------------------------------- main containers --------------------------------------- */
#main {
	background-color:#fff;
	margin:0 auto;
	height: auto!important; /* for sane browsers, keep it as default */
	height:100%;
	min-height:100%;
	position:relative;
	width:880px;
}
#header {
	background:url(images/bck_header.jpg) right top no-repeat;
	height:222px;
}
#brand {
	left:45px;
	position:absolute;
	top:34px;
	width:200px;
}
#search {
	right:37px;
	position:absolute;
	top:15px;
}
#search label {
	float:left;
	padding-top:2px;
}
#search .inputfield {
	background:url(images/bck_searchField.gif) no-repeat;
	border:none;
	float:left;
	height:16px;
	margin:0;
	padding:1px 5px 0 5px;
	vertical-align:middle;
	width:110px;
}
#search .button {
	float:left;
}
#topNav {
	clear:both;
	right:12px;
	position:absolute;
	top:174px;
}
#topNav a {
	display:block;
	float:left;
	height:38px;
	text-indent:-10000px;
}
#topNav a.item1 {
	background:url(images/nav_home.gif) no-repeat;
	margin-top:11px;
	width:58px;
}
#topNav a.item2 {
	background:url(images/nav_archive.gif) no-repeat;
	margin-top:9px;
	width:77px;
}
#topNav a.item3 {
	background:url(images/nav_contributors.gif) no-repeat;
	margin-top:6px;
	width:106px;
}
#topNav a.item4 {
	background:url(images/nav_contact.gif) no-repeat;
	margin-top:6px;
	width:77px;
}
#topNav a.item5 {
	background:url(images/nav_about.gif) no-repeat;
	margin-top:0;
	width:149px;
}
#topNav a:link, #topNav a:visited {
	background-position: 0 0;
}
#topNav a:hover, #topNav a.active {
	background-position: 0 -60px;
}
#body {
	background:url(images/bck_body.gif) repeat-y 145px 0;
	border-bottom:1px solid #fff; /* to display bck in buggy ie6 */
}
#left {
	border-top:20px solid #fff;
	float:left;
	width:147px;
}
#left li a:link, #right li a:link, #left li a:visited {
	text-decoration:none;
}
#left .margin ,#right .margin {
	padding:0 4px 0 10px;
}
#left ul li, #right ul li {
	list-style:none;
	background:url(images/bul_leftColumn.gif) no-repeat 0 0.4em;
	padding: 0 0 0.5em 14px;
}
#left ol li, #right ol li {
	list-style-position: inside;
	list-style-type:decimal;
	padding: 0 0 0.5em 3px;
}
#mid {
	float:left;
	line-height:1.6em;
	width:569px;
}
#mid .margin {
	margin: 0 35px;
}
#mid h1 {
	margin-bottom:1.2em;
	
}

#mid h1 a { 
	text-decoration: none;
	}
	
#mid h6 img {
	margin-right:10px;
	vertical-align:middle;	
}
#mid p {
	text-align:justify;	
}
#mid .date {	
	color:#73c501; /* green */
	padding-right:10px;
}
#mid .date .day, #mid .date .month {
	font-size:0.5em;
}
#mid .date .day {
	vertical-align:text-top;
}
#mid .date .month {
	vertical-align:baseline;
}
#mid .imgR {
	float:right;
	margin:0 0 1em 2em;
}
#mid .blackLine {
	background:url(images/bck_hr.gif) no-repeat;
	height:5px;
	margin:1em 0;
}
#mid .greenLine {
	background:url(images/bck_hrGreen.gif) no-repeat;
	height:5px;
	margin:1em 0;
}
#mid ul li {
                list-style-type:disc;
                padding:0 0 0.2em 0;
                margin:0 0 0 2.2em;
}
#mid ol li {
                padding:0 0 0.2em 0;
                margin:0 0 0 2.8em;
}
.fullBalloon {
	background:url(images/bck_balloon.gif) no-repeat;
	color:#FFF;
	float:left;
	font-weight:bold;
	height:18px;
	line-height:14px;
	text-align:center;
	width:24px;
}
.fullBalloon a:link, .fullBalloon a:visited {
	color:#FFF;
	text-decoration:none;
}
.fullBalloon a:hover {
	color:#FFF;
	text-decoration:underline;
}
.addBalloon {
	background:url(images/ill_addComment.gif) no-repeat;
	float:left;
	height:18px;
	width:24px;
}
.balloonTxt {
	float:left;
	line-height:1.2em;
	margin:0;
	padding-left:1em;
}
.balloonTxt a {
	text-decoration:none;
}
#right {
	border-top:20px solid #fff;
	float:left;
	width:164px;
}
#right h3 {
	color:#000;
	font-size:1.1em;
	font-style:italic;
	font-weight:normal;
}
#newsLetter .inputfield {
	background:url(images/bck_searchField.gif) no-repeat;
	border:none;
	float:left;
	height:16px;
	margin:0;
	padding:1px 5px 0 5px;
	vertical-align:middle;
	width:110px;
}
#newsLetter .button {
	float:left;
}
#rss {
	height:15px;
	text-align:left;
}
#rss img {
	margin:0px 0px 0 0;
}

/* --------------------------------------- width styles for form elements --------------------------------------- */
.S { width:120px;}
.M { width:200px;}
.L { width:400px;}
.XL {}

/* -------------------- commentForm ----------------------- */
.commentForm label {
	display:block;
}
.border {
	border:1px solid #000;
}
.striped {
	background:url(images/bck_inputField.gif);
	border: 1px solid #999;
}
a.orangeLink:link, a.orangeLink:hover, a.orangeLink:active {
	background:url(images/ill_arrowOrange.gif) 0 0.4em no-repeat;
	color:#f89827; /* orange */
	padding-left:20px;
	text-decoration:none;
}
a.orangeLink:hover {
	text-decoration:underline;
}