
body {
	margin: 0px; padding: 0px;
	background: #431254;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}



/*Front page*/
#wrap {
	width:960px;
	margin:auto;
}


#disc {
	float:left;
	font-size: 66%;
	color: #bbc2cb;
	width: 800px;
	margin-top: 40px;
	margin-left: 80px;
}



#disc a {
	color: #ff00cc;
	text-decoration: none;
}

.noshow {
	display: none;
}

#linkholder {
	display: none;
}
/*Structure*/

nav {
	position: absolute;
	width:960px; height:50px;
	bottom:-2px;
	background:url(assets/navBG.png);
	font-weight:100; line-height:50px;
	-moz-border-radius-bottomleft:25px; -moz-border-radius-bottomright:25px;
	-webkit-border-bottom-left-radius:25px; -webkit-border-bottom-right-radius:25px;
}

nav a {
	float:left;
	padding-left:30px; padding-right:30px;
	text-decoration:none;
}

nav a:link, nav a:visited, aside a:link, aside a:visited {color:#bbc2cb;}
nav a:hover, aside a:hover {
	color:#fff;
	background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.3);
}

h1 {
	position:absolute;
	margin:0px;
	top:20px; left:40px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:66px; color:#666; font-weight:100;
	
	text-shadow:1px 1px #fff;
	letter-spacing: -7px;
}

h2 {
	position:absolute;
	margin:0px;
	top:100px; left:60px;
	font-family: 'Josefin Sans', sans-serif;
	font-size:20px; color:#333; font-weight:400; font-style:italic;
	text-shadow:1px 1px #fff;
}

#content {
	float:left; margin-top:33px; margin-bottom: 20px;
	width:960px; height:610px;
	position:relative; display:none;
	-moz-box-shadow:4px 4px 4px #000; -webkit-box-shadow:4px 4px 4px #000;
	-moz-border-radius: 25px; -webkit-border-radius: 25px;
}

.welcome {background:url(assets/welcome.jpg);}
.profile {background:url(assets/profile.jpg);}
.donations {background:url(assets/donations.jpg);}
.wishlist {background:url(assets/wishlist.jpg);}
.contact {background:url(assets/contact.jpg);}
.gall1 {background:url(assets/1.jpg);}
.gall2 {background:url(assets/2.jpg);}
.gall3 {background:url(assets/3.jpg);}
.gall4 {background:url(assets/4.jpg);}

#welcome {
	float:left;
	width:280px;
	margin-top:150px; margin-left:30px;
	font-size:77%; color:#660000; line-height:20px;
	text-align:justify;
	font-style:italic;
}

#profile {
	float:left; width:450px;
	margin-top:130px; margin-left:30px;
	font-size:80%; color:#c69bee; line-height:18px;
	text-align:left;
	font-style:italic;
}

#donations {
	float:left; width:450px; height:400px;
	overflow:auto;
	margin-top:130px; margin-left:30px;
	padding-left: 10px;padding-bottom: 30px;
	font-size:80%; color:#c69bee; line-height:18px;
	text-align:left;
	font-style:italic;
}

#donations li { color: #fff; line-height: 30px; border-bottom: 1px dotted #700;list-style:none} 

#wishlist {
	float:left; width:450px; height:400px;
	overflow:auto;
	margin-top:130px; margin-left:30px;
	padding-left: 10px;padding-bottom: 30px;
	font-size:80%; color:#666; line-height:18px;
	text-align:left;
	font-style:italic;
}
#wishlist a, #contact a {
	text-decoration: none; color: #ff00cc;
}

#contact {
	float:left; width:450px; height:400px;
	overflow:auto;
	margin-top:200px; margin-left:30px;
	padding-left: 10px;padding-bottom: 30px;
	font-size:80%; color:#c69bee; line-height:18px;
	text-align:left;
	font-style:italic;
}

.standout { color:rgb(255,150, 150); padding:5p0%; font-size:15px;}

#thumbs {
	float:left;
	width:800px; margin-left:0px; margin-top:130px; opacity:1;
}

#thumbs img { 
	float:left; height:370px; width:235px; opacity:0.6;
	margin:5px; padding:5px; border: 1px solid #000;
	background-image: linear-gradient(left , rgb(255,0,0) 0%, rgb(255,0,204) 50%);
background-image: -o-linear-gradient(left , rgb(255,0,0) 0%, rgb(255,0,204) 50%);
background-image: -moz-linear-gradient(left , rgb(255,0,0) 0%, rgb(255,0,204) 50%);
background-image: -webkit-linear-gradient(left , rgb(255,0,0) 0%, rgb(255,0,204) 50%);
background-image: -ms-linear-gradient(left , rgb(255,0,0) 0%, rgb(255,0,204) 50%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	right bottom,
	color-stop(0, rgb(255,0,0)),
	color-stop(0.5, rgb(255,0,204))
);
	-moz-box-shadow:4px 4px 4px #000; -webkit-box-shadow:4px 4px 4px #000;
}

aside {
	position: absolute; bottom:45px; display:none;
	height:50px; width:960px;
	background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); border-top:1px solid #c68bee;
	line-height:45px;
}

aside a {
	float:left; padding-left:30px; padding-right:30px; text-decoration:none; 
}
	