/* Layout styles used by dragonia.info */
/* (c) Olga Bobrova aka oley             */

/* Top level page layout DIV styles and element style modifiers */
#top	{
	width: 100%;
	min-height: 60px;
	background: #4b776b url(../pictures/dragonchik-bg.gif) top left no-repeat;
	color: #CEDEE1; 
	}
	
#bottom	{
	width: 100%;
	clear: both;
	min-height: 60px;
	background: #4b776b url(../pictures/logo-cedee1.png) no-repeat top left;
	border-top: solid 1px #ecd5f1;
	color: #CEDEE1; 
	}

#top A, #bottom A	{
	color: #ecd5f1;
	border-bottom: none;
	}

#top A:hover, #top A:active, #bottom A:hover, #bottom A:active	{
	border-bottom: dotted 1px;
	}

#content	{
	width: 100%;
	background: #CEDEE1;
	clear: both;
	color: #305b4f;
	border: none;
	}

#content A	{
	color: #110066;
	}
	
/*  Navigation strip styles */
#navi-strip	{
	width: 100%;
	clear: both;
	height: 28px;
	overflow: hidden;

	line-height: 26px;
	text-align: center;
	font-family: "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: smaller;
	font-weight: bold;
	color: #4b776b;
	}

#navi-strip A {
	color: #110066;
	}

.navi-tab-back {
	width: 126px;
	height: 28px;
	background: transparent url(../pictures/navi/tab-back.png) no-repeat top center;
	}

.navi-tab-front {
	width: 126px;
	height: 28px;
	background: transparent url(../pictures/navi/tab-front.png) no-repeat top center;
	}
	
.navi-tab-space {
	width: 8px;
	height: 28px;
	background: transparent url(../pictures/navi/tab-space.png) no-repeat top center;
	}	

/*  Navigation line (chain) style(s) */
#navi-box {
	margin: 0;
	padding: 5px 10px 0 10px;
	text-align: right;
	}

.navi-next-arrow, .navi-prev-arrow {
	float: right;
	width: 24px;
	margin-top: 4px;
	height: 10px;
	}
	
.navi-next-arrow {
	background: transparent url(../pictures/navi/arrow-prev.png) no-repeat;
	}

.navi-prev-arrow {
	background: transparent url(../pictures/navi/arrow-next.png) no-repeat;
	}

.navi-next-link	{
	float: right;
	padding: 0 5px;

	font-family: "Calibri", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-weight: bold;
	}

/* Elementary layout styles used in the #top*/
#section-title-block	{
	clear: both;
	padding: 0 15px 10px 140px;
	text-align: left;
	}

/* Elementary layout styles used in the #content*/
#overview-block	{
	margin: 0;
	padding: 5px 60px;
	font-style: italic;
	color: #444444;
	}

.full-screen-block {
	margin: 0;
	padding: 5px 2em;
}

.right-block	{
	margin: 0 0 10px 280px;
	padding: 0 10px;	
	text-align: left;
	}
	
.left-box	{
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 10px;
	text-align: right;
	}

.content-cut {
	clear: both;
	margin: 10px;
	border-bottom: dashed 1px #FFFFFF;
	
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	}

.navi-up {
	float: right;
	margin: 0;
	padding: 0 20px;
	background: transparent url(../pictures/navi/arrow-up.png) no-repeat;
	cursor: pointer;
	}

DIV.cleaner {
	clear: both;
	height: 2px;
	width: 2px;
	overflow: hidden;
}

.news-item {
	border-bottom: dashed 1px #4b776b; 
	margin: 0;
	padding: 10px 5px;
}

.news-item-info {
	color: #6a6a6a;
	float: right;
	font-size: smaller;
	font-weight: normal;
	margin-left: 4em;
	text-align: right;
}

/* Elementary layout styles used in the #bottom*/
DIV#about-box	{
	padding: 5px 5px 5px 80px;
	font-size: smaller;
	}
	
.no-js-kit {
	display: none;
}

/* Various DIV/P/SPAN styles */

.techinfo-text {
	font-size: small;
	color: #6a6a6a;
}

.quote-text	{
	font-size: smaller;
	font-style: italic;
	}

.more-text {
	font-weight: bold;
}