/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: Classic Theme
Author: Alexander Palmo
Version: 0.3.7.1

Description:
This the is the css theme for the Classic theme. You can use
this as a template for your own themes.

Also refer to user_style.php...
*/

/* Images */

img	{
	border: 0;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
	margin: 2px 8px 4px 2px;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
	margin: 2px 2px 4px 8px;
}

/* General Layout */

.divider { margin: 20px 0px 15px 0px; }

body{scrollbar-face-color:#DEE3E7;scrollbar-highlight-color:#fFFFFF;scrollbar-shadow-color:#DEE3E7;scrollbar-3dlight-color:#D1D7DC;scrollbar-arrow-color:#006699;scrollbar-track-color:#EFEFEF;scrollbar-darkshadow-color:#98AAB1;}
body,td,p {font-family:Verdana,Arial,Helvetica,sans-serif;font-size:9pt;color:#413e4a; line-height:1.4em;}

/* New 0.3.7 */
input, select, option, textarea
{
	font-size: 14px;
	text-align: left;
}

#header_image
{
	border-color: #666;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}

#header
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#444444;
	margin: 0px;
	padding: 4px 12px 4px 12px;
	border-color: #666;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	background-color: #996;
	font-size:9px;
	letter-spacing: -1px;
}

#maincontent
{
	margin: 0;
	padding: 10px;
	line-height: 19px; /* This is new */
}

#sidebar
{
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 8.5px;
}

#sidebar .calendar a
{
font-size: 9px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	font-size: 9px;
	padding: 1px;
}

#maincontent .blog_subject
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #663;
	font-size: 14px;
	font-weight: bold;
	/* margin: 3px 0px 3px 0px; */
}

#maincontent .blog_date
{
	font-weight: normal;
	color: #999;
	font-size: 9px;
	margin: 2px 0px 10px 0px;
}

#footer
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #666;
	background: #eee;
	padding: 10px;
	text-align: left;
	clear: both;
}

/* Links */

a:link {color:#220000;}
a:visited {color:#220000;}
a:active{color:#e0000f;}
a:hover{color:#e0000f;}

/* Typeography */

h2, h3, h4, h5, h6
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
	/* New 0.3.7 */
	margin: 2px 0px 2px 0px;
}


/* Title */
h2
{
	color: #663;
	font-size: 16px;
	font-weight: bold;
	margin: 4px 0px 3px 0px;
}

/* Date */
h3
{
	color: #999;
	font-size: 10px;
	margin: 4px 0px 3px 0px;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 10px;
	font-weight: bold;
}

blockquote
{
	font-style:italic;
	color: #000000;
	background-color:#f0eeee;
	border-left-width:0px;
	padding-left:2em;
	padding-right:2em;
	padding-top:2em;
	padding-bottom:2em;
	margin-left:1em;
	margin-bottom:1em;
	margin-top:1em;
}

/* cmsimple */
.bodyline	{ background-color: #6285a3; border: 2px #000000 solid; }
.cmsline	{ border: 1px #000000 solid; background-color: #ffffff;}
.sitename{font-weight:normal;font-size:10pt;letter-spacing:1px;}
.copyright {font-size:9px;color:#444444;letter-spacing: -1px;}
.copyright a,.copyright a:link,.copyright a:visited {color:#444444;text-decoration:none;}
.copyright a:hover,.copyright a:active {color:#000000;text-decoration:underline;}
.innerline	{ border: 2px #FFffFF solid; }
.login,.login a,.login a:link,.login a:visited,.login a:active,.login a:hover{font-weight:normal;font-size:6pt;color:#ffffff;text-decoration:none;}
.menulevel1{font-weight:normal;font-size:9pt;color:#000000;}
.doc{padding-left: 15px;color:#444444;background-image: url(http://www.randalaise.de/templates/randalaise/menu/doc.gif);background-repeat: no-repeat;}
.docs{padding-left: 15px;color:#444444;background-image: url(http://www.randalaise.de/templates/randalaise/menu/docs.gif);background-repeat: no-repeat;}
.sdoc{padding-left: 15px;color:#444444;background-image: url(menu/sdoc.gif);background-repeat: no-repeat;}
.sdocs{padding-left: 15px;color:#e0000f;background-image: url(menu/sdocs.gif);background-repeat: no-repeat;}
.locator,.navigator {font-weight:normal;font-size:8pt;color:#e0000f;letter-spacing: +2px;}
li{line-height:1.5;}
ul.menulevel1 {padding-left: 0;margin-left: 0;list-style: none;}
.menulevel1 a:link,.menulevel1 a:visited,.menulevel1 a:active,.menulevel1 a:hover,.locator a:link,.locator a:visited,.locator a:active,.locator a:hover,.navigator a:link,.navigator a:visited,.navigator a:active,.navigator a:hover {text-decoration:none;}
