/*
style-title: aBlog Default
style-url: 
style-author: Andreas Lagerkvist
style-author-url: http://exscale.se
style-date: 2006-09-30
style-info: This was the "default" style for my old blogging-software "aBlog", which was replaced by aFrameWork. This style is based on the "Patte"-style.
*/
body {
	background: #fff url("gfx/bodybg.png");

	padding: 0;
	_padding-bottom: 20px;
	margin: 0;

	font-family: Trebuchet MS;
	font-size: 12px;
	color: #333;
	line-height: 170%;
}

hr {
	display: none;
}

a {
	color: #369;
	text-decoration: none;
}

a:hover {
	background: #def;
	color: #446;
	text-decoration: none;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 10px 0;
	padding: 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	border: 0;
	background: transparent;
}

h2 {
	color: #147;
	font-size: 24px;
}

h3 {
	color: #DA572F;
	font-size: 20px;
}

label img {
	vertical-align: bottom;
}

p.code-block {
	background: #fff;
	border: 1px solid #ccc;
	max-height: 180px;
	overflow: auto;
	padding: 10px;

	font-family: Courier New;
	font-size: 12px;
}

#content h2 {
	background: url("gfx/h2-bg.gif") no-repeat left 2px;
	padding-left: 20px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 12px;
}

#content input[type="text"], #content textarea {
	background: url("gfx/input-bg.gif") no-repeat right top;
	border-right: 0;
	border-top: 0;
	border-left: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 2px;
}

/*
	=== Ids ===
*/

#wrapper {
	background-color: #fafafa;

	width: 70%;

	margin: 20px auto 40px auto;
	padding: 10px;

	border: 1px solid #ccc;
	-moz-border-radius: 10px;
}

#skip-navigation {
	background: transparent;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
}

#skip-navigation:hover {
	background: #def;
}

	#skip-navigation:hover ul {
		display: block;
	}

	#skip-navigation ul {
		display: none;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}

		#skip-navigation ul li {
			display: inline;
			margin: 0 5px;
		}

			#skip-navigation ul li a {
				color: #147;
			}

			#skip-navigation ul li a:hover {
				text-decoration: underline;
				border: 0;
				background: transparent;
			}

#header {
	background: #fff url("gfx/gradient-1.gif") repeat-x left bottom;

	padding: 60px 10px 10px 20px;

	border: 1px solid #ccc;
	-moz-border-radius: 10px 10px 0 0;
}

	#header h1 {
		margin: 0 0 15px;
		font-size: 76px;
	}
	
	#header p {
		color: #369;
	}

#navigation {
	height: 40px;
	margin-top: 5px;
}

	#navigation h2 {
		display: none;
	}

	#navigation ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

		#navigation ul li {
			float: left;
		}

			#navigation ul li a {
				background: #fff url("gfx/gradient-3.gif") repeat-x left top;

				display: block;

				text-align: center;
				font-size: 12px;
				
				padding: 3px 25px;
				margin-right: 5px;

				border: 1px solid #ccc;
			}

			#navigation ul li a:hover, 
			#recent-articles-page #navigation ul li a[href="/"], 
			#article-listing-page #navigation ul li a[href="/archives/"], #article-page #navigation ul li a[href="/archives/"], #archives-page #navigation ul li a[href="/archives/"], #search-page #navigation ul li a[href="/archives/"],
			#about-page #navigation ul li a[href="/about/"],
			#styles-page #navigation ul li a[href="/styles/"] {
				background: #fff url("gfx/gradient-1.gif") repeat-x left top;
			}

#content {
	width: 65%;

	float: left;
}

#sub-content {
	width: 30%;

	float: right;
}

	#sub-content h2 {
		color: #777;
		font-size: 14px;
		border-bottom: 1px solid #ccc;
	}

	#sub-content h3 {
		font-size: 12px;
	}

#footer {
	background: #fff url("gfx/gradient-2.gif") repeat-x left top;

	padding: 10px 0;

	clear: both;
	text-align: center;

	-moz-border-radius: 0 0 10px 10px;
	border: 1px solid #ccc;
}

	#footer ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		display: inline;
	}

		#footer ul li {
			display: inline;
			margin-right: 3px;
			margin-left: 3px;
		}

/* Page Specific */
#archives-page #quick-search {
	display: none;
}

/* Article Listing */
#article-listing > div > h2:first-child {
	padding: 0;
	background: none;
	border-bottom: 1px solid #ccc;
}

	#article-listing > div > h2:first-child a {
		background: url("gfx/h2-bg-a.gif") no-repeat left 4px;
		padding-left: 20px;
	}

	#article-listing > div > h2:first-child a:hover {
		background: url("gfx/h2-bg-a-hover.gif") no-repeat left 4px;
	}

#article-listing > div > h2:first-child + p {
	background: url("gfx/time.gif") no-repeat left 4px;
	color: #666;
	padding: 0 0 0 19px;
	margin: -10px 0 0 3px;
	font-size: 10px;
	font-family: Verdana;
}

#article-listing > div > ul:last-child {
	background: #fff url("gfx/gradient-3.gif") repeat-x left top;

	margin: 10px 0;
	padding: 5px 10px;
	list-style-type: none;

	border: 1px solid #ccc;

	font-size: 10px;
	font-family: Verdana;
}

	#article-listing > div > ul:last-child li {
		display: inline;
		margin: 0 10px 0 0;
	}

