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

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

body, #rt-copyright, #rt-mainbody{
background: transparent;
color: #eee;
}

#rt-top-surround, #rt-copyright, #rt-mainbody {
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.7);
	box-shadow: 0 2px 3px rgba(0,0,0,0.7);
	border-top: none;
	border-bottom: none;
	}

#rt-header .rt-alpha .rt-block {
	padding: 15px 0px 3px 0px;
	margin: 0px;
	position: relative;
	}

.menu-block {
	float: right;
	padding-right: 5px;
	}

#rt-showcase{
	background: transparent;
	background-image: none;
	border: none;
	}

#rt-mainbody {
	padding: 10px;
	}


.logo {
padding-left: 25px;
background-color: #565656;
color: transparent;
text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}

.logo a{
background-color: #565656;
color: transparent;
text-shadow: 0px 2px 3px rgba(255,255,255,0.5);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}


.title, .component-content h2 {
color: rgba(192, 192, 192, 0.87);
text-shadow: 1px 1px 0 #ffffff;
border-bottom: none;
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5);
box-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

/*#rt-copyright {
bottom: 0px;
position: fixed;
width: 100%;
}*/