/*
Eye candy stylesheet for nick.frejol.org
(c) 2007-2010 Nicholas Boalch (nick.boalch@captaintheatre.org.uk).
Some Rights Reserved. See http://nick.frejol.org/copyrights/ for details.
*/


/* Twitter callout */

#twitter h3 {
	color: rgb(50%, 50%, 100%);
	background: url('../layout/pullquote.down.blue.png') right 0.5em no-repeat;
}

#twitter .sidebar_item {
	background: rgb(88%, 95%, 100%);
}

#twitter a {
	color: rgb(50%, 40%, 60%);
}

#twitter a:hover {
	color: rgb(50%, 50%, 100%);
}


/* Dinosaur callout */

#dinosaur .sidebar_heading {
	background: url("../images/dinosaur.top.png") right bottom no-repeat;
	overflow: hidden; width: 100%; /* Width to force IE6 hasLayout */
}

#dinosaur .sidebar_item {
	background: rgb(100%, 76%, 50%) url("../images/dinosaur.bottom.png") right top no-repeat;
}

#dinosaur .sidebar_item div {
	padding-right: 80px;
}


/* Bull callout */

#bull .sidebar_heading {
	background: url("../images/bull.top.png") right bottom no-repeat;
	overflow: hidden; width: 100%; /* Width to force IE6 hasLayout */
}

#bull .sidebar_item {
	background: rgb(100%, 76%, 50%) url("../images/bull.bottom.png") right top no-repeat;
}

#bull .sidebar_item div {
	padding-right: 80px;
}
