/*
Theme Name: Tomasz Rychlicki
Theme URI: http://rychlicki.net
Description: Custom design for Rychlicki.net
Version: 0.9
Author: TR&BG
Author URI: http://rychlicki.net
*/

body {
	font:70% 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	background: #fff url(http://rychlicki.net/gfx/tr_bg.gif) top left repeat-x;
	color:#333;
	text-align:center;
	margin:0;
	padding:0; 
	}

#container {
  overflow: auto;
  background: transparent url(http://rychlicki.net/gfx/tr_bg2.gif) bottom left repeat-x;
  padding-bottom: 20px;
  }

#page {
	text-align:justify;
	margin:auto;
	padding:0;
	width:700px;
	}

#header {
	height:315px;
	width:700px;
	}

#headerimg {
  float: left;
  width: 490px;
  height: 315px;
  padding-right: 40px;
	}

#headerimg h1 {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

#navmenu {
  float: left;
  margin: 50px 0 0 0;
	width: 170px;
	padding: 0;
	}
	
#navmenu li {
  width: 110px;
  list-style-type: none;
  margin: 0;
  padding: 4px 0;
  border-bottom: 1px solid #dfdfdf;
}

#navmenu a {
  color: #000;
	}

#content {
	font-size:1.1em
	}

.postmetadata {
	text-align:left;
	}

.narrowcolumn {
	padding:0;
	margin:0;
	width:700px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.3em;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	line-height: 1.5em;
	}

input {
	background-color:#E0E0E0;
	border: 1px solid #4A9E00;
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	}

table input, table textarea {
	width: 100%;
	background-color:#E0E0E0;
	border: 1px solid #4A9E00;
	font: 0.9em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
	}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing:-1px;
	}

h1 {
	font-size: 3em;
	text-align: center;
	display: none;
	padding-top: 30px;
	margin: 0;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
	}

h2.pagetitle {
	font-size: 1.8em;
	margin-top: 30px;
	text-align: center;
	}

h3 {
	font-size: 1.3em;
	padding: 0;
	margin: 30px 0 0;
	}

h2, h2 a, h3, h3 a, h2 a:visited, h3 a:visited {
	color:#284C01;
	}

.entry p a:visited {
	color: #900;
	}

acronym, abbr, span.caps {
        font-size: 0.9em;
        letter-spacing: .07em;
        border-bottom: 1px dashed #999;
        cursor: help;
        }

a {
	text-decoration:none;
	color: #c00;
	}

a:hover {
        color: #c00;
        text-decoration: underline;
        }

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

a img {
	border: none;
        text-align: center;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, monospace;
	}

span.highlight {
	background:#ffc;
	}

span.caps {
        cursor: help;
        }

h2 a:hover, h3 a:hover {
        color: #277C16;
        text-decoration: none;
        }

#footer {
  background: #000;
	color: #fff;
	padding-top: 0.2em;
  width: 100%;
  padding-top: 0.1em;
  clear: both;
  font: 1em 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
  }

#footer a:hover {
	color: #8ac;
	text-decoration: none;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}

p img {
	padding: 0;
	max-width: 100%;
	text-align: center;
        }

/*	Using 'class="alignright"' on an image will align the image to
	the right. And using 'class="centered', will of course center
	the image. This is much better than using align="center", being
	much more futureproof and valid. */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/*
Styles for video players
*/

.googleVideo_holder, .yourTubeVideo_holder, .personalPlayerVideo_holder, .quickTimeVideo_holder{
text-align:center;
border: 0px solid #FFFFFF;
padding: 10px 10px 10px 10px;
background:#FFFFFF;
	}

.googleVideo_holder, .yourTubeVideo_holder, .personalPlayerVideo_holder, .quickTimeVideo_holder{
text-align:center;
border: 0px solid #FFFFFF;
padding: 10px 10px 10px 10px;
background:#FFFFFF;
	}

.googleVideo, .yourTubeVideo, .personalPlayerVideo, .quickTimeVideo{
border: 2px solid #FFFFFF;
background:#FFFFFF;
padding: 0px 0px 0px 0px;
	}

.googleVideo_link, .yourTubeVideo_link, .personalPlayerVideo_link, .quickTimeVideo_link{
font-size:0.8em;
width:100%;
text-align:left;
	}

