/* SOTM Layout CSS Document */

* {
	border:0;
	margin:0;
	padding:0;
}

.announcement {
	background:#fff;
	padding:5px 50px 0;
	height:35px;
	font-size:1.1em;
	line-height:1.2em;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: white;
	line-height: 16px;
	text-align:left;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top,  #000000 0%, #200000 80%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(80%,#200000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000000 0%,#200000 80%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000000 0%,#200000 80%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000000 0%,#200000 80%); /* IE10+ */
	background: linear-gradient(to bottom,  #000000 0%,#200000 80%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#200000',GradientType=0 ); /* IE6-9 */
}

header {
	position: relative;
	overflow: auto;
}

a {
	color:#fff;
	text-decoration:none;
}

a:hover {
	color: #ffcc00;
}

p {
	margin-bottom: 10px;
}

.margin-top {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #606060;
}

ul#topmenu {
	display:block;
	margin: 0 0 25px 0;
}

#topmenu li {
	display:inline;
	height:45px;
}

#topmenu a {
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
	font-size: 14px;
	color: #fff2bf;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

#topmenu a:hover {
	color: #fff;
}

#topmenu form#menu_search {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

#topmenu form#menu_search input[type="text"] {
	display: inline-block;
	border: 0px;
	color: #fff2bf;
	width: 200px;
	margin-right: 44px;
	margin-bottom: 0px;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

#topmenu form#menu_search:hover input[type="text"],
#topmenu form#menu_search input[type="text"]:focus,
#topmenu form#menu_search input[type="text"].active {
	background: #444;
	outline: none;
}

#topmenu form#menu_search span {
	display: none;
	position: absolute;
	top: 30px;
	left: 0px;
	z-index: 999;
	white-space: nowrap;
	font-size: 10px;
	color: white;
	padding: 1px 3px;
	background: transparent;
}

#topmenu form#menu_search:hover span {
	display: block;
}

/* Latest Tweet */

#latest_tweet {
	font-family: 'Kameron', serif;
	font-size: 15px;
	font-style: italic;
	padding: 17px 0 17px 45px;
	border-bottom: 1px solid #1b6687;
	background: url('../images/twitter_icon_square.png') left center no-repeat;
}

#latest_tweet a {
	color: #61c5ef;
}

#latest_tweet h3 {
	color: white;
	font-size: inherit;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin-bottom: 0px;
	width: 110px;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

#latest_tweet h3 a {
	color: white;
}

#latest_tweet .tweet {
	display: inline-block;
	vertical-align: middle;
	width: 780px;
	font-size: inherit;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

header h1 {
	display: inline-block;
	font-family: 'Kameron', serif;
	font-weight: normal;
	font-size: 30px;
	color: white;
	padding: 25px 0;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

header h1.world_tour_header a,
header h1.world_tour_header a:hover {
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	color: #ffcc00;
	background: url('/images/world_tour_plane.png') right 21px no-repeat;
	padding: 25px 65px 25px 0;
	margin-left: 0;
}

header h1.world_tour_header a:hover {
	padding-right: 70px;
}

.wrapper {
	display: block;
	width: 940px;
	margin:0 auto;
}

.row {
	clear: both;
	display: block;
	width: 956px;
	margin-left: -16px;
}

.column1,
.column2,
.column3,
.column4 {
	display: inline-block;
	vertical-align: top;
	width: 220px;
	margin-left: 16px;
	margin-bottom: 30px;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.column2 { width: 460px; }
.column3 { width: 680px; }
.column4 { width: 940px; }

#content {
	position: relative;
}

#content.photo_block {
	margin: 0 0 30px;
	display: block;
}

#content.gallery  {
	text-align:left;
	padding:30px 30px 22px 8px !important;
}

#TLC, #TRC, #BLC, #BRC {
	position:absolute;
	z-index:0;
}

#TLC { top:-3px; left:-3px; }
#TRC { top:-3px; right:-3px; }
#BLC { bottom:-3px; left:-3px; }
#BRC { bottom:-3px; right:-3px; }

/* /// Photo Wrapper /// */
.photo_wrapper {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}

.landscape .photo_wrapper {
	margin-bottom: 20px;
}

/* /// Photo Tabs /// */
.landscape .photo_tabs {
	position: absolute;
	bottom: 0;
	right: 10px;
	line-height: 0px;
}

.portrait .photo_tabs {
	margin-top: 20px;
}

.landscape .photo_tabs.tabs_br {
	right: auto;
	left: 10px;
}

.photo_tabs .tab {
	vertical-align: top;
	display: inline-block;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	padding: 18px 10px;
	line-height: 0px;
	font-size: 16px;
	font-family: 'Kameron', serif;
	background: rgba(0,0,0,0.5);
	zoom: 1;
  *display: inline;
  *vertical-align: auto;
}
.photo_tabs .tab:hover {
	color: #ffcc00;
	background-color: black;
}

/* /// Footer /// */

footer {
	text-align: left;
	background: #000000;
	padding: 40px 0;
	margin-top: 40px;
	-webkit-box-shadow:  0px 21px 21px 21px rgba(255, 255, 190, 0.11);
	box-shadow:  0px 21px 21px 21px rgba(255, 255, 190, 0.11);
}

footer h2 {
	color: white;
}

footer a {
	text-decoration:none;
}

/* /// Add This floating style /// */

.addthis_floating_style {
	background: none;
	border-radius: 0px;
	position: absolute;
	right: -75px;
	top: 5px;
	width: 60px;
	text-align: center;
}

.sticky_wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

.sticky_inner {
	width:940px;
	margin: 0 auto;
	position: relative;
}

.sticky .sticky_wrapper {
	position: fixed;
	z-index: 1000;
}

.sticky .addthis_floating_style {
	top: 6px;
	right: -76px;
}

/*
@media only screen and (max-width: 1000px) {
	.addthis_floating_style {
		right: 10px;
		top: 15px;
	}
	
	.sticky .addthis_floating_style {
		top: 6px;
		right: 10px;
	}
}
*/

.addthis_floating_style .fb-like,
.addthis_floating_style #twitterBtn,
.addthis_floating_style #___plusone_0,
.addthis_floating_style #pinterestBtn {
	margin-bottom: 5px !important;
}

.addthis_floating_style #pinterestBtn {
	margin-top: 35px;
}

.addthis_floating_style #twitterBtn {
	width: 60px !important;
}

/* World Map Link */

a.world_map_link {
  background: url(../images/sotm_map.png) center left no-repeat;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 70px;
  right: 0px;
  padding: 0 0 0 85px;
  width: 135px;
  font-family: 'Kameron', serif;
  font-size: 18px;
  line-height: 22px;
}