/* global */

.contentLeft {
	float: left; 
	width: 20%;

}

.contentRight {
	float:right; 
	width: 78%;

}

/* index */

.newArticles {
	float:left; 
	width: 48%;

}

.lastEditArticles {
	float:right; 
	width: 48%;

}

.welcomeIcon {
	float:left; 
}

.welcomeText {
	min-height: 130px;
}

#articleAddBox {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

#articleAddBox img {
	position: absolute;
	right: -15px;
	top: -15px;
}

#articleAddBox div {
	margin: 0;
	
	
}

#articleAddBox a {
	text-decoration: none;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	padding: 10px;
}


/* article */

.articleCategoryLeft {
	float: left; 
	width: 48%;

}

.articleCategoryRight {
	float:right; 
	width: 48%;

}

.articleEditLink {
	font-weight: normal;
	text-decoration: none !important;
	font-size: 10px !important;
}



#articleMenu span {
	padding: 0px 0px 0px 0px !important;
}

.articleMenuItemLevel1 {
	padding-left: 0px;
}

.articleMenuItemLevel2 {
	padding-left: 12px;
}

.articleMenuItemLevel3 {
	padding-left: 35px;
}

.articlePartLevel1 {
	padding-left: 0px;
}

.articlePartLevel1 h3{
	font-size: 16px !important;
}

.articlePartLevel2 {
	padding-left: 25px;
}

.articlePartLevel2 h3{
	font-weight: bold;
	font-size: 14px !important;
}

.articlePartLevel3 {
	padding-left: 50px;
}

.articlePartLevel3 h3{
	font-weight: bold;
	font-size: 13px !important;
}

