/*
Theme Name:     Twenty Ten Child
Theme URI:      http://www.jadeesigns.com
Description:    Child theme for the Twenty Ten theme 
Author:         PMatt
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/* The main theme structure */
#wrapper {
	margin: 0 auto;
	width: 948px;
	background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 240px;
    padding: 0 20px;
	border:1px solid gray;
}

#main {
    clear: both;
    overflow: hidden;
    padding: 40 0 0 0;
	
}



#branding img {
    border-bottom: 0px solid #000000;
    border-top: 0px solid #000000;
    display: block;
    float: left;
    margin-left: -24px;
    margin-top: -238px;
}

#tbar {
    background-color: #8E060C;
    border-bottom: 5px solid #F2CE52;
    height: 29px;
    width: 100%;
}
#header {
	padding: 0px 0 0 0;
	}

.header-top-widget {
    display: block;
    float: left;
    margin-left: 1060px;
    margin-top: 45px;
	-webkit-margin-start: 62%; /* fix for webkit browsers */
}

#california {
	width:295px;
	height:500px;
	background:url('/wp-content/themes/twentyten/images/60th.jpg') no-repeat;
}

html{background:#ffffff;background-image:url('/wp-content/themes/twentyten/images/calibottom.gif');background-repeat:no-repeat;background-position:bottom;}

.bottom {
	background:url('/wp-content/themes/twentyten/images/bg-ft-red-shadow.gif') no-repeat top center;
	width:100%;
	height:278px;
	background-color:#810409;
}
.bottom a {
	color:#fff;
	text-decoration:none;
}
.bottom a:hover { text-decoration:underline; }
.bottom a:visited { color:#fff; }
