/*
Theme Name: GetYourGuide Blog Theme
Description: GetYourGuide Theme for our Blog.
Version: 1.3
Author: GetYourGuide
Author URI: http://getyourguide.com
*/

* {
	margin: 0;
	padding: 0;
}

html, html {
	background: #b8b8b8 url(img/body-bg.png) fixed repeat-x;
	font:.625em/1.4 "Lucida Grande", "Verdana", sans-serif;
}

body {
	padding-top: 27px;
}

fieldset {
	border: 0 none;
}

p, table {
	margin: 1em 0;
}

ul, ol, dl {
	margin: 1.5em auto;
}

img {
	border: 0;
}

a, img a {

	color: #222;
}

a:focus, a:hover {
	color: #222;
	outline: 0;
}

a:active {
	outline: 0;
}

/* helpers */

.left { float: left; }
.right { float: right; }
.center { text-align: center; }
.automargin { margin: 0px auto; }
.hidden { display: none !important; }
.round { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* widths */

.xs { width: 227px !important; }
.s { width: 100px !important; }
.m { width: 300px !important; }
.l { width: 460px !important; }
.xl { width: 620px !important; }


/* form elements */

.button { padding: 5px; border: solid 1px #ccc; font-size: 1em; cursor: pointer; text-align: center; color: #3d3c3c; font-weight: 800; text-shadow: White 0px 1px 0px; }
.button:hover { color: #3d3c3c; border: solid 1px #6694b8; }
.button:active { color: #3d3c3c; }

.input { padding: 5px; border: solid 1px #ccc; border-top-color: #bbb; border-left-color: #bbb; background-color: #f7f7f7; }
.input:hover { border-color: #bbb; }
.input:focus { border-color: #abc; outline: none; background-color: #c7ddef !important; }
.input.correct { border-color: #6694b8; background-color: #c7ddef !important; }
.input.incorrect { border-color: #6694b8; background-color: #efc7cd !important; }
/* for IE */
.input.iefix { height: 24px; }

#commentform { vertical-align: top; margin: 1em; margin-top: 3em; padding: 0px; }
#commentform .input { background-color: #fdfdfd; }
#commentform span.small { color: #666; }

p a, .entry-content a, .team-blogroll a {
	color: #6694B8;
	text-decoration: none;
	border-bottom: 1px solid #6694b8;
}

p a:hover, p a:focus,
.entry-content a:hover, .entry-content a:focus,
.team-blogroll a:hover, .team-blogroll a:focus,
.category-archive a:hover, .category-archive a:focus,
.monthly-archive a:hover, .monthly-archive a:focus {
	color: #fff;
	background-color: #6694B8;
	padding: 1px 3px;
	margin: 0 -3px;
	border: 0px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

p a:active, .entry-content a:active, .team-blogroll a:active {
	color: #F2F2F2;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	background-color: #4E749B;
	padding: 1px 3px;
	margin: 0 -3px;
	border: 0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#main ul, #main ol, #main dl {
	width:75%;
}

li, dt {
	margin: .5em 0;
}

#head {
	height: 110px;
	background: url(img/head-bg.png) repeat-x;
	text-align: center;
	margin: -36px -36px 18px;
}

h1 a {
	display: block;
	text-indent: -9999px;
	background: url(img/logo.png) no-repeat 52px 25px;
	background-color: rgba(250,250,250,0);
	height: 120px;
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
}

h1 a:hover, h1 a:focus, h1 a:active {
	background-color: #F9F9F9;
	background-color: rgba(250,250,250,1);
	color: #fff;
}

h2 {
	font: normal 24px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 -36px .5em;
	padding: 10px 36px 11px;
	border: 1px solid #D8D8D8;
	border-width: 1px 0;
	background: #EAEAEA;
	position: relative;
}

.head h2 {
	margin-bottom: 0;
}

h2 a {
	display: block;
	padding: 10px 36px 11px;
	margin: -10px -36px -11px;
}

h2 .edit {
	font-size: 12px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	padding: 3px;
	text-decoration: underline;
}

h3 {
	margin: 1em 0 .25em;
	font: normal 1.25em/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h3 + *, h4 + * {
	margin-top: .25em;
}

h4 {
	margin: 1em 0 .125em;
	font: bold 1.1em/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#authors {
	list-style: none !important;
}


.team-blogroll ul{
	list-style: none;
	margin: 20px 5px;
	width: 100% !important;
}

.category-archive a, .monthly-archive a {
	color: #6694B8;
	text-decoration: none;
}

/*
***************
*** SPECIFIC THINGS */

.clear {
	clear: both;
	height:0;
	width:0;
	visibility: hidden;
}

.widget h3 {
	border-bottom: 1px solid;
}

#foot .widget h3 a {
	color: #fff;
}

#sidebar .widget h3 {
	text-shadow: 0 1px 0 #fff;
	margin: .25em 0 1em;
	border-color: #BBB5A5;
	color: #434038;
}

#foot .widget h3 {
	text-shadow: 0 -1px 0 #4c4c4c;
	border-color: #999;
}

/*.widget {
	overflow: hidden;
}*/

#content .alignleft,
#content .alignright,
#content .aligncenter {
	border: 1px solid #ccc;
	padding: 3px;
	width: auto;
}

#content .alignleft img,
#content .alignright img,
#content .aligncenter img {
	border: 1px solid #E0E0E0;
}

#content .alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

#content .alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

#content .aligncenter {
	display: block;
	margin: 0 auto;
}

#content .monthly-archive {
	float: left;
	width: 200px;
}

.monthly-archive ul {
	list-style-type: square;
}

#content .category-archive {
	float: right;
	width: 250px;
}

.category-archive ul {
	list-style-type: square;
}

#content .wp-caption-text {
	font-style: italic;
	text-align: center;
	margin: .25em 0;
	font-size: 13px;
}

.wp-caption, .alingleft, .aligncenter, .alignright {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background:#fff;
	max-width: 528px;
}

.wp-caption img {
	max-width: 518px;
	display: block;
}

#sidebar .widget {
	margin: 0 -18px 2em -17px;
	padding: 1em 18px .75em 17px;
	background: url(img/sidebar-widget-top.png) repeat-x;
}

#sidebar #fbfanbox {
	margin: 0 -18px 0 -17px;
	padding: 2px 0 0;
}

/*
***************
*** COLUMNS */

.column-container-1 {
	width: 300px;
/*	overflow: hidden;
*/}
.column-container-2 {
	width: 600px;
/*	overflow: hidden;
*/}
.column-container-3 {
	width: 900px;
/*	overflow: hidden;
*/}

.column-1 {
	width: 264px;
	padding: 0 18px;
	float: left;
/*	overflow-x: hidden;
*/}
.column-2 {
	width: 564px;
	padding: 0 18px;
	float: left;
/*	overflow-x: hidden;
*/}

#the-link a {
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: center;
	background: #666;
	text-shadow: 0 1px 0 rgba(0,0,0,.5);
	color:#fff;
	line-height: 25px;
	border-bottom: 2px solid #4C4C4C;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
	z-index: 50;
/*	-webkit-transform-origin: center top;
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: .333s;
	-webkit-animation-timing-function: ease-out;*/
	position: fixed;
	left: 0;
	right: 0;
	top:0;
}

#the-link a::after {
	opacity: 0;
	content: " \2794";
	vertical-align: baseline;
}

#the-link a:hover::after {
	opacity: 1;
}

#the-link a:hover {
/*	-webkit-transform: scale(1.25);
*/}

#search input {
	width: 100%;
	font-size: 13px;
}

#searchsubmit {
	display: none;
}

/* CONTENT */
#content {
	margin: 0 auto;
	padding: 0 2px;
	background: url(img/content-bg.png) repeat-y;
}

#main {
	font-size: 1.33em;
	padding: 36px;
	width: 528px;
	overflow: visible;
	color: #222;
	position: relative;
}

#main hr {
	display: none;
}

.head {
	padding: 12px 36px 0 60px;
	background: url(img/date-corner.png) no-repeat;
	margin: -12px -36px 1em -60px;
}

.article {
	margin: 0 0 4em;
	position: relative;
}

.article .date {
	background: #C67847;
	border-bottom: 1px solid #A76E45;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1;
	width: 45px;
	padding: 5px 0;
	float: left;
	margin:0;
	margin-left: -60px;
	position: relative;
	z-index: 10;
}

.article .date .year {
	display: none;
}

.article .date .day {
	display: block;
	font-size: 24px;
}

.article .date .month {
	display: block;
	text-transform: uppercase;
}

.article .head .meta {
	margin: 0 -7px;
	padding: 3px 7px;
	background: #999;
	color: #fff;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
	font-size: .8em;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-mozbox-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.article .head .meta span {
	display: block;
	float: right;
}

.article .head .meta a {
	color: #fff;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 1px;
}

.article .head .meta a:focus, .article .head .meta a:hover {
	color: #666;
	background-color: #E5E5E5;
	padding: 2px;
	margin: 0;
	padding: 2px 1px;
}

.ctc a {
	border: 0;
	margin: 0;
	padding: 1px;
}

.ctc a:focus, .ctc a:hover {
	background-color: #CDCAC3;
	padding: 2px;
	margin: 0;
	padding: 2px 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.single {
	margin: 0;
}

.single .meta {
	margin: 0 -36px;
	padding: 9px 36px;
	font-size: .9em;
	background: #F2F2F2;
	border: 1px solid #ccc;
	border-width: 1px 0;
	clear: both;
}

.single .meta p {
	margin: .25em 0;
}

a:active {
	outline: 0;
}

#sidebar {
	font-size: 1.3em;
	color: #2E2C27;
}

#sidebar .cool-links a {
	color: #2E2C27;
}

#sidebar ul {
	list-style: none;
}

#sidebar #search {
	margin-top: 0;
	margin-bottom: 0;
}


#s {
	-moz-border-radius: 4px;
}

.cool-links ul {
	margin: 0 -12px;
}

.cool-links li {
	margin: 0 7px;
	float: left;
}

#menu a, #language-chooser a {
	line-height: 32px;
	font-size: 11px;
	padding-left: 50px;
	width: 75px;
}

#language-chooser {
	padding-top: 2px;
}

.cool-links a {
	font-size: .8em;
	display: block;
	line-height:1.4;
	width: 83px;
	height: 32px;
	padding: 5px 5px 5px 42px;
	background: no-repeat 5px 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.cool-links a:hover {
	background-color: #CDCAC3;
}

.cool-links a:hover strong {
	text-decoration: underline;
}

.cool-links a strong {
	font-size: 1.23em;
}

.cool-links .facebook {	background-image: url(img/social/facebook.png); }
.cool-links .twitter { background-image: url(img/social/twitter.png); }
.cool-links .flickr { background-image: url(img/social/flickr.png); }
.cool-links .youtube { background-image: url(img/social/youtube.png); }
.cool-links .lastfm { background-image: url(img/social/lastfm.png); }
.cool-links .rss { background-image: url(img/social/rss.png); }
.cool-links .amazon { background-image: url(img/social/amazon.png); }
.cool-links .spreadshirt { background-image: url(img/social/spreadshirt.png); }
.cool-links .about { background-image: url(img/about.png); }
.cool-links .archive { background-image: url(img/archive.png); }
.cool-links .gplus { background-image:url('http://www.google.com/images/icons/ui/gprofile_button-32.png'); }

.cool-links .tips { background-image: url(img/tips.png); }
.cool-links .new-features { background-image: url(img/new-features.png); }
.cool-links .news { background-image: url(img/news.png); }

.cool-links .qtrans_flag_de { background-image: url(img/de.png); }
.cool-links .qtrans_flag_en { background-image: url(img/gb.png); }

#welcome {
	display: none;
	margin: 0 -36px 36px;
	padding: 9px 36px;
	background: #ccc;
}

/*
***************
*** WIDGETS */

/* If qtranslate widget in use
.widget_qtranslate ul li {
	display: inline;
}

.widget_qtranslate ul li a {
	float: left;
	margin: 0 5px;
}
*/

.last-fm-widget {
	margin-left: -8px;
	margin-right: -8px;
	padding: 0 8px;
}

.last-fm-widget ul {
	list-style: none;
}

.last-fm-widget li {
	position: relative;
	margin: 0 0 10px;
}

.last-fm-widget li.odd {
	float: left;
}

.last-fm-widget li.even {
	float: right;
}

.last-fm-widget .cover img {
	padding: 1px 22px 5px 9px;
	width: 100px;
	height: 100px;
	z-index: 10;
	position: relative;
}

.last-fm-widget .overlay {
	position: absolute;
	background: url(img/last-fm/case.png) no-repeat;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 10;
}

@-webkit-keyframes meta-pop {
	from {
		top: 15px;
		-webkit-animation-timing-function: ease-out;
		-webkit-transform: scale(.9);
		z-index: 5;
		opacity: 0;
	}
	50% {
		opacity: 1;
		top: -40px;
		-webkit-animation-timing-function: ease-in-out;
		-webkit-transform: scale(1.1);
	}
	to {
		top: 0;
		-webkit-transform: scale(1);
	}
}

.last-fm-widget .meta, .flickr-widget .meta, .team-list .meta {
	color: #fff;
	display: none;
	background: url(img/last-fm/popup.png) no-repeat;
	width: 132px;
	padding: 0 20px;
	height: 81px;
	left:50%;
	top: 0;
	margin-left: -92px;
	position: absolute;
	z-index:-100;
	text-shadow: 0 -1px 0 rgba(0,0,0,.75);
	font-size: 12px;
	text-align: center;
	margin-top: -55px;
	-webkit-animation-name: meta-pop;
	-webkit-animation-duration: .2s;
}

.flickr-widget .meta {
	margin-top: -40px;
	margin-left: -86px;
}

.meta #authors {
	margin: 0px;
}

.team-list .meta {
	margin-top: -46px;
	margin-left: -86px;
}

.team-list a:hover .meta {
	z-index: 15;
	display: block !important;
}

.team-list img {
	z-index: 10;
	position: relative;
}

.team-list li {
	position: relative;
	padding: 5px 7px;
	margin: 0 0 10px 0;
	display: inline-block;
	/* for IE7 */
	zoom:1;
	*display: inline
}

.team-list ul {
	margin: 20px 0;
	width: 380px !important;
}

.last-fm-widget a:hover .meta, .flickr-widget a:hover .meta {
	z-index: 15;
	display: none;
}

.last-fm-widget .meta *, .flickr-widget .meta *, .team-list .meta * {
	display: block;
	margin: 13px 0 -8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.flickr-widget .meta * {
	line-height: 37px;
}

.flickr-widget ul {
	list-style: none;
}

.flickr-widget li {
	float: left;
	margin: 0 15px 20px;
	position: relative;
}

.flickr-widget .meta {
	display: none;
}

.flickr-widget .photo {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	position: relative;
	z-index: 10;
	background: #fff;
	overflow: hidden;
}

.flickr-widget .landscape .photo {
	height: 75px;
	line-height: 75px;
	margin: 12px 0 13px 0;
}

.flickr-widget .portrait .photo {
	width: 75px;
	margin: 0 13px 0 12px;
}

.flickr-widget img {
	display: block;
	background: #fff;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	z-index: 5;
}

.flickr-widget .overlay {
	position: absolute;
	top:-3px;
	bottom:-7px;
	left:-4px;
	right:-4px;
	background: url(img/flickr/square.png) no-repeat;
}

.flickr-widget .landscape .overlay {
	background: url(img/flickr/landscape.png) no-repeat;
}

.flickr-widget .portrait .overlay {
	background: url(img/flickr/portrait.png) no-repeat;
}

/*  TWITTER  */

.widget_twitter {
	font-size: 12px;
}

.widget_twitter li {
	display: block;
	position: relative;
	background: url(img/twitter/tweet-bg.png) no-repeat 0 4px;
	margin: 1.25em -12px;
	padding: 26px 18px 0;
	min-height: 54px;
}

.widget_twitter .entry-content {
	display: block;
	line-height: 1.6;
}

.widget_twitter .time-meta {
	display: block;
	position: absolute;
	top: 0;
	left: 30px;
	font-weight: bold;
	color: #A5A193;
}

.widget_twitter .time-meta a {
	color: #A5A193;
}

.widget_twitter .from-meta, .widget_twitter .in-reply-to-meta {
	display: none;
}

.more-link, #nav a {
	clear: both;
	display: block;
	text-align: center;
	margin: 1em auto 0;
	width: 33%;
	padding: 0 15px;
	font-size: 1.1em;
	border: 1px solid #999;
	line-height: 32px;
	color: #333;
	background: #EAEAEA;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EAEAEA), to(#D8D8D8));
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-transition-property: background-color, -webkit-box-shadow, border-color, text-shadow;
	-webkit-transition-duration: .15s;
	-webkit-transition-timing-funtion: ease-out;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
}

.more-link::after {
	content: "…";
}

.more-link:hover::after, .more-link:focus::after {
	content: " \2794";
	margin-left: -4px;
}

.more-link:hover, .more-link:focus,
#nav a:hover, #nav a:focus {
	text-shadow: 0 1px 0 rgba(255,255,255,1);
	background: #D8D8D8;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D8D8D8), to(#C6C6C6));
	padding: 0 15px;
	color: #333;
	margin: 1em auto 0;
	border: 1px solid #666;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
}

#nav {
	margin: 0 -36px -36px;
	padding: 18px;
	border-top: 1px solid #d8d8d8;
	overflow: hidden;
	background: #EAEAEA;
}

#nav p {
	margin: 0;
	width: 200px;
}

#nav a {
	margin: 0;
	display: block;
	width: auto;
}

#nav a:hover, #nav a:focus {
	margin: 0;
}

#nav .left {
	float: left;
}

#nav .left a {
	float: left;
}

#nav .right a {
	float: right;
}

#nav .right {
	float: right;
}

/* FOOT */

#foot {
/*	-webkit-box-shadow: 0 -2px 4px rgba(0,0,0,.3);
*/	font-size: 1.3em;
	color: #fff;
	background: #666;
	margin: 0 auto;
	width: 100%;
	padding: .5em 0;
	border-top: 10px solid #4C4C4C;
}

#foot .column-container-3 {
	margin: 0 auto;
}

#copy {
	text-align: center;
	width: 876px;
	padding: 0 12px;
	margin: 0.5em auto 0.5em;
	font-size: .9em;
}

/* COMMENTS */

.fn a {
	color: #6694b8;
}

.fn a:hover {
	color: #e59a29;
}

#comments {
	list-style: none;
	margin: 1em;
	padding: 0px;
	width: 95% !important;
}

#comments li div.comment-body {
	z-index: 1;
	position: relative;
	border: solid 1px #ddd;
	background-color: #fdfdfd;
	margin: 3em 0px 4em 0px;
	padding: 1em 28px 0em 28px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/* for IE */
	height: 1%;
}

#comments li.bypostauthor div.comment-body {
	background-color: #fff;
	border-color: #ccc;
}

#comments ul.children {
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 2em;
	border-left: solid 1px #ddd;
	opacity: 0.9;
}

#comments ul.children li.comment {
	list-style: none;
}

#comments li div.comment-author {
	font-style: italic;
	height: 42px;
	line-height: 42px;
}

#comments li div.comment-author img {
	position: absolute;
	right: 20px;
	height: 40px;
	width: 40px;
	bottom: 0px;
	margin-bottom: -20px;
}

#comments li div.comment-author cite {
	font-size: 1.2em;
}

#comments li div.comment-meta, #comments li div.reply {
	position: absolute;
	z-index: 9;
	right: 73px;
	bottom: 0px;
	margin-bottom: -25px;
}

#comments li div.comment-meta a, #comments li div.reply a {
	color: #666;
	font-size: 0.8em;
	font-style: italic;
	text-shadow: #000 0 0 0;
	padding: 6px;
}

#comments li div.reply {
	right: 26px;
	margin-bottom: -40px;
}

.twitter-share-button {
	margin-left: 10px;
	float:right;
}

/* styling from GYG mainsite */

h5
{
	-moz-border-radius:4px;
	-moz-box-shadow:#666 1px 1px 3px;
	-webkit-border-radius:4px;
	-webkit-box-shadow:#666 1px 1px 3px;
	background:#6891bf;
	border:none;
	border-radius:4px;
	box-shadow:1px 1px 3px #666;
	color:#fff;
	font:bold 15px/1 "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
	padding:7px 10px;
	position:relative;
}

h6
{
	font:bold 20px/1em "Trebuchet MS","Lucida Grande","Lucida Sans Unicode",Helvetica,sans-serif;
	margin: 35px 0 0 0;
}

.rnd-all
{
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}


#static-pages-content ol.shortcut-menue
{
	background:#eee;
	color:#666;
	list-style-image:none;
	margin:-10px 0 30px;
	padding:10px 10px 10px 45px;
	width: 474px;

}

#static-pages-content ol.shortcut-menue a
{
	color:#666;
}

#static-pages-content ol.shortcut-menue li
{
	margin: 1px 5px;
}

#static-pages-content p.logos img
{
	float:right;
	margin:0 0 0 10px;
}

#static-pages-content .team-list li
{
	overflow:hidden;
	position:relative;
}

#static-pages-content ul.team-list  {
	width: 100%;	
	}

#static-pages-content img.team
{
	-moz-border-radius:4px;
	-moz-box-shadow:#888 0 0 5px;
	-webkit-border-radius:4px;
	-webkit-box-shadow:#888 0 0 5px;
	border-radius:4px;
	box-shadow:0 0 5px #888;
	float:left;
	height:130px;
	margin: 0 15px 20px 0px;
	width:100px;
}

#static-pages-content ul.team-list p {
	margin: 0;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
}

#static-pages-content p.team
{
	margin: 0 0 0 120px;
}

#static-pages-content p {
display: block;
overflow: hidden;
}

#static-pages-content p.get-connected
{
	margin:0;
	position:absolute;
	right:0;
	top:0;
}

#static-pages-content p.get-connected a
{
	display:inline-block;
	height:21px;
	line-height:21px;
	text-indent:-9999px;
	text-decoration: none;
	border-bottom: none;
}

#static-pages-content p.get-connected a.xing
{
	background:transparent url(http://static.getyourguide.com/img/xing.png) no-repeat 0 0;
	width:45px;
}

#static-pages-content p.get-connected a.linkedin
{
	background:transparent url(http://static.getyourguide.com/img/linkedin.png) no-repeat 0 3px;
	margin-left:5px;
	width:66px;
}

#static-pages-content p.back-to-top a {
padding-right: 19px;
font-size: 12px;
background: transparent url(http://static.getyourguide.com/img/arrow-up.gif) no-repeat 100% 1px;
}

#static-pages-content p.back-to-top {
text-align: right;
}

#static-pages-content a {
color: #333;
text-decoration: underline;
border-bottom: none;
}

