/*
site: banannie2010 home

*/
@font-face {
	font-family: 'Fontin Regular';
	src: local('Fontin Regular'), local('Fontin-Regular'), url('../fonts/Fontin-Regular.ttf') format('truetype'), url('type/Fontin-regular.otf') format('opentype')/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */;
}
body {
	background: #ffe1ff;
	font: 24px/26px 'Fontin Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #7c1a1a;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #7c1a1a;
}
a:hover, a:active {
	color: #000;
}
p {
	margin-top: 12px;
}
p a:link, p a:visited {
	color: #000;
	text-decoration: none;
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1s;
}
p a:hover, p a:active {
	color: #7c1a1a;
}
#wrap {
	background: #7c1a1a;
	-webkit-transition: background;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1s;
}
#branding {
	width: 1060px;
	height: 200px;
	background: transparent;
	margin: 0 auto;
}
h1.title {
	font: 190px/190px 'Fontin Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	letter-spacing: -10px;
	word-spacing: -8 px;
	color: /*#e5c9e5*/#ffe1ff;
	float: right;
	margin-top: 15px;
	margin-right: 20px;
	text-shadow: -1px -3px 5px rgba(124, 26, 26, 0.3);
	-webkit-transition: color;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .8s;
}
h1.title:hover {
	color: rgba(124, 26, 26, 0.3)
}
h2 {
	font: 60px/70px 'Fontin Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */;
	letter-spacing: -2px;
	word-spacing: -8 px;
	padding: 0 25px 0 20px;
	margin-top: -70px;
	margin-left: 200px;
	color: rgba(124, 26, 26, 0.7)/*#7c1a1a*/;
	float: left;
}
h2.glow {
	-webkit-transition: text-shadow;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: .8s;
}
h2.glow:hover {
	text-shadow: 2px 2px 2px rgba(124, 26, 26, 0.4);
}
#main {
	margin: 0 auto;
	position: relative;
	width: 1060px;
}
#main a {
	outline: none;
}
#content {
	width: 850px;
	margin: 0 auto 20px;
	float: right;
	position: relative;
	padding: 10px;
	background: rgba(255, 255, 255, 0.4);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
}
p.right {
	padding: 20px 0 0 0;
	text-align: right;
	font-size: 40px;
	line-height: 50px;
}
p.extlinks a:link, p.extlinks a:visited{
	color: rgba(124, 26, 26, 0.6);
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, .0);
	-webkit-transition: background;
-webkit-transition-timing-function: ease-out;
-webkit-transition-duration: .8s;
}
p.extlinks a:hover, p.extlinks a:active {
	color: #7c1a1a;
	text-shadow: none;
	background: rgba(0, 0, 0, 0.1);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, .1);


}
img.photoright {
	float: right;
	margin-right: 20px;
	opacity: 1;
	-webkit-transition: opacity;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
}

img.photoright:hover {
	opacity: .8;
}
#footer {
	border-top: 10px solid #7c1a1a;
	clear: both;
	padding-top: 2px;
}
#footer p {
	color: #000;
	font-size: 0.5em;
	text-align: right;
	padding-right: 10px;
}
#footer p a:link, #footer a:visited {
	color: #777;
	font-weight: normal;
	text-decoration: underline;
}
#footer p a:hover {
	background-color: #eee;
	color: #777;
	font-weight: normal;
	text-decoration: none;
}
.wrongbrowser {
	width: 600px;
	margin: 100px auto 0 300px;
}