/*
Theme Name: Passage to Joy
Theme URI: http://bearne.ca
Author: Paul Bearne
Author URI: http://wordpress.org/
Description: The Passage to Joy child theme bace on the 2011 theme for WordPress 
Version: 1.0
License: GNU General Public License
License URI: ../twentyten/license.txt
template: twentyten
Tags: 
*/



@import url("../twentyten/style.css");


/* =Fonts

-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family:Verdana, Geneva, sans-serif 
/* Georgia, "Bitstream Charter", serif;*/

}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family:Verdana, Geneva, sans-serif 
	/*"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}

input[type=submit] {
	font-family:Verdana, Geneva, sans-serif 
	/*"Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;*/
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


a:link {
	color: #0066cc;
	text-decoration:none;
}

a:visited {
	color:#0066cc;/* #743399;*/
	text-decoration:none;
}

a:active,

a:hover,.entry-meta a:hover, .entry-utility a:hover {
	color:#0066cc;/* #ff4b33;*/
	text-decoration:underline;
}
 .entry-title a:hover {
	 color:#666666;
 }
