/*
Theme Name:     Avenue Child
Description:    Child theme for the Avenue theme 
Author:         Neil Payne
Template: 		Avenue_Original
*/

@import url("../Avenue_Original/style.css");

/** Twitter box for affiliates **/
	#twitter-affiliate { width:300px; }
	.twtrbox { overflow:hidden; margin-bottom:2px; width:280px; border:1px solid gray; padding:5px; }
	.twtrbox-title { background:url(images/twitter.png) no-repeat left; padding:8px 0 0 24px; margin-bottom:5px; height:25px; }
	.twtrbox .tweets { width:256px; }
	.twtrbox li a { color:#1f4aa3; }

/** Affiliate Subheader **/
	.affil-arrows { font-family:Arial; font-size:30px; color:#3b5998; text-align: left; }
	
/** Main Navigation modification **/	
	#navigation li:hover > ul, #navigation li.hover > ul { width: 270px !important; }
	#navigation li > ul li { width: 270px !important; }
	#navigation li ul li:hover > ul, #navigation li ul li.hover > ul { left: 270px; width: 270px !important; }


