/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Feb-2015, 15:47:45
    Author     : Richie
*/
.art-content .art-postcontent-0 .layout-item-0 { color: #4A4A4A; background: #FFFFFF;  }
.art-content .art-postcontent-0 .layout-item-1 { color: #4A4A4A; padding: 20px;  }
.ie7 .post .layout-cell {border:none !important; padding:0 !important; }
.ie6 .post .layout-cell {border:none !important; padding:0 !important; }

#art-main .art-sheet.clearfix .art-layout-wrapper.clearfix .art-content-layout .art-content-layout-row .art-layout-cell.art-content.clearfix .art-post.art-article .art-postcontent.art-postcontent-0.clearfix .art-content-layout.layout-item-0 .art-content-layout-row .art-layout-cell.layout-item-1 p a {
	font-weight: bold;
	color: #FF0000;
	font-size: 16px;
}
#art-main .art-sheet.clearfix .art-layout-wrapper.clearfix .art-content-layout .art-content-layout-row .art-layout-cell.art-content.clearfix .art-post.art-article .art-postcontent.art-postcontent-0.clearfix .art-content-layout.layout-item-0 .art-content-layout-row .art-layout-cell.layout-item-1 div p {
	text-align: center;
}
#art-main .art-sheet.clearfix .art-layout-wrapper.clearfix .art-content-layout .art-content-layout-row .art-layout-cell.art-content.clearfix .art-post.art-article .art-postcontent.art-postcontent-0.clearfix .art-content-layout.layout-item-0 .art-content-layout-row .art-layout-cell.layout-item-1 div p {
	color: #000;
}

<!-- Submenu style and scripts -->
/*style the main menu*/
.myMenu {
	margin:0;
	padding:0;
}

.myMenu li {
	list-style:none;
	float:left;
	font:12px Arial, Helvetica, sans-serif #111;
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	background-color:#09F;
	padding: 0.5em 2em;
	margin:0;
	border-right: 1px solid #fff;
	color:#111;
}

.myMenu li a:hover {
	background-color:#0CF;	
}

/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	border-top:1px solid #fff;
	margin:0;
	padding:0;
}

.myMenu li ul li {
	display:inline;
	float:none;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#09F;
	width:auto;
}

.myMenu li ul li a:hover {
	background-color:#0CF;	
}

