/*
 Theme Name:   Thematic Child
 Theme URI:    http://example.com/thematic-child/
 Description:  Thematic Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     thematic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  thematic-child
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');


h1 {font-family: 'Source Sans Pro', sans-serif;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
}

.entry-title {font-family: 'Source Sans Pro', sans-serif;
text-transform: uppercase;
}

#header {
	background-image: url(http://rachelkreuz.webhostingforstudents.com/child/wp-content/themes/thematic-child/images/redtrees.jpg);
}

body {
	background-image: url(http://rachelkreuz.webhostingforstudents.com/child/wp-content/themes/thematic-child/images/new_year_background.png);
}

.sf-menu li {
	background-color: rgb(165, 224, 255);
}

.sf-menu a, .sf-menu a:visited {
	color: rgb(0,0,0);
	font-family: 'Source Sans Pro', sans-serif;
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: rgb(188, 232, 255)
}

#blog-title a {	
color: rgb(165, 224, 255);

}

#blog-title a:hover {	
color: rgb(165, 224, 255);
}

#blog-title {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	text-transform: bold;
	font-size: 80px;
}

.aboutp {
	width: 600px;
	float: right;
}

.alignleft, img.alignleft {
	-webkit-border-radius: 250px 250px 250px 250px;
border-radius: 250px 250px 250px 250px;
	-webkit-box-shadow: 5px 5px 15px 1px rgba(0,0,0,.4);
box-shadow: 5px 5px 15px 1px rgba(0,0,0,.4);
}

#footer {
	background-color: rgb(81, 77, 69);
	overflow: hidden;
}

#social {
	width: 290px;
	margin-right: 100px;
	padding-top: 25px;
	float: right;
	overflow: hidden;
	
}
.socialp {
	float: left;
	color: rgb(255,255,255);
	text-transform: bold;
	font-size: 30px;
	line-height: 25px;
	width: 200px;
}

.fblogo {
	float: right;
	padding-left: 15px;
}

.contact li {
	color: rgb(255,255,255);
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	list-style: none;
	width: 200px;
}

.contact ul {
	width: 600px;
	float: left;
}


.contact {
	width: 600px;
	float: left;
	clear: both;
}

#access {
	overflow: hidden;
	margin-left: 750px;
}