﻿/*
Theme Name: imei Beta sahm theme
Theme URI: http://myimei.com
Description: Designed for Betasahm 
Version: 1.0.1
Author: imei Addmimistrator
Author URI: http://myimei.com/
Tags: 
*/

* { margin: 0px; padding: 0px; }
html { 
filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}
body {
	font: 62.5% Tahoma, Arial, sans-serif;
	line-height: 1.6em;
	color: #444;
	background:url(i/bg_body.gif);

}
a {
	color: #E60000;
	text-decoration: none;
}
a:hover {
	color: #AA0001;
	text-decoration: underline;
}
p {margin: 0; padding: 10px 0;}
h1 {margin: 20px 0 0}
img {border: 0}
input {vertical-align: middle}
h2 {
	font: normal 1.6em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 0px;
}
blockquote {
	margin: 10px 0 10px 30px;
	border-left: 3px solid #E60000;
	background: #EEE;
	padding: 5px 15px;
	font-size: 1.3em;
}
* html blockquote {height: 1%;}
blockquote p {
	font-size: 1em !important;
	margin: 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.aligncenter {margin: 7px auto}
.alignleft {float: left}
img.alignleft {margin: 5px 10px 3px 0}
.alignright {float: right}
img.alignright {margin: 5px 0 3px 10px}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


#wrapper {
	width: 930px;
	margin: auto ;
	margin-top:10px;
	margin-bottom:0px;
	padding:  20px 20px 0px 20px;
	background-color:white
}

#footer {
	padding: 7px 10px;
	font-size: 1.1em;
	color: #FFFFFF;
	background: #333333;
	text-align: center;
	margin:auto;
	margin-bottom:10px;
	margin-top:-10px;
	width:950px;
}
}
/* Header
-----------------------------------------------------------------------------*/
#header {
/*	background:#00ccca; */
	
	margin-bottom: 28px;
	margin-top: -20px;
	padding-top: 10px;
	text-align: left;
}
#header table{
	margin-top: -10px;
	margin-bottom: 15px;
}
#top{
	float: right;
	text-align: left;
}
#top li {
	display: inline;
}
#top a {
	color: #808080;
	margin: 0 0 0 13px;
	background: url(i/toparrow.gif) center left no-repeat;
	padding: 0 0 0 12px;
	font-size: 1.2em;
}
#top .current_page_item a {
	background-image: url(i/toparrow2.gif);
}
#searchform {
	margin: 0px 0 0 10px;
}
#searchform input {
	font: 1.1em "Tahoma", Arial, Sans-Serif;
	float: left;
}
#s {
	width: 175px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
}
#searchsubmit {
	background: #E60000;
	border: 0;
	padding: 1px 5px;
	color: #fff;
	overflow: visible;
	font-weight: bold !important;
	cursor: pointer;
}

#logo {
	text-align:left;

	color: #808080;
	line-height: 0.85em;
	font-size: 3.3em;
	margin: 14px 0 15px;
}
#logo span {
	display: block;
	font-size: 0.38em;
	font-weight: normal;
	text-transform: uppercase;
}

#menu {
	height: 24px;
	padding: 7px 0 0 0;
	clear: both;
/*	background: url(i/smalldot.gif) repeat-x;
	border-bottom: 1px solid #CCC; */	
	position: relative;
	float:right;

}
#menu li {
	font-size: 1.0em;
	display: inline;
}
#menu li a {
	margin: 0 5px 0 5px;
	color: black;
	font-size: 1.2em;
	text-decoration:none;
}
#menu li a:hover {color: #444;}
#menu li.current_page_item {
	background: url(i/arrow.gif) no-repeat center left;
}


/* Content
-----------------------------------------------------------------------------*/
#container {
	margin-top: -15px;
	width: 100%;
	margin-bottom: 5px;
}
* html #container {height: 1%;}
#container:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#content {
	width: 710px;
	float: left;
	padding: 0 10px 20px 0;
	overflow: hidden;
}

#content h2 {
	font: normal 1.9em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 1.2em;
}
#content h2.pagetitle {
	padding-left: 3px;
	padding: 1px 0 4px;
}
#content h3 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 1px 0 4px;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #EEE;
}

#content p,
#content li {
	font-size: 1.3em;
	line-height: 1.4em;
}

#content .post {
	margin: 0 0 2.2em;
}
#content .post h2,
#content .post h3 {
	font-size: 2em;
	margin: 0 0 2px;
}
.post ul,
.post ol {
	margin: 7px 0 7px 35px;
}
.post li {
	padding: 2px 0;
}
.post .postmetadata {
	font-size: 1.1em;
	padding: 0 0 7px;
	color: #AAA;
}
.postmetadata a {
	color: #AAA;
	text-decoration: underline;
}
.postmetadata a:hover {
	text-decoration: none;
}

.entry {
  text-align: justify;
	line-height: 1.4em;	
}

.entry h1 {
	font-size: 1.8em;
	margin: 15px 0 10px;
}
.entry h2 {
	font-size: 1.65em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
	border: none !important;
}
.entry h3 {
	font-size: 1.45em !important;
	font-weight: bold !important;
	margin: 15px 0 10px !important;
	padding: 0 !important;
}
.entry h4 {
	font-size: 1.3em;
	margin: 15px 0 10px;
	font-weight: bold !important;
}

.line {
	clear: both;
	padding: 3px;
	margin: 0 0 15px;
	background: url(i/smalldot.gif) repeat-x;
}

.nav {
	font-size: 1.3em;
	padding: 0 0 22px;
}
.navigation {
	font-size: 1.3em;
	margin: 20px 0;
	height: 1.3em;
}
.alignleft {float: left;}
.alignright {float: right;}

h3#comments,
h3#respond {
	padding: 1px 0 4px;
	border-bottom: 1px solid #EEE;
}

.commentlist {
	margin: 20px 0 30px 25px;
}
.commentlist li {
	padding: 8px 0 2px;
}
.cdata {
	background: #F5F5F5;
	border-bottom: 1px solid #DDD;
	padding: 3px 3px 3px 7px;
	height: 1%;
}
.cdata strong {
  display: block;
}
#content img.avatar {
  float: right;
	display: inline;
	border: 0;
	margin: 1px 1px 0;
}
.ctext {
  padding: 0 7px;
}

.commentlist li p {
	font-size: 1em !important;
}
.commentmetadata {
	font-size: 0.85em;
}
.commentmetadata a {
  color: #A5A5A5;
}

#author, #email, #url, #comment, #submit {
	font: 1em "Tahoma", Arial, Sans-Serif;
	padding: 2px 4px;
	width: 200px;
	border: 1px solid #CCC;
}
#comment {
	width: 470px;
	height: 170px;
}
#submit {
	width: 115px;
	height: 22px;
	padding: 0;
	background: #F4F4F4;
	cursor: pointer;
	overflow: visible;
}


/* Sidebars
-----------------------------------------------------------------------------*/
#sidebars {
	float: left;
	font-size: 1.2em;
	font-family:tahoma;
	line-height: 1.4em;
	width: 930px;
	padding:0px;
	margin:0px;
}
* html #sidebars {height: 1%;}
#sidebars:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#sidebarz {
	float: right;
	font-size: 1.2em;
	font-family:tahoma;
	line-height: 1.4em;
	width: 180px;
}

#l-sidebar {

	float: left;
width:327px;
	margin:0px;
	padding:0px;
}
#m-sidebar {

	float: left;
	width: 377px;
	padding: 0px;
	margin-left: 15px;
 }
#r-sidebar {
	float: right;
	width: 180px;
	padding: 0 0 0 5px;
}


#sidebars ul {
	margin: 0 0 15px;
}
#sidebars li {
	list-style: none;
	padding: 3px 4px;
	margin: 0;
}
#sidebars li ul {
  margin: 0 0 3px 12px;
}
#sidebars li li {
  padding: 3px 0 0;
	border: none;
}
#sidebars li a {
 	color: #808080;
 /*background: url(i/arrow.gif) no-repeat center right;

*/
}
#sidebars h2 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebars h3 {
	font: normal 1.4em/1.1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}

#sidebarz ul {
	margin: 0 0 15px 0;
}
#sidebarz li {
	list-style: none;
	padding: 3px 4px;
	margin: 0;
}
#sidebarz li ul {
  margin: 0 0 3px 12px;
}
#sidebarz li li {
  padding: 3px 0 0;
	border: none;
}
#sidebarz li a {
 	color: #808080;
 /*background: url(i/arrow.gif) no-repeat center right;
*/
}
#sidebarz h2 {
	font: normal 1.7em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px 3px;
	border-bottom: 1px solid #EEE;
}
#sidebarz h3 {
	font: normal 1.4em/1.1em "Trebuchet MS", Arial, Sans-Serif;
	padding: 0 0 3px;
}


.tags,
#tag_cloud {
	margin: 0 0 15px;
}
.tags {
  text-align: center;
}
.tags a,
#tag_cloud a {
	color: #808080;
	margin: 0 2px;
}

#wp-calendar {
  width: 100%;
	margin: 0 0 12px;
}
#wp-calendar td {
  text-align: center;
}


/* Footer
-----------------------------------------------------------------------------*/

 
#footer a{
	color: #CCCCCC;
	text-decoration: none;
} 

#footer a:hover{
	color: #FFCC00;
	text-decoration: none;
}

#sidebars ul li .tags a{
 color: #3366CC;
 font-size:10px;
 font-family:tahoma;
}
#l-sidebar ul li p,#m-sidebar ul li p{
 color: #333333;
 font-size:12px;
 font-family: Tahoma;
 line-height: 14px;
}
#l-sidebar ul li a,#m-sidebar ul li a{
 color: brown;
 font-weight:bold;
 font-size:11px;
 font-family:tahoma;
}
 
#l-sidebar ul li .postavatar,#m-sidebar ul li .postavatar{
	border: 1px solid #000;
	float:right;
	margin-left:3px;
}
#l-sidebar ul li .stat,#m-sidebar ul li .stat{
	text-align:left;
	float:left;
	top:0px;
	display:compact;
	color: #666666;
	font-family:tahoma;
}

input , button , textarea , select , option , optgroup{
font-family:tahoma;
}
.newsmarquee span{
margin:0px 10px 0px 10px;
font-size:12px;
padding:5px;
}
#adv{
height:70px;
width:600px;
margin:4px;
}
#adv td{
text-align:left;
}
.box-top{
/*
background:url(i/box_top.gif);
background-repeat:no-repeat;
background-position:bottom;
*/
height:0px;
margin:0px;
padding:0px;
display:none;
}
.box-bottom{
/*
background-image:url(i/box_down.gif);
background-repeat:no-repeat;
background-position:top;
*/
height:5px;
margin-bottom:5px;
padding:0px;
display:none;
}
.box-body
{
/*
background-image: url(i/box_body.gif);
background-repeat:repeat-y;
*/
border: 1px solid #ccc;
background-color: #f7f6f2;
margin:1px;
padding:0px;
width:100%;
}

.box-body p{

}

#cat-box{
margin-bottom:10px;
}
.cat-box-body{
	border: 1px solid #ccc;
	margin-top: -10px;
	padding: 2px;
}
#cat-box .stat{
text-align:left;
margin:1px;
padding:0px;

}
#cat-box h3{
background: #FFF url(i/catbox2.gif) no-repeat top center;
color: white;
padding:5px;
padding-bottom:0px;
margin:1px;
font:normal 2.0em !important;
font-weight:bold;
height: 30px;
}
#cat-box h3 a{
color: white;
text-decoration:none;
}

#cat-box a{
	font-weight: bold;
	font-size: 11px;
}
/******************/

.cat-box-bordered{
	border: 1px solid #ccc;
	padding: 3px;
	margin-top: -8px;
}

#r-sidebar .menu_box h2{
text-align:right;
padding:5px 10px 5px 0px;
margin:0;
font-size: 11px;
font-family: Tahoma;

}
#r-sidebar .menu_box ul{
}

.menu_box{
	margin-bottom: 10px;
}

$r-sidebar .menu_box{
	margin-bottom: 5px;
}


#r-sidebar .menu_box li{
margin: 0px;
padding:0 0 1px 0px;;
}

#r-sidebar .menu_box li a{
color:#ffffff;
display: block;
padding:2px 22px;
text-decoration:none;
background: #393939 url(i/arrow_1.gif) right no-repeat;
}
#r-sidebar .menu_box li a:hover{
background-color: #800000 ;
color:#FFF;
}
/******************/
.widget_userlogin h2, .widget_links h2, .widget_categories h2, .widget_polls h2, .widget_code h2
{
margin:0px;
width: 180px;
color:white;
text-align:right;
background: url(i/topul.gif) top right no-repeat;
}

.widget_userlogin ul, .widget_links ul, .widget_categories ul,  .widget_code ul
{
width:180px;
padding-bottom:10px;
background:white url(i/botul.gif) bottom left no-repeat;
}

.widget_polls ul{
	width:180px;
	padding-bottom:10px;
}

.widget_userlogin li, .widget_links li, .widget_categories li
{
}
.widget_userlogin form
{
border:1px dotted gray;
padding:5px;
}
.widget_userlogin span a
{
padding:5px;
font-size: 11px;

}

/******************/
 .news td{
	border-bottom:  solid 1px #ccc;
}
.news li a{
/*background:url(i/newsarrow.gif) right no-repeat;
padding-right:20px;
padding-left:20px;*/
font-weight:normal;
}
.co20row0{
background:#fefefe;
}
.co20row1{
background:#efefef;
}


/*******************/
.archive {float:left;width:100%;text-align:left;}
 .archive a{
color:blue;
margin-right:5px;
}
#m-sidebar ul li .tags a{
 font-size:12px;
 /*font-weight:bold;*/
 font-family:tahoma;
}
span.free{
color: #006600;
font-weight: bold;
}
span.special{
color: #0066CC;
font-weight: bold;
}
span.normal{
color: #663300;
font-weight: bold;
}
#cat-box{
border:dashed 1px #e0e0e0;
}
#cat-box h3 a{
font-size: 1.0em;
}

#cat-box.basket h3{
	background: #FFF url(i/catbox1.gif) no-repeat top center;
}

#cat-box.basket a{
	font-weight: bold;
	color: #3366CC;
	font-size: 11px;
}
#cat-box.basket a:hover{
	color: #003399;
	border-bottom: 1px dotted #003399;
	text-decoration: none;
}
#m-sidebar #topimage{
height: 70px;
width:380px;
}
#l-sidebar #topimage{
height: 70px;;
width:330px;
}

#topimageSmall{
	width: 99px;
	height: 70px;
	float: right;
	background: url(i/topboxbg.gif) right bottom no-repeat;
}

#topimageBig{
	height: 35px;
	margin-top: 35px;
	float: left;
}

#topimageSmall img{
	margin: 9px 8px 0 0;
}

.textwidget{
	border: 1px solid #CCC;
}

.wp-polls{
	border: 1px solid #ccc;
	padding: 5px;
}