/*
--------------------
Simple PHP Blog CSS Styles
--------------------

Name: frapu.de Theme
Author: Frank Puhlmann

Description:
This the is the css theme for the frapu.de theme.

Also refer to user_style.php...
*/

/* General */

body
{
	color: #444; /* txt_color */
	font-size: 11px;
	padding: 0px;
	text-align: left;	
	background-color: #fff; 
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width: 780px;
    
	/* Standard. Readable */
	font-family: Verdana;
	/* 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; */
}

/* Typeography */

p
{
	margin: 8px 0px 8px 0px; 
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana;
	font-weight: bold;
	color: #555; /* headline_txt_color */
    /* text-shadow: #bbb 2px 2px 1px; */
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 16px;
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 512px;
	border: 1px dotted #D9D9D9; /* inner_border_color */
	padding: 5px
}

/* NEW */
blockquote {
	color: #777;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd
}

/* Links */

a:link, a:visited
{
	font-weight: bold;  
	text-decoration: none;
	color: #666; /* link_reg_color */
}

a:hover
{
	text-decoration: underline;
	color: #66A; /* link_hi_color */
}

a:active
{
	color: #66A; /* link_down_color */
}

/* 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;
}

/* Elements */

hr	
{
	color: #D9D9D9; /* inner_border_color */
	background-color: #D9D9D9; /* inner_border_color */
	height: 1px;
	border: 0px;
	margin: 8px 0px 8px 0px; 
}

/* Forms */

/* NEW */
form {
	font-size: 11px;
	margin: 0px;
	padding: 0px
}
	
input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}

/* Theme Specific */

#header_image
{
	border-color: #4D4D45; /* border_color */
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#header
{
     position: absolute;
     left:15px;
     top: 32px;
     font-weight: bold; 
     font-size: 24px; 
     line-height: 22px; 
     font-family: verdana; 
     color: #fff;
     /* background-color: #000; */
}


#maincontent
{
    margin-top:10px;
    padding-top: 10px;
    padding-left: 0px;
	padding-right: 10px;
    border-right: #668 dotted 1px;
}

#maincontent .blog_subject
{
	font-family: Verdana;
	color: #555; /* headline_txt_color */
    font-size: 18px; 
    line-height: 22px; 
	font-weight: bold;
	/* margin: 0px; */
}

#maincontent .blog_byline
{
	color: #999999; /* date_txt_color */
	font-size: 9px;
	margin-bottom: 10px;
}

div #toggleSidebarAvatar, #toggleSidebarLinks, #toggleSidebarCalendar, #toggleSidebarArchives, #toggleSidebarCategories , #toggleSidebarSearch, #toggleSidebarMenu, #toggleSidebarPreferences, #toggleSidebarRecentComments, #toggleSidebarRecentEntries, #toggleSidebarRecentTrackbacks
{
	display: block;
}

#sidebar
{
	padding: 10px;
	padding-right: 0px;
	background-color: #fff;
}

#sidebar .menu_title
{ 
	font-family: Verdana;
	font-weight: bold; 
    font-size: 14px; 
    line-height: 16px; 
    font-family: verdana; 
    color: rgb(127,153,255);
    border-bottom: 1px solid rgb(127,153,255);
}

#sidebar .menu_title a
{
	text-decoration: none;
	color: inherit;
}

#sidebar .menu_title:hover
{
}

#sidebar .menu_body 
{
    font-weight: normal;
    font-size: 11px;
	padding: 10px;
}

#sidebar .divider {
	margin: 8px 0px 8px 0px;
}

#sidebar .calendar
{
	font-size: 10px;
}

#sidebar .calendar a
{
	font-weight: bold;
	text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 0px;
	/* border: 1px #F0F dashed; */
}

#footer
{   /*
	border: 0;
	border-top: 1px solid #4D4D45; /* border_color */
	color: #666666; /* footer_txt_color */
	background: #EEEEEE; /* footer_bg_color */
	padding: 10px;
	text-align: left;
	clear: both;
	*/
	font-family: Verdana;
	font-size: 10px; 
    height: 8px;
}

.divider { margin: 20px 0px 15px 0px; }

div.title:before { content: "frapu.de";}

div.title {
     font-weight: bold; 
     font-size: xx-large; 
     font-family: verdana; 
     color: rgb(117,176,224); 
     background: rgb(97,156,204);
     border-bottom: 1px solid #668; 
     border-top: 1px solid #668; 
     padding: 10px 0px 10px 15px; 
     height: 42px;
}

div.search {
	position:relative;
	top:+18px;	
	left:+565px;
	align: right;
	width: 200px;
	// background: rgb(177,0,0);
}

div.menu {
    font-size: 12px; 
    font-family: verdana; 
    font-weight: bold;
    background: rgb(140,173,204);
    padding: 8px 5px 8px 15px;
}

.amenu:link {color:#000000; text-decoration:none}
.amenu:visited {color:#000000; text-decoration:none}
.amenu:active {color:#000000; text-decoration:none}
.amenu:hover {color:#000000; text-decoration:underline}


