/* 
	Theme Name: Tarkovsky
	Theme URL: http://writerspace.net/?page_id=757
	Description: Tarkovsky is a minimal 2 column theme, an humble small homage to the great Russian film maker, Andrei Tarkovsky..
	Co-author: Andrew Eglinton
	Author URI: http://www.writerspace.net
	Version: 0.1
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Changelog:
		v1.0 - 12.11.06
			First Release of Tarkovsky
*/

* {
	padding:0;
	margin:0;
}

img {border: 0;}

p {margin: 0.8em 0;}

/* we're going to set the font-size on the body to 76%. This means that when we set a font to 1em, it will be prety close to the user's default font size. NO USING PX FOR FONTS - ems or % only please */

body {
	background-color: #FFFFFF;
	background-image:url(images/header.jpg);
	background-repeat: no-repeat;
	font-family: "Lucida Grande", Arial, Helvetica, Georgia sans-serif;
	font-size: 80%;
}

/* --------------------------------- =layout -------- */

#wrapper {
	width: 770px;
}

#leftCol {
float: left;
	width: 280px;
margin: 290px 0 0 0;
}

#contentCol {
float:right;
top:0;
left: 290px;
	width: 470px;
}

.titleBox {
	margin: 58px 0 120px 240px;
	padding: 50px 0px 10px;
    border-bottom: 1px #000000 solid;
	color: #000000;
	text-align: left;
}

#footer {
	display: block;
	width: 770px;
	clear: both;
	float: left;
}

#footerBranch {
	display: block;
	width: 770px;
	padding-top: 10px;
	height: 110px;
	background: url(images/footerbranch.jpg) no-repeat top right;
	border-top: 1px solid #000000;
}

/* --------------------------------- =typography -------- */

.titleBox h1 {
	font-size: 2em;
	font-weight:bold;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.entry {
	margin: 0 0 0 25px;
}

.backandforth {
	text-align: right;
	margin: 0 0 10px 25px;
}

h2 {
	color: #258d44;
	font-size: 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
}


h2.page {
	color: #258d44;

	display:block;
	margin: 0 0 -10px 10px;
	font-weight: bold;
	letter-spacing: -2px;
}
h3 {
	color: #4f4e3a;
	font-size: 1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
    
}

#commentContainer {
margin: 10px 0 0 0;
}

#commentContainer hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px #CCCCCC solid;
}

.h2 {
	margin: 10px 0 0 0;
}

.entry .entryDate {
	color: #444;
}

.entry p {
	color: #4f4e3a;
	line-height: 1.8em;
}

.entryDate {
	margin-top: 4px;
}

blockquote {
	width: 360px;
	margin: 20px 0 20px 25px;
	padding: 1px 3px 7px 0px;
	background-color: #e4e2c8;
	background-image:url(images/blockQuoteFooter.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.entry blockquote p {
	padding-left: 50px;
	color: #675125;
	background-image:url(images/blockquoteQuote.gif);
	background-repeat: no-repeat;
	font-size: 1em;
	line-height: 1.7em;
}

.comments {
	height: 92px;
	margin: 0 0 0px 0;
	padding: 20px 0 0 5px;
	background-image: url(images/commentsBackground.gif);
	background-repeat: no-repeat;
}

.commentsInt {
	height: 100px;
	margin: 0 0 0px 0;
	padding: 20px 70px 0px 5px;
	background-image: url(images/commentsBackground.gif);
	background-position:bottom;
	background-repeat: no-repeat;
}

.comments p {
	color: #675125;
	font-size: 1.2em;
}

.verticalNavigation {
	margin: 15px 0 40px 20px;
}

.box {
	margin: 15px 0 40px 20px;
}

.box p {
	padding: 0 0 3px 22px;
	color: #4f4e3a;
	background-image: url(images/lineImage.gif);
	font-size: .9em;
	line-height: 2.15em;
}

.sideBarTitle {
	margin-bottom: 3px;
	padding: 0 20px 3px 0;
	color: #675125;
	border-bottom: 1px #e6e0d0 solid;
	text-align: right;
	font-size:1.6em;
}

.sideBarTitle-mp {
	margin-bottom: 3px;
	padding: 0 20px 3px 0;
	color: #675125;
	border-bottom: 1px #c8bfa1 solid;
	text-align: right;
	font-size:1.6em;
}

.mostPopular {
	margin: 15px 0 40px 20px;
	background: url(images/mostpopular.jpg) repeat-x bottom left;
}

#footer p {
	padding-left: 45px;
	font-size: .8em;
}

.commentlist {
	margin: 20px 0 0 0;
}

/* --------------------------------- =links -------- */

a:link, a:visited {
	color: #258d44;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
    color: #000000;
}


.box a:link, .box a:visited {
	display:block;
	height: 16px;
	padding-top: 3px;
	padding-left: 22px;
	color: #258d44;
	font-size: 1em;
	text-decoration: none;
}

.box a:hover {
	display: block;
	background-image: url(images/sideBarHover.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-size: 1em;
}

.box a.inline{
	display:inline;
	padding: 0;
	margin: 0;
	background: none;
	color: #b3684a;
}


.mostPopular a:link {
	display:block;
	height: 16px;
	padding-top: 3px;
	padding-left: 22px;
	color: #4f4e3a;
	font-size: 1em;
	text-decoration: none;
}

.mostPopular a:hover {
	display: block;
	background-image: url(images/sideBarHover.gif);
	background-repeat:repeat-x;
	text-decoration: none;
	font-size: 1em;
}

/* --------------------------------- =lists -------- */

.box ul {
	/* border-bottom: 1px #e6e0d0 solid; */
	list-style: none;
}

.box li {
	display: block;
	height: 19px;
	color: #4f4e3a;
	border-bottom: 1px #e6e0d0 solid;
	font-size: 1em;
}

.mostPopular ul {
	list-style: none;
	padding-bottom: 25px;
}

.mostPopular li {
	display: block;
	height: 19px;
	color: #4f4e3a;
	border-bottom: 1px #c8bfa1 solid;
	font-size: 1em;
}

.commentlist li {
	list-style-image: url(images/commentArrow.png) no-repeat top right;
}

.entry ul {
	color: #7a7b7b;
	margin-left: 50px;
	line-height: 1.8em;
}

.entry li {
	padding-bottom: 8px;
}


/* --------------------------------- =verticalNavigationigation -------- */

.verticalNavigation ul {
	/* border-bottom: 1px #e6e0d0 solid; */
	padding-top: 5px;
	list-style: none;
}

.verticalNavigation li {
	padding: 3px 0 3px 22px;
	color: #4f4e3a;
	border-bottom: 1px #e6e0d0 solid;
	font-size: 1em;
}

.verticalNavigation a {
	color: #4f4e3a;
	text-decoration: none;
	display: block;
	margin-right: 10px;
}

.verticalNavigation a:hover {
	background: url(images/commentArrow.png) no-repeat top right;
}

.startNav {
	border-top: 1px #e6e0d0 solid;
}
/* --------------------------------- =forms -------- */


/* --------------------------------- =tables -------- */


/* --------------------------------- =ie hackery -------- */

.navigation {
	display: block;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 15px;
}    
.alignright {
	float: right;
}

.alignleft {
	float: left
}