/*
Theme Name: WordPress Default
Theme URI: http://www.marieclaire.nl/
Description: The MarieClaire theme.
Version: 1.0
Author: BuyWays
Author URI: http://www.buyways.nl/
*/

/*
2010-02-02, Tim Hengeveld - Lite Webdesigns:
The stylesheet include of this file in application/views/containers/main.php was placed last. Now this stylesheet can be used to overwrite the default styles.
*/
body {
	background: url(../../../assets/images/jubileum_site_bg.jpg) no-repeat top center;
}

#logo {
	background: url(../../../assets/images/jubileum_logo_black.jpg) no-repeat left top;
	top: 17px;
	height: 85px;
}
/* #d35b5b*/
#menu li.m-jubileum					{ margin: 4px 3px 3px; height: 17px; line-height: 17px; background: #d35b5b url(../../../assets/images/pipe_jubileum.png) no-repeat right center; }

#menu li.m-jubileum a strong		{ color: #ffffff; }
#menu li:hover.m-jubileum			{ background: #ffffff url(../../../assets/images/pipe.png) no-repeat right center; }
#menu li:hover.m-jubileum a strong	{ color: #d35b5b; }


#menu li.m-startersaward				{ margin: 4px 3px 3px; height: 17px; line-height: 17px; background: #3366CC url(../../../assets/images/pipe_jubileum.png) no-repeat right center; }
#menu li.m-startersaward a strong		{ color: #ffffff; }
#menu li:hover.m-startersaward			{ background: #ffffff url(../../../assets/images/pipe.png) no-repeat right center; }
#menu li:hover.m-startersaward a strong	{ color: #3366CC; }



#menu li.m-mailwin a     { color: #3366cc; }
#menu li:hover.m-mailwin { background: #3366cc url(../../../assets/images/pipe.png) no-repeat right center; }

.twitter_bird {
	float: left;
	margin-right: 3px;
}

.twitter_feed a {
	color: #3A2797
}