﻿html{height:100%;overflow:hidden;}
body
{
	font-family: Lucida Grande, Arial;
	font-size: 11px;
	height: 100%;
	overflow: hidden;
}
*{margin:0px;padding:0px;}

img{border: 0;}
p,h1,h2,h3,h4,h5,h6
{
	margin: 10px 0px;
}

h1, h2
{
	font-family: Georgia;
}

.main_headline
{
	font-size: 11px;
	font-family: Lucida Grande;
	letter-spacing: 1px;
	color: #959595;
	padding-left: 20px;
	text-transform: uppercase;
}

.intro_headline
{
	font-family: Georgia;
	font-size: 50px;
	font-weight: normal;
	line-height: 60px;
	color: #898989;
	padding-top: 40px;
	padding-bottom: 60px;
}

.introduction
{
	font-weight:bold;
	font-family: Lucida Grande, Arial;
	font-size: 13px;
	line-height: 19px;
}

.textpage_headline
{
	font-family: Georgia;
	font-size: 31px;
	font-weight: normal;
	line-height: 40px;
	color: #898989;
	padding-top: 20px;
	padding-bottom: 10px;
}

h3
{
	font-family: Georgia;
	line-height: 16px;
	color: #898989;
	font-size: 18px;
	font-weight: normal;
	margin-top: 0px;
}

h2 a
{
	text-decoration: none;
	color: #898989 !important;
}

.whitebg
{
	position: absolute;
	left: 100%;
	width: 50%;
	background-color: #000;
	height: 100%;
}

.wrapper
{
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

.blackbackground
{
	background-color: #000;
	position: absolute;
	left: 50%;
	/*margin-left: 166px;*/
	width: 5000px;
	height: 100%;
	
	z-index: -1;
}

.container
{
	background-image: url('images/bg-image.png');
	width: 858px;

	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	_height: 100%;
}

.content
{
	float: left;
	width: 580px;
	padding-right: 14px;
	padding-top: 32px;
	min-height: 100%;
	_height: 100%;
}

.content a
{
	color: #C60651;
	text-decoration: none;
}

.sidebar
{
	float: left;
	width: 260px;
	padding-top: 150px;
}

.navigation
{
}

.navigation a
{
	display: block;
	background: none;
	width: 245px;
	height: 23px;
	color: #959595;
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.navigation a.active
{
	background-image: url('images/mnu-bg.png');
}

.contact
{
	padding-left: 15px;
	margin-top: 61px;
	color: #909090;
	line-height: 18px;
}

.contactheader
{
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px #505050;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 15px;
}

.caseViewer
{
	position: absolute;
	left: 4000px;
	width: 1020px;
	height: 550px;
	top: 65px;
	color: #fff;
}

.caseViewer a
{
	color: #909090;
}

.caseViewer td
{
	vertical-align: top;
}

/*.case_Content
{
	color: #909090;
	padding-right: 43px;
	padding-top: 36px;
}

.case_Content strong
{
	color: #919191;
}*/

.case_ImageViewer
{
	padding-top: 36px;
	overflow: hidden;
}

.case_ImageViewerRemote
{
	padding-top: 0px;
	padding-bottom: 10px;
}

.case_Content h4
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	font-family: Lucida Grande;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.case_Title
{
	font-family: Georgia;
	font-size: 18px;
}

.case_ImageViewer a
{
	text-decoration: none;
}

/* blog stuff */

.blog_Header
{
	width: 100%;
	border-bottom: solid 1px #E2E2E2;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

.blog_Intro
{
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10000;
}

.blog_Intro h2
{
	margin-top: 0px;
	color: #999;
	font-weight: normal;
	font-size: 18px;
}

.blog_Post
{
	border-bottom: solid 1px #E2E2E2;
	padding-top: 20px;
	padding-bottom: 20px;
	z-index: 10000;
}

.blog_Post h2
{
	margin-top: 0px;
	color: #999;
	font-weight: normal;
	font-size: 18px;
}

.blog_Post p
{
	margin-top: 0px;
}

.blog_PostContent
{
	padding-bottom: 10px;
}

.blog_post_heighthelper
{
	
}

.blog_Clicks
{
	width: 52px;
	height: 11px;
	font-size: 9px;
	line-height: 10px;
	color: #fff;
	background-image: url('images/bg-click.png');
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	float: left;
	font-family: Arial;
	text-align: center;
}

.blog_Author
{
	color: #C60651;
	font-size: 10px;
	line-height: 16px;
}

.blog_Date
{
	font-size: 10px;
	line-height: 16px;
	color: #999;
}

.blog_PostPublished
{
	font-size: 10px;
	line-height: 16px;
	color: #999;
}

.blog_PostPublished a
{
	color: #C60651;
	text-decoration: none;
}

.blog_PostPublished a:hover
{
	text-decoration: underline;
}

.blog_alone_post
{
	font-size: 12px;
	line-height: 18px;
}

.blog_alone_post .textpage_headline
{
	font-size: 31px;
	line-height: 36px;
	padding-bottom: 10px;
}
/*
 * Case viwer 
 */

a.selected
{
	color: #fff;
	font-weight: bold;
}

/*.case_Container
{
	border-bottom: solid 1px #E2E2E2;
	padding-top: 20px;
	padding-bottom: 20px;
}*/

.sidepostlist ul
{
	list-style-type: none;
}

.sidepostlist a
{
	color: #909090;
	text-decoration: none;
}

textarea.comment
{
	background-image: url('images/bg-textarea.png');
	height: 117px;
	width: 439px;
	border: 0px;
	
	font-size: 10px;
	font-family: "Lucida Grande", Arial;
	padding-left: 5px;
	padding-top: 4px;
}

input.comment
{
	padding-left: 9px;
	padding-top: 4px;
	background-image: url('images/bg-input.png');
	height: 17px;
	width: 128px;
	border: 0px;
	
	font-size: 10px;
	font-family: "Lucida Grande", Arial;
}

.pager
{
	padding-top: 20px;
	font-size: 12px;
}

.pager a
{
	color: #C60651;
	text-decoration: none;
}

.border_headline
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px 0px;
	
	border-top: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
	
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1.1px;
}

.blogpost_comment
{
	background-color: #f4f4f4;
	vertical-align: top;
	
	min-height: 119px;
	_height: 119px;
	padding: 15px;
	
	color: #909090;
	font-size: 11px;
	letter-spacing: 0.6px;
}

.blogpost_comment .blog_Author
{
	color: #d7004d;
	font-size: 11px;
}

.blogpost_comment_arrow
{
	width: 14px
}

.blogpost_icon_user
{
	padding-left: 20px;
	width: 85px;
}

.blogpost_commenttable
{
	width: 563px;
	margin: 10px 0px;
}

.blogpost_comment_spacer
{
	font-size: 5px;
	line-height: 5px;
}

.image_right
{
	float: right;
	padding: 5px 5px 10px 10px;
}

.textpage
{
	font-size: 13px;
	line-height: 19px;
}

.textpage a
{
	color: #C60651;
	text-decoration: none;
}

#commentFields
{
	height: 0px;
	overflow: hidden;
}

#writeComment
{
	cursor: pointer;
	_cursor: hand;
	
	margin-bottom: 30px;
}

#comments
{
	margin-top: 30px;	
}

input.textpage_contact
{
	padding-left: 9px;
	padding-top: 4px;
	background-image: url('images/bg-input-textpage.png');
	height: 17px;
	width: 158px;
	border: 0px;
	
	font-size: 10px;
	font-family: "Lucida Grande", Arial;
}

.case_Container a
{
	color: #C60651;
	text-decoration: none;

}

.case_Header
{
	width: 100%;
	border-bottom: solid 1px #E2E2E2;
	color: #000;
	padding-bottom: 5px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
}

.case_Intro
{
	padding-top: 20px;
	padding-bottom: 20px;
}

.sidebarBlock
{
	padding-left: 15px;
	margin-top: 61px;
	color: #909090;
	line-height: 18px;
}

.sidebarBlock a
{
	color: #909090;
	text-decoration: underline;
}

.sidebarBlock_header
{
	color: #fff;
	text-transform: uppercase;
	border-bottom: solid 1px #505050;
	padding-bottom: 2px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 15px;
}

.padding_bottom
{
	margin-bottom: 50px;
}

.tagcloud a:hover
{
	text-decoration: underline;
}

.tagsonblogpost a
{
	color: #999;
}

/*
 * new cases
 */
 
#cases
{
	width: 565px;
	font-size: 12px;
	color: #606060;
}

.case_HeaderText
{
	line-height: 32px;
	height: 32px;
	cursor: pointer;
	_custor: hand;
}

.case_HeaderText strong
{
	display:block;
	float:left;
	width: 150px;
	padding-left: 25px;
}

.case_HeaderText span.date
{
	float: right;
	padding-right: 5px;
}

.case_Container
{
	background-color: #E1E1E1;
	margin-bottom: 2px;
	overflow: hidden;
}

.case_Closed
{
	height: 32px;
}

.case_Open 
{
	
}

.case_Closed .case_HeaderText
{
	background-image: url('images/cases/lbl-down.png');
}

.case_Open .case_HeaderText
{
	background-image: url('images/cases/lbl-up.png');
}

.case_Content
{
	margin: 0 5px;
	padding: 10px 5px 20px;
	border-top: 1px solid #fff;
}

.case_ImageColumn
{
	float:left;
	width: 185px;
}

.case_ImageContainer
{
	width: 170px;
	height: 110px;
}

.case_ImageColumn a
{
	color: #606060;
}

.case_ImageColumn a.selected
{
	font-weight: bold;
}

.case_TextColumn
{
	float: left;
	width: 320px;
}

.case_TextColumn h2
{
	margin: 0;
	padding: 0 0 7px;
	font-size: 16px;
}

.case_TextColumn p
{
	margin: 0;
	padding: 0 0 7px;
}

.case_ImagePager
{
	padding-top: 5px;
}