/* ****************************
main.css
Main css file for project
**************************** */


/* ****************************
Client: Bindt
Website: bindt.nl

Main color 1: #e2001a -> Name: Red
Main color 2: #383838 -> Name: Gray
**************************** */


/* ****************************
Section: Blueprint alterations
**************************** */

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dir,
menu            { margin: 1.12em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong          { font-weight: bolder }

li ul, li ol {margin:0 1.68em;}
ul, ol {margin:0 1.68em 1.12em 1.68em;}

.success p,
.alert p,
.error p {
	margin: 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}



/* ****************************
Section: Main
**************************** */

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	color: #383838;
	background: url('../images/bg-body.gif') repeat-x;
	top: -10px;
	position: relative;
}

a {
	color: #e2001a;
}
a:hover { 
}



/* ****************************
Section: Header
**************************** */

#header {
	height: 141px;
	background: url('../images/bg-header.gif');
}

#logo a {
	height: 141px;
	width: 360px;
	display: block;
}



/* ****************************
Section: Navigation, top
**************************** */

#menu {
	width: 941px;
	height: 60px;
	margin: 0 4px 0 5px;
	font-size: 1.25em;
	line-height: 25px;
}

#menu ul {
	width: 921px;
	height: 30px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	list-style: none;
	line-height: 20px;
	background: #e2001a;
}

#menu ul li {
	padding: 5px 0 3px 0;
	float: left;
	margin-right: 50px;
	background: url('../images/bg-menu-li.gif') left 0px no-repeat;
}

#menu ul li.li-current-active,
#menu ul li.li-active {
	border-bottom: 2px solid #d6d6d6;
	background-position: left -30px;
}

#menu ul li a {
	padding-left: 22px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

#menu ul.ul-level2 {
	background: #d6d6d6;
}

#menu ul.ul-level2 li {
	background-image: url('../images/bg-menu-li-level2.gif');
}

#menu ul.ul-level2 li a {
	color: #666666;
}

#menu ul.ul-level2 li.li-current-active a,
#menu ul.ul-level2 li.li-active a {
	color: #000000; 
}

.ul-level3 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 20px;
}

.ul-level3 li.li-active a,
.ul-level3 li.li-current-active a {
	color: #383838;
	text-decoration: none;
}



/* ****************************
Section: Container body
**************************** */

.container-body-wrapper-begin {
	background: url('../images/bg-container-body-wrapper.gif') repeat-y;
}

.container-body {
	padding-bottom: 15px;
	background: url('../images/bg-container-body.gif') left top no-repeat;
}

.container-body-wrapper-end {
	height: 16px;
	background: url('../images/bg-container-body-wrapper-end.gif');
}

#normal,
#left,
#right,
#border,
#weblog {
	margin-top: 15px;
}

#normal h2.csc-firstHeader,
#left h2.csc-firstHeader,
#right h2.csc-firstHeader,
#normal .news-single-item h2 {
	margin: 0.56em 0;
	color: #e2001a;
	font-size: 2em;
}

#normal h2,
#left h2,
#right h2 {
	margin: 1.12em 0 -0.56em 0;
	color: #333333;
	font-size: 1.2em;
}



/* ****************************
Section: Container blocks
**************************** */

#container-blocks {
	width: 942px;
	margin: 5px 4px 0 4px;
}

.block {
	margin: 1.12em 0;
	overflow: hidden;
}

.block  {
	padding: 0 7px 4px 7px;
	background: url('../images/bg-block.gif') left top no-repeat;
	border: 1px solid #c2c2c2;
}

.block h2,
.block h3 {
	margin: 0 0 6px 0;
	line-height: 21px;
	font-size: 1.1em;
	color: #e2001a;
}

.block h2 a,
.block h3 a {
	text-decoration: none;
}

.block .item, 
.block .news-latest-item {
	margin-top: 7px;
	font-size: 0.9em;
	background: url('../images/bg-block-item.gif') right bottom no-repeat;
}

.block h4,
.block h4 a,
.block .news-latest-item h4,
.block .news-latest-item h4 a {
	margin: 0;
	font-size: 1em;
	color: #e2001a;
	text-decoration: none;
}

.block .item p,
.block .news-latest-item p,
.block .item div {
	margin: 0;
	padding: 2px 0;
	padding-right: 19px;
}
	
.block .item a,
.block .news-latest-item a {
	margin: 0;
	color: #383838;
	text-decoration: none;
}
.block .item a:hover,
.block .news-latest-item a:hover {
	color: #e2001a;
	text-decoration: underline;
}

.block input {
	width: 150px;
}
.block label {
	color: #383838;
	line-height: 1;
}

.block input[type=submit] {
	width: 157px;
	height: 21px;
	line-height: 21px;
	border: 0;
	color: #ffffff;
	font-size: 1.1em;
	background: #ffffff url('../images/bg-button-submit.gif') left 0px no-repeat;
	
}

.news-latest-gotoarchive {
	margin: 0.56em 0;
}



/* ****************************
Section: Footer, menu
**************************** */

#footer {
	padding: 20px 0;
}

#footer-logo img {
	margin-left: 9px;
}

#footer-menu {
	line-height: 60px;
	font-size: 1.25em;
}

#footer-menu ul {
	margin: 0;
	margin-right: 8px;
	float: right;
	list-style: none;
}

#footer-menu ul li {
	float: left;
	margin-left: 50px;
	padding-left: 22px;
	background: url('../images/bg-footer-menu-bullet.gif') left 50% no-repeat;
}

#footer-menu ul li a {
	color: #383838;
	text-decoration: none;
}
#footer-menu ul li a:hover {
	text-decoration: underline;
}



/* ****************************
Section: Mailform
**************************** */

.csc-mailform {
	margin: 0;
	padding: 0;
	border: 0;
}

.csc-mailform-field,
.csc-mailform-label {
  width: 380px; 
  overflow: auto;
  margin-bottom: 2px;
  padding: 0px;
  padding-left: 20px;
  background: #f1f1f1;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 350px;
	padding: 1px;
	font-size: 1em;
}

.csc-mailform-field input[type=submit] {
	width: 100px;
}

.csc-mailform-field textarea {
	width: 350px;
	height: 120px;
}



/* ****************************
Section: tt_news
**************************** */

.news-list-container {
	margin: 1.12em 0;
}

.news-list-item ,
.clearer{
	margin: 0;
}



/* ****************************
Section: pbsurvey
**************************** */

.questionText {
	width: 450px;
	display: block;
	white-space: normal;
}

.questionNumber {
	margin: 0 4px;
}



/* ****************************
Section: comments
**************************** */

.tx-comments-comments {
	margin: 1.12em 0;
}

#tx_comments_pi1_content {
	width: 350px;
	height: 100px;
}



/* ****************************
Section: tt_news
**************************** */

.news-list-date {
	font-size: 0.8em;
}



/* ****************************
Section: sr_email_subscribe
**************************** */

#border .tx-sremailsubscribe-pi1-notice {
	display: none;
}


dl.tx-sremailsubscribe-pi1-multiple-checkboxes dd label{
	position:relative;
	top:-16px;
	left: 4px;
}

#border dd input[type=checkbox] {
	width: auto;
}



/* ****************************
Section: sr_feuser_register
**************************** */

.tx-srfeuserregister-pi1 input[type=submit] {
	width: 157px;
	height: 21px;
	border: 0;
	color: #ffffff;
	font-size: 1.1em;
	background: #ffffff url('../images/bg-button-submit.gif') left 0px no-repeat;
}

.tx-srfeuserregister-pi1-error {
	color: #e2001a;
}



/* ****************************
Section: Button
**************************** */

.span-10 .button { 
	margin-top: 30px; 
}

.span-10 .button p { 
	width: 270px;
	height: 65px;
	margin-bottom: 5px !important; 
	padding: 10px 2px 2px;
	overflow: hidden;
	font-size: 1.3em;
	line-height: 1.3em;
	background: url('../images/bg-block-download.gif') no-repeat scroll 0 0 transparent;
}

.span-10 .button p a { 
	color: #ffffff;
	text-decoration: none;
}
.span-10 .button p a:hover { 
	color: #ffffff;
	text-decoration: underline;
}



/* ****************************
Others
**************************** */

#addthis { 
	margin: 1.12em 80px; 
}
#page-2 #addthis { 
	margin-left: 40px; 
}

fieldset { 
	margin: 0; 
	padding: 0; 
	border: none !important; 
}

