/*  
/*  
/*  
Theme Name: QUEST3D|LOG
Theme URI: http://www.rgb255.nl/questlog/
Description: loosly based on the kubrick theme
Version: 1.0
Author: Jean-Paul Franssen
Author URI: http://www.rgb255.nl/
*/

/* MAIN Appearance */
body{ background-color: #89A2C8;}
#container {	background-image: url(images/container_bg.gif)}
#header{background-image: url(images/header.gif); background-repeat: no-repeat}
#footer{background-image: url(images/footer.gif); background-repeat: no-repeat; text-align: center}


/* Start TEXT */
body{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.8em;
	color: #333333;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.post {
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

.post blockquote{
	background-image: url(images/blockquote.gif);
	background-repeat: no-repeat; 
	background-position: top-left;
	background-color:  #f1f4f8;
	font-style: italic;
	padding: 5px 20px 5px 20px;
	margin: 20px;
}

.post blockquote blockquote{
	background-image: none;
}

.postmetadata{
	color: #89A2C8;
	padding-bottom: 15px;
	padding-right: 25px;
text-align: right;
	background-image: url(images/post_bg.gif);
	background-repeat: no-repeat; 
	background-position: bottom right;
}

small {font-size: 0.85em; font-variant: small-caps; color: #89A2C8; margin: 0px; padding: 0px;}
#content h1{font-size: 1.7em}
#content h2{font-size: 1.6em}
#sidebar h2{font-size: 1.0em; padding:0px; margin:0px;}
#content h3{font-size: 1.3em}
#content h4{font-size: 1.1em}
#footer p {padding: 25px 0px}


pre{
style = font-family: Andale Mono, Lucida Console, Monaco, fixed, monospace; 
color: #000000; 
background-color: #eee;
font-size: 12px;border: 1px dashed #999999;
line-height: 14px;padding: 5px; 
overflow: auto; 
width: 100%;
}

/* End TEXT */



/* Start LINKS */
a, a:visited, a:hover{text-decoration: none; color: #0066CC}
a:hover{text-decoration: underline}

h2 a, h2 a:visited, h3 a, h3 a:visited {color: #333333}
h2 a, h2 a:hover, h3 a, h3 a:hover {text-decoration: none; color: #0066CC}
/* End LINKS */

/* Begin Images */


.cat_icon { vertical-align: bottom; }

a img {border:0}

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */


/* Start Sidebar Sidebox */
#sidebox{background-image: url(images/sidebox_content.gif)}

#sidebox .sideboxheader{
	margin:0px;
	padding: 8px 0px 8px 15px;
	background-image: url(images/sidebox_top.gif);
}

#sidebox .sideboxcontent{
	margin:0px;
	padding: 5px 15px 5px 15px;
	font-size: 0.85em;
	background-image: url(images/sidebox_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
}

#sidebox hr{
	border:0px;
	background-color:  #AAAAAA;
	height: 1px;
}
/* EndSidebar Sidebox */

/* Start Lists */
#sidebox ul{
	margin: 0px;
	padding: 1px;
}

#sidebox li{
	list-style-type:none; 
	background-image: url(images/sidebox_bullet.gif);
	background-repeat: no-repeat; 
	background-position: left;
	padding-left:7px;
	margin: 5px;
	
}
/* End Lists */


/* Start Form stuff */
#searchform { margin: 1px; padding: 0px;}
#s{width: 125px;}
#searchform #s,#comment,#author, #email ,#url{
	margin: 0px;
	padding: 1px;
	border:solid 1px #AAAAAA;
}

#searchsubmit,#submit{
	margin: 0px;
	padding: 0px;
	background-color:  #CCCCCC;
	border:solid 1px #AAAAAA;
}
/* End Form stuff */
