body {
  margin: 0;
  padding: 0;
  background-image: url("/style/images/bg.png");
  background-color: #1C42A2;
  background-attachment: fixed;
  color: #FFF;
  font-family: Verdana;
  cursor: default;
  padding-top: 8px;
  padding-bottom: 8px;
}

::selection { color:white; background-color: black; }

img { border: none; }
.bordr { border: 1px solid #FF8103; padding: 3px; margin: 4px; }
.clearer, #clearer { clear: both; }

.left {
  display: inline;
  float: left;
}

.right {
  display: inline;
  float: right;
}

.center {
  text-align: center;
}

.stars {
  line-height: 16px;
}
.stars IMG {
  vertical-align: bottom;
}

form, h1, h2 {
  padding: 0;
  margin: 0;
}

input[type="text"], input[type="password"] {
  padding: 2px;
  font-size: 12px;
  border: 1px solid black;
}

input[type="button"], input[type="submit"] {
  color: white;
  font-weight: bold;
  background-color: #132C6C;
  font-size: 12px;
  border: 1px solid gray;
  height: 20px;
}

textarea {
  font-family: Verdana;
  padding: 2px;
  font-size: 12px;
  border: 1px solid black;
}

.wrap {
  background: transparent url("/style/images/main_bg.png") repeat-y left top;
  margin: 0 auto;
  width: 900px;
}

.wrap .header {
  height: 150px;
  background-image: url("/style/images/header_3.png");
}

.wrap .header .uc {
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 90px;
  left: 10px;
}

.header .icons {
  width: 340px;
  height: 36px;
  position: relative;
  top: 0px;
  left: 560px;
}

.header .icons #favorite { background-position: 0px 0px; }
.header .icons #favorite:hover { background-position: 0px -36px; }

.header .icons #iwiw { background-position: -48px 0px; }
.header .icons #iwiw:hover { background-position: -48px -36px; }

.header .icons #facebook { background-position: -96px 0px; }
.header .icons #facebook:hover { background-position: -96px -36px; }

.header .icons #rss { margin-left: 10px;background-position: -144px 0px; }
.header .icons #rss:hover { background-position: -144px -36px; }

.header .icons #virusellen { margin-left: 10px; background-position: -192px 0px; }
.header .icons #virusellen:hover { background-position: -192px -36px; }

.header .icons #vtsoftware { background-position: -240px 0px; }
.header .icons #vtsoftware:hover { background-position: -240px -36px; }

.header .icons IMG {
  cursor: pointer;
  background-image: url("/style/images/header_icons.png");
  width: 48px;
}

.wrap .menu {
  height: 32px;
  background-image: url("/style/images/nav_bg.png");
}

.wrap .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wrap .menu li {
  float: left;
  margin: 0 2px;
}

.wrap .menu li a {
  font-size: 12px;
  background-image: url("/style/images/nav_item.png");
  height: 32px;
  width: 116px;
  float: left;
  line-height: 26px;
  font-weight: bold;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.wrap .menu li a:hover {
  background-position: 0 -33px;
  text-decoration: underline;
}

.wrap .menu li .active {
  background-position: 0 -66px;
}

.wrap .menu li .active:hover {
  background-position: 0 -99px;
}

.wrap .menu ul.plus1 {
  float: right;
  display: inline;
  padding-top: 9px;
}

.wrap .page {
  float: left;
  width: 550px;
  padding: 1px;
  padding-top: 9px;
}

.wrap .page .tabs {
  padding-top: 6px;
  padding-bottom: 6px;
  text-align: center;
}

.wrap .page .activetab {
  background-color: #2350C7;
  color: #fff;
  border: 2px solid #FF8103;
  width: 60px;
  padding: 3px;
  margin: 4px;
  text-decoration: none;
  font-size: 12px;
}

.wrap .page .tab {
  background-color: #122865;
  color: #fff;
  border: 2px solid #FF8103;
  width: 60px;
  padding: 3px;
  margin: 4px;
  text-decoration: none;
  font-size: 12px;
}

.wrap .page .entry h1 {
  margin: 0px 0px 10px 1px;
  padding: 0px 0px 0px 32px;
  width: 518px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  background-image: url("/style/images/main_title_bg.png");
}

.wrap .page .entry img {
  margin-left: 10px;
}

.wrap .page .entry.title h1 {
  background-image: url("/style/images/main_title_bg_content.png");
}

.wrap .page .entry h1 a, .wrap .page .entry .infobar a/*, .wrap .page #mini-blog a*/ {
  color: white;
  text-decoration: none;
}

.wrap .page h1 a:hover, .wrap .page .entry .infobar a:hover/*, .wrap .page #mini-blog a:hover*/ {
  text-decoration: underline;
}

/*.wrap .page #mini-blog a {
  font-style: italic;
}*/

.wrap .page .entry .infobar {
  color: white;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

/*.wrap .page #imr {
  margin-left: 8px;
  border-bottom: 1px dashed #2350C7;
}*/

.wrap .page .content {
  background-image: url("/style/images/main_item_bg.png");
  margin: 0px 0px 14px 10px;
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  clear: both;
}

.wrap .page .entry .content .comment_entry {
  border: 1px solid #7C92CB;
  padding: 4px;
  margin-bottom: 4px;
}

.wrap .page .entry .content .comment_entry .title {
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 4px;
}

.wrap .page .entry .content .comment_entry .text {
  padding-left: 4px;
}

.wrap .page form {
  
}

.wrap .page .content a {
  color: #FFF;
  font-style: italic;
}

.wrap .page td a {
  color: #FFF;
  font-size: 12px;
  text-decoration: none;
}

.wrap .page td a:hover {
  text-decoration: underline;
}

.wrap .page .content a:hover {
  color: #999;
}

.wrap .sidebar {
  float: right;
  width: 340px;
  padding-top: 9px;
}

.wrap .sidebar .item h1 {
  margin: 0px 0px 10px 1px;
  padding: 0px 0px 0px 32px;
  padding-left: 44px;
  width: 283px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}

.wrap .sidebar .item #search { background-image: url("/style/images/sidebar_title_bg_search.png"); }
.wrap .sidebar .item #categories { background-image: url("/style/images/sidebar_title_bg_categories.png"); }
.wrap .sidebar .item #links { background-image: url("/style/images/sidebar_title_bg_links.png"); }
.wrap .sidebar .item #stats { background-image: url("/style/images/sidebar_title_bg_stats.png"); }
.wrap .sidebar .item #musics { background-image: url("/style/images/sidebar_title_bg_musics.png"); }
.wrap .sidebar .item #amperblog { background-image: url("/style/images/sidebar_title_bg_amperblog.png"); }
.wrap .sidebar .item #virusellen { background-image: url("/style/images/sidebar_title_bg_virusellen.png"); }
.wrap .sidebar .item #hirdetes { background-image: url("/style/images/sidebar_title_bg_hirdetes.png"); }
.wrap .sidebar .item #humor { background-image: url("/style/images/sidebar_title_bg_humor.png"); }
.wrap .sidebar .item #faviccek { background-image: url("/style/images/sidebar_title_bg_faviccek.png"); }
.wrap .sidebar .item #tagclouds { background-image: url("/style/images/sidebar_title_bg_tagclouds.png"); }

.wrap .sidebar .item .content {
  width: 308px;
  padding: 6px;
  margin: 0px 0px 14px 10px;
  font-size: 12px;
  background-image: url("/style/images/main_item_bg.png");
}

.wrap .sidebar .item .content a {
  color: #FFF;
  text-decoration: none;
}

.wrap .sidebar .item .content a:hover {
  text-decoration: underline;
}

.wrap .sidebar .item .list {
	margin-left: 8px;
	padding-left: 12px;
  background: transparent url("/style/images/list_dot.png") no-repeat 0 4px;
	color: white;
	text-decoration: none;
	line-height: 16px;
}

.wrap .sidebar .item .list-active {
	margin-left: 8px;
	padding-left: 12px;
  background: transparent url("/style/images/list_dot_active.png") no-repeat 0 4px;
	color: white;
	text-decoration: none;
	line-height: 16px;
}

.wrap .sidebar .item .list:hover {
	text-decoration: underline;
}

.wrap .page #topbtn {
  float: right;
  margin-top: 10px;
}

.wrap .page #mini-blog {
  background-image: url("/style/images/main_item_bg.png");
  background-attachment: fixed;
  font-size: 12px;
  margin-bottom: 10px;
  scrollbar-face-color: #1C42A2;
  scrollbar-shadow-color: #4968B5;
  scrollbar-highlight-color: #4968B5;
  scrollbar-3dlight-color: #1C42A2;
  scrollbar-darkshadow-color: #1C42A2;
  scrollbar-track-color: #1C42A2;
  scrollbar-arrow-color: #FFF;

  margin-left: 8px;
  padding: 6px;
  height: 400px;
  width: 530px;
  overflow: auto;
}

.wrap .page #mini-blog .title {
  font-weight: bold;
}

.wrap .page #mini-blog .text {
  padding-bottom: 4px;
}

.wrap .page #mini-blog .text a {
  color: white;
}

.wrap .mlist_table {
  margin-bottom: 10px;
  margin-left: 8px;
  background-image: url("/style/images/main_item_bg.png");
  background-position: -16px 0;
}

.wrap .mlist_table td {
  font-size: 12px;
  padding: 4px;
}

.wrap .footer {
  clear: both;
  height: 46px;
  padding: 6px;
  font-size: 12px;
  background-image: url("/style/images/footer_bg.png");
  text-align: center;
  line-height: 19px;
}

.wrap .footer .smtext {
  font-size: 10px;
  line-height: 12px;
}

.wrap .footer a {
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}

.wrap .footer a:hover, .wrap .sidebar .item ul li a {
  text-decoration: underline;
}

small {
  background-color: transparent;
}

.keywords_size1 { font-size: 11px; }
.keywords_size2 { font-size: 14px; }
.keywords_size3 { font-size: 16px; }
.keywords_size4 { font-size: 18px; }

.highlight_kwd { color: black; background-color: yellow; font-weight: bold; }

#player { position: absolute; top: -500px; }

/*.footer .stat {
  float: left;
  position: relative;
  top: 22px;
  left: 1px;
}*/

.logos {
  text-align: center;
}

.logos img {
  margin: 1px;
}
