/* Base CSS file for Black Magenta-Theme (habari 0.5+)
Author: Fabian 'ginsterbusch' Wolf
URL: http://ag7.alltagsgrauen.info
*/

/* <before: load meyerweb css reset> */

@import url("css/reset.css");


/* <MAIN> */
body {
  	background: #9f0067 url("images/page-bg.png") 0 0 repeat-x;

/*  	background: #6a7172 url(../images/page-bg-frost.png) 0 0 repeat-x; */
	/*background-color: #111;*/
	font-family: "Lucida Grande", "Lucida Sans Unicode", 'Myriad Pro', Verdana, Helvetica, Arial, sans-serif;
 	font-size: 9pt;
	color: #ccc;
	line-height: 1.2em;
}

a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover, a:active, tr.hover td, tr.hover {
	text-decoration: none;
	color: #fff;
	background-color: #d07;
}

a img {
	border: 0;
	display: block;
}

h1, h2, h3, h4, #author-image {
	font-family: "Apple Garamond", "Garamond", Georgia, serif;
	color: #ebebeb;
}

h1 {
	font-size: 1.7em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.1em;
}

h2, h3, h4 {
	padding: 10px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

h1 a {
	color: #fff;
}

h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited {
	padding-bottom: 1px;
	border-bottom: 1p dotted #222;
}

h2 a:hover, h2 a:active,
h3 a:hover, h3 a:active,
h4 a:hover, h4 a:active {
	border-bottom-color: #444;
}

p, h2, h3, h4 {
	margin: 10px;
}

p {
	line-height: 1.3em;
}

input, textarea {
	border: 1px solid #aaa;
	color: #333;
	background-color: #aaa;
	font-family: "Lucida Grande", "Lucida Sans Unicode", 'Myriad Pro', Verdana, Helvetica, Arial, sans-serif;
}

input:focus, textarea:focus {
	border: 1px solid #d07;
	color: #000;
	background-color: #eee;
}

img {
	border: 1px solid #999;
	padding: 2px;
	margin: 5px;
}

img.habari-smiley {
	padding: 0;
	margin: 0;
	border: 0;
}

p strong {
	color: #eee;
}

/* IDs */

#page-wrapper {
	margin: 0;
	margin-top: 10px;
	padding-top: 40px;
 	background: url(images/logo-sunburst-bg-alpha.png) 15% 0 no-repeat;
/*  	background: url(images/logo-sandburst-alpha.png) 15% 0 no-repeat; */
}

#header, #content, #page-bottom {
	width: 930px;
	margin: 0 auto;
}

#content ul, #page-bottom ul {
	margin: 20px;
}

#header {
  	background: url(images/ag-bg-logo02.png) 0 20px no-repeat;
/* background: url(images/ag-bg-logo-frost.png) 0 20px no-repeat; */
	line-height: 100px;
	margin-top: 40px;
}
	#headline h1 {
		height: 100px;
		line-height: 100px;
	}

	#headline h1 a {
		display: none;
	}

	#navigation {
		width: auto;
		background-color: #333;
		border-top: 4px solid #1c1c1c;
		border-bottom: 2px solid #1c1c1c;
	}

	#navigation ul {
		line-height: 36px;
		/*margin-top: 20px;*/
	}

	#navigation li {
		display: inline;
		margin: 0;

		text-transform: lowercase;
	}

	#navigation li a {
		padding: 10px 20px;
		padding-top: 130px;
		text-decoration: none;
	}

	#navigation li a:hover {
		color: #fff;
		background: url(images/nav-bg-pink.png) bottom left repeat-x;
	}

	#navigation li div {
		float: right;
		margin-right: 10px;
	}

	#navigation .search-form .search-btn {
		display: none;
	}

#content {
	background-color: #666;
	color: #ccc;
}


	#content p {
		margin: 20px 10px;
	}


		.post-content, .post-footer, .code-content {
			width: 700px;
		}

		.post-content {
			min-height: 160px;
		}


		.post-footer {
			padding-bottom: 1px;
		}

		.post-date h3, .post-date h2 {

		}

		#content .post-content p {
			margin: 20px;
		}

		#content .post-content table {
			margin: 10px;
			color: #ddd;
			font-family: Arial, sans-serif;
		}

		#content .post-content thead {
			background-color: #fc0;
			color: #000;
			text-align: left;
		}

		#content .post-content th, #content .post-content td {
			padding: 5px;
		}

		#content .post-content tr.row-odd {
			background-color: #777;
		}

	/**
	 * tablesorter.js
	 */
		table thead tr .header {
			background-image: url("images/icons/tablesorter/bg.gif");
			background-repeat: no-repeat;
			background-position: center right;
			cursor: pointer;
		}

		table thead tr .headerSortUp {
			background-image: url("images/icons/tablesorter/asc.gif");
		}
		table thead tr .headerSortDown {
			background-image: url("images/icons/tablesorter/desc.gif");
		}
		table thead tr .headerSortDown, table thead tr .headerSortUp {
			background-color: #8dbdd8;
		}

	/**
	 * the rest of the usual suspects
	 */

		#content .post-content blockquote {
			margin-top: 10px;
			width: 80%;
			margin-left: 20px;
			padding: 5px;
			border-left: 5px solid #fa0;
			background-color: #fd0;
			color: #333;
		}

		#content .post-content blockquote p {
			padding: 0;
			margin: 5px 0;
		}

		#content .post-content blockquote strong {
			color: #000;
		}

		#content .post-content em {
			color: #fff;
			font-weight: bold;
		}

		#comment-preview-container {
			margin: 10px;
			display: none;
		}

		#comment-preview-container fieldset {
			border: 1px solid #666;
			padding: 5px;
		}

		#comment-preview-container legend {
			font-weight: bold;
		}

	#author-image {
		width: 200px;
		text-align: center;
		float: right;
		margin-right: 10px;
		height: 160px;
	}

	#author-image img {
		background: url(images/author_image.jpg) 0 0 no-repeat;
		border: 0;
		padding: 0;
		margin: 0;
		cursor: pointer;
	}

	#author-image a {
		background: transparent !important;
	}

	textarea#comment-text {
		width: 600px;
		height: 150px;
	}

	#page-bottom {
		padding-top: 10px;
		background-color: #333;
		padding-bottom: 10px;
	}

	.tag-cloud li {
		display: inline;
	}

#footer {
	width: auto;
	margin: auto;
	font-size: 0.8em;
	padding: 10px;
	text-align: center;
	color: #aaa;
}

#footer a:link, #footer a:visited {
	color: #bbb;
}

#footer a:hover, #footer a:active {
	color: #ccc;
	background-color: transparent;
}

/* Classes */

.navlist li, .pipelist li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	margin-left: 5px;
}

.pipelist li {
	border-left: 1px solid #ccc;
	padding-left: 4px;
	padding-right: 5px;
}

.title {
	font-family: "Apple Garamond", "Garamond", Georgia, serif;
	font-size: 1.4em;
}

.hoverPointer, .accordion-header  {
	cursor: pointer;
	/*background-color: #ce7;*/
}

.accordion-header {
	margin-left: 5px;
	color: #fff;
	background-color: #222;
}

.accordion-selected {
}

.accordionPointer {
	color: #fff;
	background-color: #d07;
}

.code-content {
	margin: 10px;
	background-color: #111;
	color: #0f0;
	font-size: 14px;
	font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Courier New", "Lucida Console", Consolas, Courier, Terminal, System, monospace;
	overflow: auto;
	max-height: 500px;
	padding: 1px;
	border: 1px solid #eee;
}

#content .bullet-list li {
	line-height: 1.45em;
	margin-left: 10px;
}

#content .bullet-list li:before {
	content: " \2023 ";
}


.post-content ol {
	margin-left: 40px;
	list-style-type: decimal;
}

.post-content li {
	margin-left: 10px;
	padding: 5px 0;
	color: #ddd;
}


img.align-left, img.align-right {
	margin: 5px;
}


img.align-left {
	float: left;
	margin-left: 0;
}

img.align-right {
	float: right;
	margin-right: 0;
}

.quotation-url {
	font-size: 0.8em;
	padding: 5px;
}

.quotation-url a:link, .quotation-url a:visited {
	color: #333;
}

.quotation-url a:hover, .quotation-url a:active {
	color: #fff;
}

.hideTag {
	display: none;
	position: absolute;
	left: -9999px;
	top: 0;
}

/* permafrost winter theme */

/* @import url("css/permafrost.css"); */

/* <after: load clearfix, thickbox, etc.> */

@import url("css/thickbox.css");
@import url("css/clearfix.css"); /* last one */
/* <EOF> */
