#container {
	background-color: white;
}
a {
	color: #08640A;
}
p + p {
	text-indent: 0px;
}
form p + p  { 
	text-indent: 0; 
}
.middle {
	background-color: white;
	background: url("/images/bg.jpg") repeat-y;
}
.adminBar {
	background-color: red;
	text-align: center;
}
.adminBar a {
	color: white;
}
#headerBar {
	height: 85px;
}
#headerBar a:hover{
	color: #08640A;
}
.logo {
	text-align: center;
}
.bg1 {
	background: url("/images/bg_green1.jpg") repeat-x;
	height: 14px;
}
.bg2 {
	background: url("/images/bg_green2.jpg") repeat-x;
	height: 14px;
}
.siteTitle {
	/*line-height: 85px;*/
}
.nameSurname {
	color: black;
	font-family: "Arial", serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: -10px;
}
.siteTitle  a {
	font-family: "Arial Black", serif;
	font-size: 40px;
	color: #08640A;
	font-weight: normal;
	text-decoration: none;
	line-height: 85px;
  margin-top: 20px;
}
.searchBar {
	margin-top: 23px;	
}
.kolaj {
	background: url("/images/kolaj.jpg") repeat-x;
	height: 221px;
}

.slogan {
	margin-top: 16px;
	margin-left: 450px;
	color: #F3400F;
	font-size: 16px;
	font-weight: bold;
}
.pageContent {
	
}
#uiPageTitle {
	text-align: center;
	color: #08640A;
	font-size: 16px;
	font-weight: bolder;
	line-height: 28px;
}
#statusMessage {
	margin-left: 5px;	
}
#pageBody {
	margin-left: 5px;
}
.latestQuestions {
	margin-top: -42px;
	background-color: white;
}
.featured {
	position: relative;
}
.latestQuestionsTop {
	background: url("/images/bg_questions_top.jpg") no-repeat;
	height: 33px;
}
.latestQuestionsMiddle {
	background: url("/images/bg_questions_bottom.jpg") no-repeat;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;

}
.questionsMain {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
}
.questionsMain a, .questionsMain a:hover {
	color: #F3400F;
	text-decoration: none;
}
.askQuestion {
	margin-top: -3px;
}
.yourQuestions {
	margin-top: 13px;
}
.questionsBlock {
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
.menu {
	background-color: white;
}
.menuItem {
	height: 30px;
	width: 114px;
	background: url("/images/button.jpg") no-repeat;
	margin-left: -6px;
	text-indent: 7px;
}
.menuItem a {
	color: #29AB53;
	text-decoration: none;
	line-height: 30px;
	font-weight: bold;
}
.externalLinks {
	color: black;
	margin-right: 5px;
}
.externalLinks a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#footer {
	height: 70px;
	background: url("/images/bg_footer.jpg") repeat-x;
}
.mediaplus {
	height: 50px;
	margin-top: 20px;
	text-align: center;
}
.copyright {
	height: 50px;
	margin-top: 20px;
}
.footerLinks {
	margin-top: 20px;
	height: 50px;
	text-align: left;
}
.footerLinks a{
	text-decoration: none;
	color: black;
	/*line-height: 70px;*/
	/*font-size: 12px;*/
}
.center {
	text-align: center;
}
#uiPagination {
	text-align: center;
}
.continue {
	text-align: right;
	font-weight: bold;
}
.pubDate {
	text-align: right;
	color: gray;
}
.listFooter {
	text-align: right;
	color: gray;
}
.tag {
	background-color: #FFFFCC;
}
.tags, .tags a {
	color: gray;
	text-decoration: none;
}
.authorPhoto {
	float:left; 
	margin: 10px 10px 10px 10px;
}

/* ----------------------------------------------- 
 * simple table using table tag 
 *----------------------------------------------- */
.simpleTable {
	
}
.simpleTable tr th {
	
}
.simpleTable tr td.left {
	width: 120px;
	vertical-align: top;
}
.simpleTable tr td.right {
	vertical-align: top;
}
.formError {
	font-weight: bold;
	color: red;
}
