
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

/* skip-link removed from HTML */

body {
	background: #6DCFF6 url(assets/img1.jpg) no-repeat center top;
	font-family: 'Droid Sans', 'Kosugi Maru', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1, h2, h3 {
	color: #313131;
}
pink {
	color: #ED65F5;
}

red {
	color: #FF5081;
}
.gradient1,
.gradient2,
.rainbow {
	/* Fallback solid color for non-supporting browsers */
	color: #FFFFFF;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-repeat: no-repeat;
}

.gradient1 {
	background-image: linear-gradient(to bottom, #802ECD 0%, #922F97 51%, #EA21D3 72%);
}

.gradient2 {
	background-image: linear-gradient(to right, #E70F69 1%, #00E1FF 83%, #80FFFD 100%);
}

h1 {
	margin-bottom: .5em;
	font-size: 150%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2 {
	margin-bottom: .5em;
	font-size: 126%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 115%;
	color: #313131;
}
.pM {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 115%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

/* empty rule removed */

a {
	border-bottom: 1px dotted transparent;
	text-decoration: none;
	color: #0B66FF; /* primary blue */
}

a:hover {
	border-bottom: 1px dotted #0B66FF;
}

/* Menu */

#menu {
	width: 700px;
	height: 20px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	padding-left: 20px;
	border: none;
	font: bold 77% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	color: #0033CC;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#logo {
	width: 700px;
	height: 140px;
	margin: 0 auto;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0 60px;
	letter-spacing: 5px;
	font-size: 40px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 200px;
	letter-spacing: 3px;
	font-size: 22px;
}

#logo h2 a {
	color: #00AEEF;
}

/* Prevent parent anchor rules from forcing a solid color on gradient text */
#logo h2 a .rainbow, .gradient1, .gradient2 {
	color: inherit;
}

/* Fall back to solid colors if background-clip isn't supported */
.gradient1:not([style]) { color: #922F97; }
.gradient2:not([style]) { color: #E70F69; }
.rainbow:not([style]) { color: #ff9fb7; }

#logo a {
	border-bottom: none;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
}

/* Page */

#page {
	width: 700px;
	margin: 0 auto;
	background: url("assets/img3.gif") repeat-y;
}

/* Content */

#content {
	float: right;
	width: 446px;
	padding: 5px 0 0 30px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 210px;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 218px;
	padding: 0 5px 10px 1px;
	background: url("assets/img2.jpg") no-repeat;
}

#sidebar .title {
	height: 30px;
	padding: 10px 0 0 20px;
	background: url("assets/img5.gif") repeat-x;
}

#sidebar .content {
	padding: 10px 20px;
}

#sidebar blockquote {
	margin: 0;
}

/* empty rule removed */

/* #links used above; no additional rules needed */

#links li {
	padding: 5px 0;
}

#links a {
	border: none;
	color: #0B66FF;
}

#links a:hover {
	border-bottom: 1px dotted #0B66FF;
}

/* Footer */

#footer {
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	background: url("assets/img4.gif") no-repeat;
}

/* Ensure footer sits below floated columns */
#footer {
	clear: both;
}

/* footer link/legal rules kept where they are earlier if needed */


.rainbow {
	display: inline-block;
	background-image: linear-gradient(90deg, #ff9fb7, #ffd07a, #fff57a, #9df5b5, #9fdfff, #cdb3ff, #ffc7ee);
	background-size: 300% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	animation: rainbow-anim 10s linear infinite;
}

/* Accessibility: respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {
	.rainbow {
		animation: none;
		background-position: 50% 50% !important;
	}
}

/* Visible focus for keyboard users */
a:focus, button:focus, input:focus, textarea:focus {
	outline: 3px solid #0B66FF;
	outline-offset: 2px;
}

@keyframes rainbow-anim {
	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.twitter-fallback {
	font-size: 90%;
	color: #313131;
	background: rgba(255,255,255,0.9);
	padding: 6px;
	border-radius: 4px;
}