.language img{
	margin: 7px;
	border: 1px solid #ccc;
	padding: 3px;
}

div.subtile{
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 10px;
}

#layout {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/leaves-structure.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_bar {
	background-image: url(images/top-greenbar.png);
	background-repeat: repeat-x;
	height: 120px;
}
#navigation {
	background-color: #f4f4f4;
	border-top: 1px solid #d5d5d5;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#current_issue {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}



#navigation_area {
	background-image: url(images/liner-bit.png);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
#container_area {
	padding-top: 5px;
/*	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
*/}
ul.ArticleList {
	margin: 0px 10px;
	padding: 0px;
	list-style-type: none;
}
p.ArticleListTitle {
	font-weight: bold;
}
ul.ArticleList li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D5D5;
	margin-bottom: 8px;
	padding-bottom: 8px;
}
ul.ArticleList li p {
	margin: 3px 0px;
	color:#FF0000;
}
.GalleryList {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #F4F4F4;
	min-height: 250px;
	border: 1px solid #ccc;
}
.AlbumFrame{
	background-image: url(images/Album-Frame.jpg);
	background-repeat: no-repeat;
	margin: 5px;
	float: left;
	height: 181px;
	width: 181px;
	padding-top: 29px;
	padding-right: 31px;
	padding-bottom: 30px;
	padding-left: 32px;
}

.BoldTitle {
	font-weight: bold;
}
.8px_RightWrapper {
	padding-right: 12px;
}
.8px_LeftWrapper {
	padding-left: 12px;
}
p.ArticleProperty{
	color:#FF0000;
	padding-bottom: 3px;
}

.EditorialBox {
	background-color: #F0EEDF;
	padding: 10px;
/*
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #9B9380;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9B9380;
*/
	margin-right: 8px;
	margin-bottom: 10px;
}
.ArticleBox{
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-right: 20px;
	margin-bottom: 10px;
}

.EditorialBox, .ArticleBox{
	line-height: 22px;
}

.EditorialBox p, .ArticleBox p{
	margin: 5px 0px;
}


h1 {
	margin: 0px;
	font-size: large;
	color:#CC3300;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2.ComponentTitle {
	font-size: large;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-bottom: 3px solid #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
	margin-top: 0px;
}
/*
.TopBorder{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
}
*/

.postmeta{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 8px 0px;
}

#navigation{
	font-weight: bold;
}

#navigation ul{
	list-style: none;
	margin: 0px;
}
#navigation ul li{
	float: left;
	margin: 0px 15px;
}

.TextButton{
	color:#FFFFFF;
	background-color: #FF3300;
	padding: 3px 8px;
	margin-left: 5px;
	margin-bottom: 3px;
	border-bottom: 1px solid #990000;
	border-right: 1px solid #990000;
	text-decoration: none;
	font-weight: bold;
}

h3{
	font-weight: bold;
	margin: 10px 0px !important;
}

div.commentBox{
	padding:10px;
	margin-bottom: 5px;
}

div.even{
	background-color: #efefef;
}

span.bold{
	font-weight: bold;
}

img.left: {
  float: left;
  padding: 5px 5px 5px 0;
}

img.right {
  float: right;
  padding: 5px 0 5px 5px;
}

