html {
   margin: 0;
   padding: 0;
}

body {
   margin: 0;
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container {
   position: relative;
   margin: 0 auto; /* center on everything else */
   text-align: left; 
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%;}
#pagebody-inner { position: static; width: 100%; background: #ffffff;}

#alpha, #beta, #gamma, #delta, #panel {
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner, #panel-inner {
   position: static;
}


/* modules */

.module {
   position: relative;
   overflow: hidden;
   width: 100%;
}


/* basic page elements */

body {
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}

a { color: #36414d; text-decoration: none; }
a:hover { color: #D60; }

.module-content a { color: #36414d; }
.module-content a:hover { color: #D60; }

h1, h2, h3, h4, h5, h6 {
   font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif; font-weight: bold; margin: 0px 0px; padding: 0 0;
}

h2 {color: #000000;}
p {margin: 10px 0;}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   margin: 0;
   background: #455d81;
   line-height: 24px;
   color: #000000;
   font-size: 100%;
   font-weight: normal;
   text-transform: uppercase;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
   font-size: 85%;
}


/* page layout */

body {
   min-width: 970px;
   color: #444;
   background: #4E5459 url(img/lat_970.gif) repeat-y center;
}

#container {
   width: 970px;
   margin-bottom: 0px;
   padding-top: 14px; 
   background: url(img/top_970.gif) no-repeat top center;
}

#container-inner {
 width: 950px;
 background: #ffffff;
 margin-left: 8px;
}

#banner { margin: 0 0; width: 942px; height: 97px; text-align: center; padding: 0 0; background: url(img/banner.gif) no-repeat center; }
#logo { float: left; margin: 9px 0px 0px 340px; padding: 0 0; height: 46px;}

input {border:1px solid #9ce4fb; vertical-align: middle;}
.input {width:150px; height:20px; border:1px solid #9ce4fb; background:#79c6eb; font:18px Tahoma; color:#576775; line-height:20px; padding: 0px 4px 2px 4px;}
#search{float:right; height:30px; margin:0 auto; margin: 20px 30px 0px 0;}

#menu { float: left; margin: 5px 0 20px 0; width: 942px; font-size: 10px; line-height: 22px; height: 22px; text-align: center; color:#ffffff;}
#menu a { font-weight: bold; font-size: 12px;  color: #91dbf7; text-decoration: none; padding: 5px 1px;}
#menu a:hover { font-weight: bold; font-size: 12px;  color: #ffffff; text-decoration: none; padding: 5px 1px; }

#leaderboard { 
    font-size: 11px;
    align: right;
	width: auto;
	margin: 0px 20px;
	text-align: right;
}
#skyscraper { 
	width: 160px;
	margin-top: 12px;
} 
/* #banner-inner {
   padding: 15px 13px;
} */

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; 
   font-size: 12px;
}

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

.entry-footer,
.comment-footer,
.trackback-footer {
   margin: 10px 0 17px 0;
   border-top: 1px solid #dae0e6;
   padding-top: 3px;
   color: #666;
   text-align: right;
}

.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
   margin-left: 10px;
}

/* modules */

.module {
   margin: 0 0 10px 0;
}

.module-content {
   margin: 0 0 0 0;
   padding: 10px 10px 0 10px;
   font-size: 90%;
   line-height: 1.2;
   
}

/* three-column tweaks */

.layout-three-column #alpha {
   margin: 0;
   width: 170px;
}

.layout-three-column #panel {
   margin: 0;
   width: 260px;
   margin-right: 15px;
}

.layout-three-column #panel-inner {
   padding: 0px 15px 0px 15px;
   margin-top: 5px;
}

.layout-three-column #gamma {
   margin: 0;
   width: 163px;
}
.layout-three-column #alpha-inner {
   padding: 0px 15px 0px 15px;
   margin-top: 5px;
}

.layout-three-column #beta {
   margin: 5px 0 0 0;
   width: 605px;
   background: none;
}
.layout-three-column #gamma-inner {
	margin: 5px 0px 0px 0px;
	padding: 0px 8px 0px 15px;
}
.layout-three-column #beta-inner {
   padding: 0;
   border-width: 0;
}


textarea {
   font-family: Osaka, "MS P Gothic", Arial, San-Serif;
}

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    color: #2c4870;
    font-weight: bold;

}
.module-header a:link, .module-header a:hover, .module-header a:visited, .module-header a:visited { color: #000000; text-decoration: none; }
#alpha .module-header { padding-left: 12px; width: 140px; height: 24px; background: url(img/hdr_140.gif) no-repeat; }
#panel .module-header { padding-left: 12px; width: 230px; height: 24px; background: url(img/hdr_250.gif) no-repeat; }
#beta .module-header { padding-left: 12px; width: 605px; height: 24px; background: url(img/hdr_4.gif) no-repeat; }
#gamma .module-header { padding-left: 12px; width: 140px; height: 24px; background: url(img/hdr_140.gif) no-repeat; }
#alpha .module-content { padding-bottom: 12px; background: url(img/bot_140.gif) no-repeat bottom center; } 
#panel .module-content { padding-bottom: 12px; background: url(img/bot_250.gif) no-repeat bottom center; } 
#beta .module-content { padding-bottom: 12px; background: url(img/bot_505.png) no-repeat bottom center; } 
#gamma .module-content { padding-bottom: 12px; background: url(img/bot_140.gif) no-repeat bottom center; }
#alpha .module { background: #ffffff url(img/mid_140.gif) repeat-y; } 
#panel .module { background: #ffffff url(img/mid_250.gif) repeat-y; } 
#beta .module { background: #ffffff url(img/mid_505.gif) repeat-y; } 
#gamma .module { background: #ffffff url(img/mid_140.gif) repeat-y; }
.module-powered { border-top: 1px solid #d8d8d8; }
.module-powered .module-content {
   margin-bottom: 0;
   padding-bottom: 10px;
   color: #292e33;
   background: #fff;
   text-align: center;
}

.tags { background:#ffffe1; border:solid 1px #dae0e6; font-size:12px; padding:2px 5px; width:595px;  }

#cloud {
   margin: 0 10px;
   padding: 1px 5px;
   color: #666;
   text-align: center;
   background: #f0f2f7 url(img/bot.png) no-repeat bottom center;    
   }
    
#cloud a.tag1 { font-size: 0.6em; font-weight: 100; }
#cloud a.tag2 { font-size: 0.6em; font-weight: 100; }
#cloud a.tag3 { font-size: 0.7em; font-weight: 200; }
#cloud a.tag4 { font-size: 0.7em; font-weight: 300; }
#cloud a.tag5 { font-size: 0.7em; font-weight: 400; }
#cloud a.tag6 { font-size: 0.8em; font-weight: 450; }
#cloud a.tag7 { font-size: 0.8em; font-weight: 450; }
#cloud a.tag8 { font-size: 0.8em; font-weight: 450; }
#cloud a.tag9 { font-size: 0.8em; font-weight: 560; }
#cloud a.tag10 { font-size: 1.0em; font-weight: 580; }
#cloud a.tag11 { font-size: 1.0em; font-weight: 600; }
#cloud a.tag12 { font-size: 1.0em; font-weight: 640; }
#cloud a.tag13 { font-size: 1.0em; font-weight: 660; }
#cloud a.tag14 { font-size: 1.2em; font-weight: 700; }
#cloud a.tag15 { font-size: 1.2em; font-weight: 700; }
#cloud a.tag16 { font-size: 1.4em; font-weight: 780; }


div.img
  {background: #ffffff;
  margin: 1px 0px;
  height: 89px;
  width: 96px;
  float: left;
  text-align: center;
  }

div.img img
  {
  display: inline;
  margin: 4px 4px 0px 4px;
  border: 4px solid #eeeef3;
  }

div.img a:hover img
  {
  border: 4px solid #f8de7a;
  }

div.desc
  {
  text-align: center;
  margin: 0 0;
  display: inline; 
  font-size: 9px;
  }
  
#toate { float: left; margin: 5px 0 0 0; padding: 0 0; width: 570px; text-align: right; font-weight: bold;} 
 
#loader {
  width: 220px;
  height: 19px;
  text-align: center;
  margin: 0 0 10px 4px;
}

#gameLoader {
 
  width: 605px;
  height: 540px;
  text-align: center;
  margin: 10px 0;
  background: url(img/adv.jpg) no-repeat center;
}

.paginare
{
	text-align: right;
	padding: 5px 7px 8px 0px;
	font-weight: bold;
}

.pagelink, .pagelinklast, .pagecurrent
{
	color: #ffffff;
	background: url(img/page.jpg) no-repeat center;
	padding: 2px 6px 2px 6px;
}

a.pagelink, a.pagelinklast
{
	cursor: pointer;
}

a.pagelink:hover, a.pagelinklast:hover
{
	background: url(img/page_current.jpg) no-repeat center;;
    color: #000000;
}

.pagecurrent
{
	background: url(img/page_current.jpg) no-repeat center;
}

.suggestionsBox {
		position: absolute;
		left: 704px;
		top: 75px;
		overflow: auto;
		width: 158px;	
		color: #fff;
		background: url(img/overlay.png);
		text-align: left;
		display:block;
		border: #a6a6a6 1px solid;
	}
	
	
	.suggestionList {
		margin: 0px 1px;
		padding: 0px 0px;
	}
	
	.suggestionList li {	
		margin: 1px 1px 1px 1px;
		padding: 1px 5px;
		cursor: pointer;
		list-style: none;
	}
	
	.suggestionList li:hover {	
		color: #ffdf62;
		font-weight: bold;
	}
