/**
* CSS
* 
* @version 1.1
* @author Vaska 
* @author Gregory Cadar
* Theme developed by Dan McKinley, groom.
*/


* { text-rendering: optimizeLegibility; }

body {
	color: #333333;
	line-height: 24px;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

#the-background {
	position: fixed;
	overflow: hidden;
	z-index:1;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}

#wrapper { 
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left:0;
}

a:link,
a:active,
a:visited { 
	color: #333333; 
	background-color: #fffbbe; 
	text-decoration: none; 
}

a:hover { 
	color: #333333; 
	background-color: yellow; 
	text-decoration: none; 
}

a img { border: none; }

#menu {
	padding-left: 18px;
	padding-bottom: 10px;
	padding-top: 72px;
	padding-right: 18px;
    line-height: 24px;
    font-size: 15px;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-left: 60px;
    width: 120px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fffbbe;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#menu ul {
	margin-left: 0px;
	margin-bottom: 24px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}

#menu ul li.section-title { 
	font-size: 12px; 
	font-style: italic; 
	border-width: 0px;
}

#menu li {
	border-left-color: #262727;
	padding-right: 10px;
	padding-left: 10px;
	border-left-style: dashed;
	border-left-width: 1px;
}

#menu a:link { 
	color: #333333; 
	background-color: white; 
	text-decoration: none; 
}

#menu a:active { 
	color: #333333; 
	background-color: white; 
	text-decoration: none; 
}
	
#menu a:visited { 
	color: #333333; 
	background-color: white; 
	text-decoration: none; 
}

#menu a:hover { 
	color: #333333; 
	background-color: yellow; 
	text-decoration: none; 
}

#content {
    margin-bottom: 60px;
    margin-left: 275px;
    margin-right: 0;
    margin-top: 60px;
    height: 100%;
    top: 0;
}

.container {
}

#content p { 
	background-color: white; 
	padding: 24px; 
	width: 600px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

p {
    margin-bottom: 9px;
    background-color: white;
    padding: 12px;
}

h1 { 
	padding-top: 12px;
	font-weight: normal;
	line-height: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 48px; 
	}

h2 { 
	font-style: normal; 
	padding: 24px; 
	font-weight: normal; 
	background-color: black; 
	width: 600px; 
	line-height: 36px; 
	color: #fffce0; 
	margin-bottom: 9px; 
	font-size: 30px;
	filter:alpha(opacity=55);
	-moz-opacity:0.55;
	-khtml-opacity: 0.55;
	opacity: 0.55;
}

h3 { 
	padding: 24px; 
	margin-bottom: 9px; 
	letter-spacing: 0px; 
	font-weight: bold; 
	line-height: 21px; 
	width: 600px; 
	background-color: white; 
	font-size: 18px; 
}

h4 { 
	font-style: normal; 
	font-weight: normal; 
	margin-bottom: 9px; 
	padding: 24px; 
	letter-spacing: -1px; 
	line-height: 36px; width: 600px; 
	background-color: white; 
	font-size: 30px; 	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

h5 { 
	letter-spacing: -2px; 
	margin-bottom: 25px; 
	line-height: 54px; 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-style: italic;
	font-weight: normal;
	font-size: 60px; 
}


#love {
	padding-bottom: 36px;
}

#love a:link,
#love a:visited,
#love a:active,
#love a:hover {
	background-color: #fffbbe;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}


/* Image stuff */


#img-container	{ 
	margin: 0;
}

#img-container p { 
	padding: 12px; 
	width: 400px; 
	margin: 0; 
}

#img-container a:link {  
	background-color: white; 
}

#img-container a:active { 
	background-color: white;
}
	
#img-container a:visited { 
	background-color: white;
}

#img-container a:hover { 
	background-color: white;
}


#once { clear: left; }





/* Registry stuff */

#registry {
	height: 3100px;
	width: 670px;
}

#registry ul {
	padding: 0px;
	list-style-type: none;
}

#registry li {
	height: 330px;
	border-color: white;
	border-style: solid;
	border-width: 12px;
	padding: 12px;
	margin-bottom: 12px;
	margin-right: 12px;
	background-color: #fffbbe;
	float: left;
	width: 270px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	-webkit-transition: background-color 0.5s;
}

#registry li:hover {
	background-color: white;
	-webkit-transition: background-color 0.5s;
}

#registry .item {
	font-weight: bold;
}

#registry .image {
	margin-bottom: 12px;
	margin-top: 12px;
}

#registry .description {
	line-height: 21px;
	font-size: 14px;
}

form {
	text-align: center;
	margin-top: 18px;
	padding-left: 24px;
	padding-bottom: 18px;
	padding-right: 24px;
	padding-top: 24px;
	width: 600px;
	background-color: white;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

