/*
--------------------------
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
{
	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 1px 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: 14px;
	font-weight: bold;
}

#maincontent
{
	margin: 0;
	padding: 20px;
	line-height: 14px; /* This is new */
}

#sidebar
{
	padding: 10px;
}

#sidebar .menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
  background-color: #fff;
	font-size: 10px;
}

#sidebar .calendar td
{
	padding: 2px;
}

#maincontent .blog_subject
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
  margin: 0px;
	/* margin: 3px 0px 3px 0px; */
}

.topic_border
{
  background-color: #F0E68C;
  border-bottom: 1pt;
  border-top: 1pt;
  border-right: 0pt;
  border-left: 5pt;
  margin: 2px;
  border-color: #FF8C00;
}

.content_border
{
  background-color: #333366;
  width: 5px;
  margin: 2px;
}

.content_text
{
  background-color: #F3F3F3;
  padding: 6px;
  margin: 1pt;
  border-bottom: 1pt;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-color: #333366;
  border-style: solid;
  font-size: 12px;
  line-height: 14pt;
  width: 100%;
}

#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, 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;
}

.csharpcode, .csharpcode pre
{
	font-size: 11px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #FAFAFA;
	border-width:1px;
  border-style:solid;
  border-color:#bbbbbb;
  padding:1.5em;
	/*white-space: pre;*/
}

.csharpcode pre { margin: 0em; }

.csharpcode .rem { color: #008000; }

.csharpcode .kwrd { color: #0000ff; }

.csharpcode .str { color: #006080; }

.csharpcode .op { color: #0000c0; }

.csharpcode .preproc { color: #cc6633; }

.csharpcode .asp { background-color: #ffff00; }

.csharpcode .html { color: #800000; }

.csharpcode .attr { color: #ff0000; }

.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}

.csharpcode .lnum { color: #606060; }



.kasten {
  background-color:#7991C1;
  color:#fafafa;
  padding:5px;
  margin-left:2px;
  margin-bottom:2px;
  list-style:none;
  border:1px solid black;
  text-align:left;
  width: 97%;
  min-height: 83px;
}

.kasten:hover {
  background-color:#637DB6;
  color:#fafafa;
  padding:5px;
  margin-left:2px;
  margin-bottom:2px;
  list-style:none;
  border:1px solid black;
  text-align:left;
  width: 97%;
  min-height: 83px;
}

.kasten img 
{
  border: 1px solid #ffffff;
  float: left;
  margin: 0 10px 0 5px;
  padding: 0px;
}

.kastenul .kasten a
{
  color:#000000;
  text-decoration: none;
}

.kastenul .kasten a:hover
{
  color:#dddddd;
  text-decoration: underline;
}

.kastenul
{
  padding:0;
  margin: 0;
}

.boldtext
{
  font-weight: bold;
}

.italictext
{
  font-style: italic;
}

.clear_com {
	float: left;
	width: 470px;
	height: 20px;
}
.com_geek {
	margin: 0px;
	float: left;
	width: 96%;
	padding: 8px;
	position: relative;
	background-color: #132A37;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	color: #FFFFFF;
}
.com_geek a:link, .com_geek a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
.com_geek a:hover, .com_geek a:active {
	text-decoration: none;
	color: #CC0000;
}

.geek_avatar {
	float: left;
	height: 50px;
	width: 50px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}
.geek_words {
	float: right;
	width: 440px;
}
.com_author {
	float: left;
	width: 440px;
	text-align: left;
	margin: 0px;
	font-size: 11px;
}
.locations {
	float: left;
	width: 360px;
	text-align: left;
	margin: 0px;
	color: #efefef;
	font-size: 10px;
}
.com {
	float: left;
	width: 360px;
	padding-top: 12px;
	padding-bottom: 5px;
	color: #FFF;
	font-weight: 400;
	font-size: 12px;
}