/*
THEME NAME: Ricston
THEME URI: http://www.ricston.com.mt
DESCRIPTION: Theme for the Ricston Website
VERSION: 1.0
AUTHOR: Gerard Said
AUTHOR URI:
*/

/* all the body style */
				body{
					font-family:"MS Sans Serif";
					text-align:justify;
					font-size:12px;
					background-color:#eaeaea;
				}
						ul{
  				margin-left: 0; 
				padding-left: 10px;
				}
				li{
				 list-style-type: none;
				}
				
				#sidebar li {
   					list-style: none;
					font-family:"MS Sans Serif";
					font-size:10px
				}
				
				.footer{
					width:900px;
					height:111px;
					text-align:center;
					font-size:10px;
				}
				.logindiv{
					width:460px;
					height:2px;
					color:white;
					overflow:hidden;
					font-family:"MS Sans Serif";
					background-image:url('images/navbg.jpg');
					padding-left:10px;
					padding-right:10px;
					vertical-align:middle;
				}
				.menuitem{
				    height:40px;
					width:75px;
					font-family:"MS Sans Serif";
					text-align:justify;
					font-size:12px;
					color:white;
					padding-left:10px;
					padding-right:10px;
					white-space:nowrap;
				}
				
				a.menulink{
					color:white;
				}
				
				a{
					color:gray;
					text-decoration:none;
				}
				
				a.menulink:hover{
					color:#464445;
				}
				
				.menuitem:hover{
					background-image:url('images/navbgh.jpg');
				}
				.menudiv{
					width:900px;
					height:2px;
					background-color:#343434;
					overflow:hidden;
					background-image:url('images/navbg.jpg');	
				}
				
				.newsitems{
					font-family:"MS Sans Serif";
					font-size:10px;
					width:270px;
					height:2460px;
					text-align:left;
					background-color:#eaeaea;
					/* overflow:auto; */
					margin-left:20px;
					margin-bottom:10px;
					padding:5px;
				}
				
				
				.newsitemsinternal{
					font-family:"MS Sans Serif";
					font-size:10px;
					width:160px;
					height:600px;
					text-align:left;
					/*background-image:url('images/darkbackground.jpg');*/
					background-color:#eaeaea;
					overflow:auto;
					margin-left:20px;
					margin-bottom:10px;
					padding:5px;
				}
				
					#newsitems a{
					color:#990033;
				}
				
				
					#newsitemsinternal a{
					color:#990033;
				}
				
				.newsletterpanel{
					width:320px;
					height:180px;
					overflow:hidden;
					
				}
				
				.maincontent{
					width:500px;
					margin-left:10px;
				}
				
					#newsitems.li{
					display:none;
				}
				
				.entry-title{
					text-align:left;
				}
				
				.maincontentsingle{
					width:670px;
					height:600px;
					overflow:auto;
					margin-left:10px;
					
				}
				
					.maincontentsinglewide{
					width:850px;
					height:600px;
					overflow:auto;
					margin-left:22px;
					
				}
				
				.post{
					margin-right:5px;
				}
				
				.announcementdiv{
					border:thin;
					border-style:solid;
					border-color:gray;
					position:absolute;
					margin-top:-80px;
					visibility:hidden;
					z-index:0;
					width:500px;
					height:260px;
					overflow:auto;
					padding-top: 0px;
					padding-bottom: 0px;
					padding-left: 30px; /* 10 px in from edge of picture */
					padding-right: 0px;
					
					
				}
				.alignleft{text-align:left;}
				.alignright{text-align:right;}
			
