/* Images */
img	{
border: 0;
}

#img_float_left
{
/* Used in the [img] tag when float=left */
float: left;
margin: 1px 5px 5px 0px;
}
#img_float_right
{
/* Used in the [img] tag when float=right */
float: right;
margin: 1px 0px 5px 5px;
}

/* General Layout */
.divider { margin: 20px 0px 15px 0px; }
.divider_menu {
margin: 0px 0px 2px 0px;
border: 0px dotted;
}

body
{
color: #000;
font-size: 11px;
margin: 0px;
padding: 0px;
text-align: left;
background-color: #CC9;
/* Standard. Readable */
/* font-family: Arial, Helvetica, Sans-Serif; */
font-family:  'Lucida Grande', Geneva, sans-serif; */
/* font-family: Tahoma, Geneva, sans-serif; */
/* font-family: Geneva, Verdana, sans-serif;
/* Nice. Classic Looking */
/* font-family: 'Times New Roman', Times, serif; */
/* font-family: Georgia, serif; */
/* font-family: Book Antiqua, Palatino, serif; 	
/* Modern. Kind of Funky */
/* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */	
/* Monospace */
/* font-family: Lucida Console, Monaco, monospace; */
}

/* New 0.3.7 */
input, select, option, textarea
{
font-size: 11px;
text-align: left;
}

#header_image
{
border-color: #666;
border-width: 0px 0px 0px 0px;
border-style: solid;
}

#header
{
font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
color: #FFF;
margin: 0px;
padding: 4px 12px 4px 12px;
border-color: #666;
border-width: 0px 0px 1px 0px;
border-style: solid;
background-color: #996;
font-size: 16px;
font-weight: bold;
}

/* Maincontent */
#maincontent
{
margin: 0px;
padding: 14px;
line-height: 11px; /* This is new */
font-family: 'Gill Sans', 'Gill Sans', Helvetica, sans-serif;
background-color: #ffffff;
background-image: url(http://www.eurostyx.com/interface/fonpic2.jpg);
background-position:center; 
color: #333333;
}

#sidebar
{
padding: 7px;	
}

#sidebar .menu_title
{
font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
font-size: 11px;
color: #333333;
border-bottom-width: 2px;
border-bottom-style: dotted;
font-weight: normal;
text-align: left;
line-height: 11px;
background-image: url(images/icon_sidebar_title.gif);
background-repeat: no-repeat;
padding-left: 2px;
}

#sidebar .blog_title
{
font-size: 16px;
font-weight: bold;
line-height: 18px;
}

#sidebar .blog_box
{
font-size: 16px;
font-weight: bold;
line-height: 18px;
height: auto;
width: auto;
border: thin dashed #333333;
background-color: #FFFFFF;
}

#sidebar .divider {
margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
font-size: 10px;
}

#sidebar .calendar td
{
padding: 2px;
}

#maincontent .blog_subject
{
font-family: 'Arial', Times, serif;
color: #CC9;
margin-left: 0px;
font-size: 15px;
font-weight: bold;
line-height: 17px;
border-bottom-width: 2px;
border-bottom-style: dotted;
border-bottom-color: #000000;	/* margin: 3px 0px 3px 0px; */
}

#maincontent .blog_date
{
font-weight: normal;
font-style: italic;
color: #eee;
font-size: 11px;
margin: 2px 2px 5px 0px;
}

#maincontent .blog_divider
{
font-weight: normal;
color: #999;
font-size: 8px;
margin: 0px 0px 0px 0px;
letter-spacing: 2px;
}

#footer
{
border: 20;
border-top: 10px solid #ccc;
color: #666;
background: #eee;
padding: 1px;
text-align: left;
clear: both;
}

/* Links */
a:link, a:visited
{
font-weight: bold;
text-decoration: none;
color: #933;
}
a:hover
{
font-weight: bold;
text-decoration: underline;
color: #F33;
}
a:active {
font-weight : bold; 
text-decoration : none;
color: #33F;
}
/* Typeography */
h1, h2, h3, h4, h5, h6
{
font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
font-weight: normal;
/* New 0.3.7 */
margin: 2px 0px 2px 0px;
}
h1
{
font-size: 20px;
font-weight: bold;
}
/* 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;
}
