@charset "utf-8";
/* note */

body {
	background: #fbf8fc;	
	color: #393324;
}
a:link, a:visited {color: #416db7;}
a:hover, a:active {color: #7485a5;}

/* header */
.header {
	background: url(../images/note_header.jpg) top left repeat-x;
	height: 711px;
}
h1, h1 a:link, h1 a:visited {
	color: #264d8d;
	float: left;
	font-size: 2em;
	margin-top: 0px;
}
h1 a:hover, h1 a:active {
	color: #10326c;	
}

.siteinfo h2 {
	clear: left;
	font-size: 1.5em;
	margin-left: 75px;
	position:relative;
	top: -20px;
}
.navbar {
	width: 540px;
	height: 151px;
	position:relative;
	top: -19px;
	left: -180px;
	padding: 5px 20px 0 30px;
	margin: auto;
}
.navbar ul {margin: auto;}
.navbar a:link, .navbar a:visited {
	color: #d2dfed;	
}
.navbar a:hover, .navbar a:active {
	color: #f9f4f9;		
}

/* content */
.post, .sidebar {
}
.the_title a:link, .the_title a:visited {
	color: #6c615a;	
}
.the_title a:hover, .the_title a:active {
	color: #393324;			
}
textarea {
	background-color: #F2EEF2;
	border: none;
}

/* sidebar */

.sidebar { color: #5b7aa8;}
.sidebar h2 {color: #416db7; font-size: 1.5em;}
.sidebar a:link, .sidebar a:visited {
	color: #07224E;
}
.sidebar a:hover, .sidebar a:active {
	color: #1A51AC;
}

.the_left {
	float: left;
	margin-right: 72px !important;
}
.the_right {
	float: right;
	margin-left: 72px !important;
}
.rss {background:url(../images/note_rss.png) center left no-repeat; padding-left: 20px;}
.twitter {background:url(../images/note_twitter.png) center left no-repeat; padding-left: 20px;}
.myspace {background:url(../images/note_myspace.png) center left no-repeat; padding-left: 20px;}
.facebook {background: url(../images/note_facebook.png) center left no-repeat; padding-left: 20px;}


/* footer */
.footer {
	margin-top: -360px;
	padding-top: 410px;
	background: url(../images/note_footer.jpg) bottom left repeat-x;
	height: 348px;
	color: #6e6451;
}
.footer a:link, .footer a:visited {color: #859fcf;}
.footer a:hover, .footer a:active {color: #7485a5;}

