/*defaults*/
body 	{color:#000000; margin:10px 0; padding:0; font-family:"Trebuchet MS", verdana, arial, "Times New Roman", serif; font-size:90%; }
p		{margin:0; padding:0 0 15px 0; }
a		{color:#000000; text-decoration:underline; }
a:hover	{color:#225799; text-decoration:none;}


/*structural elements*/
#container	{margin:0px auto; text-align:center; width:750px; }
#holder		{width:100%; padding:10px 0px 5px 0px; background:#FFFFFF; text-align:left; }

#navigation	{padding:10px 0; }

#content	{float:left; width:590px; padding:10px 10px 0 0; line-height:160%; }
#news		{width:250px; padding:10px 0; line-height:110%; text-align:left; }
.newsItem	{padding:10px 10px 10px 10px; background:#FEFFD5; border:1px solid #FFEB70; font-size:90%; border-radius: 10px 10px 10px 10px; margin-bottom:10px;  }
#footer		{clear:both; width:100%; font-size:80%;padding:20px; text-align:left; }
#copyright	{float:right; }


/*headings*/
.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }
#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 20px 0; }
#logo h1		{font-weight:normal; font-size:170%; margin:0; padding:0; color:#225799;top:50px }


/*navigation*/
#navigation ul 		{margin:0; padding:0; }
#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }
/*
#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }
#navigation a:hover	{color:#000000; } 
*/

#footer ul 		{margin:0; padding:0; }
#footer li 		{margin:0; padding:0; list-style:none; display:inline; }
#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }
#footer a:hover	{color:#000000; text-decoration:none; }


/**/
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */



/* this style for show / hide content */
.slidingDiv {
 height:820px;
 padding:20px 20px 5px 20px;
 background:#FEFFD5;
 border:1px solid #FFEB70;
 font-size:90%; 
 border-radius: 10px 10px 10px 10px; 
 margin-top:20px;
}

.show_hide {
    display:none;
}

/* Buttons admin menu */



.menuadminbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:8px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.menuadminbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.menuadminbtn:active {
	position:relative;
	top:1px;
}
