body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #f6f4e8;
	background-image: url('images/pagebg.jpg');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
a {
	color: #001ca9;
}
input {
	font-size: 0.85em;
	border: 1px solid #666666;
	background-color: #f6f4e8;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
}

select {
	font-size: 0.85em;
	border: 1px solid #666666;
	background-color: #f6f4e8;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border: 1px solid #666666;
	background-color: #fcfcf8;
	background-image: url('images/inputbg.gif');
	background-repeat: repeat-x;
}

button {
	font-size: 0.9em;
	border: 1px solid #999999;
	background-color: #dfd7ae;
	border-color: #F0F0F0 #333333 #333333 #F0F0F0;
	background-image: url('images/buttonbg.gif');
	background-repeat: repeat-x;
	text-align: center; /* konqueror bug */	
}
#logoperspath {
	float:left;
}
#logoContainer {
	float:left;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #302da1;
	background-image: url('images/luminitzebg-morning.jpg');	background-repeat: repeat-x;
	padding-top: 14px;
	padding-left: 14px;
	width: 319px; /* 333 - 14*/
	height: 86px; /* 100 - 14 */
}
#personalizeContainer {
	float: left;
	font-size: 0.8em;
	color: #FFFFFF;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-color: #b50707;
	background-image: url('images/personalizebg.jpg');
	background-repeat: no-repeat;
	padding-left: 14px;
	padding-top: 10px;
	width: 186px; /* 200 - 14 */
	height: 90px; /* 100 - 10 */
}
#searchContainer {
	float: left;
	clear: right;
	font-size: 0.8em;
	background-color: #dfd7ae;
	background-image: url('images/searchbg.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 14px;
	padding-top: 10px;
	width: 191px; /* 205 - 14 */
	height: 116px; /* 126 - 10 */
}

#pathbarContainer {
	float: left;
	clear: left;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 4px;
	border-right: 1px solid white;
	background-color: #5a5950;
	width: 526px; /* 534 - 8 (padding) */
	height: 17px; /* 25 - 8 (padding) */
}

#pathbarContainer a {
	text-decoration: none;
	color: #FFFFFF;
}
#pathbarContainer a:hover {
	text-decoration: underline;
}

#pathbarDS {
	float: left;
	clear: both;
	background-image: url('images/pathbards.jpg');
	background-repeat: no-repeat;
	width: 534px;
	height: 23px;
}

#activeBlogsTitle {
	position: absolute;
	left: 535px;
	top: 494px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5a5950;
	width: 191px;
}

#activeBlogsContent {
	position: absolute;
	left: 535px;
	top: 524px;
	font-size: 0.8em;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 191px;
}


#archiveCalendarTitle {
	position: absolute;
	left: 535px;
	top: 264px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5a5950;
	width: 191px;
}

#archiveCalendarContent {
	position: absolute;
	left: 535px;
	top: 294px;
	font-size: 0.8em;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 191px;
}

.calendarDay {
	display: block;
	text-decoration: none;
	padding: 2px 0px 2px 0px ;
	width: 20px;
}

a.calendarDay:hover {
	display: block;
	text-decoration: none;
	background: #DFD7AE;
	padding: 2px 0px 2px 0px ;
	width: 20px;
}

#globalStatsTitle {
	position: absolute;
	left: 535px;
	top: 144px;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #5a5950;
	width: 191px;
}

#globalStatsContent {
	position: absolute;
	left: 535px;
	top: 174px;
	font-size: 0.8em;
	padding-left: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 191px;
}

.contentHolder {
	float: left;
	clear: left;
	margin-left: 16px;
	width: 502px;
	
}

.rightsideHolder {
	position: relative;
	float: left;
	clear: right;
	margin-left: 12px;
	width: 193px;
	
}

.postTitle {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 0.9em;
	font-weight: bold;
}

.postDate {
	font-size: 0.75em;
	color: #b8aa5c;
}

.postContent {
	font-size: 0.8em;
}

.postSource {
	font-size: 0.75em;
	text-align: right;
	font-style: italic;
}

.footerText {
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: 0.9em;
}

.formError {
	padding: 10px;
	color: #CC0000;
}

.tabTitle {
	background-color: #5a5950;
	padding: 2px 10px;
	border: 1px solid #5a5950;
	border-bottom: none;
}

.tabTitle a {
	color: #FFFFFF;
	text-decoration: none;
	
}


.tabTitleDis {
	background-color: #b4b2a0;
	padding: 2px 10px;
	border: 1px solid #5a5950;
	border-bottom: none;
}

.tabTitleDis a {
	color: #5a5950;
	text-decoration: none;
	
}

.pageTitle {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1em;
	font-weight: bold;
}

.inlineText {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 0.9em;
}

.inlineText li {
	padding-left: 24px;
	list-style-type: none;
}
