@import url('parts.css');

body {
	margin: 0;
	padding: 0;
	background: #F4FBFF url(base/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #405A67;
}

h1, h2, h3 {
	margin: 0;
	color: #4F6977;
}

h1 {
	letter-spacing: -1px;
	font-size: 44px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
}

h4 {
        font-size: 18px;
}

/*
textarea {
    width: 500px;
}
*/

strong {
        color: green;
}

table {
    border-collapse: collapse;
}

thead {
        font-weight: bold;
}

p, ul, ol {
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
	text-align: justify;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #38B5F1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */
#header {
	width: 954px;
	height: 183px;
	margin: 0 auto;
	background: url(base/img02.jpg);
}

/* Logo */
#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	color: #FFFFFF;
}

#logo h1 {
	padding: 115px 0 0 50px;
	font-weight: bold;
}

#logo h2 {
	padding: 143px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header-Menu */
#h-menu {
	float: right;
}

#h-menu ul {
	margin: 0;
	padding: 140px 20px 0 0;
	list-style: none;
	line-height: normal;
}

#h-menu li {
	display: inline;
}

#h-menu a {
	padding: 0 28px 0 0;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Page */
#page {
	width: 954px;
	margin: 0 auto;
	background: #FFFFFF url(base/img03.jpg) repeat-y;
}

#bg {
	background: url(base/img06.jpg) no-repeat left bottom;
}

/* Content */
#content {
	float: left;
	width: 680px;
	background: url(base/img04.jpg) no-repeat;
}

#in_content {
	padding-left: 25px;   
}

#in_content hr {
	display: block;
}

#in_content h2 {
        border-bottom: 1px solid gray;
        margin-bottom: 5px;
}

/* Posts */
.post {
	width: 606px;
	padding: 30px 0 0 48px;
}

.post .title {
	padding: 0 0 0 12px;
}

.post .title a {
	color: #4F6977;
}

.post .date {
	margin: -26px 25px 15px 0;
	text-align: right;
	color: #79AFCD;
}

.post .entry {
	padding: 25px 20px 0 12px;
	background: url(base/img07.jpg) no-repeat;
}

.post .meta {
	padding: 15px 12px;
	background: url(base/img08.jpg) no-repeat left bottom;
}

.post .meta b {
	display: none;
}

.post .more, .post .comments {
	padding: 0 30px 0 20px;
}

.post .more {
	background: url(base/img09.gif) no-repeat left center;
}

.post .comments {
	background: url(base/img10.gif) no-repeat left center;
}

/* About Box */
#about-box {
	width: 185px;
	height: 162px;
	padding: 70px 37px 0 35px;
	background: url(base/img11.jpg) no-repeat left bottom;
}

#about-box h2 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: normal;
}

#about-box p {
	font-size: 12px;
}

/* Menu */
#menu {
	float: right;
	width: 274px;
	background: url(base/img05.jpg) no-repeat;
}

#menu menu {
        width: 210px;
}

#menu ul {
	width: 200px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

#menu li {
}

#menu li ul {
	width: auto;
	padding: 0 15px 0 0px;
}

#menu li li {
	padding: 2px 0 2px 0;
	background: url(base/img13.gif) repeat-x;
}

#menu li li.first {
	padding-top: 0;
	background: none;
}

#menu li h3 {
	font-size: 18px;
	padding: 20px 0 30px 10px;
	background: url(base/img12.jpg) no-repeat left bottom;
}

/* Footer */
#footer {
	padding: 30px 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #83B3CE;
}

#footer a {
	color: #83B3CE;
}


/* Toplinks */
#toplinks {
        background: url(base/img13.jpg) no-repeat left bottom;
        width: 650px;
        height: 40px;
	margin-top: 15px;
	margin-bottom: 10px;
        font-weight: bold;
}

#toplinks menu {
	list-style: none;
        padding-top: 10px;
}

#toplinks li {
	display: inline;
	padding: 2px;
}