/*
Theme Name: Wicharek
Theme URI: http://wicharek.name/projects/homepage
Description: WordPress theme for my blog based on the default Wordpress theme.
Version: 1.0
Author: Vitaliy Ivanov
Author URI: http://wicharek.name/
Tags: yellow

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* General styles */
body
{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 12pt;
  margin: 0;
  background-color: #eee;
}

a
{
  color: #00f;
}

a:hover, a:visited:hover
{
  color: #f00;
}

a:visited
{
  color: #808;
}

p
{
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1px;
  margin-bottom: 8px;
}

h1
{
  font-size: 2em;
  margin: 0;
  margin-bottom: 8px;
}

h2
{
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  margin-bottom: 8px;
}

h3
{
  margin-top: 32px;
}

th
{
  text-align: left;
  background-color: #eee;
  padding: 4px;
}

td
{
  text-align: left;
  border: 1px solid #eee;
  padding: 4px;
}

td.centered
{
  text-align: center;
}

img
{
  border: 0;
}

li
{
  margin-bottom: 8px;
}

form
{
  padding: 0;
  margin: 0;
}

/* Common */

img.middle_aligned_img
{
  vertical-align: middle;
  border: 0;
}

a.open_id_href
{
  color: #00f;
  font-weight: bold;
  text-decoration: none;
}

a.open_id_href:hover
{
  font-weight: bold;
  text-decoration: underline;
}

a.footer_link
{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.footer_link:hover
{
  font-weight: bold;
  text-decoration: underline;
}

a.admin_link
{
  font-size: 8pt;
  text-decoration: none;
}

a.post-edit-link
{
  font-size: 8pt;
  text-decoration: none;
}

a.admin_link:hover
{
  text-decoration: underline;
}

a.post-edit-link:hover
{
  text-decoration: underline;
}

/* Main menu at the top*/
#main_menu
{
  background: black;
  text-align: center;
  padding: 4px 0px 4px 0px;
  min-width: 800px;
}

a.main_menu_link
{
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  margin-right: 20px;
}

a.main_menu_link:visited
{
  color: white;
}

/* Site title at the top */
#site_title
{
  background-color: #fc6;
  background-image: url('images/title_bottom.png');
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 100px;
  min-width: 800px;
}

#logo
{
  float: left;
  width: 100px;
  height: 100px;
  background-image: url('images/logo.png');
  background-repeat: no-repeat;
  background-position: center;
  
}

#title_text_container
{
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}

#title_text_container_wrapper
{
  float: left;
}

#title_text
{
  font: 2.2em Courier New;
  font-weight: bold;
  color: black;
}

#title_text_red
{
  color: #800;
}

#subtitle_text
{
  font-size: 0.7em;
}

#login_container
{
  float: right;
  padding: 8px;
  background-color: #feb;
  margin-top: 6px;
  margin-right: 4px;
  /*border: 2px solid #eb5;*/
  font-size: 0.8em;
}

label.login_text
{
  /*font-size: 0.8em;*/
}

/* Forms */

#openid_input
{
  /*font-size: 0.8em;*/
  border: 1px solid #bbb;
  background-image: url('images/openid.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #fff;
  padding-left: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 2px;
  width: 200px;
  font-size: 1.1em;
}

/* Content styles */

#central_login
{
  font-size: 0.8em;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
}

.error_container
{
  color: #f00;
  background-color: #fee;
  font-weight: bold;
  font-size: 0.8em;
  padding: 4px;
  margin: 4px;
  text-align: center;
  border: solid 2px #fff;
}

#comment_error_button
{
  text-align: right;
  margin-top: 4px;
}

#central_content
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: 16px;
  min-width: 800px;
}

div.central_content_inner
{
  font-size: 0.8em;
  padding: 8px;
}

#blog_navigation
{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: 16px;
  min-width: 800px;
}

#blog_navigation_inner
{
  font-size: 0.8em;
  padding: 8px;
  text-align: center;
}

div.cell_sep
{
  border-top: 1px dashed #bbb;
  margin-top: 10px;
}

div.cell_0
{
  background-color: #eee;
  padding: 4px;
  margin-bottom: 4px;
}

div.cell_1
{
  background-color: #fff;
  padding: 4px;
  margin-bottom: 4px;
}

/* Profile styles*/

div#avatar_preview
{
  float: right;
  background-color: #eee;
  padding: 4px;
  border: 1px dashed #bbb;
  text-align: center;
}

div#avatar_preview_image
{
  width: 64px;
  height: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
}

div#avatar_setup
{
  
}

/* Service forms styles*/

p.small_desc
{
  font-size: 0.8em;
  margin-bottom: 1px;
}

p.small_shade_desc
{
  font-size: 0.8em;
  margin-bottom: 1px;
  color: #666;
}

input.normal_text
{
  width: 300px;
  margin-top: 2px;
}


/* Blog styles*/

#blog_post_cp
{
  text-align: right;
}

div.blog_entry
{
  margin-left: 16px;
  margin-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  clear: left;
  min-width: 768px; /* 800 - 16 -16*/
}

h2.blog_header
{
  font-size: 1.5em;
  margin: 0;
}

h1.blog_header
{
  font-size: 26px;
  margin: 0;
}

a.blog_header_a
{
  color: #000;
  text-decoration: none;
}

a.blog_header_a:hover
{
  color: #000;
  text-decoration: underline;
}

div.blog_title_container
{
  border-bottom: solid #666 2px;
}

div.blog_title_created_at
{
  text-align: right;
  font-size: 0.6em;
  color: #bbb;
}

div.blog_entry_content
{
  font-size: 0.8em;
  margin-top: 8px;
  margin-left: 28px;
  padding-bottom: 12px;
}

div.blog_entry_footer
{
  clear: left;
  min-width: 768px; /* 800 - 16 -16*/
}

hr.blog_cutter
{
  border: 0;
  border-top: dotted 1px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #ccc;
}

.blog_entry_footer_0
{
  background-color: #fc6;
  width: 24px;
  height: 24px;
  float: left;
  margin-bottom: 24px;
  margin-right: 4px;
}

.blog_entry_footer_1
{
  background-color: #eee;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.7em;
  height: 24px;
  vertical-align: middle;
  width: 100%;
  display: table-cell;
}

.blog_entry_footer_n
{
  background-color: #eee;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 0.7em;
  height: 24px;
  vertical-align: middle;
  display: table-cell;
}

.blog_entry_footer_view
{
  background-color: #eee;
  height: 24px;
  margin-left: 28px;
}

* html .blog_entry_footer_1
{
  display: inline-cell;
}

* html .blog_entry_footer_n
{
  display: inline-cell;
}

div.blog_comment_container
{
  padding: 8px;
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
  margin-top: 8px;
}

#blog_add_comment
{
  background-color: #eee;
  width: 480px;
  padding: 8px;
  text-align: left;
  font-size: 10pt;
  border: solid 1px #666;
}

div.blog_comment
{
  font-size: 11px;
  margin: 4px;
}

div.blog_comment_header
{
  background-color: #ddd;
  padding: 4px;
  height: 64px;
}

.blog_comment_created_at
{
  color: #888;
}

div.blog_comment_avatar
{
  float: left;
  margin-right: 10px;
  width: 64px;
  height: 64px;
}

div.blog_comment_body
{
  
}

div.blog_comment_wrapper
{
  padding-left: 20px;
}

div.blog_add_comment_link
{
  text-align: center;
  width: 480px;
  margin-left: auto;
  margin-right: auto;
}

div.blog_comment_deleted
{
  font-weight: bold;
}

div.blog_add_comment_link > a
{
  text-decoration: none;
  font-weight: bold;
}

div.blog_add_comment_link > a:hover
{
  color: #f00;
}

div.blog_add_comment_link > a:hover, div.blog_add_comment_link > a:visited:hover
{
  color: #f00;
}


div.blog_add_comment_link > a:visited
{
  color: #00f;
}

div.archive_header_wrap
{
  padding-top: 10px;
}

div.archive_header
{
  font-size: 11px;
  background-color: #eee;
  border: 1px solid #aaa;
  padding: 4px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

div.archive_header > h2
{
  text-align: center;
}

/* info */

h1.info
{
  font-size: 1.8em;
}

h2.info
{
  font-size: 1.4em;
  color: #fff;
  background-color: #666;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 2px;
}

div.vcard_photo
{
  float: right;
  border: solid 4px #fff;
}

td.info_td_name
{
  font-weight: bold;
  border: 0;
  padding: 2px;
  padding-right: 20px;
  padding-left: 10px;
}

td.info_td_value
{
  border: 0;
  padding: 2px;
  padding-right: 10px;
}

td.info_td_name_0
{
  font-weight: bold;
  border: 0;
  padding: 2px;
  padding-right: 20px;
  padding-left: 10px;
  background-color: #eee;
}

td.info_td_value_0
{
  border: 0;
  padding: 2px;
  background-color: #eee;
  padding-right: 10px;
}

div.float_image
{
  float: left;
  padding: 8px;
}

ul.commentlist
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

cite
{
  font-style: normal;
}

h2.blog_header img 
{
  margin-right: 3px;
}

div.blog_title_created_at img
{
  margin-right: 3px;
}

/* blog */

span.filepath
{
  font-family: 'Courier New',Courier,monospace
}

div.filepath
{
  font-family: 'Courier New',Courier,monospace;
  margin: 6px;
  padding: 4px;
  border: #ddd 1px solid;
  background-color: #eee;
}

pre.code
{
  font-size: 1em;
  font-family: 'Courier New',Courier,monospace;
  margin: 6px;
  padding: 4px;
  border: #ddd 1px solid;
  background-color: #eee;
}

span.code
{
  font-family: 'Courier New',Courier,monospace;
}

/* Footer (and hacks to make it stick to the bottom */
body, html
{
  height: 100%;
}

#content_wrapper
{ 
  min-height: 100%;
  position: relative;
}

#push_footer
{
  padding-bottom: 60px;
}

#footer
{
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.6em;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding-top: 2px;
  
  clear: left;
  min-width: 800px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}