/*
Theme Name: BQ Wordpress
Theme URI: http://berek.net/
Description: BQ's WP Template, Version 1.0
Version: 1.0
Author: Emeth Hesed Smith
*/



body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	}

a {
	color: #666666;
	font-weight: bold;
	text-decoration: none
	} 

a:visited {
	color: #666666;
	text-decoration: none
	}

a:active {
	color:  #FF0000;
	text-decoration: none
	}

a:hover
	{
	color:#000000; 
	text-decoration : underline; 
	} 

#blog-title {
	margin: 20px 0px 0px 25px;
	font-size: 36px;
	font-weight: bold;
}

#blog-descr {
	margin: 10px 25px 0px 25px;
	font-size: 16px;
}

.date {
	background : transparent; 
	line-height : 1.6; 
	margin: 0px;
	padding: 0px;
	color : #333333;
	font-size : 16px; 
	font-weight : bold;
	text-align : center;
	background : #eee;
	border: 1px solid #333;
	}

.datedot {
	background : transparent; 
	line-height : 1.6; 
	margin: 0px 0px 0px 0px;
	color : #FF0000;
	font-size : 16px; 
	font-weight : bold;
	}

.post-title {
	padding: 15px 10px 5px 10px;
	font-weight: bold;
}

.posts {
	background : transparent; 
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}

.posts p, #left p {
	font-size: 11px;
	line-height: 180%;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}

.byline {
	color : #666666; 
	font-size : 10px;
	padding: 10px;
	margin-top: 0px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	}

.comment-byline {
	color : #666666; 
	font-size : 10px;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

#left ol {
	margin: 0px 0px 0px -30px;
	list-style: none;
}

#right h2 {
	color : #FF0000;
	font-size : 11px; 
	font-weight : bold; 
	line-height : 11px; 
	padding: 3px;
	margin: 0px 0px 0px -30px;
	letter-spacing : 0.1em;
	border: 1px solid #333;
	text-align : right; 
	background : #eee;
	} 

.sidetitle {
	color : #FF0000;
	font-size : 11px; 
	font-weight : bold; 
	line-height : 11px; 
	padding: 3px;
	margin: 0px 0px 0px 10px;
	letter-spacing : 0.1em;
	border: 1px solid #333;
	text-align : right; 
	background : #eee;
	} 

#right li {
	list-style: none;
}

#right li ul {
	font-size: 9px;
	line-height: 14px;
	margin: 0px 0px 30px -30px;
	padding: 5px; 
	text-align : right; 
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	}

.side {
	font-size: 9px;
	line-height: 14px;
	margin: 0px 0px 30px 10px;
	padding: 5px; 
	text-align : right; 
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #FFF;
	}

.ahem {
	display: none;
	}

strong, b {
	font-weight: bold;
	}

img {
	border: 0;
	}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

input, textarea {
	padding: 3px;
	background-color: #EEE;
	border: #999 1px solid;
	color: #999;
	}

input:hover, textarea:hover, input:focus, textarea:focus {
	border: 1px solid #F00;
	background-color: #FFF;
	color: #333;
	}

/* STRUCTURE */

#top {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	width: 100%;
	height: 160px;
	background: #eee;
	border-bottom: solid 1px #666;
	margin: 0px;
}

#login {
	position : absolute; 
	top : 0px; 
	right : 0px; 
}

#left {
	position: absolute;
	top: 170px;
	left: 50px;
	padding: 0px;
	margin: 20px 0px 100px 0px;
	background: #FFF;
	width: 430px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 400px;
	}

html>body #left {
	width: 400px; /* ie5win fudge ends */
	}

#right {
	position: absolute;
	top: 170px;
	left: 460px;
	padding: 0px;
	margin: 20px 0px 100px 0px;
	background: transparent;
	border: 0px solid #ccc;
	width: 300px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 180px;
	}

html>body #right {
	width: 180px; /* ie5win fudge ends */
	}