﻿/* 
	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("admin.css");

A, A:link, A:visited, A:active  { font-weight: bold; text-decoration: none; }

body {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 0.7em;
	background-image: url('images/brokat_black.jpg');
}

/* pre { white-space: normal; overflow: auto; } */

.PhotoStack
{
    background-image: url('../../images/PhotoStack.gif'); 
    background-repeat: no-repeat;
    background-position: top left;
    padding: 35px;
}

#UserPhoto
{
    background-image: url('images/daniel_fisher_lennybacon.jpg'); 
    height: 200px;
    width: 200px;
    padding: 0px;
    margin: 0px;
}
