/* $Id */ /* CoreTheme by Ludo */
body {
	color: #f8f8f8;
	background: #212121;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 4px;
	padding: 0px;
}

a:link {
	color: #3fb5e8;
	text-decoration: none;
}

a:visited {
	color: #1d97cb;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #2cafe7;
}

h1,h2,h3,h4,h5,h6 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

h1 {
	font-size: 15pt;
	color: #166fa9;
	font-weight: bold;
}

h2 {
	font-size: 13pt;
	color: #166fa9;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	color: #166fa9;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 2px;
}

h4 {
	font-size: 11pt;
	color: #166fa9;
	font-weight: bold;
}

p,ul,ol {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 100%;
}

li {
	margin: 0px;
	padding: 0px;
	padding-left: 10pt;
}

li a.active {
	color: #3cbff7;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: inherit;
}

caption {
	text-align: left;
}

th {
	border-bottom-width: 1px;
	font-weight: bold;
	padding-bottom: 2px;
	text-align: left;
}

td {
	font-size: 100%;
}

form {
	margin: 0px;
}

input {
	background-color: #111111;
	border: 1px solid #393939;
	color: #f8f8f8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
	height: 18px;
}

.form-radio {
	border: none;
	background-color: Transparent;
}

.form-submit {
	height: 24px;
	background-color: #232122;
	float: right;
	margin: 10px;
}

select {
	background-color: #111111;
	border: 1px solid #393939;
	color: #f8f8f8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
	height: 22px;
}

textarea {
	background-color: #111111;
	border: 1px solid #393939;
	color: #f8f8f8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
}

.webform-component-fieldset {
	width: 600px;
	border: 0px solid #393939;
	font-size: 13pt;
	color: #166fa9;
	font-weight: bold;
	margin-left: 30px;
	padding-left: 100px;
}

.webform-component-textarea {
	width: 294px;
}

.webform-component-fieldset table.sticky-enabled {
	width: 500px;
	margin-left: 0px;
}

.webform-component-fieldset .form-item {
	font-size: 10pt;
	color: #85827f;
	width: 200px;
	float: left;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.webform-component-fieldset .form-radios .form-item {
	margin-top: 1px;
	margin-bottom: 1px;
}

.webform-component-fieldset .description {
	font-size: 7pt;
	color: #85827f;
	font-style: italic;
}

.webform-component-fieldset .form-item label {
	margin-top: 20px;
	color: #b2aeaa;
}

.form-question {
	width: 200px;
	margin-bottom: 0px;
}

#webform-component-your_contact_detail legend {
	padding-left: 33px;
	height: 24px;
	line-height: 24px;
	background: url('images/icon-contact.png') 0px 20px no-repeat;
	padding-top: 20px;
}

#webform-component-your_contact_detail {
	background: url('images/step1.png') 0px 0px no-repeat;
}

#webform-component-your_contact_detail textarea {
	width: 206px;
}

#webform-component-your_contact_detail .form-item label {
	margin-top: 5px;
}

#webform-component-product_overview legend {
	padding-left: 33px;
	height: 24px;
	line-height: 24px;
	background: url('images/icon-overview.png') 0px 20px no-repeat;
	padding-top: 20px;
}

#webform-component-product_overview {
	background: url('images/step2.png') 0px 0px no-repeat;
}

#webform-component-product_overview .form-item {
	float: none;
	width: 500px;
}

#webform-component-product_overview td {
	font-weight: normal;
	padding-left: 5px;
}

#webform-component-product_overview td .form-item {
	width: 60px;
}

#webform-component-product_overview th {
	font-weight: normal;
	text-align: center;
	padding-right: 0;
}

#webform-component-technical_details legend {
	padding-left: 33px;
	height: 24px;
	line-height: 24px;
	background: url('images/icon-details.png') 0px 20px no-repeat;
	padding-top: 20px;
}

#webform-component-technical_details {
	background: url('images/step3.png') 0px 0px no-repeat;
}

#webform-component-technical_details .form-item {
	width: 500px;
}

#webform-component-technical_details td {
	font-weight: normal;
	padding-left: 10px;
}

#webform-component-technical_details td .form-item {
	width: 20px;
	padding-left: 0px;
}

#webform-component-technical_details th {
	font-weight: normal;
	text-align: center;
	width: 30px;
	padding: 0;
}

#edit-submitted-technical-details-others-codecs-wrapper {
	margin-top: -20px;
}

#edit-submitted-technical-details-others-vidcodecs-wrapper {
	margin-top: -20px;
}

#webform-component-redistribution legend {
	padding-left: 33px;
	height: 24px;
	line-height: 24px;
	background: url('images/icon-redist.png') 0px 20px no-repeat;
	padding-top: 20px;
}

#webform-component-redistribution {
	background: url('images/step4.png') 0px 0px no-repeat;
}

#webform-component-redistribution .form-item {
	float: none;
	width: 500px;
}

#webform-component-final legend {
	padding-left: 33px;
	height: 24px;
	line-height: 24px;
	background: url('images/icon-final.png') 0px 20px no-repeat;
	padding-top: 20px;
}

#webform-component-final {
	background: url('images/step5.png') 0px 0px no-repeat;
}

#webform-component-final .form-item {
	float: none;
	width: 500px;
}

#webform-component-final p {
	font-size: 12pt;
	color: #85827f;
}

#oemhome {
	color: #f8f8f8;
}

#oemhome table {
	width: 100%;
	border: none;
}

#oemhome td {
	padding: 10px;
	width: 33%;
}

#oemhome tbody {
	border-top: none;
	vertical-align: top;
}

#oemhome .volume {
	background: url('images/icon-save-big.png') 0px top no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	height: 48px;
}

#oemhome .oem {
	background: url('images/icon-build-big.png') 0px top no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	height: 48px;
}

#oemhome .research {
	background: url('images/icon-screen-big.png') 0px top no-repeat;
	padding-left: 28px;
	padding-top: 5px;
	height: 48px;
}

#oem .codecs {
	margin-left: 30px;
	margin-top: 10px;
	padding-left: 48px;
	min-height: 48px;
	background: url('images/icon-codecs-big.png') 0px top no-repeat;
	list-style-position: inside;
}

#oem .cp {
	margin-left: 30px;
	margin-top: 20px;
	padding-left: 48px;
	min-height: 48px;
	background: url('images/icon-cp-big.png') 0px top no-repeat;
	list-style-position: inside;
}

#oem .tools {
	margin-left: 30px;
	margin-top: 20px;
	padding-left: 48px;
	min-height: 48px;
	background: url('images/icon-tools-big.png') 0px top no-repeat;
	list-style-position: inside;
}

#oem li {
	text-indent: -10pt;
}

#volume table {
	width: 350px;
	border: 1px solid #444240;
}

#volume td {
	border: 1px solid #444240;
}

.matroskalogo {
	background: url('images/matroska-logo.png') right 0px no-repeat;
	padding-right: 120px;
	margin-right: 0px;
	min-height: 95px;
}

.coreavclogo {
	background: url('images/coreavc-box.png') 0px 0px no-repeat;
	padding-left: 140px;
	margin-right: 0px;
	min-height: 126px;
}

.coreavcsam {
	background: url('images/cuda.png') right bottom no-repeat;
	padding-right: 0px;
	margin-right: 0px;
	min-height: 126px;
}

.vslogo {
	background: url('images/vs_mainlogo.png') right top no-repeat;
	padding-right: 250px;
	margin-right: 0px;
	min-height: 126px;
}

#help {
	background: url('images/help.png') right 0px no-repeat;
	padding-right: 220px;
	min-height: 65px;
	padding-top: 0px;
	margin-right: 20px;
}

#corpmenu tbody {
	border: none;
}

#corpmenu th {
	padding-right: 0px;
	border: none;
}

.standardtable tbody {
	border: none;
}

.standardtable th {
	padding-right: 0px;
	border: none;
}

#blog-rss-icon {
	float: right;
}

body.mceContentBody {
	background-color: #292929;
	background-image: none;
}

.people {
	margin-left: 560px;
	margin-top: -300px;
}

b,strong {
	font-weight: bold;
}

i,em,u {
	font-style: italic;
}

u {
	text-decoration: none;
}

a img {
	border: 0px;
}

#support table {
	margin-top: 20px;
}

#support td {
	padding: 10px;
	width: 33%;
}

#support tbody {
	border-top: none;
	vertical-align: top;
}

#support .forums {
	background: url('images/icon-forums.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

#support .kb {
	background: url('images/icon-kb.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

#support .ticket {
	background: url('images/icon-ticket.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

#products table {
	width: 100%;
	border: none;
}

#products td {
	padding: 10px;
	width: 33%;
}

#products tbody {
	border-top: none;
	vertical-align: top;
}

.cartprice {
	font-size: 14pt;
	color: #f8f8f8;
	font-weight: bold;
}

.list-add-to-cart {
	background: url('images/icon-cart.png') 3px center no-repeat;
	height: 26px;
	display: inline;
	padding-left: 20px;
	}
	
.order-review-table .pane-title-row {
	background-color: #212121;
	}	

.order-review-table .review-button-row {
	background-color: #292929;
	border: none;
	}	
	
#cart-block-contents {
	padding-top: 10px;
	padding-bottom: 10px;
}

.view-uc-products {
	padding-left: 10px;
	}

#cart-form-products {
	border: none;
}

fieldset {
	border: 1px solid #444240;
}

input[type="checkbox"] {
	border: none;
	background-color: transparent;
}

legend {
	color: #f8f8f8;
}

.cart-review {
	border: none;
}

.cp2-home {
	background: url('images/icon_home.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.cp2-ui {
	background: url('images/icon_window.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.cp2-channels {
	background: url('images/icon_net.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.cp2-network {
	background: url('images/icon_wifi.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.cp2-video {
	background: url('images/icon_filming.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.cp2-ml {
	background: url('images/icon_storage.png') 0px 0px no-repeat;
	padding-left: 36px;
	padding-right: 6px;
}

.product-cp {
	background: url('images/product-cp.png') 70px 0px no-repeat;
	padding-left: 220px;
	padding-right: 100px;
	min-height: 160px;
}

.product-coreavc {
	background: url('images/product-coreavc.png') 0px 0px no-repeat;
	padding-left: 140px;
	margin-right: 0px;
	min-height: 140px;
}

.product-matroska {
	background: url('images/product-matroska.png') 0px 0px no-repeat;
	padding-left: 100px;
	margin-right: 0px;
	min-height: 140px;
}

.cpx {
	background: url('images/icon-cpx.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

.coreui {
	background: url('images/icon-coreui.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

.coremake {
	background: url('images/icon-coremake.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

.ebml {
	background: url('images/icon-ebml.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

.corenect {
	background: url('images/icon-corenect.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

.lua {
	background: url('images/icon-lua.png') 0px 0px no-repeat;
	padding-left: 34px;
	padding-right: 6px;
}

/* Main page element styles */
#header {
	margin-bottom: 1px;
	width: 840px;
	background-color: #212121;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	max-height: 40px;
}

#logo {
	float: left;
}

#toplinks {
	font-size: 9pt;
	float: right;
}

#search {
	width: 500px;
	position: relative;
	left: 396px;
	top: 18px;
}

#search input.text {
	line-height: 16pt;
	vertical-align: baseline;
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
}

#search .image {
	position: relative;
	vertical-align: bottom;
	border: none;
	top: 0px;
	height: 23px;
	width: 25px;
}

#menu {
	margin-top: 12px;
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: 56px;
	clear: both;
}

#menu .navigation {
	padding-left: 6px;
}

#menu .navigation .navigation-primary {
	color: #232122;
	font-size: 20pt;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	letter-spacing: -2px;
}

#menu .navigation .navigation-primary .item {
	float: left;
	padding-right: 20px;
}

#menu .navigation .navigation-primary a {
	color: #232122;
	text-decoration: none;
}

#menu .navigation .navigation-primary .description {
	color: #d2e1eb;
	font-size: 8pt;
	font-weight: bold;
	font-family: "Arial";
	text-align: left;
	padding-left: 2px;
	margin-top: -6px;
	letter-spacing: 0px;
}

#menu-right .navigation .navigation-secondary {
	
}

#top-frontpage {
	height: 2px;
}

#top-container {
	width: 830px;
	margin: 0px auto;
	margin-top: 10px;
	clear: left;
}

#breadcrumb-container {
	width: 630px;
	float: left;
	height: 30px;
	padding: 3px;
	padding-top: 0;
}

.breadcrumbs {
	margin-left: -2px;
}

.breadcrumbs p {
	border: 1px solid #393939;
	float: left;
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	background-color: #292929;
	margin-right: -4px;
	margin-left: 0px;
	vertical-align: top;
	height: 16px;
	font-weight: bold;
	font-size: 8pt;
}

.breadcrumbs .home {
	height: 22px;
	width: 36px;
	margin: -3px;
	margin-left: 0px;
	margin-right: -9px;
	padding-top: 3px;
	float: left;
}

.breadcrumbs .start {
	height: 22px;
	width: 10px;
	margin: -3px;
	margin-left: -16px;
	margin-right: 4px;
	vertical-align: middle;
}

.breadcrumbs .end {
	background: url('images/breadcrumb-end.png') no-repeat;
	border: 0px;
	height: 22px;
	width: 11px;
	float: left;
	margin-left: -2px;
}

#iwantto-container {
	width: 134px;
	height: 22px;
	margin-left: 695px;
	background-image: url('images/iwantto.png');
}

#nav,#nav ul { /* I want to suckerfish */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 0px;
	z-index: 99;
}

#nav a {
	display: block;
	width: 16em;
}

#nav li a {
	display: block;
	width: 17em;
	padding-left: 9px;
	color: #f8f8f8;
	font-size: 10pt;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align: left;
	letter-spacing: -1px;
	line-height: 20px;
}

#nav li {
	float: left;
	width: 16em;
}

#nav li ul {
	position: absolute;
	width: 16em;
	left: -999em;
	border: 1px solid #444240;
	background-color: #111111;
	padding: 5px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
	padding-left: 3px;
}

#nav li ul a {
	padding-left: 2px;
	font-size: 9pt;
	font-family: "Arial";
	letter-spacing: 0px;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#frontpage-container {
	width: 840px;
	margin: 0px auto;
}

#frontpage {
	margin-top: 13px;
	padding-top: 0px;
}

#container {
	xclear: both;
	width: 828px;
	margin: 0px auto;
	margin-top: 6px;
	background-color: #292929;
	border: 1px solid #444240;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
	min-height: 400px;
}

#top-image1 {
	background-image: url('images/header-1.jpg');
	height: 101px;
	width: 830px;
	margin-top: -1px;
	margin-left: -1px;
}

#top-image2 {
	background-image: url('images/header-2.jpg');
	height: 110px;
	width: 830px;
	margin-top: -1px;
	margin-left: -1px;
}

#top-image3 {
	background-image: url('images/header-3.jpg');
	height: 101px;
	width: 830px;
	margin-top: -1px;
	margin-left: -1px;
}

#top-image4 {
	background-image: url('images/header-4.jpg');
	height: 120px;
	width: 830px;
	margin-top: -1px;
	margin-left: -1px;
}

#top-image5 {
	background-image: url('images/header-5.jpg');
	height: 101px;
	width: 830px;
	margin-top: -1px;
	margin-left: -1px;
}

.sidebar {
	
}

#user-sidebar {
	width: 210px;
	position: absolute;
	top: 210px;
	left: 8px;
}

#right-sidebar {
	margin-top: 16px;
	width: 240px;
	margin-left: 580px;
}

#page {
	float: left;
	margin: 6px;
	margin-top: 1px;
}

#frontpage-footer {
	margin-top: 13px;
	text-align: center;
	font-weight: bold;
	font-size: 9pt;
}

#frontpage-footer .sep {
	color: #444240;
	margin: 4px;
}

#footer {
	max-width: 828px;
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	background: #292929;
	border: 1px solid #444240;
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius: 6px;
	border-radius: 6px;
}

#footer .content {
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#footer h1 {
	font-size: 10pt;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-top: 2px;
	letter-spacing: -1px;
	color: #dfdfdf;
}

#footer a {
	font-size: 8pt;
	font-family: "Arial";
}

#footer .space {
	margin-top: 0px;
}

#footer .col {
	width: 23%;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 1px 6px;
	position: relative;
	border-left: 1px solid #444240;
}

#footer .first-col {
	border-left: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer .clear {
	display: block;
	clear: both;
}

#copyright {
	clear: both;
	margin-top: 10px;
	font-size: 8pt;
	font-family: "Arial";
	text-align: center;
	color: #525252;
}

/* Common page items */
#page h2.title {
	font-size: 16pt;
	font-family: "Arial Black", Gadget, sans-serif;
	font-smooth: always;
	padding-right: 24px;
	color: #fff;
	letter-spacing: -1px;
	padding-bottom: 10px;
}

#page .mission {
	padding: 20px;
	font-size: 144%;
}

#page .tabs {
	
}

#page .help {
	
}

#page .messages {
	font-size: 12pt;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 24px;
	color: #ffffff;
	letter-spacing: -1px;
	margin-bottom: 10px;
	text-align: center;
}

#page .error {
	color: #ff0000;
}

.breadcrumb {
	
}

/* Blocks */

.menutype1 {
	font-size: 15pt;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 11px;
	color: #dfdfdf;	
	}

.menutype2  {
	font-size: 15pt;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 11px;
	margin-top: -10px;
	color: #bce7fa;	
	display: block;	
	}
	
.menutype3  {
	font-size: 15pt;
	font-family: "Arial Black", Gadget, sans-serif;
	margin-left: 11px;
	margin-top: -10px;
	color: #6ec8ef;
	display: block;	
	}	

#right-sidebar .block {
	background: url('images/block-center.png') top left repeat-y;
	margin-top: 40px;
}

#right-sidebar .block .title {
	font-size: 14pt;
	font-family: "Arial Black", Gadget, sans-serif;
	padding-right: 24px;
	text-align: right;
	color: #166fa9;
	background: transparent url('images/block-top.png') top left no-repeat;
	height: 57px;
	padding-top: 8px;
	letter-spacing: -1px;
}

#right-sidebar .block-uc_cart .title  {
	background: transparent url('images/block-topcart.png') top left no-repeat;
	}

#right-sidebar #block-block-1 .title  {
	background: transparent url('images/block-topbubble.png') top left no-repeat;
	}
	
#right-sidebar #block-block-4 .title  {
	background: transparent url('images/block-topabout.png') top left no-repeat;
	}	
	
#right-sidebar #block-block-6 .title  {
	background: transparent url('images/block-topdl.png') top left no-repeat;
	}		

#right-sidebar #block-block-7 .title  {
	background: transparent url('images/block-topcp.png') top left no-repeat;
	}	

#right-sidebar #block-block-11  {
	margin-top: 106px;
	}

#right-sidebar #block-views-blogview-block .title  {
	background: transparent url('images/block-topentries.png') top left no-repeat;
	}

#right-sidebar .block .content {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	background: transparent url('images/block-bottom.png') bottom left	no-repeat;
}

.block .space {
	margin-top: 20px;
}

.user-login-block {
	text-align: left;
}

/* Nodes */
.node {
	margin-bottom: 30px;
}

.node h3.title {
	
}

.node .content {
	padding-left: 10px;
}

.node .content p { /*  text-indent: 20px*/
	padding-left: 10px;
	padding-right: 10px;
}

.node .picture {
	float: left;
	padding: 4px;
	margin-right: 4px;
	background-color: #f0f0f0;
}

.node .date {
	
}

.node .author {
	
}

.node .terms {
	
}

.node .links {
	clear: left;
}

.node-sticky {
	
}

.node table {
	width: 100%;
}

.calendar {
	float: left;
	margin-right: 12px;
	width: 37px;
	height: 40px;
	margin-left: 10px;
	margin-top: 4px;
}

.calendar-day {
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16pt;
	color: #212121;
	width: 36px;
	text-align: center;
	padding-top: 13px;
}

.calendar-icon-01 {
	background: url('images/01.png');
}

.calendar-icon-02 {
	background: url('images/02.png');
}

.calendar-icon-03 {
	background: url('images/03.png');
}

.calendar-icon-04 {
	background: url('images/04.png');
}

.calendar-icon-05 {
	background: url('images/05.png');
}

.calendar-icon-06 {
	background: url('images/06.png');
}

.calendar-icon-07 {
	background: url('images/07.png');
}

.calendar-icon-08 {
	background: url('images/08.png');
}

.calendar-icon-09 {
	background: url('images/09.png');
}

.calendar-icon-10 {
	background: url('images/10.png');
}

.calendar-icon-11 {
	background: url('images/11.png');
}

.calendar-icon-12 {
	background: url('images/12.png');
}

.blog-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #dfdfdf;
}

/* Book */
.page-links {
	margin-top: 50px;
}

.book-navigation {
	margin-top: 20px;
}

/* Boxes (comment list container) */
.box {
	
}

.box h3.title {
	
}

.box .content {
	
}

/* Comments */
.comment h4.title {
	
}

.comment .new {
	
}

.comment .content {
	
}

.comment .picture {
	float: left;
	padding: 4px;
	margin-right: 4px;
	background-color: #f0f0f0;
}

.comment .date {
	
}

.comment .author {
	
}

.comment .links {
	clear: left;
}

.comment-new {
	
}

/* Imagemenu */
#imageMenu {
	position: relative;
	width: 840px;
	height: 381px;
	overflow: hidden;
	border-left: 1px solid #444240;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	display: block;
	height: 381px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
	padding-left: 0px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background: #FFFFFF none repeat scroll 0%;
	border-right: 3px solid #393939;
	cursor: pointer;
	display: block;
	overflow: hidden;
	width: 206px;
	height: 381px;
}

#imageMenu ul li.tech a {
	background: url(images/front-tech.jpg) repeat scroll 0%;
}

#imageMenu ul li.matroska a {
	background: url(images/front-matroska.jpg) repeat scroll 0%;
}

#imageMenu ul li.coreavc a {
	background: url(images/front-coreavc.jpg) repeat scroll 0%;
}

#imageMenu ul li.coreplayer a {
	background: url(images/front-coreplayer.jpg) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/* Customize different page layouts */
body.sidebar-right #page {
	width: 550px;
	padding-right: 2%;
}

body.no-sidebars #page {
	width: 810px;
	padding-left: 0%;
	padding-right: 0%;
	float: none;
}

.hidden {
	display: none;
}

.largerbody {
	width: 810px;
	display: block;
	float: left;
	}

.footer {
	margin-left: auto;
	margin-right: auto;
	width: 830px;
}

.captcha {
	border: 0px solid #393939;
	padding: 0;
}

.captcha legend {
	display: none;
}

#webform-client-form-7 .captcha {
	padding-left: 130px;
}

/* Override drupal.css */
#user-login-form {
	text-align: left;
}

/* Tab navigation */
ul.primary {
	border-collapse: collapse;
	padding: 0 0 0 1em; /* LTR */
	white-space: nowrap;
	list-style: none;
	margin: 5px;
	height: auto;
	line-height: normal;
	border-bottom: 1px solid #444240;
}

ul.primary li {
	display: inline;
}

ul.primary li a {
	background-color: #292929;
	border-color: #444240;
	border-width: 1px;
	border-style: solid solid none solid;
	height: auto;
	margin-right: 0.5em; /* LTR */
	padding: 0 1em;
	text-decoration: none;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	behavior: url(/sites/all/themes/coretheme/border-radius.htc);
	khtml-border-radius-topleft: 6px;
	khtml-border-radius-topright: 6px;
}

ul.primary li.active a {
	background-color: #292929;
	border: 1px solid #444240;
	border-bottom: #292929 1px solid;
	color: #f8f8f8;
	font-weight: bold;
}

ul.primary li a:hover {
	background-color: #212121;
	border-color: #444240;
	border-bottom-color: #292929;
}

ul.secondary {
	border-bottom: 1px solid #bbb;
	padding: 0.5em 1em;
	margin: 5px;
}

ul.secondary li {
	display: inline;
	padding: 0 1em;
	border-right: 1px solid #ccc; /* LTR */
}

ul.secondary a {
	padding: 0;
	text-decoration: none;
}

ul.secondary a.active {
	border-bottom: 4px solid #999;
}

#blocks td.region {
	font-weight: bold;
}

#blocks tr.region-message {
	font-weight: normal;
	color: #999;
}

#blocks tr.region-populated {
	display: none;
}

.block-region {
	background-color: #19b80d;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 3px;
}

tr.even,tr.odd {
	background-color: #212121;
	border-bottom: 1px solid #292929;
	padding: 0.1em 0.6em;
}

tr.odd {
	background-color: #1c1c1c;
}

tr.ok {
	color: #00b52a;
}

tr.error {
	color: #e41a1a;
}

tr.warning {
	color: #fec704;
}

tr.drag {
	background-color: #5a6162;
}

tr.drag-previous {
	background-color: #5a6162;
}

td.active {
	background-color: #212121;
}

thead th {
	text-align: left; /* LTR */
	padding-right: 1em; /* LTR */
	border-bottom: 1px solid #444240;
}

.container-inline {
	width: 300px;
}

.resizable-textarea .grippie {
	height: 9px;
	overflow: hidden;
	background: #292929 url(../../../../misc/grippie.png) no-repeat center
		2px;
	border: 0px solid #ddd;
	border-top-width: 0;
	cursor: s-resize;
}

table.sticky-header {
	background-color: #292929;
}

table.sticky-enabled {
	width: 750px;
	margin-left: 34px;
}

.preview .node {
	background-color: #292929;
}

div.warning {
	background-color: #292929;
}

ul.menu li {
	text-indent: 0;
}

.pager strong,.pager a {
	padding: 2px 5px;
	background: #353535;
	border: 1px solid #444240;
	margin-left: 0px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pager a:hover {
	text-decoration: none;
	background: #111111;
}

.pager strong {
	background: #0174bb;
	color: #fff;
}

.item-list ul.pager {
	padding: 10px 0px 3px;
}

.item-list ul.pager li {
	margin: 0;
	padding: 0;
}

#edit-body {
	background-color: #3d3d3d;
}


/*** Scrollable jquery ***/ /* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/ /* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/



div.scrollable_cp2 { /* required settings */
	position: relative;
	overflow: hidden;
	width: 828px;
	height: 250px;
	float: left;
	/* custom decorations */
	padding: 0px;
	border: 0px;
	margin-left: -6px;
	margin-top: -4px;
	background-color: #292929;
	
}

div.scrollable_cp2 div.items { /* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
	/* decoration */
	margin-left: 0px;
}

/* single scrollable item */
div.scrollable_cp2 div.items div {
	float: left;
	/* custom decoration */
	text-align: center;
	width: 828px;
	height: 250px;
	padding: 0px;
	font-size: 30px;
	font-family: 'bitstream vera sans';
	border: 0px;
	background-color: #292929;
	margin-right: 0px;
}

div.header_cp2_0 {
	background-image: url(images/scrollcp1.jpg);
}

div.header_cp2_1 {
	background-image: url(images/scrollcp2.jpg);
}

div.header_cp2_2 {
	background-image: url(images/scrollcp3.jpg);
}

div.header_cp2_3 {
	background-image: url(images/scrollcp4.jpg);
}


div.scrollable { /* required settings */
	position: relative;
	overflow: hidden;
	width: 816px;
	height: 150px;
	/* custom decorations */
	padding: 0px;
	border: 0px;
	background-color: #292929;
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items { /* this cannot be too large */
	width: 20000em;
	position: absolute;
	clear: both;
	/* decoration */
	margin-left: 0px;
}

/* single scrollable item */
div.scrollable div.items div {
	float: left;
	/* custom decoration */
	text-align: center;
	width: 816px;
	height: 150px;
	padding: 0px;
	font-size: 30px;
	font-family: 'bitstream vera sans';
	border: 0px;
	background-color: #292929;
	margin-right: 0px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}



div.header0 {
	background-image: url(images/scroll0.jpg);
}

div.header1 {
	background-image: url(images/scroll1.jpg);
}

div.header2 {
	background-image: url(images/scroll2.jpg);
}

div.header3 {
	background-image: url(images/scroll3.jpg);
}

/*********** navigator ***********/
	/* position and dimensions of the navigator */
	
.navback {	
	background: url('images/nav_back.png') repeat-x bottom left;
	background-position: bottom 0;
	margin-left: -6px;
	width: 828px;
	height: 273px;
}
		
div.navi {
/*	background: url('images/nav_back.png') repeat-x bottom left;*/
	width: 200px;
	margin-left: 314px;
	margin-top: -24px;
	height: 24px;
	float: left;
}

span.inline.inline-right {
	margin-top: -10px;
}

/* items inside navigator */
div.navi a {
	width: 40px;
	height: 24px;
	float: left;
	margin: 2px;
	background: url(images/navigator_up.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* mouseover state */
div.navi a:hover {
	background: url(images/navigator_hover.png);
	background-repeat: no-repeat;
}

/* active state (current page state) */
div.navi a.active {
	background: url(images/navigator_active.png);
	background-repeat: no-repeat;
}