/* REMOVE STANDARD FORMATTING FROM HTML ELEMENTS */

body {
	margin:0;
	padding:0;
}

p, h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size:100%;
}

form, select, input, textarea, optgroup {
	margin: 0;
	padding: 0;
	font-size:100%;
	font: 1em Arial, helvetica, sans-serif;
}

/* LAYOUT AND STRUCTURE */

body { 
	font: 12px Trebuchet MS, Arial, helvetica, sans-serif; 
	background: url(images/body.gif) repeat top center;
	text-align: center; /* Oh the joys of IE... */
}  

a { color: #28a; text-decoration: none; font-weight: bold;}
a:hover { text-decoration: underline; }


#container {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
	
/* BANNER */

	#banner {
		height: 243px;
		overflow: hidden;
background: url(images/banner.jpg) no-repeat;
	}
	#banner h1 {
		text-indent: -999em; /* Image replacement for title */
	}

#right {
	float:right;
	width: 355px;
}
#left {
	float:left;
	width: 370px;
	background: url(images/divider.gif) repeat-y top right;
}

#content {
border:solid 1px #bdbdbd;
background: white url(images/container-bg.gif) top left repeat-x;
padding:10px;
}

.column-inner { padding: 8px; }
#left .column-inner { padding-right: 25px;}

.column h2 { 
text-indent: -999px; 
margin-bottom: 12px;
}
#left h2 {
background: url(images/nowplaying.gif) no-repeat top left;
height:30px;
}
#right h2 {
background: url(images/yamblog.gif) no-repeat top left;
height:30px;
}


.column h3 {
	font-size: 130%;
	color: #AF5740;
	line-height: 21px;
margin-bottom:5px;
}

.column p, .column dd {
	margin: 5px 0 12px 0;
	color:#333;
	line-height: 1.4;
}

.column img {
	margin: 7px;
}

h3#recent {
background: url(images/h3-recent.gif) no-repeat;
text-indent: -9999px;
}
h3#good-for-you {
background: url(images/h3-good-for-you.gif) no-repeat;
text-indent: -9999px;
}
h3#tastes-great {
background: url(images/h3-tastes-great.gif) no-repeat;
text-indent: -9999px;
}
h3#about-the-fruit {
background: url(images/h3-about-the-fruit.gif) no-repeat;
text-indent: -9999px;
}
h3#try-it-free {
background: url(images/h3-try-it-free.gif) no-repeat;
text-indent: -9999px;
}

#more-info {
width:386px;
height:115px;
background: url(images/more-info.gif) no-repeat;
overflow:hidden;
}

#more-info p {
padding:7px 0 0 15px;
font-size:120%;
line-height:1.2;
}
#recent {margin-top:12px;}
/* FOOTER STYLING */

#footer {
	clear:both;
	color: #555;
	font-size:80%;
}
#footer ul {
	list-style: none;
	text-align:center;
	padding: 20px 0;
}
#footer li {
	display: inline;
}

#description {
border:solid 1px #343434;
background: #2276a0 url(/images/description-bg.gif) top left repeat-x;
padding: 8px 10px;
margin-bottom:15px;
}
#description p {
color:black;
font-weight:bold;
line-height:1.5;
font-size:110%;
text-align:justify;
}
#description a {
color:white;
}
#description span {
color:white;
font-size:150%;
}
#left h3#nowplaying {
width:345px;
height:62px;
background: url(images/playing-expgod.gif) no-repeat top left;
text-indent:-999em;
margin-bottom:15px;
}
.entry {
border-bottom:solid 1px #ddd;
margin-bottom:8px;
}
h3 {
letter-spacing: -1px;
}
h3 span {
font-size: 11px;
}
#thefirst {
background: #eaefff;
padding: 12px 13px 0 13px;
}
#thefirst h3 {
font-size: 20px;
}
#thefirst p a {
display: block;
}

#thefirst p {
font-size: 14px;
}
#thefirst h3 span {
display: block;
font-size: 12px;
}