/*
ZoomBlog Adapted from:

Theme Name: Neptune
Theme URI: http://dev.d10e.net/neptune/
Description: Neptune is a WordPress 1.5 theme with 3 columns
Author: Ben de Groot
Author URI: http://d10e.net/
Version: 0.6.1
.
Copyright (C) 2005 Ben de Groot
Distributed under the terms of the GNU General Public License v2
.
*/

/*	Let's start with zeroing out any browser default margins and paddings */

* {
	margin: 0;
	padding: 0;
	}

/*	Next we set the page height, to position the footer at the bottom of the window
 *	when page is short, and at the bottom of the page when page is longer */

html, body {
	height: 100%;
	background: #777c87;
	color: #444;
	}
body {
	text-align: left; /* IE quirks auto margins workaround */
	font: 70%/150% 'bitstream vera sans', 'lucida grande', verdana, sans-serif;
	}

html>body { font-size: 11px; } /* for modern browsers that can resize px */


/*	Now we set the header, footer and columns...	 */

#dheader {
	position: absolute;
	top: 0;
	left: 0;
	height: 240px;
	width: 100%;
	overflow: hidden;
	z-index: 3; /* to show it on top */
	background: transparent url(http://www.murcia.net/pics/blogs/tp/18/ntop.png) no-repeat;
	}

#dffooter {
	position: relative;
	width: 100%;
	height: 120px;
	background: transparent url(http://www.murcia.net/pics/blogs/tp/18/nbotm.png) no-repeat;
	}


* html #nav { margin-left: 8px; } /* IE bug fix */



/*	Some block elements that influence div sizes and positioning	 */

h1 {
	font-size: 40px;
	line-height: 40px;
	margin: 0;
	text-indent: 15px;
	font-style: italic;
	color: #fff;
	}



#tagline {
	text-indent: -9999px;
	}



h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #fff;
	}

/*	Giving block elements inside the columns a default margin.
 *	This prevents the need for a box model hack on all the columns.	 */

h2, h3, h4, h5, h6, p, ul, ol, dl, pre, fieldset, address {
	margin: 1em 15px;
	}

/* 	General styling		*/

h2 {
	font-size: 3em;
	}

h3 {
	font-size: 1.4em;
	}

h4 {
	font-size: 1.1em;
	}

h3+h4 {
	margin-top: .4em;
	}

address {
	font-style: italic;
	}


ul {
	list-style: disc;
	margin-left: 30px;
	text-align: left;
	}


#content {
	text-align: left;
}

#content a:link {
	color: #3765E5;
	text-decoration: none;
	}
#content a:visited {
	color: #7B2AC6;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

#content h2 {
	margin: 25px 15px 4px 15px;
	font-size: 2em;
	line-height: 120%;
	text-align: left;
	}

#nav h3, #xtra h3, #nav caption {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	margin: 1.5em 15px .5em;
	}
#nav ul, #xtra ul {
	margin-top: .5em;
	}

#nav, #xtra, #footer {
	color: #def;
	}

#nav a:link, #xtra a:link, #footer a:link {
	color: #9bf;
	text-decoration: none;
	}
#nav a:visited, #xtra a:visited, #footer a:visited {
	color: #b9f;
	text-decoration: none;
	}

.commentlink {
	text-align: right;
	}

.commentlist {
	list-style: none;
	}

.pbody {
	margin: 1em 15px;
}

.bComment {
padding-left: 15px;
}

.comno {
	/* hack needed because pure CSS solution only works in Firefox */
	position: absolute;
	right: 0;
	margin: -.3em -5px 0 0;
	text-align: right;
	font-size: 4em;
	font-style: italic;
	line-height: 100%;
	color: #fff;
	z-index: 10;
	}
* html .comno { margin: -1.5em -14px 0 0; } /* IE wants other values */

.commentlist li {
	color: #444;
	font-style: normal;
	margin: 2em 0;
	}

.commentlist p {
	margin: .6em 0;
	}

.hilite {
	background: #f93;
	}

.more {
	margin-top: -1em;
	text-align: right;
	}

.posted {
	font-size: .9em;
	background: #def;
	border-top: 1px solid #3F4247;
	padding: 4px;
	}
* html .posted { text-align: left;  zmargin: .8em 8px; padding: 10px; } /* IE bug fix */



.caltable {
	padding: 2px;
}
.cal1row {xcolor:#ffffff; }
.cal1col {text-align: center;}
.cal1txt {color:#6666CC; font-size: 11px; font-weight:bold}
.caltxt {font-size: 11px;}
.caltoday {font-weight:bold;}
.cmthead {border: solid 1px #000000; padding: 2px; background: #f0f0f0;}

.prevNextLinks a {
	color: #000;
}


