/* 
	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;
}

.sourceCode {
	background-color: #eeeeee;
	padding: 4px 6px 4px 6px;

	margin-top: .5em;
	margin-bottom: .5em; 

	font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
	color: #000066;

	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

img.contentImage {
	display: block;
	margin-top: 1.5em;
	margin-bottom: .5em; 
	margin-left: auto;
	margin-right: auto;
}

img.iconImage {
	display: block;
	margin-bottom: .5em; 
	margin-left: auto;
	margin-right: auto;
}

div.caption {
	font-weight: bold;
	text-align: center;

}

table.attachmentsTable {
	margin-left: 30px;
}

table.attachmentsTable td {
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
}

table.attachmentsTable a:hover {
	background-color: #FFFFFF;
	color: Black;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
}
