/*

*/

body {
	background: #E0D6EF url('background.png');
	background-repeat: repeat-x;
	margin: 0px 0 30px;
	border:none;
	}
		 


#page {
	padding: 0;
	border:none;
	}
	
#header {
	background: #CCCCFF url('header01.jpg');
	}
	
#primary {
	padding:0px 0px 10px;
	}
	
#primary a, .primary a:visited {
	color: #5D3073;
	}
	
	
#primary .entry-content img  {
	padding: 0px;
	border: 3px solid #fff;
	max-width: 100%;
	}
	
#primary a img {
	padding: 0px;
	border: 3px solid #fff;
	max-width: 100%;
	}
	
#primary a img:hover{
	border: 2px solid #E0D6EF;
	padding: 0px;
	max-width: 100%;
	}
	
.item {
	/* Each entry is contained within the 'item' class */
	}
	
.entry-content {
	/* The meat and potatoes of every entry */
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
#primary .item .entrycontent {
	font: 1.1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.secondary {
	/* Contains the sidebar */
	}

.secondary h2 {
	background: #57b8b1 url(basugasu-h2.png) repeat-x top left;
	font-weight: bold !important;
	padding: 3% !important;
	color: #FFF;
	width: 96%;
	display: block;
	z-index: 5;
	margin: 0;
	}

.secondary a {
	color: #9B4486;
	}

.secondary div.sb-links ul li ul li{
	list-style-image: url(external.gif);
	list-style-type: circle;
	margin-left: 2em;
}

.secondary div.sb-latest ul li{
	list-style-image: url(document.gif);
	list-style-type: circle;
	margin-left: 2em;
}

ul.menu,
ul.menu li a {
/* controls the padding between menu items */
	padding: 5px 8px 0px 8px;
}

.adback {
	background: #4fb6b2;
	width: 100%;
}
