﻿/*--------------------layout---------------------*/

form
{
	text-align: center;
}
#wrapper
{
	width: 770px;
	background: #fff;
	margin: 10px auto;
	text-align: left;
	overflow: hidden;
}
#Main
{
	width: 100%;
	margin: 0;
}

#SideBar
{
	width: 140px;
	float: left;
	padding: 10px;
	background-color: #ffffff;
	padding-left: 10px;
	font-size: 12px;
	padding-bottom: 2000em; /* X + padding-bottom */
	margin-bottom: -2000em; /* X */
}

#HomeMain #SideBar
{
	background-color: Transparent;
	width: 177px;
}

#ContentWrapper
{
	width: 390px;
	min-height: 315px;
	float: left;
}

#SideBarRight
{
	width: 180px;
	float: right;
	padding: 0;
	overflow: hidden;
}

#Header, #Footer
{
	clear: both;
}

#Footer
{
	position: relative;
	margin: 0;
	padding: 10px 10px 1px 10px;
	height: 40px;
}

#FooterZimweb
{
	position: absolute;
	bottom: 0px;
	color: #666;
	font-size: 11px;
}

/*--------------------style---------------------*/
body
{
	font-family: Arial, Verdana, Sans-Serif;
	color: black;
	background: #363636;
	margin: 0;
	padding: 0;
	background-color: #9b9da0;
	background-image: url(img/background.gif);
}

p
{
	margin-top:0px;
}

/** start of header **/
#Header
{
	position:relative;
	width: 748px; /* full width - padding */
	background: #ffffff;
	padding: 10px 10px 5px 10px;
	height:75px;
}
#Header #AddressWrapper
{
	font-size: 0.70em;
	color: #000000;
	line-height: 120%;
	width: 211px;
	position:absolute;	
	bottom: 10px; /* as for #Header #LogoWrapper */
	right:15px;
}

#AddressWrapper strong
{
	color: #950028;
	background-color: #ffffff;
}

#Header #LogoWrapper
{
	position:absolute;	
	width: 150px;
	bottom: 10px;
	left: 30px;
}
/** end of header **/

#HeadingWrapper
{
	color: #ffffff;
	background-color: #950028;
	height: 40px;
	background-repeat: repeat-x;
	padding-left: 170px; /* Side bars width + padding*/
}

#HeadingWrapper h1
{
	margin: 0;
	line-height: 40px; /* same as HeadingWrapper height */
	padding-left: 10px;
	font-size: 14px;
	letter-spacing: 3px
}

#Main, #HomeMain
{
	line-height: 150%;
	background-color: #f6f6f6;
}

#ContentWrapper, #HomeMain #ContentWrapper
{
	font-size: 0.83em;
	padding: 15px 15px 5px 15px;
}
#ContentWrapper strong, #HomeMain #ContentWrapper strong
{
	color: #950028;
	font-weight: normal;
}


#HomeMain #ContentWrapper
{
	padding-top: 100px;
	height: 395px;
	line-height: 120%;
}

#HomeMain #SideBar
{
	padding-top: 100px; /* as for #HomeMain #ContentWrapper */
	background-attachment: scroll;
	background-image: url(img/home_motif.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	background-attachment: scroll;
}

#HomeLogo
{
	margin-bottom: 5px;
}

#Footer
{
	color: #666;
	font-size: 11px;
	background: url(img/band.gif) repeat-x center top;
}

#SideBar dt
{
	font-weight: bold;
	color: #1F5DA7;
}
#SideBar dd
{
	margin-left: 0;
	margin-bottom: 10px;
}
#SideBar ul
{
	padding-left: 20px;
	margin-left: 0;
}
#SideBar .contacts
{
	margin-top: 20px;
}
#SideBar .contacts dt
{
	font-size: 16px;
	color: black;
	margin-bottom: 10px;
}
#SideBar .contacts dd
{
	margin-bottom: 5px;
}
.contacts dd strong
{
	font-size: 11px;
}
a
{
	color: #a4001d;
	text-decoration: none;
}
a:hover
{
	color: #a4001d;
	text-decoration: underline;
}
.gallery
{
	width: 80px;
	height: 80px;
	float: left;
	display: block;
}

/*-------------------------------------PollBox---------------------------------*/
.PollBox
{
	font-size: 1.0em;
	margin: 0;
	background: transparent;
	width: 200px;
	padding: 10px;
}
.PollBox fieldset
{
	border: 0;
	padding: 0;
	margin: 10px 0 10px 0;
}
.PollBox h4
{
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
.PollBox fieldset h5
{
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	margin: 0 0 5px 0;
}
.PollBox fieldset span
{
	display: block;
	margin: 0;
	font-size: 1.0em;
	color: #000;
	line-height: 1.6em;
}
.PollBox fieldset span label
{
	display: inline;
	font-weight: normal;
}
.PollBox a
{
	float: right;
	margin-top: -16px;
}
.PollBox span
{
	color: #999;
	font-size: 0.9em;
}
.PollBox span.validator
{
	color: red;
	display: block;
	margin-bottom: 10px;
}
/*-------------------------------------News---------------------------------*/

/*----------newslist-----------*/
.newslist
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.newslist li
{
	margin-bottom: 20px;
	border-bottom: 1px dashed #ededed;
}
.newslist p.summary
{
	margin: 0;
	font-size: 0.9em;
}
.newslist h4, .newslist h5
{
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
.newslist h5
{
	font-weight: normal;
}
.newslist span.date
{
	font-style: italic;
	font-size: 0.8em;
}
.newslist a.more
{
	font-size: 0.8em;
}

/*---------singlenews---------*/

.singlenews h2
{
	font-size: 1.5em;
	margin-bottom: 0;
}
.singlenews h3
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 0.9em;
}
.singlenews span.date
{
	font-style: italic;
	font-size: 0.8em;
	line-height: 3em;
}
.singlenews p.summary
{
	font-weight: bold;
	font-size: 0.9em;
}
.singlenews div.newsbody
{
	margin-top: 20px;
	font-size: 0.9em;
}
.related h3
{
	font-size: 1.2em;
	margin-top: 30px;
	margin-bottom: 10px;
}
.related h4
{
	margin: 0 0 10px 0;
	font-size: 1.0em;
}
.related ul
{
	margin: 0 0 20px 0;
	padding: 0;
}
.related li
{
	padding: 0 0 0 0;
	margin-left: 20px;
}
.related li.more
{
	font-size: 0.8em;
	line-height: 2.5em;
	list-style-type: none;
}
/*-------------------------------------Blogs---------------------------------*/
.tagCloud
{
	margin: 10px 0;
	background: white;
	border: 1px solid #ccc;
	padding: 10px;
}
.tagCloud li
{
	padding-left: 10px;
	width: auto;
	margin-left: 0;
	padding-left: 0;
	vertical-align: bottom;
}
h3.entryDate
{
	font-size: 0.9em;
	font-weight: normal;
	color: #666;
	margin: 0.8em 0 1.2em 0;
}
.entry
{
	margin-top: 20px;
	margin-bottom: 30px;
}
h2.entryHead
{
	margin-bottom: 0.3em;
	margin-top: 1.2em;
}
.entryContent
{
	font-size: 1.0em;
	margin-bottom: 1.0em;
}
.entryFoot
{
	padding-bottom: 2.0em;
}
.entryGet a, .entryFoot a, .entryFoot span, .entriesNavigation a
{
	padding: 0 5px;
}
.entry fieldset
{
	background: #F8FAFC;
	border: 0;
	padding: 20px;
}
.entry fieldset ol
{
	margin-left: 0;
	padding-left: 0;
}
.entry fieldset label
{
	float: left;
	width: 80px;
}
.entry fieldset input
{
	width: 150px;
}
.entry fieldset input[type="submit"]
{
	width: 100px;
	margin-left: 80px;
}
.entry fieldset textarea
{
	width: 350px;
	height: 200px;
}
#SideBar h3
{
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.5em 0 0 0;
	padding: 0;
}
#SideBar ul
{
	margin-top: 1.0em;
	padding-top: 0;
}
#SideBar ul a + span
{
	padding-left: 5px;
	color: #666;
}
.entryComments
{
	margin: 20px 0;
	padding: 10px;
	background: #F8FAFC;
}
.entryComments ul
{
	margin: 15px;
	padding: 0;
}
.entryComments h4
{
	margin: 1em 0 0 0;
}
.entryComments h5
{
	font-size: 0.8em;
	color: #666;
	font-weight: normal;
	margin: 0.3em 0;
}
.entryComments .commentContent
{
	font-size: 0.9em;
	margin: 0 0 0.9em 0;
}
.XXL
{
	font-size: 21px;
}
.XL
{
	font-size: 18px;
}
.L
{
	font-size: 16px;
}
.M
{
	font-size: 12px;
}
.S
{
	font-size: 9px;
}
/*error*/
.mess
{
	width: 500px;
	height: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
}
p#head strong
{
	font-size: 1.6em;
	display: block;
}
p#head
{
	font-size: 1.3em;
}

.ParentTreeNode
{
	font-size: 8pt;
}
.ParentTreeNodeOver
{
	font-size: 8pt;
	color: #950028;
}
.ParentTreeNodeSelect
{
	font-size: 8pt;
	color: #950028;
}
.TreeNodeSelect
{
	color: #950028;
}

/*Generic content*/

