/*
Theme Name: llessur.ca
Theme URI: http://wordpress.org/
Description: Custom theme for llessur.ca – based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Alex Beckett / Webstructure
Author URI: http://www.webstructure.ca/
Tags: custom, llessur

*/


body {
	background-color:#fff;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

p, ul, ol, table { margin-top:0; margin-bottom:1em;}

a img { border:0px;}

#base {
	width:815px;
	padding:15px;
	margin:0 auto;
	font-size:0.6875em;
	position:relative;
}

#header {
	margin-bottom:15px;
}
#header h1 { 
	width:815px;
	height:200px;
	background-image:url(/images/wp_header.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#header h1 a {
	text-indent:-10000px;
	display:block;
	height:200px;
}

#content {
	width:600px;
	padding-right:14px;
	float:left;
	border-right:1px solid #e5e5e5;
	color:#58595b;
}

#content .hiddenTitle { display:none;}
#content h2, #content h3 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	text-transform:uppercase;
	color:#000;
}
#content h2 { 
	margin-top:0px;
	font-size:2em;
}
#content h3 {
	font-size:1.6em;
	margin-bottom:0px;
}

#content .post {
	padding-bottom:1.5em;
	border-bottom:1px solid #e5e5e5;
	margin-bottom:1.5em;
}
#content .postMeta {
	text-transform:uppercase;
	font-size:0.8em;
}

#content .topLink { 
	font-size:0.8em;
	margin-bottom:0px;
	text-transform:uppercase;
}
#content .topLink a {
	padding-left:12px;
	background-image:url(/images/gr_toplink.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#content .topLink a:link, #content .topLink a:visited { color:#6d6e71; text-decoration:none;}
#content .topLink a:hover, #content .topLink a:active { color:#000; text-decoration:underline;}

#sidebar {
	width:185px;
	margin-left:15px;
	float:left;
	color:#6e6e6e;
	font-size:0.9em;
}
#sidebar h2 {
	display:block;
	margin:15px 0px 0px 0px; 
	padding:0px;
	font-size:1em;
	width:185px;
	height:15px;
	text-indent:-10000px;
	overflow:hidden;
}
#sidebar #author { width:175px;}
#sidebar h2.authorTtl { background-image:url(/images/ttl_about.png); background-repeat:no-repeat; margin-top:0px;}
h2.catTtl { background-image:url(/images/ttl_categories.png); background-repeat:no-repeat;}
h2.friendsTtl { background-image:url(/images/ttl_friends.png); background-repeat:no-repeat;}
h2.favTtl { background-image:url(/images/ttl_favorite-things.png); background-repeat:no-repeat;}
h2.twitterTtl { background-image:url(/images/ttl_twitter.png); background-repeat:no-repeat;}
h2.otherTtl { background-image:url(/images/ttl_other-stuff.png); background-repeat:no-repeat;}

#sidebar ul {
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#sidebar ul a { text-decoration:none;}
#sidebar a:link, #sidebar a:visited { color:#6d6e71;}
#sidebar a:hover, #sidebar a:active { color:#000;}

/* Generic links */
a:link, a:visited { color:#7e026e; text-decoration:underline;}
a:hover, a:active { color:#7e026e; text-decoration:none;}

#pageNav {
	width:600px;
}
#pageNav div {
	width:120px;
	height:25px;
	overflow:hidden;
}
#pageNav div a {
	display:block;
	width:120px;
	height:25px;
	background-repeat:no-repeat;
	background-position:top left;
	text-indent:-10000px;
}
#pageNav div.olderLink {
	float:right;
}
#pageNav .olderLink a {	background-image:url(/images/butt_this-way.png);}

#pageNav div.newerLink {float:left;}
#pageNav .newerLink a {	background-image:url(/images/butt_that-way.png);}
#pageNav a:hover { background-position:bottom left;}

#footer {
	clear:both;
	width:600px;
	text-align:center;
	font-size:0.8em;
}