/*
Theme Name: MTB
Version: 1.3 uphill

*/

/*- Typography */
body {
    font-family: Arial, sans-serif;
	}
strong, em, b, i {
    font-family: Arial, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;
	}


h1 {font-size:26px;}
h2 {font-size:22px;}
h3 {font-size:19px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	text-decoration: none;
	}

	
/*** general ***/
body {
	font-size: 14px; /* Resets 1em to 10px */
	margin: 0px auto;
	background-color: white;	
}


/*** layout ***/
#page {
	width: 960px;
	margin: 0px auto;
	padding: 5px;
	background-color: white;
	text-align: left;
	border: 0px solid #ddd;
	border-top: none;
}
#header {
	position: relative;
	width: 960px;
	/*height: 325px;*/
	padding-bottom: 3px;
}
#wrap {
	position:relative;
	width:960px;
	overflow:hidden;
}
#content {
	float:left;
	display:inline; 
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:660px;
	padding: 0px 00px 0px 0px;
}
#sidebar {
	float:right;
	display:inline; 
	overflow:hidden;
	width: 260px;
	margin:0 0 0 0;
	padding: 0px 0px 0px 0px;
}
#footer {
}

/*** header ***/


/*** menu ***/
#menu { position:relative; width: 960px; height: 30px; background-color: black; }
	#menu ul { margin: 0px; padding: 0px; font-family: "Arial"; font-size: 14px; list-style: none; line-height: 30px; }
		#menu li { float:left; }
		#menu li a { display: block; color: #FFF; padding: 0 10px; text-decoration: none; }
		#menu li a:hover { color:#000; background-color: #FFF; text-decoration: none; }
		#menu li.current_page_item a { color:#000; background-color: #FFF; }
	#menu ul.right { float:right; }
	.menu-main_right-container { float:right; }

/*** Links ***/
a, h2 a:hover, h3 a:hover {
	color: #910;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
a img {
	border: none;
	}


/*** Images ***/
p img { padding: 0; max-width: 100%; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.alignright { float: right; }
.alignleft { float: left }

/* Captions */
.aligncenter,div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/*
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; margin: 10px;
	-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; }
/* End captions */

/*** everything else ***/
.clear {
	clear:both;
	visibility: hidden;
}
.center {
	text-align: center;
}

small, .postmetadata {
	color: #777;
	}

.meta {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #777;
	border-bottom: 2px solid #CCC;
}
.meta-date {
	padding: 0 10px 0 0px;
	font-family: "Times New Roman";
	font-style: italic;
}
.meta-categories {
	padding: 0 10px 0 15px;
}
.meta-comments {
	padding: 0 10px 0 15px;
}
.meta-tags {
	padding: 0 10px 0 15px;
}
.meta-category-icon {
	position:relative;
	float: left;
	border: 1px solid blue;
}

.post {
	width:580px;
}
.post h2 {
	display: block;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	font-size: 16px;
	font-family: Verdana,"BitStream vera Sans";
}
.page {
	width:960px;
}
.page h2 {
	display: block;
	margin-top: 20px;
	padding: 0 5px 0px;
	font-size: 20px;
	font-family: Arial;
	text-align: center;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
.simpleimage {
	width:300px;
}

#navi_home {
	background: url('images/navi/home.gif');
}

.category_icon_news {
	position:relative;
	left:500px;
	width:100px;
	height:100px;
	background:url('images/category_icons/news.png') no-repeat;
}
.category_icon_product {
	position:relative;
	left:500px;
	width:100px;
	height:100px;
	background:url('images/category_icons/product.png') no-repeat;
}
.category_icon_feature {
	position:relative;
	left:500px;
	width:100px;
	height:100px;
	background:url('images/category_icons/feature.png') no-repeat;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 60px;
	width:550px;
	}

ul.video-list {	margin: 0px; padding: 0px; list-style: none; }
	ul.video-list li { padding-bottom:15px; float:left; }
	ul.video-list li a { display: block; text-decoration: none; }
