/* sections/init.css */

body{
	background-color: #e9e494;
}

#background{
	background-image: url(../../img/designers/background.gif);
}

#base_bar{
	background-image: url(../../img/designers/whiteline.gif);
}

#columns{
    
}

/* left */

#columns #left{
    width: 270px;
	float: left;
	padding-right: 10px;
}

#columns #left hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

#columns #left h2.recent{
    padding: 0;
    margin: 0;
	font-size: 110%;
	font-weight: bold;
}

/* subsections */

#columns #left ul.subsections{
    width: 270px;
    overflow: hidden;
    border-bottom: 1px solid white;
} 

#columns #left ul.subsections ul{
    margin-left: 10px;
    border: none;
    padding-bottom: 0;
	margin-bottom: 0;
}

#columns #left ul.subsections li{
    
}

#columns #left ul.subsections li a{
    display: block;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#columns #left ul.subsections li a.current{
	background: white;
	text-decoration: none;
}

#columns #left ul.subsections li a:hover{
    background: white;
	text-decoration: none;
}

/* pages */

#columns #left ul.pages{
	border-bottom: 1px solid white;
} 

#columns #left ul.pages li{
    
}

#columns #left ul.pages li a{
    display: block;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#columns #left ul.pages li a:hover{
    background: white;
	text-decoration: none;
}

/* wine section specific links */

#columns #left ul.winesubs{
    border-bottom: 1px solid white;
} 

#columns #left ul.winesubs li{
    
}

#columns #left ul.winesubs li a{
	color: black;
	text-transform: uppercase;
    display: block;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#columns #left ul.winesubs li a:hover{
	text-decoration: none;
	background: white;
}

/* archive link */

#columns #left a.archive{
	display: block;
	width: 270px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid white;
}

#columns #left a.archive:hover{
	text-decoration: none;
	background-color: white;
}

/* right */

#columns #right{
    width: 600px;
	float: left;
}

#columns #right #right-content{
}

#columns #right h2.headline{
	font-size: 110%;
	font-weight: bold;
	margin-top: 0;
}

#columns #right h3.headline{
	font-size: 100%;
	font-weight: bold;
	margin-top: 0;
}

#columns #right h2.date{
    font-size: 100%;
	font-weight: bold;
}

#columns #right h3.date{
    font-size: 100%;
	font-weight: bold;
}

/* pagination */

#columns #right #right-content div.pagination span.paginated span.paginated_range a.number{
	color: black;
}
