/*
 *	main.css - C.Fonda - ICTP SDU
 *	version 1.0
 */

/* --- Basics --- */

/* Page Structure */

body {
	background: #3c3c3c url(body_gradient.png) repeat-x top left;
	font-family: "Lucida Grande", Verdana, Sans-serif;
	font-size: 9pt;
	text-align: left;
}

#content {
	margin: 0 auto;
	margin-top: 20px;
	width: 810px;
}

#header {
	background: url(header.png) no-repeat;
	cursor: pointer;
	height: 104px;
	width: 810px;
}

/* @group Navbar */

#navbar {
	position: relative;
	width: 800px;
	left: 0px;
	top: 76px;
}

#navbar ul {
	margin: 0;
	list-style: none;
	padding: 0;
	padding-left: 20px;
}

#navbar li {
	text-shadow: #999 0 1px 3px;
	font-size: 10pt;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	background-image: none;
	line-height: normal;
	text-indent: 0;
	width: 119px;
	border: 1px none red; /* debug */
}

#navbar a {
	display: block;
	padding-top: 6px;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	height: 22px;
}

#navbar a:hover {
	color: #888;
	font-weight: normal;
	text-shadow: #bbb 0 1px 3px;
	background: url(reiter_background.png) no-repeat 0px 0px;
}

#navbar .current, #navbar a.current:hover {
	color: #666;
	font-weight: normal;
	text-shadow: #aaa 0 1px 3px;
	background: url(reiter.png) no-repeat 0px 0px;
}

/* @end */

#body {
	width: 808px;
	background: url(body.png) repeat-y;
	padding: 0px;
	color: #666;
	padding: 10px 0px;
}

.sidebar > #body {
	background: url(body_sidebar.png) repeat-y;
}

#body_bottom {
	width: 810px;
	background: url(body_bottom.png) no-repeat;
}

.sidebar > #body_bottom {
	background: url(body_bottom_sidebar.png) no-repeat;	
}

#main {
	border: 1px none red; /* debug */
	padding: 0px 28px;
}

.product #main {
	padding: 0;
}

.sidebar #main {
	border: 1px none red; /* debug */
	float: left;
	padding: 0 14px;
	padding-left: 28px;
	width: 556px;
}

#sidebar {
	border: 1px none green; /* debug */
	float: right;
	padding: 0 14px;
	width: 173px;
	font-size: 8pt;	
}

/* @group Intro */

#intro {
	border: 1px none red; /* debug */
	display: block;
	height: 175px;
	background: url(products/products_background.png) no-repeat 126px 0px;
	overflow: visible;
}

#intro #app_logo {
	border: 1px none green; /* debug */
	position: relative; 
	top: 26px;
	left: -34px;
	height: 128px;
	width: 128px;
	float: left;
}

#intro #app_name {
	border: 1px none green; /* debug */
	position: relative; 
	margin-left: 20px;
	height: 128px;
	width: 420px;
	float: left;
}

#intro #app_download {
	border: 1px none green; /* debug */
	position: relative; 
	margin-left:60px;
	margin-top:3px;
	height: 173px;
	width: 150px;
	float: left;
}

#intro #app_download img {
	border: 1px none green; /* debug */
	margin: 0;
	padding: 0;
}

#intro #app_download .details {
	border: 1px none green; /* debug */
	color: #aaa;
	font-size: 7pt;
	top: 35px;
	left: 61px;
	position: absolute;
	width: 110px;
}

#intro #app_download table {
	border: 1px none blue; /* debug */
	border-spacing: 0;
	margin-top: 7px;
}

#intro #app_download td {
	border: 1px none blue; /* debug */
	margin: 0;
	padding: 0;
}

/* @end */

p.notice {
	text-align: center;
	color: #806;
	font-weight: normal;
}

/* @group Footer */

#footer {
  color: #479;
  clear: both;
  font-size: 7.5pt;
  border: solid #868686 0px;
  margin-bottom: 30px;
}

#footer p {
  margin: 0;
  padding: 10px 20px;
  color: #666;
  text-align: center;
  line-height: 1.5em;
}

#footer a, 
#footer a:visited {
  color: #458df1;
  text-decoration: none;
}

#footer a:hover {
  color: #479;
  text-decoration: underline;
}

/* @end */

/* @end */

/* @group Forms */

.form {
	font-size: 8pt;	
}

td.form_section {
	font-size: 9pt;	
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 4px;
}

td.form_question {
	white-space: nowrap;
}

/* @end */

/* @group Gallery */

table.gallery {
	border-spacing: 0;
	border: 1px none blue; /* debug */
	padding-top: 40px;
}

.gallery td.collection {
	border: 1px none blue;	/* debug */
	width: 30px;
}

.gallery td.image {
	border: 1px none orange; /* debug */
	height: 164px;
	width: 164px;
	text-align: center;
}

.gallery p {
	margin: 0;
	font-size: 8pt;
	color: #aaa;
}

/* @end */

/* @group Links */

a, a:link, a:visited {
	border: none;
	color: #458df1; 
	text-decoration: none;
}

a:hover {
	color: #479;
	text-decoration: underline;
}

a img {
  border-width: 0;
}

a.em, a.em:link, a.em:visited {
	background: url(icon_locallink_light.png) 0 2px no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
}

a.em:hover {
	background: url(icon_locallink_dark.png) 0 2px no-repeat;
}

/* @end */

/* @group Products */

table.products {
	border: 1px none red; /* debug */
	padding: 7px 28px;
}

.products td {
	border: 1px none orange; /* debug */
}

.products td.icon {
	width: 102px;
}

.products td.name {
	font-size: 24pt;
	height: 81px;
	padding-left: 28px;
	vertical-align: bottom;
}

.products td.description {
	height: 81px;
	padding-top: 10px;
	padding-left: 28px;
	vertical-align: bottom;
}

.products .name a {
	color: #666;	
}

/* @end */

/* @group Quote */

.quote_small {
	color: #aaa;
	width: 400px;
	height: 120px;
	border: 1px none #ddd;
	margin: 20px auto;
}

.quote_small .open {
	position: relative;
	top: 8px;
	background: url(quote_open_small.png) left no-repeat;
	height: 25px;
}

.quote_small .text {
	color: #999;
	font-size: 9pt;
	font-style: italic;
	padding: 0px 42px;
	border: 1px none #ddd;
	text-align: justify;
}

.quote_small .close {
	position: relative;
	top: -8px;
	background: url(quote_close_small.png) right no-repeat;
	height: 25px;
}

.quote_small .author {
	color: #666;
	font-size: 8pt;
	padding-top: 0px;
	padding-right: 42px;
	text-align: right;
}

.quote {
	color: #999;
	width: 400px;
	height: 150px;
	border: 1px none #ddd;
	margin: 30px auto;
	margin-top: 0px;
}

.quote .open {
  position: relative;
  top: 6px;
  background: url(quote_open.png) left no-repeat;
  height: 25px;
}

.quote .text {
	font-size: 11pt;
	padding: 0px 42px;
	border: 1px none #ddd;
	text-align: justify;
}

.quote .close {
  position: relative;
  top: -6px;
  background: url(quote_close.png) right no-repeat;
  height: 25px;
}

.quote .author {
	color: #555;
	font-size: 10pt;
	padding-top: 12px;
	padding-right: 42px;
	text-align: right;
}

/* @end */

/* @group Scroller */

.scroll_view {
	height: 420px;
	position: relative;
	border: 1px none red; /* debug */
	width: 772px;
}

.scroll_button {
	position: absolute;
	top: 45%;
	height: 26px;
	width: 26px;
	border: 1px none yellow; /* debug */
}

.scroller {
	margin: 0 auto;
	width: 656px;
	overflow: hidden;	
	border: 1px none green; /* debug */
}

.scroller .content {
	position: relative;
	left: 0px;
}

.scroll_adorner {
	width: 100%;		
}

#scroll_page_position {
	border: 1px none yellow; /* debug */
	margin: 10px auto;
	text-align: center;
	width: 100px;
}

#scroll_page_title {
	background: url("scroll_page_title_bg.png") no-repeat;
	border: 1px none yellow; /* debug */
	color: #888;
	height: 26px;
	margin: 0px auto;
	padding-top: 5px;
	position: relative;
	text-align: center;
	text-shadow: #aaa 0 1px 3px;
	top: 25px;
	width: 280px;
}

/* @end */

/* @group Screenshot */

.screenshot_left {
	float: left;
	position: relative;
	top: -4px; 
	left: -6px; 
	margin: 6px;
}

.screenshot_right {
	float: right;
	position: relative;
	top: -4px; 
	right: -6px; 
	margin: 6px;
}

.screenshot {
}

.screenshots {
	border: 1px none #fee; /* debug */
	margin: 0 auto;
	width: 450px;
}

.screenshots ul {
	border: 1px none red; /* debug */
	display: block;
	list-style: none;
	padding: 0;
	width: 480px;
	margin: 0 auto;
}

.screenshots li {
	float: left;
	background-image: none;
	padding: 0 6px;
}

/* @end */

/* @group Tabs */

.tabs {
	border: 1px none #fee; /* debug */
	background: url(tab_head.png) no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	width: 772px;
	height: 26px;
}

.tabs ul {
	border: 1px none red; /* debug */
	display: block;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.tabs li {
	font-size: 10pt;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0 1px;
	background-image: none;
	line-height: normal;
	text-indent: 0;
}

.tabs a {
	border: 1px none yellow; /* debug */
	color: #777; 
	text-shadow: #ddd 0 1px 3px;
	display: block;
	padding: 5px 10px;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
}

.tabs a:hover {
	color: #fff;
	text-shadow: #aaa 0 1px 3px;
	background: url(tab_rollover.png) repeat-x;
}

.tabs .active, a.active:hover {
	color: #fff;
	text-shadow: #aaa 0 1px 3px;
	background: url(tab_active.png) repeat-x;
	font-weight: bold;
}

.tabs .inactive {
}

.tab_container {
	display: block;
}

.tab {
	border: 1px none green; /* debug */
	display: block;
	color: #444;
	font-size: 9pt;
	position: absolute;
	padding: 14px 24px;
	width: 724px;
	height: 460px;
}

.tab_body {
	border: 1px none #eee; /* debug */
	height: 400px;
	margin: 0 auto;
	width: 772px;
	height: 488px;
	background: url(tab_body.png) repeat-y;
}

.tab_foot {
	border: 1px none #eee; /* debug */
	height: 16px;
	margin: 0 auto;
	width: 772px;
	background: url(tab_foot.png) repeat-y;
}

.tab_sides {
   display: none;
   float: left;
   width: 10px;
   border-left: 1px solid #aaa;
}

/* @end */

/* @group Text Styles */

.clear {
   clear: both;
}

.center {
	text-align: center;
}

.error {
	color: #c00;
}

hr {
   clear: both;
   height: 1px;
   border: none;
   margin: 0;
   padding: 0;
}

.light {
  font-weight: normal;
  color: #999;
}

#main h3 {
	color: #555;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	margin-top: 26px;
}

#main h3:first-child {
	margin: 0;
}

#sidebar h3 {
	color: #555;
	font-size: 8pt;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 8px;
}

.small {
	font-size: 8pt;
}

.course_name {
	font-weight: bold;
	color: #555;
}

p {
	margin: 8px 0;
}

.right {
	text-align: right;
}

ul, ol {
	padding: 0;
	margin: 8px 0;
	margin-left: 17px;
}

ol {
	margin-left: 20px;
}

ul.toc {
	list-style: none;
}

ul.toc li {
	background: url(icon_locallink_light.png) 0 2px no-repeat;
	padding-left: 16px;
	padding-bottom: 3px;
	margin: 2px 0;
	margin-left: -17px; 
}

/*
ul.toc a, ul.toc a:link, ul.toc a:visited, {
	background: url(icon_locallink_light.png) 0 2px no-repeat;
	padding-left: 16px;
	padding-bottom: 2px;
}

ul.toc a:hover {
	background: url(icon_locallink_dark.png) 0 2px no-repeat;
}
*/

/* @end */

/* --- Pages --- */

/* @group About */

.cards {
	border: 1px none red; /* debug */
    display: block;
    height: 420px;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    width: 570px;
}

.card {
	background: url(about/card_background.png) no-repeat;
	border: 1px none orange; /* debug */
    cursor: move;
    display: block;
	font-size: 9pt;
    height: 146px;
    position: absolute;
    padding: 12px;
    width: 286px;
    z-index: 3;
}

.card:hover {
    z-index: 4;	
}

.card .icon {
	border: 0;
	height: 48px;
	margin-right: 12px;
	width: 48px;
	float: left;
}

.card .name {
	font-weight: bold;
}

.card .position {
	font-style: italic;
	font-size: 8pt;
}

.card .description {
	font-size: 8pt;
	clear: both;
	height: 100%;
	margin-left: 30px;
	padding-right: 8px;
}

.card .references {
	bottom: 0;
}

#card_three {
	background: url(about/card_background_three.png) no-repeat;	
}

#card_four {
	background: url(about/card_background_four.png) no-repeat;	
}

#card_one {
	background: url(about/card_background_one.png) no-repeat;	
}

#card_two {
	background: url(about/card_background_two.png) no-repeat;	
}

/* @end */

/* @group Blog */

#blog_intro {
	background: url(blog/background.png) no-repeat 0px 0px;	
	border: 1px none green; /* debug */
	height: 72px;
	width: 100%;
}

#blog_extro {
	background: url(blog/post_connection_end.png) no-repeat 0px 0px;	
	border: 1px none green; /* debug */
	height: 72px;
	width: 100%;
}

.post_container {
	background: url(blog/post_connection_line.png) repeat-y;
	border: 1px none yellow; /* debug */
	margin: 0;
	padding: 0;
	padding-top: 48px;
}

div[class="post_container"]:first-child {
	padding-top: 0;
}

.post {
	border: 1px none orange; /* debug */
	float: right;
	width: 490px;
	margin-right: 12px;
}

.post_container .date {
	background: url(blog/calendar.png) no-repeat;
	border: 1px none red; /* debug */
	cursor: pointer;
	float: left;
	height: 64px;
	margin-left: 6px;
	width: 64px;
}

.date .month {
	color: #ddd;
	cursor: pointer;
	font-size: 8pt;
	float: left;
	padding-top: 6px;
	padding-left: 10px;
	width: 22px;
}

.date .year {
	border: 1px none yellow; /* debug */
	color: #ddd;	
	cursor: pointer;
	font-size: 8pt;
	float: right;
	padding-top: 6px;
	text-align: right;
	padding-right: 9px;
	width: 22px;
}

.date .day {
	clear: both;
	color: #333;
	cursor: pointer;
	padding-top: 6px;
	font-size: 20pt;
	font-weight: bold;
	width: 64px;
	text-align: center;
	text-shadow: #aaa 0 1px 3px;
}

.post .meta {
	color: #999;
	font-size: 7pt;
	text-align: left;
	margin: 2px 0;
}

.post .storycontent {
	color: #777;
	margin-top: 18px;
	margin-bottom: 9px;
}

.post h3.storytitle, .post .storytitle a {
	color: #555;
	font-size: 11pt;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 16px;
	border-bottom: 3px solid #ccc;
}

.post .storytitle a:hover {
	border: none;
	color: #458df1; 
	text-decoration: none;
}

.post .feedback {
	font-size: 7pt;
	text-align: left;
}

.commentblock {
	clear: both;
	display: block;
	margin-top: 24px;
	padding-left: 86px;
}

.commentblock h2 {
	font-size: 11pt;
	margin-top: 24px;
}

.commentblock ol li {
	margin-bottom: 20px;	
}


/* @end */

/* @group Downloads */

table.downloads {
}

.downloads td {
	padding: 3px 0px;
	padding-right: 16px;
}

/* @end */

/* @group FAQ */

.faq {
	padding: 0 42px;
}

.faq h2 {
	margin-top: 32px;
	color: #aaa;
}

.faq .question {
	border-bottom: 1px solid #aaa;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 32px;
}

.faq .answer {
}

.faq li {
	margin-top: 4px;
}

.faq p {
	margin: 6px 0px;
}

.faq .references {
	margin-top: 18px;
}

.faq .inline {
	vertical-align: middle;
}

.faq .screenshot {
	width: 100%;
	margin: 20px 0px;
	text-align: center;
}

.faq .screenshot img {
	border: 1px solid #bfbfbf;
}

.faq .screenshot_description {
	color: #999;
	display: none;
	font-size: 9pt;
}

/* @end */

/* @group Features */

p.intro {
	font-weight: bold;
	margin-bottom: 18px;
	text-align: justify;
}

.features p {
	margin: 24px 0;
}

.feature {
	font-size: 10.5pt;
	font-weight: bold;
	margin-right: 6px;
	color: #444;
}

/* @end */

/* @group Products */

#overview {
	background: url(posterino/overview.png) no-repeat 130px 0px;
	border: 1px none green; /* debug */
	display: block;
	height: 300px;
	position: relative; 
}

#overview .item {
	border: 1px none yellow; /* debug */
	position: absolute; 
	width: 130px;
	text-align: center;
}

table.postcard {
	border-spacing: 0;
	background: url(posterino/postcard_background.png) no-repeat 80px 10px;
	width: 100%;
}

.postcard td {
	border: 1px none yellow; /* debug */
	padding: 10px;
}

table.coursecaptionlist {
	border-spacing: 0;
	color: #999;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

.coursecaptionlist td {
	border: 1px none orange; /* debug */
	padding: 2px 5px;
	white-space: nowrap;
}

table.screenshots {
	border: 1px none yellow; /* debug */
	border-spacing: 0;
	padding: 0;
	padding-top: 30px;
	margin: 0 auto;
}

.screenshots td {
	border: 1px none orange; /* debug */
	padding: 0px 15px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
}

.screenshots img {
	background: url(icon_zoom.png) no-repeat;
	padding: 15px;
}

.screenshots img:hover {
	background: url(icon_zoom_ro.png) no-repeat;
}

table.review {
	border: 1px none yellow; /* debug */
	border-spacing: 0;
	padding: 0;
	margin: 0 auto;
	margin-top: 10px;
}

.review td {
	border: 1px none orange; /* debug */
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}


/* @end */

/* @group Shop */

#courses {
	border: 1px none red; /* debug */
	display: block;
	position: relative; 
	height: 380px;
	background: url(courses/background.png) no-repeat 0px 0px;
	overflow: visible;
}

#courses .item {
	border: 1px none green; /* debug */
	position: absolute; 
}

#courses p {
	margin: 5px 0;
}

#courses .coursecaption {
	font-style: italic;
}

#courses td {
	padding: 4px;
}

/* @end */

/* @group Support */

#support {
	background: url(support/background.png) no-repeat 0px 0px;	
	border: 1px none green; /* debug */
}

table.support {
	width: 100%;
}

.support td {
	padding: 8px;
	vertical-align: top;
	width: 33%;
}


/* @end */
