/*
Theme Name: TPC
Theme URI: http://wordpress.org/
Description: TPC theme for Wordpress
Version: 1.0
Author: Morepixel
Author URI: http://morepixel.com/
Tags: 

*/









	/**
	*
	*	RESET
	**/
	
	* { text-decoration:none; font-family: Arial, Helvetica, Verdana, sans-serif; color: #090a0a; font-size: 13px; }
	a:active { outline: 0; }
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
	table{ border-collapse:collapse; border-spacing:0; } 
	fieldset,img { border:0; }
	address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style:inherit; font-weight:inherit; }
	del,ins { text-decoration:none; }
	li { list-style:none; }
	caption,th { text-align:left; }
	h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
	q:before,q:after { content:''; } 
	abbr,acronym { border:0; font-variant:normal; }
	sup { vertical-align:baseline; } 
	sub { vertical-align:baseline; }
	legend { color:#000; }
	input,button,textarea,select,optgroup,option { font-family:inherit; font-size:inherit; font-style:inherit; font-weight:inherit; }
	input,button,textarea,select { font-size:100%; }
	br.clear { display:block; height:1px; overflow:hidden; clear:both; }
	strong { font-weight: bolder; }
	.alignleft { float:left;clear:both;}
	.alignright { float:right;}
	div#content a {text-decoration: underline; color:#0086B0;}
	div#content  h3   a {text-decoration: none; color:#000;}
	em { font-style: italic; }
    p small {
        display: none;
    }
	hr {
	color: #fff; background-color: #fff; border: 1px dotted #000000; border-style: none none dotted; 
	}



	/**
	*
	*	FRAMEWORK
	*
	**/
	
	html, body {
		width: 100%;
		height: 100%;
	}
	
	body {
		background: #BFBFBF url(./images/bg_body.gif) repeat-x left top;
	}
	
	body.category-telepresence-catalog {
		background: #C5C5C5 url(./images/bg_body_catalog.gif) repeat-x left top;
	}
	
	div#page {
		width: 971px;
		margin: 0 auto;
	}











	/**
	*
	*	HEAD
	*
	**/
	
	div#service-nav {
		height: 29px;
		border-bottom: 1px solid #fff;
		position: relative;
		width: 971px;
	}
	
	div#header {
		height: 89px;
		width: 971px;
		position: relative;
		margin-bottom: 0px;
	}
	
	body.category-telepresence-catalog div#header {
		height: 258px;
	}
	
	div#header span {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	div#header ul#nav {
		position: absolute;
		top: 0;
		left: 194px;
		width: 778px;
		z-index: 10;
	}
	
	div#header ul#nav li {
		float: left;
		height: 73px;
	}
	
	div#header ul#nav li a {
		display: block;
		float: left;
		height: 73px;
		text-indent: -200000em;
		overflow: hidden;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	div#header ul#nav li a:hover, div#header ul#nav li a:focus, div#header ul#nav li a:active,
	div#header ul#nav li.current-cat a, div#header ul#nav li.current-cat-parent a, div#header ul#nav li:hover a, div#header ul#nav li.hover a {
		background-position: left bottom;
	}
	
	li.cat-item-12 a { background-image: url(./images/btn_home.gif); width: 73px; }
	li.cat-item-4 a { background-image: url(./images/btn_about.gif); width: 109px; }
	li.cat-item-7 a { background-image: url(./images/btn_get-listed.gif); width: 123px; }
	li.cat-item-5 a { background-image: url(./images/btn_network.gif); width: 164px; }
	li.cat-item-3 a { background-image: url(./images/btn_catalog.gif); width: 124px; }
	li.cat-item-6 a { background-image: url(./images/btn_calendar.gif); width: 143px; }
	li.cat-item-8 a { background-image: url(./images/btn_contact.gif); width: 115px; }
	
	div#header ul#nav li ul.children {
		display: none;
		position: absolute;
		top: 73px;
		left: -194px;
		width: 971px;
		height: 88px;
	}
	
	body.category-telepresence-catalog div#header ul#nav ul.children {
		display: block;
		
	}
	
	div#header ul#nav li ul.children li {
		float: left;
		height: 44px;
		width: auto;
	}
	
	div#header ul#nav li ul.children li a {
		float: left;
		height: 33px;
		text-indent: 0;
		text-align: center;
		color: #0086b0;
		font-size: 11px;
		width: 98px;
		background: #fff;
		border-right: 1px solid #cfcfcf;
		line-height: 10px;
		padding-top: 10px;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	div#header ul#nav li ul.children li a:hover, div#header ul#nav li ul.children li a:focus, div#header ul#nav li ul.children li a:active, div#header ul#nav li ul.children li.current-cat a {
		background: #ffe8cb;
		color: #dc8b27;
	}
	
	div#service-nav * {
		color: #fff;
		font-size: 11px;
		
	}
	
	div#service-nav div.links {
		height: 29px;
		float: left;
		line-height: 29px;
	}

	div#service-nav div.links strong,
	div#service-nav div.links a {
		display: block;
		float: left;
		height: 29px;
		line-height: 29px;
		padding: 0 0 0 1px;
		font-weight: normal;
	}
	
	
	div#service-nav div.links strong {
		padding-left: 0;
		text-decoration: underline;
		padding-right: 3px;
		
	}
	
	div#service-nav div.links a:hover,
	div#service-nav div.links .akt {
		background: #84716B;
	}

	div#service-nav div.links a.btn-youtube{
		padding-right:3px;
		padding-left: 3px;
	}
    	
	div#service-nav div.links a.btn-youtube:hover ,
	div#service-nav div.links a.btn-twitter:hover {
		background: none;
	}
	
	div#service-nav div.links a.btn-youtube img,
	div#service-nav div.links a.btn-twitter img {
		padding-top: 4px;
	}

	div#service-nav ul#languages {
		position: absolute;
		height: 29px;
		margin-left: 16px;
		right: 104px;
	}
	
	div#service-nav ul#languages li {
		float: left;
		margin-right: 3px;
		padding-top: 8px;
	}
	
	div#service-nav .widget_search {
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 5px;
		width: 103px;
		height: 14px;
	}
	
	div#service-nav .widget_search div {
		position: relative;
		width: 103px;
		height: 19px;
		background: url(./images/bg_search.gif) no-repeat left top;
	}
	
	div#service-nav .widget_search * {
		color: #000;
	}
	
	div#service-nav .widget_search label, div#service-nav .widget_search input#searchsubmit {
		display: block;
		width: 25px;
		height: 19px;
		padding: 0;
		border: 0;
		background: url(./images/btn_search.gif) no-repeat left top;
		overflow: hidden;
		text-indent: -200000em;
		font-size: 0;
		line-height: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
	}
	
	div#service-nav .widget_search input#s {
		background: none;
		border: 0;
		width: 72px;
		height: 19px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 3px;
	}





    .search .category-invisible {
        display: none;
    }

























	/**
	*
	*	CONTENT 
	*
	**/
	
	div#content {
		float: left;
		width: 686px; /*704*/
		margin-right: 25px;
		overflow: hidden;
	}
    	
	div#page div#content {		
		-moz-border-radius: 4px 4px 4px 4px;
		background-color: #fff;
	}
	.home #page #content {	
		background: none!important;
	}
	
	div#sidebar, div#product-sidebar {
		float: left;
		width: 260px; /*234*/
		overflow: hidden;
	}

	div#content h1.pagetitle,
	div#content h2.pagetitle {
		color: #56351b;
		font-size: 22px;
		margin-bottom: 5px;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 20px;
	}

	div#content div.post h3 {
		display: block;
		color: #56351b;
		font-size: 22px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	
	div#content p, div#content table, div#content ul, div#content ol {
		margin-bottom: 20px;
	}
    div#content .entry ul, div#content .entry ol {
    	margin: 0px 0px 20px 25px;
    	list-style: disc;
    }
    div#content .entry ul li, div#content .entry ol li {
    	margin: 0px 0px 0px 10px;
    	list-style: disc;
    }    
	div#content div.post {
		float: left;
		margin: 10px 20px 10px 20px;
		width: 646px; /*664px*/
		_display: inline;
	}

	div.blogroll {
		margin: 0px 0px 0px 20px;
		clear: both;
	}



















	/**
	*
	*	CONTENT > SITEMAP
	*
	**/
	
	.ddsg-wrapper h2,
	.ddsg-wrapper ul li strong {
		display: none;
	}
	.ddsg-wrapper ul li.catHeader a,
	.ddsg-wrapper ul li.catHeader li.catHeader a{
		font-weight: bold;
	}
	.ddsg-wrapper ul li ul {
		margin: 0px 0px 0px 20px;
	}
	.ddsg-wrapper ul li.catHeader li a,
	.ddsg-wrapper ul li.catHeader li.catHeader li a {
		font-weight: normal;
	}    


















	/**
	*
	*	SIDEBAR
	*
	**/
	
	div#sidebar li.widget,
	div#home-sidebar li.widget {
		background: #fff;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		padding: 10px 0 20px 0;
		margin: 0 0 10px;
	}
	
	div#home-sidebar li.widget {
		padding-bottom: 0;
	}
	
	div#sidebar li.widget, div#sidebar li.widget *,
	div#home-sidebar li.widget, div#home-sidebar li.widget * {
		font-size: 12px;
	}
	div#sidebar li.widget .textwidget a {
	color:#0086B0;
	text-decoration:underline;
	}
	
	.widget_text .textwidget label {
	    width: 100px;
	    display: block;
	}
    .widget_text .textwidget input, 
    .widget_text .textwidget textarea {
        width: 234px;
        display: block;
    }	
	.widget_text .textwidget select  {
	    width: 241px;
	    display: block;
	}	
	
	/* RSS */
	div#sidebar li.widget_rss {
		padding-bottom: 10px;
	}
	
	div#sidebar li.widget_rss h2 {
		height: 40px;
		margin-bottom: 10px;
		border-bottom: 3px solid #56351b;
		padding-bottom: 10px;
	}
	
	div#sidebar li.widget_rss h2 a.rsswidget {
		padding: 0 10px;
		font-size: 15px;
		color: #56351b;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#sidebar li.widget_rss h2 a.rsswidget img {
		display: none;
	}
	
	div#sidebar li.widget_rss ul {
		padding: 10px 10px 0 10px;
	}
	
	div#sidebar li.widget_rss ul a.rsswidget {
		color: #0086B0;
		font-weight: bold;
		text-decoration: underline;
	}
	
	div#sidebar li.widget_rss ul span.rss-date {
		font-style: italic;
		display: block;
	}
	
	div#sidebar li.widget_rss ul div.rssSummary {
		margin-top: 5px;
		padding-top: 5px;
		border-top: 1px dotted #090a0a;
	}
	
	div#sidebar li.widget_rss ul li {
		margin-bottom: 10px;
	}
	
	/* CATEGORY TEASER */
	div#sidebar li.widget_gdsw_recentposts {
		padding-bottom: 0;
	}
	
	div#sidebar li.widget_gdsw_recentposts h2.widgettitle {
		padding: 0 10px;
		font-size: 15px;
		color: #56351b;
		display: block;
		font-weight: bold;
		height: 40px;
		margin-bottom: 10px;
		border-bottom: 3px solid #56351b;
		padding-bottom: 10px;
	}
	
	div#sidebar li.widget_gdsw_recentposts div.gdsw-recent-posts {
		padding: 10px 10px 0 10px;
	}
	
	div#sidebar li.widget_gdsw_recentposts div.gdsw-recent-posts a.gdsw-url {
		color: #0086B0;
		font-weight: bold;
		text-decoration: underline;
	}
	
	div#sidebar li.widget_gdsw_recentposts li {
		padding-bottom: 10px;
		border-bottom: 1px dotted #090a0a;
		margin-bottom: 10px;
	}

	div#sidebar li.widget_gdsw_recentposts li p.gdws-excerpt {
		margin-bottom: 0;
	}
	
	div#sidebar li.widget_gdsw_recentposts li p.homeBoxImage {
		width: 216px; 
		height: auto;
		margin: 0px 5px 5px 0px !important;
	}

	/* CALENDAR */
	div#sidebar li.widget_text h2.widgettitle {
		padding: 0 10px;
		font-size: 15px;
		color: #56351b;
		display: block;
		font-weight: bold;
		height: 40px;
		margin-bottom: 10px;
		border-bottom: 3px solid #56351b;
		padding-bottom: 10px;
	}
	
	div#sidebar li.widget_text div.textwidget {
		padding: 0 10px;
	}




	/* RANDOM */
	div#home-sidebar li.widget_gdsw_randomposts h2.widgettitle {
		padding: 0 10px;
		font-size: 25px;
		color: #56351b;
		display: block;
		font-weight: normal;
		height: 40px;
		margin-bottom: 10px;
		border-bottom: 3px solid #56351b;
		padding-bottom: 10px;
	}
	
	div#home-sidebar li#widget-featured-solution {
		margin-right: 0;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget {
		margin: 0 10px;
		overflow: hidden;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget ul {
		margin-bottom: 0;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget a.preview-image-link {
		display: block;
		height: 181px;
		overflow: hidden;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget img.preview-image {
		width: 100%;
		height: auto;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget p,
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget div.excerpt,
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget h3 {
		margin-bottom: 10px;
	}
	
	div#home-sidebar li.widget_gdsw_randomposts div.gdsw-widget h3 a {
		color: #0086b0;
		text-decoration: underline;
		font-weight: bold;
	}








	/* OUR SPONSORS */
	div#sidebar li.widget_sponsors h2.widgettitle {
		margin-bottom: 0;
		font-size: 25px;
		font-weight: normal;
	}
	
	div#sidebar li.widget_sponsors h3 {
		background: #0086b0;
		color: #fff;
		font-size: 14px;
		padding: 3px 0 3px 10px;
		margin-bottom: 5px;
	}
	
	div#sidebar li.widget_sponsors div.textwidget {
		padding: 0;
	}
	
	div#sidebar li.widget_sponsors ul {
		padding: 0 10px;
		margin-bottom: 10px;
	}
	
	div#sidebar li.widget_sponsors ul li {
		display: block;
		border-bottom: 1px dotted #090a0a;
		padding: 3px 0;
		text-align: center;
	}



    div#sidebar li.widget_sponsors ul li a img {
        text-align: center;
    }
























	/**
	*
	*	SIDEBAR HOME / FOUR COLUMN SET
	*
	**/
	
	div.sidebar-column-set.two-columns div#home-sidebar {
		float: none;
		width: 704px;
	}
	
	div.sidebar-column-set.two-columns div#home-sidebar li.widget {
		float: left;
		/*width: 347px;*/
		width: 338px;
		margin-right: 10px;
		/*_width: 343px;*/
		_width: 334px;
	}
	
	div.btn-take-me-to-the-catalog a {
		width: 704px;
		height: 284px;
		overflow: hidden;
		text-indent: -2000000em;
		display: block;
		background: url(./images/btn_take-me-to-the-catalog.jpg) no-repeat left top;
	}
















	/**
	*
	*	CATALOG / GALLERY OVERVIEW
	*
	**/
	
	div#page div.catalog-gallery div.catalog-interested {
		padding: 10px;
		background: #e8e8e8;
		-moz-border-radius: 6px;
		-khtml-border-radius: 6px;
		width: 625px;
		margin-bottom: 20px;
	}
	
	div#page div.catalog-gallery div.catalog-interested p {
		margin-bottom: 0;
	}
	
	div#page div.catalog-gallery div.catalog-interested h4 {
		font-size: 14px;
		font-weight: bold;
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts {
		margin: 10px 20px;
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts div.post {
		float: left;
		width: 150px;
		height: 100px;
		overflow: hidden;
		padding: 3px;
		margin: 0 3px 10px 0;
		border: 1px solid #dbdbdb;
	}

	div#page div.catalog-gallery div.catalog-gallery-posts div.post div.entry {
		position: relative;
		width: 150px;
		height: 100px;
		overflow: hidden;
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts div.post div.entry h3.gallery-post-title {
		position: absolute;
		top: 0;
		left: 0;
		width 150px;
		height: 100px;
		overflow: hidden;
		z-index: 2;
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts div.post div.entry h3.gallery-post-title a {
		display: block;
		postion: absolute;
		top: 0;
		left: 0;
		width: 150px;
		height: 100px;
		overflow: hidden;
		cursor: pointer;
		background: url(images/clear.gif);
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts div.post div.entry h3.gallery-post-title a span {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 150px;
		display: block;
		text-align: center;
		color: #fff;
		font-size: 11px;
		background: url(images/bg_gallery-post-title.png);
		_background: #000;
		padding: 3px 0;
	}
	
	div#page div.catalog-gallery div.catalog-gallery-posts div.post div.entry div.entry-content img.preview-image {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 150px;
		height: auto;
	}





















	/**
	*
	*	PRODUCT DETAILS
	*
	**/
	
	div#product-sidebar div.inner {
		background: #fff;
		-moz-border-radius: 4px;
		-khtml-border-radius: 4px;
		padding: 10px 10px 0 10px;
		margin: 0 0 10px;
	}
	
	div#product-sidebar * {
		font-size: 12px;
	}
	
	div#product-sidebar a {
		color: #0086b0;
		text-decoration: underline;
	}
	
	div#product-sidebar div.inner h5 {
		font-weight: bold;
		margin-bottom: 4px;
	}
	div#product-sidebar div.inner div.overview {
	    overflow: auto;
	    height: 180px;
	    clear: both;
	    padding: 0px 0px 10px 0px;
	}
	div#product-sidebar div.inner div.pricing,
	div#product-sidebar div.inner div.overview,
	div#product-sidebar div.inner div.websites,
	div#product-sidebar div.inner div.video {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px dotted #000;
	}
	
	div#product-sidebar div.inner div.video {
		border: 0;
	}
	
	div#product-sidebar div.inner div.head {
		height: 75px;
	}
	
	div#product-sidebar div.inner div.head a.button {
		float: right;
		margin: 0px 0px 10px;
	}
	
	div#product-sidebar div.inner div.head img.logo {
		float: left;
	}
	
	div.category-prev-next-nav div.inner {
		width: 180px;
		text-align: right;
		float: right;
	}
	
	div.category-prev-next-nav-top {
		width: 180px;
		text-align: right;
		float: right;
		
	}
	
	div#content div.category-prev-next-nav *,
	div#content div.category-overview-nav * {
		font-size: 11px;
		color: #7f7c7c !important;
		line-height: 16px;
		vertical-align: middle;
		text-decoration: none !important;
	}
	
	div.category-overview-nav {
		float: right;
		clear: both;
		padding-bottom: 5px;
	}

	div.category-nav {
		width: 180px;
		float: right;
		padding: 12px 22px 0 0;
	}
	
	div#additional-page {
		display: none;
	}


















	/**
	*
	*	CONTENT > KEYVISUALS
	*
	**/
	
	div#content div#content-keyvisual {
		width: 743px;
		height: 138px;
		overflow: hidden;
		margin-bottom: 20px;
		-moz-border-radius:4px 4px 0px 0px;
		margin-top: -20px;
	}

	div#content div#content-keyvisual div#content-keyvisual-inner {
		width: 743px;
		height: 138px;
		background: url(./images/keyvisuals/content/dummy1.jpg) no-repeat left top;
		-moz-border-radius:4px 4px 0px 0px;
	}
	
	body.category-publications div#content div#content-keyvisual div#content-keyvisual-inner {
		background: url(./images/keyvisuals/content/shelf.jpg) no-repeat left top;
	}
	
	body.category-hpl-telepresence-network div#content div#content-keyvisual div#content-keyvisual-inner {
		background: url(./images/keyvisuals/content/network.jpg) no-repeat left top;
	}
	
	body.category-telepresence-calender div#content div#content-keyvisual div#content-keyvisual-inner {
		background: url(./images/keyvisuals/content/calendar.jpg) no-repeat left top;
	}
	
	body.category-contact div#content div#content-keyvisual div#content-keyvisual-inner {
		background: url(./images/keyvisuals/content/contact.jpg) no-repeat left top;
	}
	
	body.category-telepresence-consulting div#content div#content-keyvisual div#content-keyvisual-inner {
		background: url(./images/keyvisuals/content/consulting.jpg) no-repeat left top;
	}













	/**
	*
	*	FOOTER
	*
	**/
	
	div#footer {
		height: 35px;
		background: #e3e3e3;
		position: relative;
		margin-top: -35px;
	}
	
	div#footer * {
		font-size: 10px;
	}
	
	div#footer div#footer-inner {
		margin: 0 auto;
		width: 971px;
		text-align: center;
		line-height: 35px;
	}
	
	div#nonfooter {
		position:relative;
		min-height:100%;
	}
	
	* html #nonfooter {
		height:100%;
	}
	
	div#page {
		padding-bottom: 85px;
	}
	
	.bottom-page {
	   /* text-align: center;*/
	}
