@charset "utf-8";
/* CSS Document */
/*  

Theme Name: Spring Time/HBP Premiere 2010
Theme URI: http://www.rupert-emma.net
Description: For Spring time. Exclusively for Rupert and Emma Fan.
Author: Valerie P.
Author URI: http://inshadows.fanfusion.org

*/

body {
	background:url(/wordpress/wp-content/themes/spring/images/bg.jpg);
	background-position: top center;
	background-repeat:repeat-x;
	background-color: #f2dabe;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#main {
	width: 750px;
	top: -50px;
	position:relative;
	text-align: justify;
	background: url(/wordpress/wp-content/themes/spring/images/mainbg.jpg);
	background-color: #f2dabe;
	background-repeat:repeat-y;
}
/* Layout */
.layout {
	background:url(/wordpress/wp-content/themes/spring/images/layout.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
/* Navigation */
.navi {
	font-family: Georgia;
	font-weight:bold;
	font-style:italic;
	font-size: 14px;
	color: #000000;
	text-shadow: #000000 .5px .5px .5px;
	text-align: center;
}
/* Page/Updates */
.update {
	width: 475px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-left: 20px;
}
.update .header {
	font:22px georgia black;
	background-repeat: no-repeat;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 8px;
	color: #bf6e5a;
	padding-top: 10px;
	padding-right: 10px;
}
.headerpage {
	font:22px georgia;
	background-repeat: no-repeat;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 8px;
	color: #bf6e5a;
	padding-top: 10px;
	padding-right: 10px;
}
.update .subhead {
	font:11px century gothic;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	border-bottom: 0px dotted #758558;
	letter-spacing: 0px;
	line-height: 12px;
	color: #e2b183;
	padding-top: 10px;
	padding-right: 10px;
}
.news {
	background-image:url(/wordpress/wp-content/themes/spring/images/updates.png);
	background-repeat: no-repeat;
	padding: 10px;
	padding-bottom: -5px;
}
.page {
	background-image:url(/wordpress/wp-content/themes/spring/images/header-page.png);
	background-repeat: no-repeat;
	padding: 10px;
	height: 100px;
	padding-bottom: -5px;
}
.newsdate {
	background-color: transparent;
	height: 50px;
	width: 65px;
	background-position: top left;
	font:15px arial, san serif;
	font-weight: bold;
	text-decoration: italic;
	font-style: italic;
	text-align: center;
	letter-spacing: -1px;
	line-height: 13px;
	color: #4b889b;
	padding-right: 7px;
	padding-bottom: 11px;
	border: 0px solid #B9B9B9;
	text-shadow: black 0em 0em 0.2em;
}

.month {
	font:14px arial, century gothic;
	font-weight: bold;
	text-decoration: italic;
	font-style: italic;
	text-align: center;
	letter-spacing: -1px;
	line-height: 13px;
	color: #e2b183;
}
.day {
	font:30px Georgia, "Times New Roman", Times, serif ;
	font-weight: bold;
	text-decoration: italic;
	font-style: italic;
	text-align: center;
	letter-spacing: -1px;
	line-height: 13px;
}
.update .content {
	background: url(/wordpress/wp-content/themes/spring/images/updatesbg.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
}
.update .foot {
	background: url(/wordpress/wp-content/themes/spring/images/foot.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	height: 150px;
}
/* Sidebar */
.sidebar {
	color: #1a606a;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	width: 300px;
	align: center;
}

.sidebar .content {
	background: url(/wordpress/wp-content/themes/spring/images/sidebarbg.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	position: inherit;
	width: 250px;
}

/* Links */
a:link, a:visited, a:active {
	color: #bf6e5a;
	text-decoration: none;
}

a:hover {
	color: #df6142;
	text-decoration: underline;
}
.content img a:link, .content img a:visited, .content img a:active {
	border: 1px solid #bf6e5a;
}
.content img a:hover {
	color: #df6142;
}
/* Form Stuff */
input, textarea, select, button { 
	font-size:9px; 
	font-weight:bold; 
	color:#cb6e5a; 
	background: #f2dabe; 
	border: 2px solid #c6b39c;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus { 
	color: #78a6b4;
	background: #e2b183;
}


/* Misc. */
blockquote {	
	border-left: 10px solid #e2b183;
	color: #c3c3c3;
	font-family: georgia;
	font-size: 11px;
	text-align: justify;
	padding-left: 12px;
	padding-right: 12px;
	text-shadow: #000000 1px 1px 1px;
	background-image: url(/wordpress/wp-content/themes/spring/images/blockquote.png);
	background-position: top left;
	background-repeat: no-repeat;
}

blockquote:first-letter {
	font-size: xx-large;
	padding: 2px;
	float: top left;
}

b, strong {color: #7daebd;}
i, em {color: #fdbd8d;}
s, strike {color: #e8b483;}
u, underline {color: #a4bba9;}

