/*
Theme Name:     My Twenty Ten
Theme URI:      http: //example.com/
Description:    Child theme for the Twenty Ten theme 
Author:         Eric Rogers
Author URI:     http: //example.com/about/
Template:       twentyten
Version:        1.0
*/

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

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}
#branding .socialbuttons img  {
	padding-top: 10px;
	padding-right: 5px;
	border-top: 0px none;
	border-bottom: 0px none;
	clear: both;
	display: inline;
}

img.polaroid {border: 2px solid; margin: 5px; padding: 7px;}
img.polaroid a:link {color: black;}
img.polaroid a:visited {color: black;}

.polaroid a:hover{ color: red; background-color:yellow;}



#header {padding-top: 10px;}


#site-description {
	font-size: 16px;
	position: absolute;
	left: 30%
}


.socialbuttons {

	float: right;

/*	
	position: absolute;
	top: 35px;
	right:15%;
*/
}


