/* CSS Document */
@import "02.css";

body {
	background-color: #EFF8FF;
	color: #334D55;
	margin: 0;
	padding: 0;
	background-image: url(../images/back.gif);
	background-repeat: repeat;
	}
	
a {
	color: #334D55;
	text-decoration: none;
	}
	
a:hover {
	color: #334D55;
	text-decoration: underline;
	}

h1 {
	position: relative;
	z-index: 3;
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-style: italic;
	margin: 2px;
	text-align: right;
	padding: 0px 15px 0px 0px;
	font-size: 12px;
	}
	
h2 {
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.2em;
	font-size: 12px;
	margin: 2px;
	padding: 0px;
	}
	
h3 {
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.2em;
	margin: 2px;
	padding: 0px;
	}
	
h4 {
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	letter-spacing: 0.2em;
	margin: 10px 5px 2px 3px;
	padding: 0px;
	}
p {
	padding: 0px;
	margin: 5px;
	}

p+p {
	text-indent: 1.5em;
	}
	
p+h3 {
	margin-top: 1em;
	}

h4+p {
	margin-top: 2px;
	}

p#prev-next {
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 1em;
	}
	
#container {
	width: 705px;
	margin: 10px auto 0;
	padding: 10px 0px 0px;
	background-color: #F9EFD1;
	background-image: url(../images/top-top.gif);
	background-repeat: no-repeat;
	}

#content {
	width: 520px;
	padding: 0px;
	margin-left: 175px;
	background-color: #E8CC90;
	}
	
	#link {
	position: relative;
	z-index: 3;
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, Verdana, Geneva, Helvetica, Arial, sans-serif;
	font-style: italic;
	position: relative;
	color: #666;
	margin: -10px 24px 2px 2px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	}
	
#text {
	padding: 5px;
	background-color: #F9EFD1;
	font-family: 'Lucida Grande', Georgia, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	background-image: url(../images/top-text.jpg);
	background-repeat: no-repeat;
	}
		
#menu {
	float: left;
	width: 148px;
	margin: 1px 15px 0 -1px;
	}

#menu .box {
	font-family: 'Lucida Grande', Georgia, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 2px 0px 2px 30px;
	}
		
#menu .box-lang {
	font-family: 'Lucida Grande', Georgia, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 1px 12px 12px 45px;
	}
	
	#menu .box-tar {
	font-family: 'Lucida Grande', Georgia, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	padding: 1px 12px 12px;
	font-size: 10px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	}
	

		
.box h3 {
	font-family: 'trebuchet ms', 'Gill Sans', Georgia, erdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin: 2px;
	padding: 0px;
	}
			
.box h3 a {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2px;
	font-weight: bold;
	padding-top: 0px;
	font-style: italic;
	color: #993333;
	text-decoration: none;
	}

.box h3 a:hover {
	text-decoration: underline;
	}

#footer {
	clear: both;
	width: 699px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: 'Lucida Grande', Georgia, Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #F9EFD1;
	background-color: #334D55;
	text-align: center;
	background-image: url(../images/footer-top.gif);
	background-repeat: no-repeat;
	}
	
#footer .date {
	float: left;
	text-align: left;
	margin: 5px;
	}
	
#footer .contact {
	float: right;
	text-align: right;
	padding: 40px 10px 0px;
	font-size: 10px;
	color: #F9EFD1;
	}
		
#footer a{
	font-size: 10px;
	color: #F9EFD1;
	}
	
div.spacer {
  	clear: right;
  	font-size: 1px;
  	line-height: 1px;
  	margin: 0;
  	padding: 0;
    }
  
.postdate, .posted {
	color: #999;
	font-size: 10px;
	text-indent: 0em;
	padding-top: 0.5em;
	}

.post {
	margin-bottom: 2em;
	}