/*	-----------------------------------------------------------
	LAYOUT della skin Pattern
	-----------------------------------------------------------	*/

/* AS: 13em left bar width instead than 12em */
#patternOuter {
	margin-left:13em;
}
#patternLeftBar {
	width:13em;
	margin-left:-13em;
}

#patternTopBar,
#patternClearHeaderCenter,
#patternClearHeaderLeft,
#patternClearHeaderRight,
#patternTopBarContentsOuter {
	height:100px; /* AS: 90px instead than 65px */
	overflow:hidden;
}

#patternMainContents {
	padding:0 1.5em 3em 0.5em; /* AS: 0.5em on the left instead than 3em */
}

/* FIXME: fix the padding of list items in the web menu bar */
#patternLeftBar li li {
	padding-left:1em; /* AS */
}

/* Fix the size of the tagMe + icon */
.tagMeControl input {
	width: 1em;
	height: 1em;
}
