/* mods.css changes the whole look and feel of the website.  This is the only file you should need to change. */

body {
	font-family: calibri, arial, helvetica, sans-serif;
	/*background:url(http://www.asc-indonesia.co.id/wp-content/themes/personaltrainer/images.gif);*/
	background:rgb(155,255,55);
	color:black;
	width:1080px;
	min-width:900px;
	margin:0 auto;
}
#page {
	/*background-color: #fffcff;*/
	background-color:white;
	padding:2em;
	width:1090px;
	min-width:900px;
	z-index:9999
	margin:0 auto;
	margin-left:-45px;
	padding-left:45px;
}
a:link, a:visited {
	color: green;
	
}
a:hover {
	color:#aee857;
}
#access {
	/*background-color: #92C04E;*/
	background:url(http://www.asc-indonesia.co.id/wp-content/themes/personaltrainer/images.gif);
	
	
}
#access a {
	color:white;	
	font-weight:bold;
}
#access li:hover > a, #access ul ul :hover > a {
	background:url(http://www.asc-indonesia.co.id/wp-content/themes/personaltrainer/images3.jpg);
	color:white;
	list-style-type:none;
}
#site-title a {
	font-family: 'Julius Sans One', sans-serif;
	text-decoration: none;
}
#site-description {
	font-family: 'Julius Sans One', sans-serif;
}
h1.entry-title, h1.entry-title a{
background:url(http://www.asc-indonesia.co.id/wp-content/themes/personaltrainer/images.gif);padding:10px;color:#ffffff;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
}