/*
Theme Name:     Joseph2010
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Joseph Labrecque
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");
@import url("http://fonts.googleapis.com/css?family=Tangerine");
@import url("http://fonts.googleapis.com/css?family=Molengo");


body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, "Bitstream Charter", serif;
}


a:link, a:visited {
	color:#4A1C1C !important;
}
a:hover {
	color:#000 !important;
}


#container {
	float: left;
	margin: 0 -290px 0 0;
	width: 100%;
}
#content {
	margin: 0 310px 0 20px;
}
#primary, #secondary {
	float: right;
	overflow: hidden;
	width: 270px;
}

#site-title {
	width: 900px;
	float:none;
	margin: 0px;
	padding: 0px;
	font-size: 56px;
	font-family: 'Tangerine', arial, serif;
	font-weight: bold;
}
#site-title a {
	color:#371C1C !important;
	text-shadow: 1px 1px 5px #333;
}


.entry-title {
	text-shadow:1px 1px 3px #666;
	font-size:24px !important;
}
.entry-title a {
	color:#000 !important;
}
#access {
	background-image: url(skin/access.jpg);
	background-repeat: repeat-x;
	background-position: -10px;
}
.menu a {
	color:#999 !important;
	text-shadow:1px 1px 1px #333;
}


#site-description {
	width: 900px;
	float:none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size:14px;
	font-family: "Molengo", Arial, Helvetica, sans-serif;
	font-style: normal;
}
#wrapper {
	background-image: url(skin/fore.jpg);
	background-repeat: repeat;
	box-shadow: 10px 10px 20px #000000;
	-webkit-box-shadow: 10px 10px 20px #000000;
	-moz-box-shadow: 10px 10px 20px #000000;
	border: 1px solid #000;
}
.widget-title {
	font-family: 'Molengo', arial, serif;
	text-shadow:1px 1px 3px #666;
	font-size:18px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
#header {
	position: relative;	
}
#rssblock {
	position: absolute;
	top:20px;
	right:0px;
}
