/* Copyright (C) Sydney Art School Proprietary Use License (http://sydneyartschool.com.au) */

/*
 * Custom Style Sheet - Use this file to style your content
 */


/* Centre Logo */

#rt-logo {
margin: auto;
width: 125px !important	;
height: 125px !important ;
background: url("/images/site-images/tree-locket-150px.png") repeat scroll 50% 0px transparent !important;
background-size: cover !important ;
}

/* Centre Logo */

.left-menu {
float: right;
}

#rt-showcase {
	color: #DDD;
	text-shadow:
	2px 2px 2px rgb(0, 0, 0);
    -1px -1px 0 #AAA,
    0px -1px 0 #AAA,
    1px -1px 0 #AAA,
    -1px 1px 0 #AAA,
    0px 1px 0 #AAA,
    1px 1px 0 #AAA;
	background-color: transparent;
	background-image: none;
	border-bottom: none;
	box-shadow: none;
}

.rt-showcase-pattern {
	background-image: none;
}

body, #rt-top-surround, #rt-drawer, #rt-footer {
	background: transparent;
	box-shadow: none; 
	border-bottom: 0px solid #000000; 
	border-top: 0px solid #000000; 
}

#rt-mainbody {
	background-color: rgba(255, 255, 255, 0.50);
	margin-left: 10%;	
	margin-right: 10%;
}


h1, h2, h3, {font-family: times new roman;}

.item-page {
	color: #111111;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: justify;
	font-weight: normal;
	font-family: times new roman;
	font-size: 20px;
}


.gf-menu.l1 > li > .item {
font-size: 24px !important;
color: #FFFFFF;
font-family: serif;
text-shadow: 2px 2px 2px #000000 !important;
line-height: 24px;
padding-top: 7px;
padding-bottom: 7px;
position: relative;
}

.gf-menu.l1 > li.active {
	background: rgba(49, 49, 49, 0.4) !important;
	border: 0px solid #252525 !important;
}

#rt-copyright {
	box-shadow: none;
	border: none;
}