/*

Theme Name:		WP3Col
Theme URI: 		http://www.albert-dominguez.de
Version: 		0.2.4.10
Description: 		3 Column Hack
Author: 		Aldo
Author URI:		http://www.albert-dominguez.de
Tags:			three-columns, fixed-width, sticky-post, threaded-comments, microformats

WP3Col
Copyright 2008 Albert Dominguez <http://www.albert-dominguez.de> All rights reserved.
WP Framework is licensed under the terms of the GNU General Public License version 2.

If you have any questions, comments, or concerns, 
visit <http://www.albert-dominguez.de> for more information!

*/

a {
	background:transparent;
	color:#888888;
	text-decoration:none;
}

body {
	background:url('/wp-content/themes/default/lib/img/bg.jpg');
	background-attachment:fixed;
	color:#000000;
	font-family:Verdana, sans-serif;
	margin:0px;
	padding:0px;
}


h1 {
	font-size:11.5pt;
	font-weight:lighter;
	text-transform:lowercase
}

h2 {
	font-size:11pt;
	font-weight:lighter;
	text-transform:lowercase
}

h3, h4 {
	font-size:10.5pt;
	font-weight:lighter;
	text-transform:lowercase
}


h5, h6 {
	font-size:9.5pt;
	font-weight:lighter;
	text-transform:lowercase
}


p, div, ul, ol {
	font-size:9pt;
	text-transform:lowercase
}

hr {
	background:#888888; color:inherit;
	height:1px; border:none;
}

address {
	font-size:10pt;
}

img  {
	border:none;
}

.widget-anchor {
	margin-top:0px;
	margin-bottom:6px;
	font-size:10pt;
}

.widget-tools, .widget-categories {
	font-size:10pt;
}


.widget-navigation {
	font-size:10pt;
	text-align:center;
}

.entry-tags, .entry-categories {
	float:right;
	width:auto;
}

.page-title, .entry-title {
	font-size:11pt;
}

.entry-header {
	font-size:11pt;
}

.allowed-tags {
	font-size:8pt;
}

.widget-title {
	font-size:11pt; 
}

.widget-links {
	margin-bottom:14px;
}

#content {
	padding:12px;
	position:absolute;
	z-index:3;
	width:476px; 
}

.container {
	position:absolute; z-index:2;
	width:500px; 
	top:0px;
	left:50%;
	margin-left:-250px;
}

.mcol {
	position:fixed; z-index:0;
	background:#fefefe;
	opacity:0.75;
	color:inherit;
	width:500px;
	height:100%;
	top:0px;
	left:50%;
	margin-left:-250px;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
}


.search {
	width:118px;
}

#widget-search {
	margin-bottom:30px;
}

.sidebar-left {

	position:absolute;
	width:200px;
	top:130px;
	left:50%;
	margin-left:-477px;
	text-align:right;
	background:transparent;
	color:#333333;
	/* border:solid 1px #cccccc; */
}

.sidebar-right {
	position:absolute;
	width:200px;
	top:64px;
	right:50%;
	margin-right:-477px;
	background:transparent;
	color:#333333;
	/* border:solid 1px #cccccc; */
}

.sidebar-left h3, .sidebar-right h3 {
	margin-bottom:4px;
}

.sidebar-left h4, .sidebar-right h4 {
	margin-bottom:4px;
}

.header {
	position:absolute; z-index:1;
	background:url('/wp-content/themes/default/lib/img/logo.gif');
	background-repeat:no-repeat;
	color:inherit;
	padding:0px;
	margin:0px;
	width:429px;
	height:100px;
	border:none;
}

.header-title {
	background:transparent;
	color:#888888;
	font-size:12pt;
	font-weight:lighter;
	letter-spacing:0.5pt;
	margin-top:72px;
	margin-left:162px;
}

.footer {
	position:absolute;
	width:500px;
	left:50%;
	margin-left:-250px;
	text-align:center;
}

.widget-copy {
	margin-top:22px;
	margin-bottom:22px;
	font-size:7pt;
}

.wp-tag-cloud {
	list-style-type:none;
}
