/*
Theme Name:     gtp
Theme URI:      http://greattradingpath.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Linda Carter
Author URI:     http://lkcwebdesign.com/
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");



/* Child Theme styles 
-------------------------------------------------------- */



body {
	background: #dad2bf;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 130%;
}

#banner {
	background-image: url(images/banner.png);
	height: 121px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;

}

#page {
	width: 1004px;
	margin-right: auto;
	margin-left: auto;

	background-color: #fef7e5;
	border: 5px double #663300;
}

#page-2 {
	background-image: url(images/background.jpg);
	background-repeat: repeat;

	margin-top, : 0px;
}

#page-3 {

	background-image: url(images/background-first.png);
	background-repeat: no-repeat;

	width: 100%;


}

#main {
	background-color: #ffffff;

}

#primary {
	float: right;
	margin: 0 -26.4% 0 0;
	width: 100%;
}

#content {
	margin: 0 34% 0 7.6%;
	width: 57.4%;
}

#secondary {
	float: left;
	margin-right: 2.3%;
	margin-left: 2.3%;
	width: 19.8%;
	background: #fff8e8;
	border: 5px double #8D6932;
	padding: 5px;	

}

.widget-area li {
	list-style-type: none;

}

.entry-content {

}

.clear-floats {
	clear: both;

}
.hentry,
.no-results {
	border-bottom: none;

}

#access {
	background: #663327;
	opacity:0.7;
	border: 5px double #8D6932;
	background: -moz-linear-gradient(#663327, #0a0a0a);
	background: -o-linear-gradient(#663327, #0a0a0a);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#663327), to(#0a0a0a)); /* older webkit syntax */
	background: -webkit-linear-gradient(#663327, #0a0a0a);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	width: 99%;
}

#access li:hover > a,
#access a:focus {
	background: #865d54; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#865d54, #e5e5e5);
	background: -o-linear-gradient(#865d54, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#865d54, #e5e5e5);
	color: #513833;
}

	
#access ul ul a {
	background: #865d54;
	border-bottom: 1px dotted #ddd;
	color: #fff;
}	
	

#main, #footer {
	background-color: transparent;

}

#site-generator {
	background: transparent;
	
	}
	
.image-left {
	float: left;
	padding: 5px;

}

.image-right {
	float: right;
	padding: 5px;

}

