/*
 * Goodmorning Technology 2009 (V5.5) CSS
 *
 */


/*
 * Defaults
 *
 */

html {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
}

body {
	padding: 0;
	margin: 0;
	font-size: 1.2em;
	background: #000;
	color: #444;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

h1 {
	margin-bottom: 10px;
	font-size: 2em;
	color: #EC008C;
}

h2 em {
	font-weight: normal;
	font-style: normal;
}

p {
	margin: 5px 0 5px 0;
}

embed, object {
	position: relative;
	z-index: 1;
}

table {
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border: 0;
}

td {
	vertical-align: top;
}

/*
 * Utilities
 *
 */
 
.left {
	float: left;
}

.right {
	float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.clearfix:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.hide {
	display: none;
}

/*
 * Header and Menu
 *
 */

#Header {
	position: relative;
	margin-top: 1px;
	height: 51px;
	background: #EC008C;
	color: #FFF;
}

#Header #Logo {
	position: absolute;
	top: 17px;
	left: 20px;
}

#Header a {
	outline: none;
}

#Header #Menu {
	position: absolute;
	top: 0px;	
	left: 290px;
	width: 600px;
	z-index: 500;
}

#Header #Menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 51px;
}

#Header #Menu ul li {
	float: left;
	margin: 0 1px 0 0;
	height: 51px;
}

#Header #Menu a {
	display: block;
	float: left;
	padding: 18px 40px 7px 14px;
	height: 26px;
	background: #EC008C;
	color: #FFF;
}

#Header #Menu .active a {
	background-color: #000;
}

/*
 * 	Strip
 * 
 */

#Strip {
	position: relative;
	background: #FFF;
	padding-left: 290px;
	overflow: hidden;
}

.type_1 #Strip {
	background: #000;
}  
			
#Strip .wrapper #Content {
	width: 100%;
	float: right;
	overflow: hidden;
	position: relative;
}  

#Strip .wrapper #Intro {
	float: right;
	margin-left: -290px;
	width: 290px;
	z-index: 99;
}

#Strip h1 {
	font-weight: normal;
}
			
#Strip .wrapper #Content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 20000px;
}	
			
#Strip .wrapper #Content ul li {
	/*display: inline;*/
	float: left;
	padding: 0;
	margin: 0;
}

#Strip .wrapper #Content .item ul {
	display: block;
	float: none;
	width: 100%;
}

#Strip .wrapper #Content .item ul li {
	display: list-item;
	float: none;
	list-style-type: disc;
	list-style-position: inside;
}

/*
 * Intro Bar / Sidebar
 *
 */

#Intro .inner {
	margin: 35px 20px 0 20px;
}

#Intro h1 {
	display: inline;
	margin-bottom: 0;
}

#Intro h1.featured span {
	color: #666;
}

#Intro h1 img {
	margin-left: 10px;
}

#Intro h2 {
	margin-top: 3px;
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

#Intro .caption {
	display: block;
	line-height: 1.7em;
	color: #666;
}

/*
 * Filter
 * 
 * Category selector, section scroller
 */

#Filter {
	position: relative;
	padding: 10px 0 15px 0;
	margin: 20px 0 20px 0;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	font-size: 0.9em;
	color: #CCC;
}

.categories {
	line-height: 1.8em;
}

.type_1 .categories {
	position: relative;
	padding: 10px 10px 15px 10px;
	margin: 20px 0 20px 0;
	width: 420px;
	background: transparent url("/secretary/site/img/intro_bg.png") repeat;
	color: #666;
}

.type_1 .categories h2 {
	margin-top: 0;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}

.type_1 .categories a {
	color: #CCC;
}

.type_1 .categories a:hover {
	text-decoration: underline;
}

.categories .active {
	font-weight: bold;
}

.sections {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.8em;
}

.sections ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Filter a {
	color: #EC008C;
	outline: none;
}

#Filter a:hover, .sections .active {
	text-decoration: underline;
}

/*
 * Content area general
 *
 */

.pic {
	min-width: 300px;
}

.pic img {
	padding-right: 10px;
}

.text {
	padding: 30px 30px 0 30px;
	width: 275px;
	font-size: 0.9em;
	line-height: 1.8em;
}

.item {
	position: relative;
}

.item img {
	display: block;
}

/*
 * Content area - Type 1 / Home
 *
 */

.type_1 #Strip .wrapper #Content {
	position: relative;
	z-index: 199;
}

.type_1 #Header #Menu {
	/*left: 392px;*/
}

.type_1 #Strip {
	height: 450px;
}

.type_1 #Strip .wrapper #Content ul {
	width: 100%;
}

.type_1 .text {
	padding: 0;
	margin: 40px 0 0 0;
	width: 440px;
	z-index: 199;
}

.slides {
	position: relative;
	padding: 15px 10px 10px 10px;
	width: 420px;
	height: 87px;
	line-height: 1.35em;
	/*font-size: 2.6em;*/
	font-size: 2em;
	font-weight: normal;
	background: transparent url("/secretary/site/img/bikeporter_introbg.png") no-repeat;
	color: #FFF;
}

.type_1 .text .intro p {
	margin-top: 30px;
	margin-left: 0px;
	width: 360px;
}

.type_1 .splash {
	position: absolute;
	top: 3px;
	left: 304px;
	width: 95px;
	height: 95px;
	z-index: 200;
	overflow: hidden;
}

.type_1 .splash a {
	display: block;
	width: 95px;
	height: 95px;
	text-indent: -2000px;
	background: transparent url("/secretary/site/img/looklook_front.png") no-repeat 0 0;
	outline: none;
	cursor: pointer;
	overflow: hidden;
}

.type_1 .splash a:hover {
	background: transparent url("/secretary/site/img/looklook_front.png") no-repeat 0 -101px;
}

.type_1 .splash a:active {
	background: transparent url("/secretary/site/img/looklook_front.png") no-repeat 0 -197px;
}

/*
 * Content area - Type 4 / Work
 *
 */

.type_4 #Strip .wrapper #Content {
	padding: 0;
}

.type_4 #Strip .wrapper #Content ul li {
	margin-right: 0px;
}

.type_4 .item {
	margin: 0 0px 0px 0;
	width: 231px;
	height: 150px;
	font-size: 0.9em;
}

.type_4 .item img {
	width: 231px;
	height: 150px;
	margin-bottom: 0px;
}

.type_4 .item .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 231px;
	height: 150px;
	background-color: #000;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

.type_4 .item .cover span {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px;
	text-align: left;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.3em;
	color: #FFF;
}

.type_4 .item.featured .coverimg {
	position: absolute;
	display: block;
	top: -3px;
	left: 5px;
	width: 41px;
	height: 40px;
	z-index: 100;
}

.type_4 .item a {
	display: block;
	color: #666;
	font-weight: bold;
	outline: none;
}

.type_4 .item:hover .title {
	color: #EC008C;
}

.type_4 .item.featured strong {
	color: #EC008C;
	/*display: none;*/
}

.type_4 .item:hover strong {
	color: #666;
}

.type_4 .item .title {
	display: block;
}

.type_4 .item.featured .caption {
	display: none;
}

.type_4 .payoff {
	display: none;
	position: absolute;
	z-index: 100;
	padding: 15px 10px 10px 10px;
	width: 211px;
	height: 125px;
	font-size: 1.6em;
	line-height: 1.35em;
	text-align: center;
	font-style: italic;
	color: #FFF;
}

.type_4 .item:hover .payoff {
	display: block;
}

.type_4 .payoff a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
}

.type_4 .payoff .tag {
	display: block;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 0.65em;
	font-style: normal;
	color: #EC008C;
}

/*
 * Content area - Type 7 / Project
 *
 */

.work_full #Strip .wrapper #Content ul li.top {
	margin-right: 30px;
}

.work_full .item.text {
	padding: 30px 0px 0 0;
}

.work_full .item.image {
	margin-right: 0px;
	min-width: 200px;
	height: 520px;
	background: transparent url("/secretary/site/img/loading.gif") no-repeat center center;
}

.work_full .item.media {
	padding-top: 30px;
	margin-right: 0px;
	min-width: 200px;
	height: 520px;
}

.work_full .item.image img {
	height: 520px;
}

.work_full .item.image .caption {
	display: none;
	position: absolute;
	left: 20px;
	bottom: 20px;
	max-width: 300px;
	font-size: 0.9em;
	line-height: 2.7em;
}

.work_full .item.image .caption span {
	padding: 7px 0 7px 0;
	background: transparent url("/secretary/site/img/bg_trans_black.png") repeat;
	color: #E2E2E2;
}

/*
 * Content area - Type 2, Type 3 / Text page (ie. Information)
 *
 */

.type_2 .text, .type_3 .text, .type_5 .text {
	padding: 0px 25px 0px 0;
	margin: 40px 25px 60px 0;
	min-width: 250px;
	max-width: 350px;
	width: auto;
	border-right: 1px solid #DDD;
}

.type_2 .text td, .type_3 .text td, .type_5 .text td {
	padding-right: 10px;
	width: 350px;
}

.type_2 .long, .type_3 .long, .type_5 .long {
	max-width: 800px;
}

.type_3 .item.text {
	min-width: 200px;
	max-width: 350px;
}

.type_3 .item.with-image {
	float: left;
	margin-right: 25px;
	max-width: 860px;
}

.type_3 .item td {
	vertical-align: top;
}

.type_3 .item.with-image .post {
	min-width: 150px;
	max-width: 350px;
}

.type_3 .images {
	margin-left: 20px;
}

.type_3 .images img {
	display: block;
	float: left;
	max-width: 500px;
}

.type_3 .item h1 {
	margin: 0px;
	font-size: 2.2em;
}

.type_2 h2, .type_3 h2 {
	margin-bottom: 0;
	font-size: 1em;
}

.type_2 .post, .type_3 .post, .type_5 .post {
	margin: 20px 0 20px 0;
}

.type_2 .post {
	padding-top: 32px;
}

.type_2 .first .post, .type_3 .first .post {
	padding-top: 0;
}

/*
 * Footer
 *
 */

#Footer {
	margin: 20px 0 0 290px;
	color: #666666;
}

#Footer table {
	clear: both;
	margin-left: -290px;
}

#Footer .col {
	float: left;
	margin: 0 30px 0 0;
	width: 200px;
}

#Footer .col.rumours {
	padding-left: 19px;
	margin: 0;
	width: 271px;
}

#Footer .col.rumours .post {
	margin-bottom: 10px;
}

#Footer .col.rumours .date {
	display: block;
	font-weight: bold;
	color: #858585;
}

#Footer .col.rumours a:hover .date {
	text-decoration: none;
}

#Footer .col.rumours .post a {
	color: #666666;
}

#Footer .col.rumours .post a:hover {
	color: #EC008C;
}

#Footer .col .section {
	padding: 0;
	margin: 0 0 20px 0;
	color: #666666;
	font-size: 0.9em;
	line-height: 1.5em;
}

#Footer .col.rumours .section {
	width: 251px;
}

#Footer h1 {
	margin-top: 0;
	font-size: 1.1em;
	color: #858585;
}

#Footer .col.rumours h1 {
	color: #EC008C;
}

#Footer a:hover {
	text-decoration: underline;
}

#Footer ul {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none;
}

#Footer .clients a {
	color: #666666;
}

#Footer .img {
	outline: none;
}

/*
 * Scrollbar
 *
 */

#ScrollBarWrapper {
	margin: -19px 0 20px 0;
	width: 500px;
	width: 100%;
	float: left;
	clear: both;
}

#ScrollBar {
	float:left;
	width: 100%;
	overflow: hidden;
}

#HandleWrapper {
	clear: left;
	padding: 0 0px 0 0px;
	margin: 0;
	width: 100%;
}

#HandleWrapper .ui-slider {
	margin: 0 auto;
	height: 18px;
	border: 0;
	width: 100%;
	background-color: #444444;
}

.ui-slider-handle {
	position: absolute;
	width: 200px;
	background: #1DB1FF url("/secretary/site/img/scrollbar.png") no-repeat;
	outline: none;
}

#HandleWrapper .ui-handle-helper-parent {
	margin: 0 auto;
	position: relative;
	width: 100%;
	height: 100%;
}

#HandleWrapper .ui-slider-handle {
	top: 0;
	left: 0;
	height: 18px;
}

#HandleWrapper .ui-slider-handle .ui-icon {
	position: relative;
	top: 50%;
	margin: -8px auto 0;
}

/*
 * Miscellaneous
 *
 */

#BackgroundImage {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#BackgroundImage img {
	width: 100%;
}

.divider {
	margin: 10px 0 10px 0;
	border-top: 1px solid #DDD;
}

.download, .external {
	padding-left: 7px;
	text-decoration: none;
	background: transparent url("/secretary/site/img/little_arrow.png") no-repeat 0 51%;
	color: #EC008C;
}

.text a {
	text-decoration: none;
	color: #EC008C;
}

.download:hover, .external:hover, .text a:hover {
	text-decoration: underline;
}

.back_to {
	padding-left: 7px;
	font-size: 0.9em;
	background: transparent url("/secretary/site/img/little_arrow_grey.png") no-repeat 0 51%;
	color: #666;
}

.back_to:hover {
	background-image: url("/secretary/site/img/little_arrow.png");
	color: #EC008C;
}

.caption {
	color: #666;
}

.contact-person {
	display: block;
	padding: 10px 0 0 0;
	margin: 20px 0 -10px 0;
	border-top: 1px solid #DDD;
	font-size: 0.9em;
	color: #666;
}

.contact-person a {
	color: #000;
}

.contact-person a:hover {
	text-decoration: underline;
}

.goodmorning, #Footer .clients .goodmorning {
	color: #EC008C;
}

.goodmorning:hover, #Footer .clients .goodmorning:hover {
	text-decoration: underline;
}

#Filter a.more {
	color: #666;
}

#IE, #IE6, #IE7 {
	display: none;
}

/*
 * Bike Porter Mailing List
 *
 */
 
 .bikeporterMList .textField label {
 	display: block;
 }
 
 .bikeporterMList .textField input, .bikeporterMList select, .bikeporterMList textarea {
 	padding: 2px;
 	border: 1px solid #CCC;
 }
 
 .bikeporterMList select, .bikeporterMList textarea {
 	width: 270px;
 }