@charset "UTF-8";
body {
	margin: 0px;
}
a.general {
	color: black;
	text-decoration: none;
}
a.general:hover {
	color: black;
	text-decoration: underline;
}
#container {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 1000px;
}
#top {
	background-image: url(images/header-bgd.png);
	background-repeat: repeat;
}
#top-image {
	float: left;
	height: 132px;
	width: 591px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
}
#top-links {
	padding-top: 15px;
	height: 110px;
	margin: 0px;
	float: left;
	width: 100px;
}
#links-home a {
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/home.png);
	height: 20px;
	width: 80px;
}
#links-home a:hover {
	background-position: 0 -20px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/home.png);
	height: 20px;
	width: 80px;
}
#links-about a {
	background-repeat: no-repeat;
	background-image: url(images/about.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-about a:hover {
	background-position: 0 -20px;
	background-repeat: no-repeat;
	background-image: url(images/about.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-links a {
	background-repeat: no-repeat;
	background-image: url(images/links.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-links a:hover {
	background-position: 0 -20px;
	background-repeat: no-repeat;
	background-image: url(images/links.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-contact a {
	background-repeat: no-repeat;
	background-image: url(images/contact.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-contact a:hover {
	background-position: 0 -20px;
	background-repeat: no-repeat;
	background-image: url(images/contact.png);
	height: 20px;
	float: right;
	width: 80px;
}
#links-search a {
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/search.png);
	height: 20px;
	width: 80px;
}
#links-search a:hover {
	background-position: 0 -20px;
	float: right;
	background-repeat: no-repeat;
	background-image: url(images/search.png);
	height: 20px;
	width: 80px;
}
#top-music {
	margin-right: 7px;
	background-repeat: repeat;
	margin-top: 7px;
	text-align: right;
	height: 120px;
	width: 300px;
	float: right;
}
#menu {
	background-color: white;
	margin-top: 1px;
	border-top-color: #7f7f7f;
	border-top-width: 1px;
	border-top-style: solid;
	letter-spacing: 3px;
	height: 35px;
}
#menu-politics a {
	height: 30px;
	background-image: url(images/politics.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	float: left;
	width: 80px;
}
#menu-politics a:hover {
	background-position: 0 -29px;
	height: 30px;
	background-image: url(images/politics.png);
	background-repeat: no-repeat;
	margin-left: 5px;
	float: left;
	width: 80px;
}
#menu-culture a {
	margin-left: 120px;
	background-image: url(images/culture.png);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 80px;
}
#menu-culture a:hover {
	background-position: 0 -29px;
	margin-left: 120px;
	background-image: url(images/culture.png);
	background-repeat: no-repeat;
	height: 30px;
	float: left;
	width: 80px;
}
#menu-people a {
	margin-top: 2px;
	margin-left: 130px;
	height: 30px;
	background-image: url(images/people.png);
	background-repeat: no-repeat;
	float: left;
	width: 80px;
}
#menu-people a:hover {
	background-position: 0 -29px;
	margin-left: 130px;
	height: 30px;
	background-image: url(images/people.png);
	background-repeat: no-repeat;
	float: left;
	width: 80px;
}
#menu-week a {
	margin-left: 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/inbrief.png);
	height: 15px;
	margin-top: 18px;
	float: right;
	width: 75px;
}
#menu-week a:hover {
	margin-left: 0px;
	background-position: 0px -15px;
	background-repeat: no-repeat;
	background-image: url(images/inbrief.png);
	height: 15px;
	margin-top: 18px;
	float: right;
	width: 75px;
}
#header {
	float: left;
	height: 231px;
	width: 691px;
}
#sidebar {
	float: right;
	width: 286px;
}
#sidebar-top {
	margin: 0px;
	height: 21px;
	background-image: url(images/sidebar-top.jpg);
	background-repeat: no-repeat;
	width: 286px;
}
#sidebar-middle {
	margin: 0px;
	background-image: url(images/sidebar-middle.jpg);
	background-repeat: repeat-y;
	width: 286px;
}
#sidebar-bottom {
	margin: 0px;
	height: 18px;
	background-image: url(images/sidebar-bottom.jpg);
	background-repeat: no-repeat;
	width: 286px;
}
#sidebar-contents {
	font-family: Georgia;
	margin-right: 15px;
	margin-left: 15px;
}
#sidebar-contents-title {
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
}
#sidebar-contents-text {
	margin-bottom: 5px;
	font-size: 12px;
}
#sidebar-contents-date {
	padding-bottom: 15px;
	text-align: right;
	font-size: 9px;
}
#main {
	margin-top: 25px;
	width: 691px;
}
#main-container {
	height: 200px;
	border-bottom-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin-bottom: 25px;
	font-family: Garamond, Georgia;
	background-repeat: repeat;
	background-image: url(images/post-bgd.png);
}
#main-title {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 28px;
	padding-top: 12px;
	padding-right: 15px;
	padding-left: 15px;
}
#main-author {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 15px;
}
#main-text {
	padding-bottom: 15px;
	margin-left: 15px;
	font-size: 1em;
}
#main-text p {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	font-size: small;
}
#main-text a {
	text-decoration: none;
	color: #333333;
}
#main-text a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}
#main-image {
	margin-left: 50px;
	float: right;
}
#main-old-image {
	margin-bottom: 25px;
}
a.main-more {
	text-decoration: none;
	color: #999999;
}
a.main-more:hover {
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
#main-post {
	float: left;
	width: 691px;
}
#main-container-post-1 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: Garamond, Georgia;
}
#main-container-post-2 {
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	margin: 10px;
	font-family: Garamond, Georgia;
	background-repeat: repeat;
	background-image: url(images/post-bgd.png);
}
#main-title-post {
	font-size: 30px;
	padding-top: 15px;
	padding-left: 5px;
}
#main-author-post {
	padding-bottom: 8px;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 5px;
}
#main-text-post {
	line-height: 21px;
	font-size: 1em;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#main-text-post p {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
#main-text-post blockquote {
	font-family: Georgia;
	font-style: italic;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-image: url(images/quote.png);
	background-position: 15px 13px;
	color: black;
	text-decoration: none;
	font-size: 13px;
}
#main-text-post a {
	color: gray;
	text-decoration: none;
}
#main-text-post a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}
#main-image-post img {
	margin-bottom: 15px;
	margin-top: 10px;
	left: 225px;
	position: relative;
	text-align: center;
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
.post-by {
	margin-left: 8px;
	font-size: 16px;
	font-style: italic;
}
.post-date {
	margin-left: 30px;
	font-size: 11px;
}
#list-menu {
	margin-top: 25px;
	margin-left: 25px;
	float: left;
	width: 900px;
}
#main-list-l {
	margin-left: 25px;
	padding-right: 50px;
	border-right-color: #7f7f7f;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: 50px;
	margin-top: 15px;
	float: left;
	width: 400px;
}
#main-list-r {
	margin-right: 50px;
	margin-top: 15px;
	float: left;
	width: 400px;
}
#main-container-list-1 {
	margin-bottom: 0px;
	font-family: Garamond, Georgia;
}
#main-container-list-2 {
	margin-left: 10px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-top: 0px;
	border-right-color: #b3b3b3;
	border-left-color: #b3b3b3;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-family: Garamond, Georgia;
	background-repeat: repeat;
	background-image: url(images/post-bgd.png);
}
#main-title-list {
	font-size: 26px;
	padding-top: 0px;
	padding-left: 5px;
}
#main-author-list {
	padding-bottom: 8px;
	font-size: 18px;
	padding-right: 15px;
	padding-left: 5px;
}
#main-text-list {
	padding: 5px;
	line-height: 21px;
	font-size: 15px;
}
#main-text-list p {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
#main-text-list blockquote {
	font-family: Georgia;
	font-style: italic;
	margin-top: 0px;
	margin-left: 15px;
	padding-top: 15px;
	padding-left: 31px;
	background-repeat: no-repeat;
	background-image: url(images/quote.png);
	background-position: 15px 13px;
	color: black;
	text-decoration: none;
	font-size: 13px;
}
#main-text-list a {
	color: gray;
	text-decoration: none;
}
#main-text-list a:hover {
	color: #7f7f7f;
	text-decoration: underline;
}
#main-image-list img {
	margin-bottom: 15px;
	margin-top: 10px;
	left: 225px;
	position: relative;
	text-align: center;
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
.list-by {
	margin-left: 8px;
	font-size: 16px;
	font-style: italic;
}
.list-date {
	margin-left: 10px;
	font-size: 13px;
}

#main-page {
	float: left;
	width: 691px;
}
#page-container-1 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-family: Garamond, Georgia;
}
#page-container-2 {
	margin: 10px;
	font-family: Garamond, Georgia;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	background-repeat: repeat;
	background-image: url(images/post-bgd.png);
}
#page-title {
	font-size: 30px;
	padding-top: 15px;
	padding-left: 5px;
}
#page-text {
	line-height: 21px;
	font-size: 1em;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#page-text p {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 0px;
}
#page-text a {
	color: black;
	text-decoration: none;
}
#page-text a:hover {
	color: black;
	text-decoration: underline;
}
#page-text ul {
	margin-left: 0px;
	margin-bottom: 15px;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
#page-text li {
	list-style-type: circle;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
}
.mt-image-center {
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
.mt-image-right {
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
.mt-image-left {
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}
.mt-image-none {
	padding: 4px;
	border-color: #b3b3b3;
	border-style: solid;
	border-width: 1px;
}

