/* 
	Base styles
	
	These are all the base styles that control basic HTML tags.
	All the referenced styles sheets are imported to control the UI
	of the theme.
*/

@import url("calendar.css");
@import url("pageLayout.css");
@import url("dasBlog.css");
@import url("colors.css");
@import url("kubrick.css");

/* 	To ease the insertion of a personal header image, I have done it in such a way,
	that you simply drop in an image called 'personalheader.jpg' into your /images/
	directory. Dimensions should be at least 760px x 200px. Anything above that will
	get cropped off of the image. */
	/*
	#headerimg { background: url(personalheader.jpg) no-repeat top;}
	*/


#page { 
        background: url(kubrickbg.jpg) repeat-y top; 
        border: none; 
}

.pageTopic {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.6em;
}

.commentBoxStyle {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentDateStyle {

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding-bottom: 10px;

}

.commentBoxFooterStyle {
	padding-top: 10px;
}

body#adminbody {
background-color: #ffffff;
margin: 20px;
}

#adminheader h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 1.9em;
	text-align: left;
}

A {

}

A:link {

}

A:visited {

}

body {

}


pre {

}