@import url("thirdtext_staff/creativecase_staff.css");

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
  display:block;
}
body{
  line-height:1.5;
  font-family: Helvetica, sans-serif;
}
ol,ul{
  list-style:none;
}
blockquote,q{
  quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
  content:'';
  content:none;
}

:focus{
  outline:1px dotted #eee;
}

ins{
  text-decoration:none;
  font-weight: bold;
}
del{
  text-decoration:line-through;
}

table{
  border-collapse:collapse;
  border-spacing:0;
}
a{
	text-decoration:none;
	color:#CC0000;
}
p{
	margin: 8px 0 15px 0;
}
html{
	height: 100%;
	overflow-y: scroll;
}
.clear, .clearboth{
	clear:both;
}
/*------------------------------------*\
  MAIN
\*------------------------------------*/
/* GO! */

body{
	background-color: #e8e5e3;
	background-image: url(../images/check-bg.gif);
	background-repeat: repeat;
	color: #303030;
}
#wrapper{
	width:960px;
	margin: 0 auto;
	background-color: #EEE;
	background-image: url(../images/paper-bg.gif);
	background-repeat: repeat;
	border: 1px solid #D3D3D3;
	border-top:none;
	margin-bottom: 20px;
}

header{
	background-image: url(../images/creative_case_header_2012.jpg);
	/*background-image: url(../images/cc-banner-frombook.jpg);*/
	background-repeat: repeat;
	background-position: center top;
	height: 168px;
	padding: 0;
	margin: 0;
	position: relative;
}
header h1.title{
	font-family: 'Kreon', Georgia, sans-serif;
	color: #000;
	text-shadow: 0 2px 0 #edefcf;
	font-size: 3.1em;
	margin-left: 30px;
	padding-top: 0px;
	height: 43px;
	position: relative;
	top:30px;
	display: none;
}
header h2.title{
	font-family: 'Kreon', Georgia, sans-serif;
	color: #303030;
	text-shadow: 0 2px 0 #edefcf;
	font-size: 1.5em;
	margin-left: 30px;
	padding-top: 0px;
	padding-left: 5px;
	margin-top: 38px;
	display: none;
}
header h2.thirdtextlogo{
	background-image: url(../images/thirdtext-small.png) !important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=’../images/thirdtext-small.png’);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: 5px;
	left: 30px;
	height: 14px;
	width: 175px;
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	display: none;
}
header h3.date{
	font-family: 'Kreon', Georgia, sans-serif;
	color: #303030;
	font-size: 1.5em;
	position: absolute;
	top:82px;
	right:15px;
	display: none;
}
p{
	color: #333;
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}
p a{
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	color: #CC0000;
}
p strong{
	font-weight: bold;
}
p em{
	font-style: italic;
}
blockquote p{
	padding: 15px;
	margin-left: 8px;
	background-color: #F1EFED;
}
h3{
	font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}
dl{
	margin-top: 20px;
}
dl dt{
	margin-bottom: 15px;
}
dl dt a{
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 1.5em;
	color: #303030;
}
p sup{
	font-size: 75%;
	position: relative;
	bottom: 3px;
}
p.faq{
	margin: 5px 0;
	float: left;
	width: 32.5%;
}
p a.faq{
	margin: 5px 0;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
p.faq-intro{
	margin: 15px 0;
}
.faq-nofloat p.faq{
	float: none;
	width: auto;

}
#page h2{
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #303030;
	line-height: 1.1 !important;
	margin-top: 15px;
	margin-bottom: 20px;
}
#page a.item .text h2{
	font-size: 20px;
}
a h2:hover{
	color: #666 !important;
}
h3.one_liner{
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 0.7em;
	text-transform: uppercase;
	color: #CC0000;
}
.pageblocks h3.one_liner{
	margin: 8px 0;
}
footer{
	text-align: right;
	padding: 5px 8px;
	background-repeat: no-repeat;
	background-position: 5px 9px;
	min-height: 45px;
}
* html footer {
   height: expression( this.scrollHeight < 44 ? "45px" : "auto" ); /* sets min-height for IE */
}
footer h3{
	font-family: 'PT Sans', 'Lucida Sans', sans-serif;
	font-size: 0.8em;
	margin-top: 13px;
	margin-right: 8px;
}
nav ul{
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 5px;
}
nav ul li{
	float: left;
	margin: 0;
	list-style-type: none;
	width: 25%;
	text-align: center;
}
nav ul li a{
	font-family: 'Kreon', Georgia, sans-serif;
	font-weight: normal;
	font-size: 1.5em;
	color: #FFF;
	margin: 0 auto;
	padding: 2px 0px 4px;
	display: block;
	overflow: hidden;
	width:50%;
	line-height: 30px;
	vertical-align: middle;
}
nav ul li a:hover{
	background-color: #eaeaea;
	color: #333;
}
nav ul li.here a, nav ul li.expandhere a, nav ul li.ancestor a{
	background-color: #303030;
	color: #FFF;
}
div.thumb{
	width: auto;
	float:left;
	margin-right:15px;
}
a img{
 	border:none;
}
.imageholder{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.pageblocks{

}
.pageblocks p{

}
.pad{
	padding: 8px 15px;
	border-bottom: 1px solid #D3D3D3;
	clear: left;
}
.editable {
 	position:relative;
}
.editable .graphictoolbar {
 	position:absolute;
 	top:0px;
	left:0px;
}
.col2{
	width: 50%;
	float: left;
}
.col4{
	width: 25%;
	float: left;
}
#contentarea{
	overflow: hidden;
	border-left: 1px solid #D3D3D3;
	position: relative;
	left: -1px;
}
.home #contentarea{
	width: 100%;
}
.nosidenav #contentarea{
	left: 0;
	border-left: none;
}
.home #content0, .home #content1{
	width: 50%;
	float: left;
	overflow: hidden;
}
.simple_gallery .gallery_thumb{
	float: left;
	margin-right: 20px;
	height: 100px;
	overflow: hidden;
	border: 4px solid #303030;
}
.nosidenav #subnav{
	display: none;
}
.home #subnav{
	display: none;
}
#subnav{
	width: 25%;
	float: left;
}
#subnav ul{
	border-right: 1px solid #D3D3D3;
}
#subnav ul li{
	margin: 0;
	line-height: 1;
	padding: 8px 12px 8px 12px;
}
#subnav ul li:nth-child(odd){
	background-color: #f1efed;
}
#subnav ul li a{
	color: #303030;
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.3;
	text-shadow: 0 1px 0 #FFF;
	display: block;
}
#subnav ul li.here a{
	text-decoration: underline;
}
#subnav ul li a:hover{
	color: #CC0000;
}
#subnav ul li.here a:hover{
	color: #303030;
}
#subnav ul li ul{
	border: none;
}
#subnav ul li ul li{
	background-color: #FFF !important;
	list-style-type: disc;
	padding-left: 0;
	margin-left: 15px;
}
#subnav li.here, #subnav li.expandhere{
	text-decoration: underline;
}
#subnav li.expandhere * li{
	text-decoration: none !important;
}
.home #content2{
	width: 100%;
}
a#top{
	position: absolute;
	top:0;
}
.imageholder img{
	border: 4px solid #303030;
	max-height: 250px;
}
* html .imageholder img {
   height: expression( this.scrollHeight > 249 ? "250px" : "auto" ); /* sets max-height for IE */
}
a.item{
	height: 205px;
	width: 220px;
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
}
a.item .itempad{
	padding: 5px 8px;
}
a.item .bit1{
	position: absolute;
	top:0;
	height: 204px;
	overflow: hidden;
}
a.item .bit1 h2{
	line-height: 1.2 !important;
	margin: 0 !important;
	font-size: 1.5em;
}
a.item .bit2{
	position: absolute;
	top: 0;
	visibility: hidden;
	background-color: #FFF;
	box-shadow: 0 1px 3px #666;
	-webkit-box-shadow: 0 1px 3px #666;
	-moz-box-shadow: 0 1px 3px #666;
	height: 205px;
	width:220px;
}
a.item .bit2 p.desc{
	font-size: 0.9em;
	line-height: 1.5;
	margin-top: 0;
}
a.item .bit2 p.link{
	color: #CC0000;
}
a.item:hover .bit2{
	visibility: visible;
}
a.item{
	margin-right: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.item.no3, a.item.no6, a.item.no9, a.item.no12, a.item.no15, a.item.no18, a.item.no21{
	margin-right: 0;
}
.home a.item.no4{
	margin-right: 0;
}
.home a.item.no3{
	margin-right: 12px;
}
.home #content0{
	height: 400px;
	border-bottom: 1px solid #D3D3D3;
}
.home #content1{
	border-bottom: 1px solid #D3D3D3;
    height: 360px;
    margin-top: 40px;
}
.home #content2{
	border-bottom: 1px solid #D3D3D3;
}
.home .pad{
	border-bottom: 0px;
}
.home form#mainform .clearboth{
	clear: none !important;
}
.home p.newsletterwrap{
	display: inline;
	width: 46%;
	float: left;
	margin: 0;
}
.home p.newslettermessage{
	font-size: 0.8em;
	padding-top: 0px;
	color: #666;
}
.home #content1 form{
	border: 1px dashed #CCC;
	overflow: hidden;
	padding: 5px 10px;
	font-size: 0.8em;

}
.home #content1 #mainformcontainerdiv {
	float:right;
	width: 235px;

}
.home #content1 #mainformcontainerdiv .widgetmessage {
	font-size:0.8em;
	padding-bottom:8px;

}
.home #content1 .message {
	width:200px;
	float:left;

}
.home #content1 form input#submit{
	margin-top: 45px;
}
.formclear{
	clear: both;
}
.comments h3{
	font-family: 'Vollkorn', Georgia, serif;
}
.comments label{
	font-family: 'PT Sans', Arial, sans-serif;
	font-size: 1em;
}
.comments .comment .dark, .comments .comment .light{
	padding: 5px 8px;
}
.comments .comment .light{
	border-bottom: 1px solid #D3D3D3;
}
.comments .comment .dark{
	background-color: #F1EFED;
}
.comment span.dtstart{
	font-family: 'PT Sans', 'Lucida Sans', Arial, sans-serif;
	font-size: 0.6em;
	color: #666;
}
.comment h4{
	font-family: 'Kreon', Georgia, serif;
	font-size: 0.7em;
	color: #333;
}
.comment p{
	font-family: 'Vollkorn', Georgia, serif;
	font-size: 0.85em;
}
#slidingDiv{
	display: none;
}
#slidingDiv p{
	margin-bottom: 5px !important;
}
.formelementwrapper{
	float: left;
	margin-bottom: 8px;
}
.formelementwrapper input.biginput{
	width: 92%;
}
.formelementwrapper textarea{
	width:93%;
	height: 65px;
}
.inputnote{
	color: #666;
	font-size: 70% !important;
	float: left !important;
}
input#submit{
	border: none;
	background: #333;
	padding: 5px 15px 6px 15px;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	color: white;
	cursor: pointer;
	font-size: 1.1em;
}
.comments input#submit{
	/* width: 60% !important; */
	margin-left: 0;
}
a#showhide{
	font-family: 'Vollkorn', Georgia, serif;
	margin-top: 8px;
	display: block;
}
.toc #content0 .pad{
	background-image: url(../images/toc-bg.gif);
	padding-top: 0;
	margin-top: 0;
	border-bottom: none;
}
.toc .pad.tocdetail{
	background-image: none !important;
	border-bottom: 1px solid #d3d3d3 !important;
}
.toc .pad dl{
	margin-top: 0;
	padding-top: 0;
}
a.backlink{
	display: none;
}
.toc #content0 a.backlink{
	margin: 10px 0 15px 0;
	font-size: 0.8em;
	color: #666;
	display: block !important;
}