/*
Theme Name: Interchange
Description: Customized default theme.
Version: 1
Author: Rapport
Author URI: http://rapportinc.ca
*/
a {
	color:#000;
	text-decoration:none;
}


a:hover {
	color:#999;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}

body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	background-color:#ebeae5;
	height:100%;
}

.entry a:link,.entry a:visited {
	text-decoration: none;
	color: #008000;
}
.entry a:hover,.entry a:active {
	text-decoration: underline;
	color: #008000;
}

#details {
	margin-top:-10px;
}

#sidebar ul {
	list-style:none;
}

#sidebar li {

	border-bottom:1px solid #a39d85;
	margin-bottom:15px;
}

#sidebar li:last-child {
	border-bottom:none;
}

#sidebar ul h2 {
	font-size:14px;
	font-weight:normal;
}

#sidebar li ul {
	list-style:circle;
	margin-left:-25px;
	border:none;
}

#sidebar li ul li {
	border:none;
}

#sidebar li ul li.current_page_item,
#sidebar li ul li:hover {
	list-style:disc;
}

#sidebar li ul li.current_page_item a,
#sidebar li ul li:hover a {
	color:#000;
}

#container {
	margin-top:-8px;
	margin-bottom: -8px;
	width:800px;
	text-align:left;
	background-color:#FFF;
	padding:50px;
}

#content {
	width:465px;
	float:left;
}

#footer {
	margin-top:40px;
	text-align:center;
}

#sidebar {
	width:290px;
	float:right;
}

#logo {
	margin-top:30px;
	float:left;
}

#post-date {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:63px;
	color:#d6d1be;
	font-size:35.5px;
	font-weight:100;
	float:right;
}

#header {
	height:120px;
	border-bottom:#a39d85 1px solid;
	clear:both;
}

#comment {
	width:465px;
}

.widget {
	padding-bottom:20px;
}

/* random quotes widget style */
.quotescollection_randomquote {
	color:#000;
	width:210px;
	height:210px;	
	padding:10px 20px 40px;
	background:url(images/bg-quote.gif) no-repeat;
}
.quotescollection_randomquote q {
	line-height:1.5em;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	font-family: "Times New Roman", Times, serif;
}

.quotescollection_randomquote cite {
	display:block;
	margin-top:10px;
	font-size:10px;
	font-style:normal;
}

/* pages widget */
.widget_pages h2 {
	display:none;
}

#sidebar .widget_pages ul {
	margin-left:-40px;
}

#sidebar .widget_pages .page_item {
	list-style-position:inside;
	padding-left:-10px;
	padding-bottom:15px;
	border-bottom:1px solid #a39d85;
}


/* search widget */
.widget_search label {
	display:none;
}
