/* @override http://richard.yapeter.net/wp-content/themes/take3/style.css */

/*
Theme Name: Take3
Theme URI: http://richard.yapeter.net/
Description: 3rd try on making theme
Author: Richard Yapeter
Author URI: http://richard.yapeter.net/

Version: 090315
*/

html {
	
}

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #22222B;
	line-height: 120%;
	background: #EOEO86;
	width: 960px;
	margin: 0 auto;


/*	border-width: thin;			/* This removes the border around the viewport in old versions of IE 
	border-style: solid;
	border-color: #ccc; */
}

/*----------Layout----------*/

#header {


/*	border-top: solid 1px #9a9;
	border-bottom: double 3px #aba;
	border-left: solid 1px #9a9;
	border-right: solid 1px #565;	*/
	margin: 0;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid rgb(153,153,153);
}

#container {
	margin: 20px auto;
	overflow: visible;
	float: left;
}

#main {


/*	border: thin dashed #0f0;	*/
	width: 700px;
	float: left;
}

#content {
	margin-bottom: 0px;


/* create space right under the meta */
}

#sidebar {


/*	border: thin dashed #f90;	*/
	letter-spacing: 0.1em;
	width: 220px;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding-left: 19px;
	float: right;
	border-left: 1px solid rgb(153,153,153);
}

#footer {


/*	border: thin dashed #00f; */
	font-size: 0.7em;
	color: rgb(85,85,85);
	text-align: center;
	background-color: rgb(238,238,238);
	padding: 5px 0px 5px 0px;
	clear: both;
	border-top: 1px solid rgb(153,153,153);
	border-bottom: 6px solid rgb(34,34,34);
}

/*----------site bar----------*/

#site {
	background-color: #eaeaea;
	width: 100%;
	height: 29px;
	overflow: hidden;
	border-top: 6px solid rgb(34,34,34);
	border-bottom: 1px solid rgb(153,153,153);
}

#site ul {
	overflow: hidden;
	margin: 0px;
}

#site li {
	text-align: center;
	float: left;
}

#site li a {
	display: block;
	width: 280px;
	padding: 5px;
	color: #666;
}

#site li a:link:hover,
#site li a:link:active,
#site li a:visited:hover,
#site li a:visited:active {
	color: #fff;
}

/*--------------------TEXT--------------------*/

/*----------blog title----------*/

#header h1 {
	font-family: Futura, "Gill Sans", Helvetica, Optima;
	font-size: 4.6em;
	color: #4B5753;
	line-height: 1.4em;
	letter-spacing: 0.2em;
	margin: 0px 10px 0px 10px;
}

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

/*----------story----------*/

h2 {
	font-size: 1.6em;
	color: rgb(34,34,34);
	margin: 0px 0px 12px 0px;
	letter-spacing: 0.2em;
	word-spacing: 0.1em;

}

h2 a,
h2 a:visited {
	color: rgb(34,34,34);
}

#story-author {
	font-style: italic;
	letter-spacing: 0.3em;
	word-spacing: 0.1em;
	margin-left: 10px;
}

.author {
	color: rgb(115, 158, 13);
	font-size: 0.95em;
	font-style: normal;
	text-transform: uppercase;
}

.story {
	line-height: 1.7em;
	color: #424242;
}

.story:first-letter {
	font-size: 6em;
	font-weight: bold;
	color: #a9a9a9;
	padding-right: 0.05em;
	padding-top: 30px;
	float: left;
;
}

p {
	margin: 15px 0px 10px 0px;
}

.story-more {
	color: #941100;
}

.story-info {
	font-size: 0.8em;
	text-align: center;
	background-color: rgb(248, 247, 239);
	margin: 0px 0px 20px 0px;
	padding: 6px 10px 5px 10px;
	border-style: dashed;
	border-color: rgb(178, 178, 178);
	border-width: 1px 0px;
	clear: both;
}

.story img {
	border-color: #333333;
	border-width: 2px;
	border-style: solid;
	margin: 3px;
	padding: 2px;
}

/*----------prev/next entries----------*/

.navigation {
	font-size: 0.8em;
	border-top-style: solid;
	border-top-color: #d5d5d5;
	border-top-width: 1px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px;
}

.alignleft {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

.alignright {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
}

/*----------sidebar----------*/

#sidebar div.title {
	font-size: 1.4em;
	font-weight: bold;
	font-style: italic;
	padding: 30px 0px 5px 0px;
}

#sidebar ul {
	font-size: 12px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}

#sidebar li {
	padding: 5px 0px 0px 0px;
}

li {
	list-style-type: none;
}

acronym, abbr, span.caps {
	cursor: help;
}

/*--------------------for links--------------------*/

a {
	text-decoration: none;
	color: rgb(0,68,119);
}

a:link {
	
}

a:visited {
	color: #6699cc;
}

a:link:focus {
	
}

a:link:hover, 
a:link:active,
a:visited:hover,
a:visited:active {
	color: #c00;
}

/*--------------------iamges as a link--------------------*/

a img {
	text-decoration: none;
}

a:link img {
	
}

a:visited img {
	
}

a:link:active img, 
a:visited:active img {
	
}

/*--------------------smilies --------------------*/

body img.wp-smiley {
	
}

#recentcomments {
	
}

/*--------------------pages with pagination--------------------*/

p.serif {
	
}

/*--------------------search--------------------*/

#search {
	
}

/* The overall style for the search box */

#search label {
	
}

/* Used to style the label tag, if necessary. */

#searchform {
	
}

/* Used to style the form itself. */

input#s {
	
}

/* To style the input area for the search, this selector combination will work. */

input#searchsubmit {
	
}

/* Used by the Default Theme, this selector may be used to style the search or submit button. */

/*--------------------comments--------------------*/

#comment {
	color: rgb(115, 158, 13);
}

.commentlist {
	
}

.nocomments {
	
}

.commentlist li {
	
}

.commentlist cite, 
.commentlist cite a {
	
}

.commentlist p {
	
}

#commentform p {
	
}

.commentmetadata {
	
}

#commentform input {
	
}

#commentform textarea {
	
}

#commentform #submit {
	
}

/*--------------------calendar--------------------*/

#wp-calendar th {
	
}

#wp-calendar {
	empty-cells: show;
}

#wp-calendar #next a {
	
}

#wp-calendar #prev a {
	
}

#wp-calendar a {
	
}

#wp-calendar caption {
	
}

#wp-calendar td {
	
}

#wp-calendar td.pad:hover {
	
}

/*-------------------- widgets---------------------*/

h2.widgettitle {
	
}

.widget {
	
}

/*--------------------Archive--------------------*/

li#archives {
	
}

.widget_archives {
	
}

/*--recent posts--*/

li#recent-posts {
	
}

.widget_recent_entries {
	
}

/*--------------------text widget--------------------*/

li.widget_text {
	
}

/*--id in relationsship to the id of the widget*/

li#text-4 {
	
}

div.textwidget {
	
}

/*--------------------links blogroll--------------------*/

li#links {
	
}

.widget_links {
	
}

/*--------------------categories--------------------*/

li#categories {
	
}

.widget_categories {
	
}