/****************************************  GENERAL  ****************************************/

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */

html, body, ul {
	border:0;
	margin:0;
	padding:0;
}

body {
	font-size: 0.80em;
	font-family: Arial, Helvetica; sans-serif;
	color:#666;
	background:#fff url(images/bg_header.gif) repeat-x;
}

body.small {background:#fff url(images/bg_header_small.gif) repeat-x}

img { border:none; }

h1 {
	color: #CA0A1D;
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing:-0.03em;
	margin: 0;
}

#subheader h1 { margin:0 0 -1px 0; }
h1.home { margin:40px 0 -1px 0; }
#info .entrywrap h1 { font-size:1.2em; font-weight:bold; margin:5px 0 4px 0 }
#footer h1 {color:#fff; font-size:2em; margin:10px 0 -3px 0}
h1.catstart {border-bottom:#E9E9E9 1px solid; margin:0 0 10px 0; padding-bottom:10px}
h1.cat {border-bottom:#E9E9E9 1px solid; margin:40px 0 10px 0; padding-bottom:10px}
#text h1 a:link, #text h1 a:visited {font-weight:normal}

h2 {
	color: #999999;
	border-bottom: #E9E9E9 1px solid;
	font-family: Arial, Hervetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	letter-spacing: -0.01em;
	margin: 4px 0 16px 0;
	padding: 0 0 5px 0;
}

#subheader h2 {
	border: none;
	width: 500px;
	color: #808080;
	padding: 0;
	margin: 0 0 10px 3px;
	vertical-align: middle;
}

#subheader h2 img {
	vertical-align: middle;
	padding: 0 2px 2px 2px;
}

#footer h2 {
	border:none;
	color:#E5858E;
	font-size:1.1em;
	letter-spacing:normal;
	padding-bottom:0
}

a {outline:none}

a:link, a:visited {color:#CA0A1D; font-weight:bold; text-decoration:none;}
a:active, a:hover {color:#CA0A1D; font-weight:bold; text-decoration:underline;}

.clear { clear:both; }



/****************************************  STRUCTURE  ****************************************/

#headerwrapper {
	background:url(images/bg_knife.jpg) center 50px no-repeat;
	width:100%;
	margin:0 auto;
}

#headerwrappersmall {
	background:url(images/bg_wave.gif) center 50px no-repeat;
	width:100%;
	margin:0 auto;
}

#contentwrapper {
	width:955px;
	margin:0 auto;
	min-height:85%;
	margin-bottom:-160px;
	height:auto;
}

#contentwrappersmall {
	width:955px;
	margin:-35px auto 0 auto;
	min-height:85%;
	margin-bottom:-125px;
	height:auto;
}

*html #contentwrapper{height:85%}

#header {
	height:56px;
	margin:0 auto;
	width:955px
}

#logo {
	width:250px;
	height:41px;
	float:left;
}

#navigation {
	background:url(images/separator_navi.gif) top left no-repeat;
	height:56px;
	float:right;
	padding-left:1px
}

#subheaderwrapper {
	background:url(images/header_knife.jpg) center bottom no-repeat;
	height:268px;
	width:100%;
}

#subheaderwrappersmall {
	background:url(images/header_wave.gif) center bottom no-repeat;
	height:101px;
	width:100%;
}

#subheader {
	margin:0 auto;
	padding-top:32px;
	width:955px
}

#subheadersmall {
	height:80px;
}

#content {
	width:955px;
	padding-bottom:30px;
	position:relative;
}

#text {
	width:550px;
	float:left;
	position:relative;
	padding-bottom:50px
}

.hometext_imgleft_left {
	width: 207px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}
.hometext_imgleft_right {
	width: 310px;
	float: left;
	padding: 0;
	margin: 0;
}
.hometext_imgright_left {
	width: 310px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}
.hometext_imgright_right {
	width: 207px;
	float: left;
	padding: 0;
	margin: 0;
}

#info {
	float:right;
	width:300px;
	position:relative;
	padding-bottom:50px	
}

#footer {
	background:#CA0A1D;
	color:#fff;
	font-size:0.9em;
	height:160px;
}

#footerwrapper {
	width:955px;
	margin:0 auto;
}

#footerleft {
	float:left;
	margin-top:10px;
}

#footermiddle {
	float:left;
	margin:10px 0 0 90px;
}

/*#footermiddle2 {
	float:left;
	margin:10px 0 0 40px;
}*/

#footerright {
	float: left;
	margin: 10px 0 0 100px;
	width: 350px;
}

/****************************************  NAVIGATION  ****************************************/

#logo ul, #navigation ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#logo li {
	font-size:1em;
	float:left;
	padding-right:6px;
}

#logo li a.logo { padding-right:30px; }

#logo li a.lang {
	background:url(images/icon_arrow_lang.gif) 0 28px no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:24px 0 0 8px
}

#logo li a:hover.lang {
	text-decoration:underline;
}


#navigation li {
	background:url(images/separator_navi.gif) top right no-repeat;
	height:56px;
	font-size:1.3em;
	float:left;
}

#navigation li a {
	display:block;
	color:#F7BDC3;
	text-align:center;
	text-decoration:none;
	padding:16px 25px 0 25px;
}

#navigation li a:hover {
	color:#fff;
}

#navigation .currentpage {
	background:url(images/bg_navi.gif) top right no-repeat;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:16px 25px 24px 25px;
}

#navigation .currentpage span  {
	background:url(images/icon_arrow_navi.gif) center 31px no-repeat;
	padding-bottom:24px
}


/****************************************  CONTENT  ****************************************/

#subheader .box {
	background: url(images/bg_subheaderbox.gif) no-repeat;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	height: 74px;
	letter-spacing: 0.01em;
	line-height: 1.4em;
	padding: 16px 18px;
	width: 450px
}

#subheader .grey {
	color:#808080;
	font-size:0.9em;
}

#content ul {
	list-style:none;
}

#text, #info {line-height:1.7em}

#text p, #text ul {padding: 0px}

#text li {
	background:url(images/bullet_arrow.gif) 0 5px no-repeat;
	padding:0 0 10px 20px;
}

#info p {
	line-height: 1.6em;
	padding: 0;
}

#info p.left {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 45px
}

#info p.right {
	float: left;
	margin: 0;
	padding: 0 0 15px 0;
	width: 255px
}

.line {
	background: url(images/bg_line.gif) center repeat-x;
	padding: 0;
	margin: 0;
}

#info div.line {
	background: url(images/bg_line.gif) center repeat-x;
	padding: 10px 0px;
	margin: 10px 0px;
}

a.arrow, div.categories a {background:url(images/icon_arrow.gif) 0 3px no-repeat; padding-left:12px}
#subheader a.arrow {background:url(images/icon_arrow.gif) 4px 5px no-repeat; padding-left:14px}

a.team {font-size:0.8em}


/****************************************  BLOG  ****************************************/

#info .date {
	background:url(images/bg_date.gif) 0 5px no-repeat;
	float:left;
	font-size:1em;
	height:48px;
	padding-top:10px;
	text-align:center;
	width:42px
}

#info .day {color:#CA0A1D; font-size:1.5em; font-weight:bold}
#info .entrywrap {float:left; line-height:1.5em; margin-left:15px; width:243px}
#info .entrywrap p {padding-left:0}

#info .tags {
	background:url(images/icon_tags.gif) no-repeat;
	color:#999;
	font-size:0.9em;
	padding-left:16px
}

#info .comments {
	background:url(images/icon_comments.gif) no-repeat;
	color:#999;
	font-size:0.9em;
	margin-left:20px;
	padding-left:16px
}

#comments .comments {
	background:url(images/icon_comments.gif) no-repeat;
	color:#999;
	font-size:0.9em;
	padding-left:16px
}

#comments {padding-bottom:50px}

span.author {
	background:url(images/icon_author.gif) no-repeat;
	color:#999;
	font-size:0.9em;
	padding-left:16px
}

#text span.tags {
	background:url(images/icon_tags.gif) 0 2px no-repeat;
	color:#999;
	font-size:0.9em;
	margin-left:20px;
	padding-left:16px
}

#text span.calendar {
	background:url(images/icon_calendar.gif) 0 2px no-repeat;
	color:#999;
	font-size:0.9em;
	margin-left:20px;
	padding-left:16px
}

#text span.date {
	color:#999;
	font-size:0.9em;
}

div.blogcomment {display:block; padding-bottom:10px}

div#blogerror {background:#FDF5F5; border:1px solid #F01C26; padding:-5px 5px 20px 5px; margin-left:20px}

div.error {
	background:#FDF5F5 url(images/icon_error.gif) 5px 6px no-repeat;
	border:#F01C26 solid 1px;
	color:#F01C26;
	font-weight:bold;
	padding:3px 3px 3px 27px;
	margin:0 20px 0 20px
}

ul.error {padding:0 0 10px 20px}

.error {color:#F01C26;}

/****************************************  FORM  ****************************************/

form p {
	clear:left;
	margin:30px 0 0 0;
}

fieldset {
	border:#EAEAEA solid 1px;
	display:block;
	margin-bottom:20px !important; /** 'cause IE doesn't behave.. **/
	margin-bottom:10px;
	padding:13px;
}

label {
	color: #666;
	float: left;
	font-weight: bold;
	width: 160px;
	margin: 5px 0 5px 0;
}

input, textarea, select {
	width: 330px;
	margin: 0px;
	padding: 6px;
	border: #929292 solid 1px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

textarea {
	height: 120px;
}

.captcha input {width:120px;}

.captchapict {padding-left:10px; vertical-align:middle}

.button {
	border:none;
	color:#fff;
	font-size:0.8em;
	font-weight:bold;
}

.blogbutton input {
	background:url(images/button_submit.gif) no-repeat;
	border:none;
	color:#FFFFFF;
	font-weight:bold;
	height:35px;
	margin-right:16px !important;
	margin-right:12px;
	width:132px
}

.submit {
	background:url(images/button_submit.gif) no-repeat;
	height:35px;
	margin-right:16px !important;
	margin-right:12px;
	width:132px
}

.newsletter {
	background:url(images/button_newsletter.gif) no-repeat;
	height:35px;
	margin-right:16px !important;
	margin-right:12px;
	width:80px
}

input.error, textarea.error {
	background:#FDF5F5;
	border:1px solid #F01C26;
}

/****************************************  FOOTER  ****************************************/

#footer a:link, #footer a:visited {color:#fff; font-weight:normal; text-decoration:none; }
#footer a:active, #footer a:hover {color:#fff; font-weight:normal; text-decoration:underline; }

#footer ul {
   list-style:none;
   margin:0;
   padding:0;
}

#footerleft ul, #footerright ul { width:190px }
#footerleft li, #footerright li { float:left; width:100px }
#footermiddle li, #footermiddle2 li { width:200px }

#footer li a {
	background: url(images/icon_arrow_footer.gif) 0 2px no-repeat;
	display: block;
	padding: 0 0 6px 15px;
}

#footer li a.rss {
	background: url(images/icon_rss_footer.gif) 0 1px no-repeat;
}

#footer p { margin:0; padding:0 }

#footer p.left {
	background: url(images/icon_microformats.gif) top left no-repeat;
	float: left;
	line-height: 1.5em;
	padding-left: 30px;
}

#footer p.right {
	float: left;
	line-height: 1.5em;
	margin-left: 30px;
}
