		/*
		#b-hailt {
			display: none;
			visibility: hidden;
			height: 0px;
		}
		*/
		body {
			font-family: Arial,Helvetica, sans-serif;
			font-size: 100%;
			overflow: auto;
			padding: 0;
			margin: 0;
			background: url("http://dusal.blogmn.net/uploads/a/Almas/dusalblogbg.jpg") repeat-x scroll left top transparent;
		}
#logo {
    background: url("http://www.dusal.net/images/banner.png") no-repeat scroll left 10px transparent;
    height: 82px;
    margin: 0 auto;
    width: 960px;
}
#description { 
height: 50px; 
width: 350px; 
color: #999; 
float: right; 
font-size: 10pt; 
padding-top: 25px;
}

		#box {
			width: 1000px;
			margin-left: auto;
			margin-right: auto;
			border: 0px solid #dfdfdf;
		}

		#menu {
			width: 410px;
			float: right;
			text-align: left;
			margin: 5px 0px 15px 0px;
			z-index: 999;
		}

		#menu2 {
			width: 190px;
			float: right;
			border: 1px dotted #dfdfdf;
			background-color: #FFFFFF;
			text-align: left;
			margin: 0px 5px 5px 0px;
		}

		#menu1 {
			width: 190px;
			float: left;
			border: 1px dotted #dfdfdf;
			background-color: #FFFFFF;
			text-align: left;
			margin: 0px 5px 0px 5px;
		}

		#boxblog {
			margin: 50px 420px 5px 5px;
			background-color: #FFF;
		}

		#footer {

		/*border-top: 1px dotted #dbdbdb;*/
		height: 210px;
		clear: both;
		text-align: center;
		background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://dusal.blogmn.net/uploads/a/Almas/dusalblogbg.jpg");
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: 100% 250px;
		}

		#credits, #credits a {
			font-size: 10pt;
			text-align: center;
			padding-top: 9px;
			color:  #BFBFBF;
		}

		pre {
		margin: 0.1em;
		padding: 0.4em 0.4em 1.4em 0.4em;
		font-size: 0.9em;
		font-family: monospace;
		background-color: #EFEFEF;
		border: 0;
		color: #122;
		display: block;
		width: 94%;
		overflow-x: auto;
		}


		/* ---------------------------------
		LINKS STYLE
		--------------------------------- */

		a:link, a:visited {
			color: #0099FF;
			text-decoration: none;
		}

		a:hover, a:focus, a:active {
			color: #99CC33;
			text-decoration: underline;
		}

		a:focus, a:active {
		color: #ee369d;
		text-decoration: underline;
		}

		a img {border: 0px;}

		#head h1 a:link, #head h1 a:visited {
		color: #666;
		text-decoration: none;
		}

		#head h1 a:hover, #head h1 a:focus, #head h1 a:active {
			color: #666;
			text-decoration: none;
		}


		/* ---------------------------------
		LISTS STYLE
		--------------------------------- */

		.post ul {
		list-style-image: url(http://www.blogmn.net/images/templates/img/92-list.gif);
		margin: 5px 0px 5px 25px;
		padding-left: 2px;
		}

		.post li {
		background: transparent;
		padding: 0px;
		}


		.boxmenu ul {
		list-style-image: url(http://www.blogmn.net/images/templates/img/92-list.gif);
		margin: 5px 0px 5px 0px;
		padding-left: 2px;
		list-style-position: inside;
		}

		.boxmenu li {
		background: transparent;
		padding: 2px 0px;
		border-bottom: 1px solid #e6e7e8;
		}



		/* ---------------------------------
		VARIOUS CLASSES
		--------------------------------- */

		input,textarea {
			background-color: #FFFFFF;
			color: #7AC2FE;
			border: 1px dotted #E1ECF7;
			margin: 2px 0px;
		}

		blockquote {
		background-color: transparent;
		padding: 10px;
		font-style: oblique;
		margin-left: 10%;
		margin-right: 10%;
		}

		#avatar {padding: 0px; border: 2px solid #dfdfdf; margin-right: 10px;}

		.center {text-align: center; }

		.clear_l {clear:left;}



		/* ---------------------------------
		BLOG TITLE STYLE
		--------------------------------- */
/*
		#head {
			height: 240px;
			border-bottom: 0px solid #dbdbdb;
			margin-bottom: 15px;

		}

		#headerImage {
		background: transparent url(http://www.dusal.net/images/11346.png) center center no-repeat;
		margin-left: 30px;
		height: 240px;
		}

		#head h1{
		font-family:'Century Gothic', Sans-serif;
		font-size: 2em;
		font-weight: bold;
		text-align: left;
		text-decoration: none;
		padding: 0px 0px 0px 120px;
		}

		#blogdescription {
			font-family:'Century Gothic', Sans-serif;
			font-size: medium;
			letter-spacing: 1px;
			color: #999;
			text-align: left;
			margin: -15px 130px 0px 300px;
		}
*/
		/* ---------------------------------
		MENU STYLE

		--------------------------------- */

		.boxmenu {
			margin: 0px;
			text-align: left;
			padding: 0px 10px 5px 10px;
			font-size: 0.75em;
			line-height: 1.2;
			color: #666666;
		}

		#menu h3{
			font-family:'Arial', Sans-serif;
			color: #666;
			letter-spacing: 1px;
			font-size: 1.1em;
			margin: 5px 0px 5px 0px;
			padding: 1px 0px;
			text-transform: uppercase;
			text-align: center;
			border-bottom: 1px dotted #DFDFDF;
			border-top: 1px dotted #DFDFDF;
		}


		/* ---------------------------------
		POST STYLE
		--------------------------------- */

		.post {
		border: 1px dotted #dfdfdf;
		background-color: #fff;
		margin: 0 0 10px 0;
		padding-right: 10px;
		clear: left;
		z-index: 0;
		}

		.single {
			margin-left: 5px;
			border-left: 1px solid #099ff;
			padding: 0px 0px 0px 10px;
		}

		.post h2 {
		font-family:'Century Gothic', Sans-serif;
		color: #99cc33;
		font-size: 1.1em;
		margin: 0px;
		padding: 2px 3px 2px;
		text-transform: uppercase;
		text-align: left;
		border-bottom: 1px dotted #dfdfdf;
		}

		.datepost {
		color: #666666;
		font-size: 0.7em;
		text-align: right;
		}

		.data-bottom {
		color: #666666;
		font-size: 11px;
		text-align: right;
		}

		.text {
		padding-top: 20px;
		color: #666666;
		font-size: 0.81em;
		text-align: left;
		margin: 0px 0px 10px 0px;
		line-height: 1.2;
		}

		/* ---------------------------------
		POST AVATAR STYLE
		--------------------------------- */

		.boxpost{
		float: left;
		width: 60px;
		font-size: 0.75em;
		}

		.boxpost img {
		background-color: #fff;
		width:50px;
		height: 50px;
		border: 1px dotted #dfdfdf;
		}

		/* ---------------------------------
		CALENDAR STYLE
		--------------------------------- */

		table.calendar { border: 0; background-color: transparent; width: 180px; color: #666666;}

		table.calendar th { height: 10px; font-size: 7pt; text-align: center; border: 0px;}

		table.calendar td { width: 19px; height: 10px; font-size: 9pt; text-align: center; border: 0px; }

		table.calendar .calendar-month { font-weight: bold; margin-top: 3px; font-size: 10pt; text-align: center; margin-bottom: 5px; }

		table.calendar .calendar-month a { text-decoration: none; }

		table.calendar .calendar-prev { font-weight: normal; }

		table.calendar .calendar-next { font-weight: normal; }

		table.calendar td.linked-day { font-weight: bold; background-color: transparent;}

		table.calendar td.linked-day a { text-decoration: none; color: #114d7e; }

		table.calendar td.linked-day a:hover { text-decoration: none; color: #114d7e; border: 1px dotted #114d7e;}

		table.prevnext { width: 100%; margin-top: .3em; }

		table.prevnext td { font-size: smaller; }

		table.prevnext td a { text-decoration: none; }

		/* ---------------------------------
		NAVIGATION STYLE
		--------------------------------- */

		.navigation {
		color: #666666;
		margin-bottom: 10px;
		margin-top: 4px;
		text-align: center;
		font-size: 0.81em;
		}

		.navigation a:link, .navigation a:visited {
		border: 1px dotted #dfdfdf;
		background-color: #fff;
		padding: 1px 3px;
		}

		/* ---------------------------------
		COMMENTS STYLE
		--------------------------------- */

		h3#comments {
		font-family:'Century Gothic', Sans-serif;
		color: #0aa8d8;
		font-size: 1.10em;
		font-weight: bold;
		margin: 15px 0px;
		padding: 3px 3px;
		text-transform: uppercase;
		text-align: left;
		}

		.boxcomment {
		margin-top: 1em;
		background:transparent;
		padding: 5px;
		background-color: #f5f5f5;
		border: 1px dotted #dfdfdf;
		}

		.post-comment {

		font-size: 0.88em;
		margin: 0px;
		padding: 2px 3px;
		text-align: right;
		float: right;
		}

		.comment-title {
		text-align: left;
		font-size: 0.90em;
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #fff;
		color: #999;
		font-weight:bold;
		}

		.data-comments {
		background: transparent;
		text-align: left;
		color: #999999;
		margin: 0px;
		font-size: 0.81em;
		}

		.comment-body{
		color: #666666;
		font-size: 0.75em;
		text-align: left;
		margin: 0px 0px 10px 0px;
		}


		.linkheader{ 
			margin-bottom: 10px; 
			text-transform: uppercase;
				height: 52px;
			cursor: hand;
			background-image: url(http://www.blogmn.net/images/links.jpg);
			background-repeat: no-repeat;
			background-position: left;
		}


		#post-intro-txt img
		/*, #post-intro-txt embed, #post-intro-txt object, #post-intro-txt iframe */
		{
		max-height: 100px;
		width: auto;

		}
