/*
 * SNELSITE ENTERPRISE CMS.NL - SCREEN
 * 
 * Author: Media Design
 * Media: screen, projection, tv
 */
 
@import url(initial.css);

html, body {
	background: #e5e5e5 url(images/background_body.gif) top left repeat-x;
	color: #333;
}

/* --------------------
 * General Styling
 * -------------------- */
a:link, a:visited {
	color: #069;
	text-decoration: underline;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 0;
}

code, kbd {
	font-size: 135%;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
}

/* --------------------
 * General Layout
 * -------------------- */
#container {
	background: url(images/background_container_left.gif) no-repeat 0 75px;
	margin: 20px auto;
	max-width: 950px;
	min-width: 750px;
	padding: 0 0 0 10px;
}

#contained-container {
	background: url(images/background_container_right.gif) no-repeat 100% 75px;
	padding: 0 10px 0 0;
}
 
#header {
	position: relative;
	height: 50px;
	padding: 0 25px;
} 
 
#header h1 {
	float: left;
	margin: 0;
	padding: 0;
}

#header h1 a {
	background: url(images/title.gif) repeat-x;
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;	
	text-decoration: none;
	text-indent: -1980px;
	width: 198px;	
}

/* Search form */
#header form {
	float: right;
	font-size: 70%;
	line-height: 150%;
	margin-top: 30px;
	text-transform: lowercase;
	white-space: nowrap;
	text-align: right;
}

#header label {
	color: #666;
	float: left;
	padding-right: 1em;
}

#header p {
	/*display: table; /* Opera 9 Fix -- breaks reflow in Firefox 1.5 */
	margin: 0;
}

#header input {
	border: 1px solid;
	border-color: #999 #ccc #e7e7e7 #ccc;
	float: left;
	padding: 2px 5px;
	vertical-align: middle;
	margin-top: 3px;
}

#header input:focus, #header input:hover {
	border-color: #999;
}

#header button {
	background: url(images/button_go.gif) no-repeat;
	border: 0;
	cursor: pointer;
	float: left;
	height: 17px;
	margin: 5px 0 0 5px;
	padding: 0;
	text-indent: -9999em;
	vertical-align: middle;
	width: 22px;
}

/* --------------------
 * Navigation
 * -------------------- */
#navigation {
	background: #2b7398 url(images/background_navigation.gif) repeat-x;
	clear: both;
	color: #fff;
	font-size: 80%;
	line-height: 185%;
	margin-top: 20px;
}

#navigation div {
	background: url(images/background_navigation_right.gif) no-repeat right top;
}

#navigation ul {
	background: url(images/background_navigation_left.gif) no-repeat;
	margin: 0;
	padding: 0 15px;
}

#navigation li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navigation a {
	color: #fff;
	display: block;
	min-height: 24px;
	padding: 0 10px;
	text-decoration: none;
	outline: none;
}

#navigation a:hover, #navigation a:focus, #navigation .current {
	background: #f60 url(images/background_navigation_hover.gif) repeat-x;
}

#navigation .current {
	font-weight: bold;
}

/* Content header */
#content-header {
	background: #fff url(images/background_contenthead.gif) repeat-x;
	border-right: 1px solid #ccc;	
	border-left: 1px solid #ccc;
	color: #666;
	font: bold 75%/100% Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 -1px;	
}

#content-header div {
	background: url(images/background_contenthead_left.gif) no-repeat;
	height: 50px;
	overflow: hidden;
}

#content-header h2 {
	background: url(images/background_contenthead_righ.gif) no-repeat right top;
	font-size: 150%;
	margin: 0;
	padding: 0 20px;
	line-height: 310%;
}


/* --------------------
 * Main
 * -------------------- */
#main {
	position: relative;
	background: #fff url(images/background_content.gif) repeat-y 25% 0;
	border: 1px solid #ccc;
	font-size: 75%;
	margin: 0 -1px;
}

#main.alt-content, #main.frontpage {
	background-image: none; /* Disable faux columns */
}

#main h3 {
	position: relative;
	color: #f60;
	font: bold 155%/100% Arial, Helvetica, Tahoma, sans-serif;
	margin: 25px 0 0.25em 0;
}

#main.frontpage h3 {
	margin-top: 0;
	margin-bottom: 0.5em;
}

#main h3 a {
	color: #f60;
	text-decoration: none;
}

#main h3 a:hover, #main h3 a:active {
	text-decoration: underline;
}

#main h3 .up {
	color: #999;
}

#main h4, #main h5 {
	color: #2b7398;
	font-size: 115%;
	font-weight: bold;
	margin: 1.25em 0 0 0;
}


#main p, #content ul, #content ol {
	margin: 0 0 1.25em 0;
}

/* --------------------
 * Content
 * -------------------- */
#content {
	float: left;
	padding: 0 3% 25px 3%;
	width: 68%;
}

#content h3 {
	clear: both;	
}

#content ul, #content ol, #content dl {
	line-height: 150%;
	margin: 0 0 2em 15px;
}

#content ol {
	margin-left: 35px;
}

#content ul li, #content ol li {
	margin: 0.25em 0;	
}

#content ul li, #content dt {
	background: url(images/bullet_arrow_blue.gif) no-repeat 5px 0.525em;
	list-style-type: none;
	padding-left: 20px;
}

#content ul.alt-list li, #content dl.alt-list dt {
	background-image: none;
	padding-left: 0;
}

#content dt {
	color: #2b7398;
	font-weight: bold;
	margin: 1em 0 0 -10px;
}

#content dd {
	margin-bottom: 2em;
}

#main.alt-content #content {
	clear: both;
	float: none;
	width: auto;
}

#content.alt-content h3 {
	color: #2b7398;
	font-size: 135%;
	font-weight: normal;
	line-height: 100%;
	margin: 0;
	margin-bottom: 0.5em;
}

#overview-archive ul li {
	font-size: 120%;
}

/* --------------------
 * Generic Forms
 * -------------------- */
#content form {
	font-size: 90%;
	margin: 0 25px;
}

#content form table {
	border-collapse: collapse;
	width: 100%;
}

#content form td {
	border-top: 1px solid #ccc;
	padding: 0.75em 1em;
}

#content .form-submit td {
	background-color: #eaeaea;
}

#content form .required {
	width: 30%;
}

/* Input elements */
.textfield, textarea {
	border: 1px solid;
	border-top-color: #999;
	border-right-color: #ccc;
	border-bottom-color: #e7e7e7;
	border-left-color: #ccc;
	padding: 2px 5px;
	vertical-align: middle;
}

.textfield:focus, .textfield:hover,
textarea:focus, textarea:hover {
	border-color: #999;
}

.submit-button {
	font-size: 95%;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 0.25em 0.5em;
}

div.error {
	margin: 0 25px;
	padding: 0.25em 1em;
}

#content div.error p {
	font-weight: bold;
	margin-bottom: 0.5em;
}

div.error ul {
	color: red;
	font-size: 90%;
}

#content div.error li {
	background: url(images/bullet_error_red.gif) no-repeat 5px 0.15em;
	color: #666;
}

/* --------------------
 * Frontpage
 * -------------------- */
#what, #what ul {
	position: relative;
	background: #468aad;
	color: #fff;
	float: left;
	height: 161px;
	margin: 25px;
	padding: 20px;
	width: 410px;
}

#what {
	font-size: 120%;
}

#what h3, #what p {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#main #what h3 {
	font-size: 170%;
	margin: 5px 0;
}

#what p {
	font-size: 120%;
}

#what a {
	color: #fff;
	text-decoration: none;
}

#what ul {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding-top: 110px;
	left: 0;
	top: 0;
	background: url(images/whats_snelsite.gif) no-repeat;	
}

div#what ul li {
	line-height: 150%;
	margin: 0 5px;
	padding-left: 10px;
}

#what li a {
	color: #fff;
	background: url(images/bullet_arrow_white.gif) no-repeat 0 0.5em;
	padding: 0 20px 0 15px;
	text-decoration: none;
}

#what li a:hover, #what li a:focus {
	color: #ccffff;
	text-decoration: none;
}

#try-demo {
	background: url(images/content/logo_01.gif) no-repeat 96.5% 42%;
	margin-top: 25px;
	padding: 25px 0 25px 25px;
}

#try-demo h3 {
	margin-top: 0;
}

#try-demo p {
	font-size: 90%;
	line-height: 145%;
	margin: 0;
}

#try-demo #try-demo-text {
	margin-bottom: 2em;
	padding-right: 105px;
}

#try-demo #try-demo-button {
	margin: 3em 0 0.75em 0;
}

#try-demo-button a {
	background: url(images/link_arrow_double_blue.gif) no-repeat 100% 0.35em;
	font: bold 150%/115% Arial, Helvetica, Tahoma, sans-serif;
	padding-right: 20px;
}

/* 
 * Three column flexible layout
 * - #targetted-information: acts as container
 * - #targetted-information .subcontainer: acts as container for 1px borders
 * - #targetted-information .infoset: acts as floats
 */
#targetted-information {
	background-color: #f1f4f5;
	border-top: 1px solid #ccc;
	clear: both;
}

#targetted-information .subcontainer {
	position: relative;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0 auto;
	width: 33%;
}

#targetted-information .infoset {
	position: relative;
	float: left;
	padding: 15px 9%;
	width: 82%;
}

#targetted-information-first { 
	margin-left: -100%;
}
div#targetted-information-third { margin-right: -100%; }

#targetted-information a {
	font-size: 110%;
	font-weight: bold;
}

#targetted-information ul, #targetted-information p {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 1em;
}

#targetted-information ul li {
	background: url(images/bullet_arrow_blue.gif) no-repeat 5px 0.35em;
	line-height: 135%;
	list-style-type: none;
	margin: 0 0 0.5em 0;
	padding-left: 20px;
}

#targetted-information blockquote cite {
	float: right;
}


/* --------------------
 * Content Styling 
 * -------------------- */
#content .current {
	color: #666;
} 

#content img.icon {
	margin: 0 0.25em;
	vertical-align: middle;
} 
 
#content .caption {
	color: #666;
	font-size: 115%;
}

#content img.illustration {
	float: left;
	margin: -0.5em 1em 1em 0;
}

#content img.illustration.alt {
	float: right;
	margin: -0.5em 0 1em 1em;
}

#content dt:target {
	background-image: url(images/bullet_arrow_orange_2.gif);
	background-position: 3px 0.475em;
}

.faq dt:hover + dd em, .faq dd:hover em, .faq dt:target + dd em, p.faq:hover em {
	background-color: #ffc;
}

#content .features dt {
	background-image: url(images/bullet_tick_green.gif);
	background-position: 0 0.2em;
	margin-bottom: 0;
}

#content #short-features, #content .compact-list {
	font-size: 90%;
}

#short-features li, #content .compact-list li {
	float: left;
	margin-left: 0;
	margin-right: 0;
	padding-right: 2.5%;
	width: 40%;
}

#content table, #content table td, #content table th {
	border: 1px solid #eee;
}

#content table {
	border-width: 1px 1px 1px 0;
}

#content table td, #content table th {
	border-width: 0 0 1px 1px;
	padding: 4px;
}

#content table tbody th {
	text-align: left;
}

/* Search form */
#searchform fieldset {
	position: relative;
	height: 18em;
}

#searchform label, #searchresults h2 {
	color: #ff6600;
}

#searchform h2, #searchresults h2 {
	font-size: 130%;
}

#searchform #it_criteria {
	position: absolute;
	top: 3em;
	font-size: 150%;
	border-color: #999 #ccc #e7e7e7 #ccc;
}

#searchform #categories_select {
	position: absolute;
	bottom: 2em;
	border-color: #999 #ccc #e7e7e7 #ccc;
}

#searchform .submit {
	position: absolute;
	bottom: 0;
}

#content #search-results p {
	margin: 0;
}
#content #search-results li {
	margin-bottom: 1em;
}

/* Documentation examples */
#content .documentation, #content .documentation dt, #content .documentation dd, #content .documentation li {
	background-image: none;
	margin-left: 0;
	padding-left: 0;
}

#content .documentation dl {
	font-size: 90%;
}

#content .documentation dt {
	color: #333;
}

#content .documentation dd dt {
	background: url(images/bullet_arrow_blue.gif) no-repeat 5px 0.475em;
	color: #666;
	margin-left: -10px;
	padding-left: 20px;
}

#content .documentation dd dd {
	margin-left: 10px;
}

#content .doc-example {
	background-color: #eaeaea;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
	margin: 0 25px 1.5em 25px;
	padding: 5px 25px;
}

#content .doc-example-header {
	font-size: 120%;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}

#content .doc-category-structure {
	float: left;
	width: 40%;
}

#content .doc-category-structure th {
	text-align: left;
}

#content .doc-category-structure td {
	vertical-align: top;
}

#content .doc-category-structure ul {
	margin: 0;
}

#content .doc-category-structure-cats {
	width: 75%;
}

#content #doc-category-structure-result {
	float: left;
	margin-top: 5em;
	text-align: center;
	width: 10%;
}

#content .documentation .compact-list {
	font-size: 100%;
}

#content .icons {
	margin-left: 25px;	
}

#content .icons li {
	background-image: none;
	line-height: 200%;
	padding-left: 30px;
}

#content .icons img.icon {
	float: left;
	margin-left: -30px;
}


/* Portfolio */
#content #portfolio {
	margin-left: 0;
	padding-left: 175px;
}

#content #portfolio dt {
	background-image: none;
	clear: left;
	font-size: 120%;
	margin-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}

#content #portfolio dd {
	font-size: 90%;
	margin-left: 0;
	margin-bottom: 3em;
	padding-left: 0;
}

#content #portfolio .portfolio-link {
	font-size: 100%;
	margin-bottom: 1em;
}

#content #portfolio .portfolio-img {
	float: left;
	margin-left: -175px;
	margin-top: -4.5em;
}

.portfolio-img img {
	border: 1px solid #ccc;
}

/* Online demo */
#demo-frontend, #demo-backend {
	border-top: 1px solid #ccc;
	float: left;
	padding: 0 25px;
	width: 40%;
}

#demo-frontend p, #demo-backend p {
	font-size: 90%;
	line-height: 135%;
	margin-top: 5px;
}

#demo-backend {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;	
}

/* News */
#content .item-date {
	color: #666;
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0.5em;
}


/* --------------------
 * Sidebar
 * -------------------- */
#sidebar {
	float: left;
	font-size: 95%;
	padding: 25px 3% 25px 0;
	width: 22%;
}

#sidebar h4 {
	background: url(images/header_arrow_grey.gif) no-repeat 0 50%;	 
	color: #2b7398;
	font: normal 150% Arial, Helvetica, Tahoma, sans-serif;
	margin: 0 0 0.25em 0;
	padding-left: 25px;
	overflow: hidden;
}

#sidebar h4 a {
	color: #2b7398;
}

#sidebar a {
	color: #333;
}

#sidebar p, #sidebar ul, #sidebar ol {
	line-height: 135%;
	margin: 0 0 1.75em 25px;
}

#sidebar li {
	list-style-type: none;
	margin: 0 0 0.5em 0;
}

/* --------------------
 * Contact
 * -------------------- */
#in_form h2 {
	color: #ff6600;
}

#in_form form {
	margin: 0;
	padding: 0;
}

#in_form p {
	padding-top: 11px;
}

#in_form p input {
	border-color: #999 #ccc #e7e7e7 #ccc;
}

#in_form p input:focus {
	border-color: #999;
}

#in_form p.field {
	border-top: 1px solid #ccc;
}


/* --------------------
 * Footer
 * -------------------- */
#footer {
	background: #eaeaea url(images/background_footer.gif) repeat-x center bottom;
	clear: both;
	font-size: 70%;
	margin: 0 -1px;
}

#footer div {
	background: url(images/background_footer_left.gif) no-repeat left bottom;
}

#footer ul {
	float: left;
	margin: 0;
	padding-bottom: 15px;
}

#footer li {
	background: url(images/bullet_circle_grey.gif) no-repeat 0 52%;
	float: left;
	line-height: 200%;
	list-style-type: none;
	margin: 0 8px 0 0;
	padding: 1em 0 1em 12px;
}

#footer a {
	color: #666;
}

#footer #company-info {
	background: url(images/background_footer_right.gif) no-repeat right bottom;
	float: right;
}

#footer .first {
	background-image: none;
	border-left: 1px solid #ccc;
	margin-left: 0;
	padding-left: 25px;
}

#footer .last {
	border-right: 1px solid #ccc;
	margin-right: 0;
	padding-right: 25px;	
}

#footer #company-info .first {
	background-image: none;
	border: none;
	padding-left: 0;
}

/* --------------------
 * In-site ACP Shortcuts
 * -------------------- */
#content .item-edit {
	position: absolute;
	right: 0;
	top: 35%;
	color: #2b7398;
	font: normal 60%/100% Verdana, Tahoma, sans-serif;
}

/* --------------------
 * Misc Layout
 * -------------------- */
#skippy {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	font-size: 70%;
	line-height: 100%;
	text-transform: lowercase;
}

#skippy a {
	position: absolute;
	left: -999em;
	right: 40px;
	color: #666;
	height: 0;	
	margin-right: 1em;	
	text-decoration: none;
	white-space: nowrap;
	outline: none;
}

#skippy a:hover, #skippy a:active {
	text-decoration: underline;
}

#skippy a:focus {
	height: auto;
	left: auto;
}

.highlight {
	background-color: #ffc;
}

.more {
	background: url(images/link_arrow_double_orange.gif) no-repeat 100% 0.45em;
	padding-right: 15px;
}

.subcontainer {

}

/* --------------------
 * Float clearing
 * -------------------- */
#header:after,
#navigation ul:after,
#main:after,
#targetted-information .subcontainer:after,
#short-features:after,
#footer div:after,
.compact-list:after,
.doc-example:after,
.icons:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.portfoliobox {
	padding-left: 242px;
	position: relative;
	min-height: 20em;
}
.portfoliobox .itempic {
	position: absolute;
	left: 0;
	top: 0;
}

