/*  
Theme Name: MichaelGerber2
*/
/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

#coolmenu .contact-page{
	border:none;
}

body{
	background: #EDEDED repeat-x top;
	color: #555555;
	font: .7em Arial,Tahoma,Verdana,Helvetica,Sans-Serif;
	margin: 0 0 20px;
}
a{
	color: #1682dc;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 966px;
	background: white;
	border:4px solid #DCDCDC;
	padding: 0px 20px 20px 20px;
}
/*=== Header ===*/
#header{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 450px;
	letter-spacing: -1px;	
}
/*- Logo -*/
#header h1{
	/*border-bottom: 1px solid #cccccc;*/
	color: #555555;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 25px 10px 10px;
}
#header h1 a{
	color: #555555;
}
#header h1 a:hover{
	text-decoration: none;
}
#header small{
	color: #c11209;
	font-size: 18px;
	letter-spacing: 0px;
	padding: 0px 30px;
	font-weight:bold;
}
/*- Slogan -*/
#header strong{
	color: #19acff;
	float: left;
	font-size: 18px;
	padding: 0px 10px 0;
	letter-spacing: 0px;	
	font-weight:bold;
	margin-top: 0px;		
}
/*- Search -*/
#search{
	background: url(images/search-bgr.gif) no-repeat;
	float: right;
	height: 25px;
	margin: 0px 0px 0;
	width: 175px;
}
#search input{
	border: 0;
	float: left;
	margin: 2px 0 0 3px;
	width: 135px;
}
#search .btn{
	padding: 0;
	width: auto;
}
/*=== Top Menu ===*/
#topmenu{
	background:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/header.png) no-repeat top right;
	height: 34px;
	margin:18px 0px 10px 0px;
	float:right;
	width:675px;
}
#topmenu ul{
	float:right;
	height: 34px;
	padding: 0 0px;
	/*width: 790px;*/
}
#topmenu li{
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	margin: 0;
	padding: 0 33px 0 0;
	text-transform: none;
}
#topmenu li.rss{
	float: right;
	padding-right: 0;
}
#topmenu li.rss a{
	background: url(images/ico-rss.gif) no-repeat left;
	display: block;
	padding: 0 0 0 30px;
}
#topmenu li a{
	color: black;
}

#topmenu li a:hover{
	color: white;
}

/*=== Top SubMenu ===*/
#topsubmenu{
	background: url(images/submenu-bgr.gif) no-repeat;
	height: 28px;
	margin: 0 0 20px;
}
#topsubmenu ul{
	height: 28px;
	padding: 0 10px;
	width: 946px;
}
#topsubmenu li{
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0 20px 0 0;
}
#topsubmenu li a{
	color: #ffffff;
}
/*=== Columns ===*/
#columns{
	padding: 0 0px
}
#columns h2{
	/*border-bottom: 1px solid #19acff;*/
	color: #1682dc;
	font: 1.6em Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0 0 15px;
	padding: 0 0 5px;
	text-transform: capitalize;
}
#columns h3{
	color: black;
	font-size: 22px;
	letter-spacing: -1px;
	padding: 0 0 3px;
}
#columns h3 a{
	color: black;
}
#columns p{
	padding: 13px 0pt 0px 0px;
}
/*--- Left Column ---*/
#leftcol{
	float: left;
	border:solid #dcdcdc 1px;
	width:725px !important;
	padding:2px 10px;
}
#leftcol img{
/*	border: 1px solid #cccccc; */
	margin: 0 5px 0px 0px;
}
/*--- Center Column ---*/
#centercol{
	float: left;
	margin: 0 0 0 25px;
	width: 200px;
}
/*--- Right Column ---*/
#rightcol{
	float: right;
	
	width: 183px;	
}
/*--- Sub Columns ---*/
.col1{
	float: left;
	width: 140px;
}
.col2{
	float: right;
	width: 140px;
}
/*=== Post Info ===*/
.date, .catg {
	background: url(images/ico3.gif) no-repeat left;
	color: #999999;
	font-size: 1.1em;
	margin: 0 15px 0 0;
	padding: 0 0 0 16px;
}
.catg {
	background: url(images/ico1.gif) no-repeat left;
}
.date a, .catg a {
	color:#999999;
	}
.post-data .date, .post-data .comment, .post-data .author, .post-data .category {
	background:url(images/ico-cal.gif) center left no-repeat;
	padding-left:20px;
	margin-left:2px;
	margin-bottom:5px;
	font-size:1.1em;
	line-height:1.3em;
	color:#ccc !important;
	display:block;
	}
.post-data .comment {
	background:url(images/ico-comment.gif) center left no-repeat;
	}
.post-data .author {
	background:url(images/ico-user.gif) center left no-repeat;
	}
.post-data .category {
	background:url(images/ico-folder.gif) center left no-repeat;
	}
.post-data a {
	color:#ccc !important;
	}
/*=== Styling Lists ===*/
/*- List1 -*/
ul.list1{
	padding: 0 0 15px;
}
.list1 li{
	background: url(images/hl-dash.gif) repeat-x bottom;
	margin: 0 0 7px;
	padding: 5px 0 10px;
}
.list1 li p {
	padding-bottom:3px !important;
	}
/*- List2 / List3 -*/
ul.list2, ul.list3{
	padding: 0 0 15px;
}
.list2 li, .list3 li{
	background: url(images/ico1.gif) no-repeat left;
	margin: 0 0 7px;
	padding: 0 0 0 15px;
}
.list3 li{
	background: url(images/ico2.gif) no-repeat left;
}
.list2 li a, .list3 li a{
	color: #555555;
}
/*=== Footer ===*/
#footer{
	background: url(http://www.michaelegerber.com/wp-content/uploads/2009/12/footer.png) ;
	clear: both;
	color: white;
	font-size: 13px;
	font-weight: bold;
	line-height: 34px;
	height: 34px;
	line-height: 34px;
	margin-bottom:2px;
}
#footer a{
	color: #293d6b;
}
#footer p{
	padding: 0 10px;
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.ad{
	margin: 0 0 15px;
}
.post {
	/*border-bottom:1px dashed #19ACFF;*/
	margin-bottom:2px;
	}
.entry {
	font-size:14px;
	line-height:1.6em;
	text-align:justify;
	}
.entry-alt {
	font-size:14px;
	/*line-height:1.7em ;*/
	}

.entry-alt img{
	margin-right: 10px;
	}

.entry ul, .entry ol, .entry-alt ul, .entry-alt ol {
	margin-bottom:15px;
	}
.entry ul li ul, .entry ol li ol, .entry-alt ul li ul, .entry-alt ol li ol{
	margin-bottom:0px;
	padding-top:3px;
	}
.entry ul li, .entry-alt ul li {
	list-style:circle outside !important;
	margin-left:20px;
	padding:0px 0pt 0pt 5px;
	}
.entry ul li ul li, .entry-alt ul li ul li {
	list-style:disc inside !important;
	}
.entry ol li, .entry-alt ol li {
	list-style:decimal inside !important;
	margin-left:15px;
	padding:3px 0px;
	}
.entry ol li ol li, .entry-alt ol li ol li {
	list-style:decimal-leading-zero inside !important;
	}
/*- Navigation -*/
.navigation{
	float:left;
	font-size:1.5em;
	font-weight:bold;
	padding-bottom:10px;
	}
.alignleft{
	display:inline;
	float:left;
	}
.alignright{
	display:inline;
	float:right;
	}
/*- Comments -*/
.comments_template{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
}

.comments_template p.nocomments, .comments_template p.alert{
	padding: 10px;
	font-size: 14px;
}

.comments_template form#commentform{
	margin: 0;
	padding: 10px;
}

.comments_template form#commentform p{
	line-height: 18px;
}

ol.commentlist{
	margin: 10px 0;
	padding: 0;
	list-style: none;
	font-size:1.1em;
	line-height:1.7em;
}

ol.commentlist cite{
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li{
	padding: 10px;
	border-top:1px dotted #B6B6B6;
}

ol.commentlist li.alt{
	background:#E9E9E9;
	border-top:1px dotted #B6B6B6;	
}

ol.commentlist li.highlighted{
	background:#E9E9E9;
	border-top:1px dotted #B6B6B6;	
}

.comment-number{ /* for Paged Comments plugin */
	float: right;
	font-family: Georgia, Arial, Verdana, Sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #aaa;
}

table.nice {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.nice th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.nice td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.textwidget{font-size:12px;}
.textwidget h3 {}
.widgetbox h4 {margin-top:0px;margin-bottom:10px;background:solid #EBE6C0;border-bottom:1px solid gray;}
.widgetbox{margin-bottom:10px;padding:2px;}
.widgetbox img {border:0px:align:center;}
.frontpagerow{width:1000px;overflow:hidden;height:130px;margin-top:10px;}
.frontpagewidget{width:180px;margin-right:16px;background:#cdcdcd;float:left;overflow:hidden;}

table.nice {
        border-width: 1px 1px 1px 1px;
        border-spacing: 0px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        border-collapse: collapse;
        background-color: white;
}
table.nice th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: #EBE6C0;
        -moz-border-radius: 0px 0px 0px 0px;
}
table.nice td {
        border-width: 1px 1px 1px 1px;
        padding: 10px;
        border-style: solid solid solid solid;
        border-color: gray gray gray gray;
        background-color: white;
        -moz-border-radius: 0px 0px 0px 0px;
	font-weight:bold;
}
.frontpage-row {
	width:100%;
	height:150px;
	margin-bottom:10px;
}
.frontpage-box {
	width:33%;
	height:150px;
	float:left;
	border-top:solid 1px #cdcdcd;	
	border-left:solid 1px #cdcdcd;
}
.frontpage-message{
	width:66%;
	float:right;
}
.frontbutton {background: no-repeat;width:180px;height:120px;display:block;overflow:hidden;}
.frontbuttontext {margin-right:00px;margin-top:83px;font-weight:bold;color:black;font-size:20px;text-align:center}
a.frontbutton {text-decoration:none}
.frontbuttontextaction {color:red;}


#languagebar{float:right;font-size:12px;margin-top:10px;color:#666666;width:700px;text-align:right;}
#languagebar a {color:#666666;padding:0px 10px;}
#languagebar a:hover {color:red}

#logo {width:125px;float:left;margin:3px 0 0 5px;}

#product-description {padding:10px;width:350px;margin:0px 10px 3px 320px;}
#product-description-title {font-size:22px;font-weight:bold;color:black;width:350px;margin:0px 10px 3px 320px;}
#related-products{font-size:16px;font-weight:bold;color:black;width:350px;margin:20px 0 0 10px;}

.mandarin-img mandarin {background: url(images/mandarin.png); }


.sidemenu ul li a{ /*------- Text which show on the sidemenu images in IE only -------------------*/
	width:180px;
	height:37px;
	margin-bottom:10px;
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/11/background.png);
	text-align:center;
	padding-top:83px;
	/*font-weight: bold;*/
	/*color:transparent;*/
	font-size: 0;	
	display: block;
	color: #000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}


hr {
	color: #cdcdcd;
	background-color: #cdcdcd;
	height: 1px;
	margin:10px 0 10px 0;
}

.sidemenu ul li a:hover{
	text-decoration:none;
}

.sidemenu ul li .products a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/12-30-09_Products_Button.jpg);
}

.sidemenu ul li .videos a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/12-30-09_Video_Button.jpg);
}

.sidemenu ul li .pressroom a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/12-30-09_Press_room_Button.jpg);
}
.sidemenu ul li .events a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/12-30-09_Events_Button.jpg);
}

.sidemenu ul li .podcast a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2009/12/12-30-09_Newsletter_Button.jpg);
}

.sidemenu ul li .blog a{
	background-image:url(http://www.michaelegerber.com/wp-content/uploads/2010/03/blog_icon.jpg);
}

/*=== Custom Form ===*/

p.hpform{
	font-size:9px;
}

p.hptform{
	font-size:14px;
	font-weight: bold;
	color: #006600;
}

/*=== Custom Table ===*/
table.hp{
	padding: 0;
}

/*
.sidemenu ul li .current_item{
	border: 2px solid green;
}

.sidemenu ul li .current_page_item{
	border: 2px solid green;
}
.sidemenu ul li .current_item_parent{
	border: 2px solid green;
}
*/
