/*
Theme Name: the-affair
Theme URI: http://www.the-affair.com/blog
Description: This is a simple B/W 3x column theme designed to maximise the impact of any images posted.
Version: 1.0
Author: Zoltan Csaki
*/

/*Special Thanks to Urban Giraffe for the Dissecting a Theme Guide, which inspired me to develop the blank theme
http://www.urbangiraffe.com/themes/guides

Additional thanks to Michael Hielemann at http://binarybonsai.com for the default Kubrick Theme
Additional thanks to Michael B for the blank theme
*/

/*-----------Block Level Elements--------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	width:100%;
	height:100%;
}

body {
	background: #FFF;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	color: #737373;
	font-size: 11px;
	font-family: 'lucida grande', verdana, arial, sans-serif;
	line-height: 15px;
}

#page {
	height: 100%;
	width:100%;
}

div#header {
	float: left;
	width: 130px;
	/*background:#000000;*/
	height:100%;
}

#headerimg {
	margin-top: 25px;
	margin-left: 40px;
}

.description {

}

#wrapper {
	width:550px;
	float:left;
	
}

#content {
	width:500px;
	padding: 70px 0px 0px 50px;
	float: left;
}

#sidebar {
	/*background-color:#252324;*/
	width:127px;
	text-align:left;
	float: left;
	padding: 80px 0px 0px 20px;
	height:100%;
}

#footer {
	padding-left:326px;
	padding-bottom:30px;
	padding-top:50px;
	width:500px;
	padding-top:30px;
}

.footercopy {
	line-height:11px;
}

a {
	color:#0d0b0c;
	font-weight:bold;
	text-decoration:none;

}

a:visited {
	text-decoration:line-through;

}

a:hover {
	text-decoration:underline;

}
/*-------------Headings-------------*/

h1 {

}

/** this is the SIDEBAR heading **/
h2 {

}

/** this is the POST heading **/
h3 {
	font-size:18px;
	line-height: 3px;
	padding-top: 15px;
	padding-bottom:10px;
}

/** this is the ARCHIVES heading **/
h4 {

}

h4#negative_search {
	padding-top:25px;

}

/** this is a 1px div line **/
h5 {
	height:1px;
	background:#d9d9d9;

}

/*-------------The Post-------------*/


#date {
	color:#737373;
}

.post {
	padding-bottom: 50px;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {
	padding-bottom: 15px;
	padding-top: 2px;

}


.entrytext {
	padding-top: 2px;
}

.postmetadata {
	font-size:9px;
	padding-top:10px;
	color:#999999;

}

.postmetadata alt {

}

#postmeta {
	font-size:9px;
	padding-top:30px;
	color:#999999;

}

small#postmeta {

}

.postmetadata a {
	/**
	color:#868585;
	**/
}


.navigation {
	padding-bottom: 20px;

}

#post_navigation_prev {
	float:left;
}

#post_navigation_next {
	float:right;
}

.alignleft {

}

.alignright {

}

.center {

}

/** this is the ARCHIVES header **/
.pagetitle {
	font-size:11px;
	padding-bottom:20px;

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style: none;

}

#sidebar ul h2 {
	color:#696868;	
	font-size:12px;
	padding-top:20px;

}

.bkkeeper {
	color:#696868;	
	font-size:12px;
	padding-top:20px;
}

ul#bkkeepr_record_list {
	color:#696868;
	list-style: none;
	line-height: 1.4em;
	padding-bottom: 5px;
}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {
	color:#bababa;
	font-weight:normal;

}


/*--------------Comments--------------*/

#comments {
	color:#000000;
	font-size:11px;
	padding-bottom:20px;
}

#respond {
	color:#000000;
	font-size:11px;
	padding-top:40px;
	padding-bottom:20px;
}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Text Field Input-------------*/

.input {
	padding-bottom: 5px;

}

.input#submitbutton {
	padding-bottom:50px;

}

/*--------------Search Form-------------*/

#searchform {
	padding-top:25px;

}

#searchform input {

}

#searchform #s {
	width: 110px;
}

#searchsubmit {

}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/







