@charset "UTF-8";
/*
-----------------------------------------------
[CLIENT NAME] CSS
-----------------------------------------------
/*
 
1. GLOBAL STYLES
-------------------------------------------------------------------
1.0 Master/Reset
1.1 Accessiblity
1.2 Headings
1.3 Text Elements
1.4 Links and lists
1.5 Forms
1.6 Columns and Rows
1.7 Puffs and Boxes
1.8 Buttons
1.9 Tables
 
 
2. MAIN PAGE ELEMENTS
-------------------------------------------------------------------
2.0 Wrapper
2.1 Header
2.2 Masthead
2.3 Navigation
2.4 Main content
2.5 Footer
 
 
3. SPECIFIC PAGES
-------------------------------------------------------------------
3.0 Gallery
3.1 Where?
 
 
/*
1. GLOBAL STYLES
------------------------------------------------------------------- */
 
/* 1.0 Master/Reset
----------------------------------------------- */
html,legend{background:#f7f7f7;color:#444}
address,blockquote,body,dd,del,dl,dt,div,fieldset,form,h1,h2,h3,h4,h5,h6,hr,html,iframe,input,ins,legend,li,map,object,ol,p,pre,table,td,textarea,th,ul{font-size:100%;margin:0;padding:0; vertical-align: baseline;}
h1,h2,h3,h4,h5,h6,th{font-weight:normal}
fieldset,img{border:0}
input,select,textarea{font-family:inherit}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left}
td,th{vertical-align:top}
abbr,acronym,address,b,caption,cite,code,dfn,em,i,input,samp,select,strong,textarea,var{border:0;font-family:inherit;font-style:normal;font-variant:normal}
del,ins{text-decoration:none}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
ul li {list-style: none;}
q{quotes:none}q:before{content:"\2018"}q:after{content:"\2019"}q q:before{content:"\201c"}q q:after{content:"\201d"}
html {
	background: url(../images/page/bg.jpg) -50% -50% #f7f7f7;
	color: #444;
	font: 93.8% Georgia,Times,"Times New Roman",serif;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* 1.1 Accessibility
----------------------------------------------- */
.accessibility {display: none;}
#access {position: absolute; top: -1000em;}


/* 1.2 Headings
----------------------------------------------- */
h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 0.1em;
	color: #62796D;
}
h1 {
	font-size:  1.6em;
}
h2 {
	font-size: 1.067em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
 
/* 1.3 Text Elements
--
--------------------------------------------- */
p {
	line-height: 140%;
	margin-bottom: 1em;
}
code {
	font: normal 0.9em "Monaco","Courier New",Courier,sans-serif;
}
p.standfirst {
	line-height: 120%;
}
p.stats {
	 font-size:0.8em;
	 margin-bottom: 1em;
	 line-height: 110%;
}
p.footnote {
	position: absolute;
	bottom: 12px;
	left: 12px;
	margin: 0;
	font-size: 0.667em;
	color: #9FB2A7;
}
span.podge {
	color: #A51618;
}
p.quote {
	font-style: italic;
	font-size: 0.8em;
	line-height: 140%;
}
 
/* 1.4 Links and Lists
----------------------------------------------- */
a, a:link {color: #A51618; text-decoration: none;}
a:visited {color: #A51618;}
a:hover, a:focus, a:active {text-decoration: none;}

dd {
	margin-bottom: 0.5em;
}
 
 
/* 1.5 Forms
----------------------------------------------- */
input:focus {
	border: 1px solid #444;
}
 
 
/* 1.6 Columns and Rows
----------------------------------------------- */

 
 
/* 1.7 Puffs and Boxes
----------------------------------------------- */
.puff {
	border: 0;
	display: inline;
	padding: 0;
}
.puff.right {
	float: right;
	margin: 0 0 10px 20px;
}
.puff.left {
	float: left;
	margin: 0 20px 10px 0;
}
 
 
/* 1.8 Buttons
----------------------------------------------- */
button,
form input.button,
.submit input {
	background: #555;
	border: 1px solid #555;
	color: #fff;
	cursor: pointer;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	overflow: visible; /* overflow: visible + width: auto avoids IE adding double padding */
	padding: 3px 5px;
	width: auto;
}
button:hover,
button:focus,
button:active,
form input.button:hover,
form input.button:focus,
form input.button:active,
.submit input:hover,
.submit input:focus,
.submit input:active {
	background: #333;
}

/* 1.9 Tables
----------------------------------------------- */
table {
	margin: 1em 0;
}

.img_center {
	clear: both;
	display: block;
	margin-left: auto;
  margin-right: auto 
}



 
/*
2. TOP LEVEL ELEMENTS
------------------------------------------------------------------- */
 
/* 2.0 Wrapper
----------------------------------------------- */
#wrapper:after {
	content: ".";
	clear: both;  
	display: block; 
	height: 0; 
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/* \*/
* html #wrapper {
	height: 1%;
}
#wrapper {
	display: block;
	margin: 0 auto;
	width: 942px;
}
 
 
/* 2.1 Header
----------------------------------------------- */
#header {
	float: left;
	padding-bottom: 15px;
	width: 942px;
	margin-top: 45px;
	position: relative;
	background: url(../images/page/border_double.png) bottom left repeat-x;
}
h1#logo {
	background: url(../images/page/logo.png) no-repeat 0 0;
	font-size: 1em;
	height: 98px;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999em;
	width: 380px;
}
h1#logo a {
	display: block;
	height: 98px;
	width: 380px;
	outline: none;
}
p.date {
	width: 161px;
	height: 14px;
	text-indent: -9999px;
	outline: none;
	float: right;
	margin-right: 12px;
	background: url(../images/page/the_date.png) 0 0 no-repeat;
}
#swedish_podge a{
	width: 68px;
	height: 68px;
	display: block;
	background: url(../images/page/swedish_ping.png) 0 0 no-repeat;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	right: -40px;
	top: -40px;
}
 

 


 
 
/* 2.3 Navigation
----------------------------------------------- */

ul#nav {
	float: right;
	clear: right;
	width: 469px
}
ul#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 70px;
}
ul#nav li a {
	display: block;
	float: left;
	outline: 0;
	height: 70px;
	text-align: center;
}
ul#nav li a span {
	display: none;
}
#nav a {background-repeat: no-repeat;}
#nav .on a:hover {background-repeat: no-repeat;}

#nav a {background-position: 0 -70px;}
#nav .on a {background-position:0 0; cursor: default;}
#nav a:hover {background-position:0 0;}
ul#nav #nav_home a {width: 62px; background-image:url(../images/nav/nav_home.png);}
ul#nav #nav_about a {width: 60px; background-image:url(../images/nav/nav_about.png);}
ul#nav #nav_attendees a {width: 84px; background-image:url(../images/nav/nav_attendees.png);}
ul#nav #nav_menu a {width: 56px; background-image:url(../images/nav/nav_menu.png);}
ul#nav #nav_where a {width: 71px; background-image:url(../images/nav/nav_where.png);}
ul#nav #nav_gallery a {width: 68px; background-image:url(../images/nav/nav_gallery.png);}
ul#nav #nav_quotes a {width: 68px; background-image:url(../images/nav/nav_quotes.png);}
 
 
/* 2.4 Main content
----------------------------------------------- */

#meat {
	float: left;
	padding-top: 2px;
	width: 944px;
}
.reg_single {
	width: 210px;
	height: 210px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	position: relative;
	overflow: hidden;
}

.reg_single_and_half {
	width: 328px;
	height: 210px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	position: relative;
	overflow: hidden;
}

.long_single {
	width: 210px;
	height: 446px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	position: relative;
	overflow: hidden;
}

.very_long_single {
	width: 210px;
	height: 682px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	position: relative;
	overflow: hidden;
}

.reg_double {
	width: 446px;
	height: 210px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	position: relative;
	overflow: hidden;
}
.half_single {
	width: 210px;
	height: 92px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.half_single_back {
	width: 210px;
	height: 33px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.reg_triple {
	width: 682px;
	height: 210px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.half_triple {
	width: 682px;
	height: 92px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.half_triple_back {
	width: 682px;
	height: 33px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.large_single {
	width: 446px;
	height: 446px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.large_single_right {
	width: 446px;
	height: 446px;
	float: right;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.large_triple_right {
	width: 682px;
	height: 446px;
	float: right;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.large_triple {
	width: 682px;
	height: 446px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.full_double {
	width: 918px;
	height: 446px;
	float: left;
	margin: 0 2px 2px 0;
	background: #fff;
	padding: 12px;
	overflow:hidden;
	position: relative;
}
.giant {
	width: 918px;
	height: 918px;
	padding: 12px;
	background:#FFFFFF;
	float:left;
	margin:0 2px 2px 0;
	overflow:hidden;
	position:relative;
}
.full_quadruple {
	width: 918px;
	height: 210px;
	padding: 12px;
	background:#FFFFFF;
	float:left;
	margin:0 2px 2px 0;
	overflow:hidden;
	position:relative;
}

div.columns {
	float: left;
	width: 918px;
	clear: both;
	margin-top: 1em;
}
div.columns .unit {
	width: 217px;
	float: left;
	margin-right: 12px;
}
div.columns .unit p {
	font-size: 0.8em;
	color: #666;
}





 
/* 2.5 Footer
----------------------------------------------- */
#footer {
	background: url(../images/page/border_double.png) top left repeat-x;
	clear: both;
	float: left;
	margin: 2px 0 0 0;
	padding: 10px 0 0 0;
	width: 942px;
	position: relative;
}
#footer #social {
	float: left;
}
#footer #social li {
	float: left;
}
#footer #social li a {
	background: url(../images/page/social.png) no-repeat 0 0;
	float: left;
	height: 20px;
	margin: 0 3px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}
#footer #social #flickr {
	background-position: -20px 0;
}
#footer #social #twitter {
	background-position: -40px 0;
}
#footer #copyright {
	float: right;
	font-style: italic;
	overflow: hidden;
}
 
/*
3. SPECIFIC PAGES
------------------------------------------------------------------- */
 
/* 3.0 Gallery
----------------------------------------------- */

.amt_bar {
	width: 27px;
	height: 197px;
	float: left;
	margin-right: 1px;
	position: relative;
	color: #fff;
}
.amt_bar a.inner {
	background: #637B6E;
	bottom: 0;
	color:#fff;
	display: block;
	float: left;
	font-size: 0.9em;
	left: 0;
	position: absolute;
	text-align: center;
	width: 27px;
}

.amt_bar a:hover,
.amt_bar.on a.inner {
	background: #A01517;
	margin-bottom: -12px;
	padding-bottom: 12px;
}

.amt_bar.zero a:hover {
	background: #637B6E;
	margin-bottom: 0;
	padding-bottom: 0;
}

.prev_01 a {
	width: 45px;
	height: 92px;
	display: block;
	float: left;
	outline: none;
	text-indent: -9999px;
	background: url(../images/page/gallery_prev_01.png) 0 0 no-repeat;
}
.next_01 a {
	width: 45px;
	height: 92px;
	display: block;
	float: left;
	outline: none;
	text-indent: -9999px;
	background: url(../images/page/gallery_next_01.png) 0 0 no-repeat;
}

#thumb_wrapper {
	float: left;
	height: 83px;
	margin-top: 4px;
	overflow: hidden;
	position: relative;
	width: 581px;
}
#gallery_thumbs {
	float: left;
	height: 83px;
	position: absolute;
	width: 99999px;
}
#gallery_thumbs li {
	float: left;
	width: 83px;
}
#gallery_thumbs li a {
	width: 75px;
	height: 75px;
	padding: 4px;
	float: left;
}
#gallery_thumbs li.on a,
#gallery_thumbs li a:hover {
	background: #A01517;
}

.prev_02 a {
	width: 42px;
	height: 446px;
	display: block;
	float: left;
	outline: none;
	text-indent: -9999px;
	background: url(../images/page/gallery_prev_02.png) 0 0 no-repeat;
}
.next_02 a {
	width: 42px;
	height: 446px;
	display: block;
	float: left;
	outline: none;
	text-indent: -9999px;
	background: url(../images/page/gallery_next_02.png) 0 0 no-repeat;
}
h2#gallery_title {
	background: url(../images/page/gallery_title_01.png) 0 0 no-repeat;
	width: 682px;
	height: 13px;
	float: left;
	text-indent: -9999px;
	outline: none;
	margin:0;
}
ul.viewed_images {
	font-size:0.8em;
	margin-top: 1em;
	color: #999999;
}
ul.viewed_images li {
	float: left;
	margin: 0 10px 10px 0;
}
ul.viewed_images a {
	background: #fff;
	padding: 4px;
}
ul.viewed_images a span {
	display: block;
}

#photo_wrapper {
	background: url(../images/spinner.gif) no-repeat center center;
	float: left;
	height: 445px;
	text-align: center;
	width: 594px;
}
#photo_wrapper #the_photo {
	display: inline;
	max-height: 445px;
	max-width: 500px;
}

/* 3.1 Where?
----------------------------------------------- */

ul#map_lrg {
	position: relative;
}
ul#map_lrg li {
	position: absolute;
	top: 0;
	left: 0;
}
ul.map_listing {
	width: 210px;
	float: left;
	margin: 0.2em 0 0 0;
	font-size: 0.8em;
	color: #9EB1A7;
}
ul.map_listing li {
	padding-left: 1.2em;
	margin-bottom: 0.4em;
}
ul.map_listing li.bus {
	background: url(../images/icons/bus_8.png) left center no-repeat;
}
ul.map_listing li.tube {
	background: url(../images/icons/tube.png) left center no-repeat;
}
ul.map_listing li.boat {
	background: url(../images/icons/boat.png) left center no-repeat;
}
ul.map_listing li.street {
	background: url(../images/icons/street.png) left center no-repeat;
}
ul.map_listing li.water {
	background: url(../images/icons/water.png) left center no-repeat;
}
ul.map_listing li.park {
	background: url(../images/icons/park.png) left center no-repeat;
}
ul.map_listing li.dot {
	background: url(../images/icons/dot.png) left center no-repeat;
}

.reg_single.hov:hover {
	background: url(../images/page/hover_bg.png) 0 0 no-repeat;
}

.reg_double.hov:hover {
	background: #fff url(../images/page/hover_bg_double.png) 0 0 no-repeat;
}



/* 3.1 Menu
----------------------------------------------- */

.position_bottom {
	position: absolute;
	bottom: 12px;
	left: 12px;
}


.position_bottom p {
	margin:0;
	font-size: 17px;
	color: #627A6E;
	font-style: italic;
	width: 210px;
	line-height: 120%;
}
.position_bottom p.menu_title {
	font-size: 15px;
	color: #333;
	font-style: normal;
}

/* Special cases
----------------------------------------------- */

.swedish h2, .iphone h2 {
	margin-bottom: 12px;
}

.position_bottom.pb_special {
	bottom: 28px;
}








/* Attendees
----------------------------------------------- */

#attendees {
	height:auto;
	margin-right:-2px;
	width:944px;
}
.row {
	clear: both;
	float: left;
	height: 232px;
	margin-bottom: 2px;
	overflow: hidden;
	width: 100%;
}

.col1, .col2, .col3, .col4, .col6, .col8 {
	float: left;
	height: 208px;
	padding: 12px;
	background: #fff;
}

.col1 {
	margin-right: 2px;
	width: 92px;
}
.col2 {
	margin-right: 2px;
	width: 210px;
}
.col3 {
	margin-right: 2px;
	width: 327px;
}
.col4 {
	margin-right: 2px;
	width: 446px;
}
.col6 {
	margin-right: 2px;
	width: 675px;
}
.col8 {
	width: 910px;
}

#attendees {
	height: auto;
	margin-right: -2px;
	width: 944px;
}

.attendee_unconfirmed {
	background: transparent;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}
.attendee_confirmed {
	background: url(../images/attendees/no_img.gif) 12px 12px no-repeat #fff;
	margin-bottom: 2px;
	overflow: hidden;
	position: relative;
}
.attendee_confirmed, .attendee_unconfirmed {
	height: 208px;
}

.attendee_confirmed h2, .attendee_unconfirmed h2 {
	font-size:0.867em;
	margin-top:1.667em;
}
.attendee_confirmed p.company, .attendee_unconfirmed p.company,
.quotes p.company {
	font-size: 0.733em;
	font-style: italic;
	line-height: 1.1em;
	margin-bottom: 10px;
}
.attendee_confirmed p.linkedin, .attendee_unconfirmed p.linkedin {
	bottom: 24px;
	font-size: 0.667em;
	margin-bottom: 0;
	position: absolute;
}
.portrait {
	width: 92px;
	height: 92px;
}
.linkedin_rating {
	background: #ccc;
	bottom: 12px;
	font-size: 1px;
	height: 8px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	width: 92px;
}
.linkedin_rating .rating {
	background: #637B6E;
	height: 8px;
}
.podges_00, .podges_01, .podges_02, .podges_03, .podges_04, .podges_05, .podges_06 {
	width: 91px;
	height: 21px;
	float: left;
	background-image: url(../images/page/icon_wineglass.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	text-indent: -9999px;
	outline: 0;
}
.podges_06 {
	background-position: 0 0;
}
.podges_05 {
	background-position: 0 -21px;
}
.podges_04 {
	background-position: 0 -42px;
}
.podges_03 {
	background-position: 0 -63px;
}
.podges_02 {
	background-position: 0 -84px;
}
.podges_01 {
	background-position: 0 -105px;
}
.podges_00 {
	background-position: 0 -126px;
}

form#attendee_search .text input {
	border: 1px solid #9DB0A6;
	font-size: 0.8em;
	padding: 5px;
	float: left;
	clear: left;
	margin-top: 5px;
	width: 198px;
}
form#attendee_search .checkboxes {
	clear: both;
	float: left;
	margin-top: 0.5em;
	width: 60%;
}
form#attendee_search .checkboxes label {
	display: inline;
	float: left;
	width: auto;
	margin-right:0.1em;
}
form#attendee_search .checkboxes input {
	padding:0;
	border: 0;
	margin: 0.2em 0.2em 0 0;
	width: auto;
	float: left;
}
form#attendee_search fieldset {
	margin:0;
	padding:0;
}
form#attendee_search .field {
	padding:0;
}
#results {
	display: inline;
	float: right;
	margin-top: -1.9em;
	text-align: right;
	width: 40%;
}


.quotes_img {
	float: left;
	width: 92px;
	height: 94px;
	margin-right: 12px;
}

.quotes_text {
}

.quotes_text.qsingle {
	width: 106px;
	background-color: red;
}

.quotes_text.qdouble {
	width: 340px;
}


.floatl {
	float: left;
}

.clear {
	clear: both;
}
	
.quotes p.score {
	color: #8e9f95;
	font-size: 11px;
	line-height: 110%;
}

.dropdown {
	border: 1px solid #9db0a6;
}



