/**********************************************************************************************

  CSS on Sails Framework
  Title: The Solution Group
  Author: XHTMLized (http://www.xhtmlized.com/)
  Date: March 2010

***********************************************************************************************/

$(document).ready(function() {

	//
	if(window.opera){
		$('html').addClass('opera');
	}

	//
	$('a[rel=_blank]').click(function(){
		this.target = "_blank";
	});

	//
	$('#content em').parent().css({'margin-bottom':'0'})

	$('#navigation li:nth-child(2) ul').css('left', '-5%');
	$('#navigation li:nth-child(3) ul').css('left', '-25%');
	$('#navigation li:nth-child(4) ul').css('left', '0');

});
