body {
	margin: 0;

	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #999999;
	min-width: 740px;

}

h1, h2, h3, h4 {
	margin: 0.5em 0 0.5em 0;
	text-transform: none;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	color: #444444;
	font-weight: bold; 
}

img {
	border: none;
}

hr {
	border:0;
	border-top: 1px solid;
	width: 70%; 
	height: 1px;
	color: #999999;
}

#wrapper {
	width: 100%;
	display:table;
	border-spacing: 0;
	border-collapse: collapse;
}

#firefox-bug-fix {
	display: table-row;
}

.columns {
	display: table-cell;
	vertical-align: top;
}

#c2, .c2 {
	width: auto;
	padding: 20px;
}

#c3, .c3 {
	width: 58px;
	min-width: 58px;
	max-width: 58px;
	padding: 0;
	/* padding: 20px; */
	background-image: url(images/img01b.gif);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #3399FF;
}

/* ----- Navigation bar ----- */
#c1, .c1 {
	width: 280px;
	min-width: 280px;
	padding: 0px 0px 0px 10px;
	background-image: url(images/img01a.gif);
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #3399FF;

}

#categories {
	padding: 0 0 2em 0;
	min-width: 240px;
	max-width: 500px;
	width: 30%;
	background: #FFCC00 url(images/img04.gif) no-repeat left bottom;
}

#categories h2 {
	height: 50px;
	padding: 5px 0 0 30px;
	background: url(images/img03.gif) no-repeat;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: lowercase;
	padding-top: 5px;
	width: 240px;
	overflow: hidden;
}
#categories a {
	text-decoration: none;
	color: #3399FF;
}
#categories a:hover {
	color: #FF9900;
}

#categories ul {
	margin-top: 0;
}

/* Language selection box */

#languagebox {
	background: url(images/img02.gif) no-repeat;
	height: 160px;
	margin-top: 7px;
}
#languagebox h2 {
	height: 50px;
	padding: 5px 0 0 30px;
	font-size: 1.6em;
	color: #FFFFFF;
	text-transform: lowercase;
	margin: 0;
	overflow: hidden;
}
#languagebox .content {
	margin: 10px 0 0 0;
}
#languagebox .active {
	text-decoration: none;
	color: #3399FF;
	font-weight:bold;
}
#languagebox .inactive a {
	text-decoration: none;
	color: #999999;
}
#languagebox a:hover {
	color: #FF9900;
}

/* ----- Content ----- */
#logo {
	border-bottom: 3px solid #99CC00;
}
#logo p {
	margin: 0 0 5px 0;
}

/* Posts */
#posts {
	padding: 0 0 0 0;
}

.post {
	margin-bottom: 1em;
	/*clear: both;*/
}
.post .title {
	color: #FF8400;
	padding-top: 1em;
	padding-bottom: 0px;
	clear: left;
}
.post .meta {
	margin-left: 0px;
	padding: 3px 20px;
	background: url(images/img06.gif) no-repeat;
	font-size: 0.6em;
}
.post .meta p {
	margin: 0;
}
.post .story {
	line-height: 120%;
}
.post td {
	display: table-cell;
	vertical-align: top;
	line-height: 100%;
	padding: 5px;
}
.photo {
	margin-top: 10px;
	clear: left;
}

.photoinline {
	padding: 0px;
	float: left;
	margin: 10px 20px 0 0;
	clear:left;
}
.photoinlineright {
	padding: 0px;
	float: right;
	margin: 20px 0 20px 20px;
}

#footer {
	clear: both;
	text-align: center;
	margin: 0 auto;
	font-size: .6em;
	color: #FFFFFF;
}

