/**
 * CSS document for VMware SK
 *
 * @desc       CSS
 * @author     Ondrej Valka (www.valka.info)
 * @version    3. 9. 2008
 */

@import url('reset.css');

/* ========== [tools] ========== */

.hidden,
.printable {
	overflow: hidden;
	position: absolute;
	left: -10000px;
	width: 0;
	height: 0;
}
.reset {
	clear: both;
}

/* ========== [layout] ========== */

body {
	background: url('../img/page-bg.png') center top repeat-y #FAFAFA;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}
body div#page {
	background: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 990px;
}
body div#page-wrapper {
	padding: 0 24px;
}

/* ________________________________________header */

div#page div#header {
	border-bottom: 10px solid #999;
	position: relative;
	width: 100%; /* IE6 */
}
#header p {
	height: 104px;
}

/* ________________________________________flashboard */

div#page div#flashboard {
	float: left;
	height: 220px;
	width: 618px;
	margin: 1px 0;
}

/* ________________________________________billboard */

div#page div#billboard {
	border-bottom: 4px solid #E6E6E6;
	float: right;
	width: 323px;
	margin: 1px 0 0;
}
div#page div#billboard-wrapper {
	border-bottom: 1px solid #fff;
	min-height: 220px;
}

/* ________________________________________nav */

div#page div#nav {
	border-top: none;
	clear: both;
	width: 100%;
}
#nav ul {
	border-top: 1px solid #fff;
}

/* ________________________________________primary content */

div#page div#primary-content {
	float: left;
	margin: 10px 0;
	width: 618px;
}

/* ________________________________________secondary content */

div#page div#secondary-content-container {
	float: right;
	width: 324px;
}
div#page div#secondary-content {
	float: right;
	margin: 10px 0;
	width: 324px;
}
div#page div#secondary-content-wrapper {
	position: relative;
	border-left: 1px solid #ccc;
}

/* ________________________________________footer */

div#page div#footer {
	clear: both;
}

/* ========== [typo] ========== */

/* ________________________________________header */

#header a.vmware {
	background: url('../img/header-vmware.png') left top no-repeat transparent;
	font-size: 2em;
	height: 103px;
	line-height: 103px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
 	width: 755px;
	text-align: center;
}

#st-link {
	position: absolute;
	right: 24px;
	top: 0;
}
#st-link a.s-tronik {
	background: url('../img/header-softtronik-logo.png') left top no-repeat transparent;
	height: 65px;
	line-height: 65px;
	right: 6px;
	overflow: hidden;
	position: absolute;
	top: 20px;
 	width: 140px;
	text-align: center;
}

/* ________________________________________flashboard */

#flashboard {
	background: #009DDC;
}
#flashboard img {
	border: none !important;
}

/* ________________________________________billboard */

#billboard {
	background: url('../img/billboard-bg.png') left bottom no-repeat #FF8E00;
	color: #fff;
	font-size: .8em;
}

#billboard h2 {
	font-weight: normal;
	margin: 0 24px;
	padding: 10px 0 0 0;
}
#billboard h2 em {
	display: block;
	font-size: 1.6em;
	font-style: normal;
	font-weight: bold;
}

#billboard p {
	line-height: 1.3;
	margin: 8px 25px 3px;
	margin-top: 8px;
	font-size: .95em;
}
#billboard em {
	font-style: normal;
	font-weight: bold;
}

#billboard div.register {
	background: url('../img/billboard-register.png') left center no-repeat transparent;
	color: #fff;
	display: block;
	left: -1px;
	height: 53px;
	margin: 28px 0 6px;
	position: relative;
	width: 284px;
}

/*
#billboard a.register {
	background: url('../img/billboard-register.png') left center no-repeat transparent;
	color: #fff;
	display: block;
	left: -1px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 11px 0 6px;
	padding: 20px 0 20px 77px;
	position: relative;
	text-decoration: none;
}
#billboard a.register:active,
#billboard a.register:hover,
#billboard a.register:focus {
	text-decoration: underline;
}
*/

/* ________________________________________nav */

#nav {
	background: url('../img/nav-bg.png') left top repeat-x #464646;
}
#nav ul {
	padding: 0 0 0 13px;
}
#nav ul li {
	float: left;
	background: url('../img/nav-circle.gif') right center no-repeat;
}
#nav ul li a {
	color: #fff;
	display: block;
	font-size: .85em;
	padding: 13px 20px 12px 12px;
	text-decoration: none;
}
#nav ul li.active a {
	color: #009DDC !important;
	background: url('../img/nav-active.gif') center bottom no-repeat;
}
#nav ul li a:hover,
#nav ul li a:active,
#nav ul li a:focus {
	color: #009DDC;
	text-decoration: underline;
}

#nav ul li#nav-end {
	background: transparent;
}
#nav ul li#nav-contact {
	background: transparent;
	float: right
}
#nav ul li#nav-contact a {
	background: url('../img/bullet-arrow-grey.gif') left center no-repeat;
	color: #aaa;
	font-size: .75em;
	padding: 12px 20px 12px 10px;
	margin: 1px 0 0 0;
}

/* ________________________________________primary content */

#primary-content-wrapper {
	padding: 15px 50px 25px 26px;
}

#primary-content h1 {
	color: #028bc8;
	font-size: 1.2em;
	line-height: 1.2;
	margin: 0 0 .9em;
}
#primary-content h2 {
	color: #f60;
	font-size: 1.1em;
	font-weight: normal;
	margin: 1.4em 0 .5em;
}
#primary-content h3 {
	color: #666;
	font-size: 1em;
	font-weight: normal;
	margin: 1.3em 0 .4em;
}
#primary-content h4 {
	color: #666;
	font-size: .85em;
	font-weight: normal;
	margin: 1em 0 0;
	text-transform: uppercase;
}

#primary-content p,
#primary-content ul,
#primary-content ol,
#primary-content dl {
	margin: .5em 0 .9em;
	font-size: .85em;
	line-height: 1.4;
}
#primary-content ol {
	list-style-type: decimal;
}

#primary-content li {
	background: url('../img/bullet-arrow-grey-light.gif') 2px 0.25em no-repeat;
	color: #666;
	margin: .6em 0;
	line-height: 1.25;
	padding: 0 0 0 18px;
}
#primary-content ol li {
	margin-left: 20px;
	padding-left: 0;
	background: transparent;
}
#primary-content dt {
	margin: 8px 0 0 0;
	font-weight: bold;
}
#primary-content dd {
	margin: 0 0 8px 15px;
}
#primary-content dd ol,
#primary-content dd ul {
	margin-top: 0;
	font-size: 1em;
}
#primary-content dd li {
	margin-top: 0;
	margin-bottom: 6px;
}

#primary-content p.em  {
	font-size: 1.05em;
	line-height: 1.2;
	margin-bottom: 1.4em;
}
#primary-content ul.alpha  {
	list-style-type: lower-alpha;
	margin-left: 20px;
}
#primary-content ul.alpha li {
	background: transparent;
	padding-left: 0;
}

/* ________________________________________secondary content */

#secondary-content-wrapper {
	padding: 0 26px 26px 26px;
}

#secondary-content ul {
	font-size: .75em;
	line-height: 1.2;
}
#secondary-content ul li {
	background: url('../img/bullet-arrow-blue.gif') 2px .25em no-repeat;
	padding: 0 0 0 12px;
	margin: .5em 0;
}

#secondary-content h2,
#secondary-content h3 {
	color: #f60;
	font-size: 1.2em;
	font-weight: normal;
}
#secondary-content h2 {
	padding: 16px 0 .7em;
}
#secondary-content h3 {
	font-size: 1.1em;
	margin: 26px 0 .7em;
}

/* ________________________________________primary content */
/* ________________________________________secondary content */

#primary-content a,
#secondary-content a {
	color: #028bc8;
}
#primary-content a:hover,
#primary-content a:active,
#primary-content a:focus,
#secondary-content a:hover,
#secondary-content a:active,
#secondary-content a:focus {
	color: #f60;
}

/* ________________________________________footer */

#footer {
	height: 1%; /* IE6: double padding-top, no top border */
				/* IE7: double padding-top */
	border-top: 4px solid #E6E6E6;
	padding: 20px 15px 70px;
	font-size: .7em;
	color: #666;
}

/* ________________________________________images */

img {
	border: 1px solid #ccc;
}

div.img {
	display: block;
	margin: 0 0 15px 0;
	color: #666;
}
div.img img {
	display: block;
}
div.img.left { float: left; margin: 0 18px 1em 0; position: relative; display: block; }
div.img.right { float: right; margin: 0 0 1em 18px; position: relative; display: block; }

a:link img {
	border: 1px solid #028BC8; 
}
a:visited img {
	border: 1px solid #4ABCE7; 
}
a:hover img,
a:active img,
a:focus img {
	border: 1px solid #f60; 
}

.no-border,
.no-border img {
	border: none !important;
}

/* ________________________________________tables */

table {
	border-top: 1px solid #ddd;
	margin: 5px 0;
	width: 540px;
}

table th,
table td {
	border-bottom: 1px solid #ddd;
	font-size: .85em;
	line-height: 1.4;
	padding: 3px 15px;
}
table th {
	font-weight: normal;
	font-style: italic;
	color: #999;
	background: #f5f5f5;
	text-align: left;
}

table tr.em td {
	color: #f60;
}
table tbody th {
	background: transparent;
	font-weight: normal;
	font-style: italic;
}
table tr.block-start th {
	padding-top: 25px;
}
table tr.block-end td {
	padding-bottom: 28px;
}

table.program {
	margin-bottom: 50px;
}
table.program caption{
	color: #666;
	display: none;
}

/* ________________________________________icons */

a.presentation {
	background: url('../img/presentation-small.png') 0 0 no-repeat transparent;
	padding: 0 0 2px 30px;
}

/* ========== [sections] ========== */

/* ________________________________________register */

iframe {
	margin: 15px 0 0 0;
}

/* ________________________________________homepage */

body.homepage div#page div#nav {
	border-top: 4px solid #E6E6E6;
}
body.homepage div#page div#billboard {
	border-bottom: none;
	overflow: visible;
}

body.homepage div#page #primary-content p {
	text-indent: 2em;
	text-align: justify;
}
body.homepage div#page #primary-content p.first {
	text-indent: 0;
}
body.homepage div#page #primary-content div.img {
	margin: 0 0 20px 30px;
}

/* ________________________________________partners */

#primary-content ul.logos,
#secondary-content ul.logos {
	clear: both;
}
#primary-content ul.logos li,
#secondary-content ul.logos li {
	background: #eee;
	display: inline;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
}
#primary-content ul.logos li {
	height: 100px;
	text-align: center;
	width: 170px;
}
#secondary-content ul.logos li {
	clear: both;
	margin-bottom: 22px;
}
#primary-content ul.logos li a,
#secondary-content ul.logos li a {
	display: block;
}
#primary-content ul.logos li img,
#secondary-content ul.logos li img {
	display: block;
	border: none;
}

/* ________________________________________photos */

#primary-content ul.photos {
	clear: both;
}
#primary-content ul.photos li {
	display: inline;
	float: left;
	height: 122px;
	padding: 0;
	margin: 0 15px 20px 0;
	width: 162px;
}
#primary-content ul.photos li img {
	display: block;
}

/* ________________________________________video */

#primary-content div#video-list {
	margin: 22px 0 0 0;
}
#primary-content div#video-list div.video-item {
	background: transparent;
	float: left;
	display: inline;
	margin: 0 0 50px 0;
	text-align: center;
	width: 260px;
}

#primary-content div#video-list div h2 {
	margin: 0;
	line-height: 1.3;
}
#primary-content div#video-list div h2 span {
	color: #666;
	display: block;
	font-size: .79em;
}

#primary-content div#video-list div a {
	display: block;
	font-size: .85em;
	line-height: 1.4;
	text-decoration: none;	
}
#primary-content div#video-list div a img {
	background: url('../img/video.png') center center no-repeat transparent;
	display: block;
	margin: 8px 0;
}
#primary-content div#video-list div a span {
	display: block;
	text-decoration: underline;
}
#primary-content div#video-list div a span.info {
	color: #666;
	text-decoration: none;
}

#primary-content div#video-list div.video-item.first{
	margin-right: 22px;
}