/*
Theme Name: FutureTap
Theme URI: http://futuretap.com/
Description: FutureTap Custom theme
Version: 1.0
Author: Ortwin Gentz
Author URI: http://futuretap.com/
Tags: blue, custom header, fixed width, one column

*/

/* @group Navi */

#Navi{
	text-align:right;
	height:50px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;*/
}
#Navi ul{
	padding:0px;
	margin:0px;
	font-family: CallunaSans-Regular, sans-serif;
	font-size:14px;
	list-style-type: none;
	list-style-image: none;
}
#Navi li { 
	display: inline;
	line-height:40px;
	background-image:url(/images/NaviBorder.gif);
	background-repeat:no-repeat;
	background-position: center right;
	list-style-type: none;
	list-style-image: none;
}
#Navi li a:link,
#Navi li a:visited{
	margin:0;
	padding:13px 13px;
	color: #7baed1;
	font-family: CallunaSans-Regular, sans-serif;
	text-shadow: #000000 0 0 0;
}

#Navi li a:hover,
#Navi li a:active{
	color: #fff;
	background-image:url(/images/BgNavi.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-weight: normal;
	font-style: normal;
}
#Navi  a.active:link,
#Navi  a.active:visited,
#Navi  a.active:hover,
#Navi  a.active:active{
	margin:0;
	padding:13px 13px;
	color: #fff;
	background-image:url(/images/BgNavi.png);
	background-repeat:no-repeat;
	background-position:center top;
}

/* @end */


/* @group Language Chooser */

#sectionLanguage {
	position: absolute;
	top:280px;
	width: 50px;
	height: 336px;
	background: url(/images/language.png) no-repeat -45px 0;
	float: left;
	left: -35px;
}
#sectionLanguage ul{
	margin: 6px 0 0;
	list-style:none;
	padding: 0;
}

#sectionLanguage li a:link,
#sectionLanguage li a:visited  {
	margin:0;
	display: block;
	height:32px;
	width: 50px;
	background-repeat:no-repeat;
}

#sectionLanguage li.active a,
#sectionLanguage li a:hover,
#sectionLanguage li a:active  {
	background: url(/images/language.png) no-repeat;
}

#sectionLanguage li.active a.en,
#sectionLanguage li a.en:hover,
#sectionLanguage li a.en:active {
	background-position: 5px -6px;
}
#sectionLanguage li.active a.de,
#sectionLanguage li a.de:hover,
#sectionLanguage li a.de:active  {
	background-position: 5px -38px;
}
#sectionLanguage li.active a.fr,
#sectionLanguage li a.fr:hover,
#sectionLanguage li a.fr:active  {
	background-position: 5px -70px;
}
#sectionLanguage li.active a.it,
#sectionLanguage li a.it:hover,
#sectionLanguage li a.it:active  {
	background-position: 5px -102px;
}
#sectionLanguage li.active a.es,
#sectionLanguage li a.es:hover,
#sectionLanguage li a.es:active  {
	background-position: 5px -134px;
}
#sectionLanguage li.active a.ja,
#sectionLanguage li a.ja:hover,
#sectionLanguage li a.ja:active  {
	background-position: 5px -166px;
}
#sectionLanguage li.active a.nl,
#sectionLanguage li a.nl:hover,
#sectionLanguage li a.nl:active  {
	background-position: 5px -198px;
}
#sectionLanguage li.active a.pt,
#sectionLanguage li a.pt:hover,
#sectionLanguage li a.pt:active  {
	background-position: 5px -230px;
}
#sectionLanguage li.active a.pt_br,
#sectionLanguage li a.pt_br:hover,
#sectionLanguage li a.pt_br:active  {
	background-position: 5px -262px;
}
#sectionLanguage li.active a.el,
#sectionLanguage li a.el:hover,
#sectionLanguage li a.el:active  {
	background-position: 5px -294px;
}



/* @end */

/* @group Head */

#Logo {
	margin: 0;
}
#Logo a{
	padding-top:14px;
	text-align:left;
	float:left;
	width: 200px;
	height: 50px;
	font-size: 30px;
	text-indent: -9999em;
	margin: 60px 0 0 30px;
}
#ImgHead {
	float:right;
	width: 319px;
	z-index: 9;
	position: relative;
}

#ImgHead img.iPhoneFrame {
	z-index: 11;
	position: relative;
	width: 319px;
	height: 480px;
}
#ImgHead img {
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
#ImgHead a {
	-webkit-user-drag: none;
	-webkit-user-select: none;
}
.BreakHead{
	clear:both;
	background-image:url(/images/break.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin:10px 0px;
}
/* @end */

/* @group Homepage */

/* @group Slideshow */

.slideshow-wrapper {
	width: 172px;
	margin: 0;
	height: 258px;
	overflow: hidden;
	position: absolute;
	top: 99px;
	right: 74px;
}

.slideshow div {
	float: left;
	width: 172px;
	height: 258px;
}

.slideshow div img {
	width: 172px;
	height: 258px;
	position: relative;
}


.slideshowNavi {
	position: absolute;
	width: 100px;
	height: 30px;
	bottom: 0;
	right: 109px;
	z-index: 13;
}

.slideshow-buttons a {
	background: url(/images/slideshowDot.png) repeat-y 0 0;
	width: 15px;
	height: 15px;
	display: inline-block;
	cursor: hand;
	z-index: 13;
}

.slideshow-buttons {
	height: 15px;
	text-align: center;
}
.slideshow-buttons a:hover {
	background-position: 0 -30px;
}

.slideshow-buttons a.active {
	background-position: 0 -15px;
}

/* @end */

#ContentHead{
	margin: 150px 0 0;
	padding: 0 30px 15px 40px;
	text-align:left;
	color:#002d5b;
	background-image:url(/images/Bg_Main_Start_Bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	z-index: 1;
}

#ContentHead h1{
	font-size: 1px;
	line-height:1px;
	text-indent: -9999em;
}
#ContentHead h2{
	margin: 0 0 10px;
	font-family: CallunaSans-Light, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height:30px;
	color:#00639e;
}

#ContentHead strong {
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	line-height:20px;
}

#shareOnFacebook {
	position: fixed;
	right: 0;
	top: 140px;
	width: 135px;
	height: 57px;
	z-index: 15;
	background: url(/images/share-on-facebook.png) no-repeat scroll;
}

#shareOnTwitter {
	position: fixed;
	right: 0;
	top: 165px;
	width: 114px;
	height: 112px;
	z-index: 15;
	background: url(/images/share-on-twitter.png) no-repeat scroll;
}

#sectionIntro {
	width: 363px;
	float: left;
}

#sectionMap {
	margin-top: 40px;
	width: 363px;
	float: left;
}
#sectionMap h3 {
	margin-top: 5px;
}

#sectionAR {
	clear: both;
	padding-top: 50px;
}

#sectionAR img.ar {
	float: left;
	margin: 0 25px 0 -26px;
}

#sectionAR img.watchmovie{
	float: right;
	border-style: none;
	margin: 5px 0 15px 10px;
}

#sectionAR h3 {
	margin-top: 5px;
}
#sectionAR ol {
	padding-left: 348px;
	font-size: 12px;
}

#sectionBelowAR {
	clear: both;
	padding-top: 30px;
}
#sectionLeftColumn {
	position: relative;
	width: 310px;
	float: left;
	clear: left;
}
#sectionLeftColumn h3,
#sectionRightColumn h3 {
	margin-top: 0;
}

#sectionSurprise img,
#sectionReviews img,
#sectionDirections img,
#sectionSharing img {
	float: left;
}

#sectionSurprise div,
#sectionReviews div,
#sectionDirections div,
#sectionSharing div {
	margin-left: 115px;
}

#sectionReviews {
	clear: left;	
	padding-top: 35px;
}

#sectionDirections {
	padding-top: 35px;
}

#sectionMoreFeatures{
	clear: left;
	margin-top: 40px;
}

ul#moreFeatures {
	padding:0;
	clear: left;
	margin: 0;
}
ul#moreFeatures li{
	margin:0;
	margin-left:20px;
	list-style:none;
	background-repeat:no-repeat;
	background-position:0px 2px;
	list-style-type: disc;
}

#sectionRightColumn {
	position: relative;
	float: right;
	width: 310px;
	top: 0;
}

#sectionRightColumn img.faceUp {
	float: right;
	margin-right: -14px;
	margin-bottom: 30px;
}

#sectionSharing {
	padding-top: 30px;
	clear: both;
}

ul#quotes {
	width: 264px;
	height: 176px;
	background: url(/images/yellow-note.png) no-repeat;
	float: right;
	list-style-type: none;
	margin: 40px -20px 0 0;
	padding: 0;
}
#quotes li {
	background-image: none;
	position: absolute;
	padding: 30px 10px 0 35px;
	display: none;
}
#quotes li a, #quotes li a:hover, #quotes li a:active {
	display: block;
	color: #0a2048;
	text-decoration: none;
	font-family: CallunaSans-Regular, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-shadow: none;
}
#quotes li img {
	position: absolute;
	top: 115px;
	right: 10px;
}
#quotes li strong {
	display: block;
}
#quotes li strong:before {
	content: "— "
}

#sectionLikeBuy {
	clear: both;
	padding-top: 50px;
	padding-bottom: 10px;
	position: relative;
}

#sectionLikeBuy img {
	margin-right: 10px;
	margin-top: 5px;
	position: absolute;
	bottom: 10px;
	right: -5px;
}

/* @group Small Boxes */

#ContentBorder{
	margin: 10px 0 0 0;
	padding: 0px 20px 0 40px;
	text-align:left;
	color:#002d5b;
	background-image:url(/images/Bg_Content_Border.jpg);
	background-repeat:no-repeat;
	height:305px;
	position:relative;
}
#sectionNews {
	width: 300px; 
	float: left; 
	margin: 0 30px 0 0;
}
#sectionNews img {
	top:13px;
	left:225px;
	position: absolute;
}

#sectionNews h3{
	margin-bottom: 20px;
	font-size: 30px;
	margin-top: 18px;
}

#sectionNews h4{
	color: #0a2048;
	margin: 0;
}

#sectionTwitter {
	width: 296px;
	margin-left: 349px;
	margin-top:0;
	padding-top: 60px;
	margin-bottom: 0;
	position:relative;
}

img#imgTwitter  {
	position:absolute;
	top:13px;
	left:0px;
}

img#imgFollowUs  {
	position:absolute;
	top:13px;
	left:198px;
}

.tweet {
}

.tweet .bubble {
	margin:0;
	padding: 10px 5px 0 10px;
	color: #ddd;
	background-image:url(/images/Twitter_bg.jpg);
	background-repeat:no-repeat;
	font-size:13px;
	line-height:15px;
}
.tweet .bubble a {
	color: #fff;
}
.tweetDate a {
	font-family: CallunaSans-Regular, sans-serif;
	font-size:11px;
}

.tweetDate {
	background: url(/images/Twitterbottom_bg.png) no-repeat 0 0;
	padding: 17px 0 20px 60px;
	display: block;
}
.tweetDate ul {
	list-style-type: none;
	margin: 0;
	float: right;
	padding: 0;
	width: 170px;
}

.tweet:not(:hover) .tweetDate ul {
	visibility: hidden!important;
}

.tweet:hover .tweetDate ul {
	visibility: visible!important;
}

.tweetDate ul li {
	display: inline-block;
	padding-left: 6px;
	float: right;
}

.tweetDate ul li a i {
	display: inline-block;
	position: relative;
	vertical-align: text-bottom;
	width: 12px;
	height: 13px;
	padding-right: 2px;
}

.replyTweet a i {
	background: url(/images/footerIcons.png) no-repeat -86px 0;
}
.replyTweet a:hover i {
	background-position: -86px -18px;
}

.favoriteTweet a i {
	background: url(/images/footerIcons.png) no-repeat -70px 0;
}
.favoriteTweet a:hover i {
	background-position: -70px -18px;
}

.retweet a i {
	background: url(/images/footerIcons.png) no-repeat -54px 0;
}
.retweet a:hover i {
	background-position: -54px -18px;
}

#ContentBorder .twitter a{
	color: #fff;
	white-space: nowrap;
}

#ContentBorder .twitterfooter{
	position:absolute;
	top:16px;
	left:57px;
	font-size:13px;
}
#ContentBorder a:hover .twitterfooter,
#ContentBorder a:active .twitterfooter {
	color: #1d98e4;
	text-shadow: #1571aa 0 0 1px;
}
/*a{
	color: #146da3;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active{
	color: #1d98e4;
	text-shadow: #1571aa 0 0 1px;
}*/

/* @end */

/* @end */

/* @group generic */

strong {
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
}

em {
	font-family: CallunaSans-Italic, sans-serif;
	font-style: normal;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #519cca;
	margin-left: 50px;
	display: block;
	background-color: #deecff;
	margin-right: 0;
	padding: 5px 5px 0;
}

blockquote:before {
	position: absolute;
	float: left;
	content: '“';
	color: #519cca;
	font-size: 100px;
	font-style: normal;
	margin: 30px 0px 0px -65px;
}
.quoteAuthor:before{
	content: '– ';
}


cite {
	font-style: normal;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
}

.Break{
	clear:both;
	background-image:url(/images/break.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 10px 0 0;
}

p{
	padding-bottom: 0.8em;
	margin: 0;
}

.grey{
	color: #7d899a;
}

h3{
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Arial";*/
	font-family: CallunaSans-Light, sans-serif;
	font-weight: normal;
	color: #005caa;
	font-size:18px;
	line-height:25px;
	margin: 15px 0 0;
}

h3 a {
/*	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica", "Arial";*/
	font-family: CallunaSans-Light, sans-serif;
	color: #005caa;
}

h4{
	font-size:18px;
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	line-height:1.3em;
	margin-top: 1em;
	margin-bottom: 0;
}

h4 a{
	color: #002d5b;
	text-decoration: none;
}

h4 a:hover,
h4 a:active{
	color: #134193;
	text-shadow: #1571aa 0 0 2px;
}

h4.iconHeading {
	background-repeat: no-repeat;
	padding: 25px 0 25px 245px;
	margin: 0 0 10px;
	background-position: 170px;
}

h5 {
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-bottom: 0;
}

h5 a{
	color: #002d5b;
	text-decoration: none;
}

h5 a:hover,
h5 a:active{
	color: #134193;
	text-shadow: #1571aa 0 0 2px;
}


a{
	color: #146da3;
	text-decoration: none;
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
}
a:hover, a:active{
	color: #1d98e4;
	text-shadow: #1571aa 0 0 1px;
}

a img {
	border-style: none;
}

a.magnifiable {
	display: inline-block;
	position: relative;
	text-shadow: none;
	line-height: 0;
}

a.magnifiable::after {
	content: "-";
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(/images/zoom.png);
	width: 24px;
	height: 20px;
	text-indent: -9999em;
	text-decoration: none;
}

a.magnifiable.rounded::after {
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
}

/*.ImgBorder_TopLeft{
	padding:3px;
	background-image:url(/images/border_top_left.gif);
	background-repeat:no-repeat;
}*/
.Right{
	float:right;
	margin:0 0 20px 20px;
}
.Left{
	float:left;
	margin:0 20px 20px 0;
}
.BlueBox{
	padding:10px;
	background-color: rgba(97,158,238,0.3);
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border: 1px solid #519cca;
	margin-top: 10px;
}

#Main{
	width:722px;
	margin:0 auto;
	background-image:url(/images/Bg_Main.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	position:relative;
	z-index: 9;
}
body {
	padding:0;
	margin:0 auto;
	background-image:url(/images/Bg.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #000;
	color: #0a2048;
	font-family: CallunaSans-Regular, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	text-align: center; /* IE */
	-webkit-user-select: text;
}

td {
	font-size: 14px;
	line-height:20px;
}

dl.dateList dt {
	float:left;
	margin: 0;
	width: 5.5em;
	padding:0;
}

hr.short {
	width: 100px;
	height: 1px;
	background-color: #aecadd;
	color: #aecadd;
	border: 0;
	margin: 10px 0;
}

sup {
	line-height: 100%;
}

/* @end */

/* @group images */

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/*.alignright {
	float: right;
	}

.alignleft {
	float: left
	}*/

#Content img,
.storycontent img{
	padding:3px;
	border:1px solid #bfcad5;
	border-radius:3px;
	-webkit-border-radius: 3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
}

img.transparent{
	border-style: none;
}
img.alignleft.nopageborder {
	margin-left: -33px;
}
img.alignright.nopageborder {
	margin-right: -33px;
}

img.shadowed {
	padding: 0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	-ms-box-shadow: 0px 0px 15px rgba(0,0,0,.8);
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
}

img.shadowed.rounded {
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
}
a.magnifiable img {
	margin: 0px;
}

/* @end */

/* @group Blog
 */

.blogpostheader{
	margin-top: 50px;
}

.blogpostheader .commentcount {
	margin-top: 0;
	float: right;
	text-align: right;
	position: absolute;
	right: 30px;
}

.blogpostheader .commentcount a {
	float: right;
	padding-top: 9px;
}

.commentcount{
	margin-top: 8px;
}
.commentcount a {
	line-height: 22px;
	padding-left: 20px;
	background: url(/images/icon_comment.png) no-repeat left 11px;
	padding-top: 12px;
}
.commentcount a:hover,
.commentcount a:active {
	background-position: left -24px;
}

ul{
	margin-top: 0;
}

ul.blogheader { 
	padding:0px;
	margin:0px;
	height: 21px;
}
ul.blogheader li { 
	float: left;
	display: block;
	vertical-align: bottom;
}
ul.blogheader li a{ 
	height: 21px;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	line-height: 21px;
}
ul.blogheader li.twitterheader a {
	padding-left: 20px;
	background: url(/images/twitterheader.png) no-repeat left top;
	margin-right: 20px;
}
ul.blogheader li.rssheader a {
	padding-left: 24px;
	background: url(/images/rssheader.png) no-repeat left top;
}
ul.blogheader li a:hover,
ul.blogheader li a:active {
	background-position: bottom left
}
ul#trackbacklist {
	margin-bottom: 30px;
	margin-left: 73px;
	padding-left: 0;
}
ul#trackbacklist li a{
	color: #002d5b;
	text-decoration: none;
}
ol#commentlist {
	list-style-type: none;
	padding: 0px;
}
ol#commentlist li {
	text-align:left;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
}
ol#commentlist li.auth h4{
	background: url(/images/badge.png) no-repeat left top;
}
ol#commentlist li img.avatar {
	border: 1px solid #d8dfe5;
	padding:3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius: 3px;
	margin-right: 17px;
}
ol#commentlist li p {
	padding-left: 73px;
}

ol#commentlist li h4{
	margin:0;
	font-size:16px;
}

ol#commentlist li h4 a{
	text-decoration: none;
}

ul#trackbacklist li a:hover,
ul#trackbacklist li a:hover,
ol#commentlist li h4 a:hover,
ol#commentlist li h4 a:hover{
	color: #134193;
	text-shadow: #1571aa 0 0 2px;
}

ol#commentlist li cite {
	padding: 0px;
	display: block;
	height: 32px;
	font-size: 1.06em;
	line-height: 1.3em;
	color: #666;
	margin-bottom: 1.2em;
	margin-top: 12px;
	margin-right: 0;
}

.commentarrow {
	margin-left: 5px;
	vertical-align: 0;
}
.twitter_id a{
	margin-left: 15px;
	vertical-align: 0;
	font-size: 10px;
	padding-left: 17px;
	background: url(/images/twitterheader-small.png) no-repeat left 0;
	margin-right: 20px;
	line-height: 20px;
	padding-top: 4px;
}
.twitter_id a:hover{
	background-position: left -17px;
}
.avatarcontainer {
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	float: left;
	position: relative;
}

.authbadge {
	position: absolute;
	top: -12px;
	left: -12px;
} 


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption.alignleft {
	margin-left: 0;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#ContentBlog{
	margin: 150px 30px 0;
	text-align:left;
	color:#002d5b;
	padding-bottom: 20px;
}
#ContentBlog h1{
	margin-top: 170px;
	margin-bottom: 15px;
	font-family: CallunaSans-Light, sans-serif;
	font-weight: normal;
	font-size: 45px;
	color:#0a2048;
}
#ContentBlog h1 a{
	color:#0a2048;
	font-family: CallunaSans-Light, sans-serif;
	font-weight: normal;
}
#ContentBlog h1 a:hover, #ContentBlog h1 a:active{
	color: #134193;
	text-shadow: #1571aa 0 0 2px;
}
#ContentBlog h2{
	margin: 0 0 10px;
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	font-size: 25px;
	line-height: 30px;
	border-bottom:1px solid #aecadd;
	width: 662px;
}

#ContentBlog h2 a{
	color: #0a2048;
	text-decoration: none;
}

#ContentBlog h2 a:hover, #ContentBlog h2 a:active{
	color: #134193;
	text-shadow: #1571aa 0 0 2px;
}

#ContentBlog h3{
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	margin: 20px 0 10px;
}

#ContentBlog .Break{
	margin: 30px 0 10px 0px;
}

/*#ContentBlog img{
	padding:3px;
	border:1px solid #bfcad5;
	 -moz-border-radius:3px;
	 -webkit-border-radius: 3px;

}*/

#ContentBlog img.wp-smiley {
	vertical-align: top;
	border-style: none;
	border-width: 0;
}
#ContentBlog .digglink {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	padding-left: 3px;
	padding-right: 2px;
	padding-top: 3px;
	height: 82px;
	border: 1px solid #D6D4D3;
	background: #fff;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 6px;
}
#ContentBlog .digglink:hover {
	border: 1px solid #1571aa;
}

.blogpager {
	clear:both;	
	background-image:url(/images/break.png);
	background-repeat:no-repeat;
	background-position:center top;
	margin: 30px 0 20px 0px;
	padding-top: 20px;
}

/* @end */

/* @group Share Buttons */

.shareTwitterButton {
	float: left;
	margin: 0 15px 0 0;
}

.shareFacebookButton {
	float: left;
	margin: 1px 4px 0 0;
	border:none;
	overflow:hidden;
	width:60px;
	height:90px;
}



/* @end */

/* @group Forms */

form{
	margin:0;
	padding:0;
}

form div {
	margin-bottom: 1em;
}

form input{
	width:300px;
	border:1px solid #96bbdf;
	margin:0 0 10px 0;
	position: relative;
	left: 0;
}

form p {
	padding-bottom:0px;
}

form label{
	font-family: CallunaSans-Bold, sans-serif;
	font-weight: normal;
	border-style: none;
	display: block;
	line-height: 15px;
	padding-top: 10px;
	margin-left: 2px;
}
form textarea{
	width:620px;
	height:150px;
	border:1px solid #96bbdf;
	margin: 0 0 10px;
}

form input[type=submit] {
	color: buttontext;
	background: url(/images/button_submit.png);
	background-image: url(/images/button_submit.png);
	border: 0px;
	text-indent: -9999em;
	width: 86px;
	height: 27px;
	clear: both;
}

form#commentform input[type=submit] {
	color: buttontext;
	background: url(/images/button_sayit.png);
	background-image: url(/images/button_sayit.png);
	border: 0px;
	text-indent: -9999em;
	width: 86px;
	height: 27px;
}

#whichForm {
	position: absolute;
	top: -12px;
}
.contact_form {
	margin: 2em 0 0 0;
	position: relative;
}

.error {
	color: #cc090e;
}



/* @end */

/* @group Footer */

#Footer{
	width:702px;
	margin:8px auto;
	text-align:right;
	color:#556d76;
	line-height:22px;
	height:  18px;
	
}

#Footer ul {
	list-style-type: none;
	float: right;
	height: 18px;
	margin: 0 -3px 0 0;
	padding: 0;
	width: 124px;
	line-height: 22px;
}

#footerSeparator {
	display: inline;
	margin: 0 -15px 0 10px;
}

#Footer ul li {
	display: inline;
	line-height: 15px;
}
#Footer ul li a {
	background: url(/images/footerIcons.png) no-repeat 0 0;
	width: 18px;
	display: inline-block;
	padding: 0;
	margin: 0 3px;
	height: 18px;
}

#Footer ul li.twitter a {
	background-position: 0 0;
}

#Footer ul li.facebook a {
	background-position: -18px 0;
}

#Footer ul li.gplus a {
	background-position: -102px 0;
}

#Footer ul li.rss a {
	background-position: -36px 0;
}

#Footer ul li a:hover,
#Footer ul li a:active{
	background-position-y: -18px;
}

#Footer a:link,
#Footer a:visited{
	color:#556d76;
	font-family: CallunaSans-Regular, sans-serif;
}
#Footer a:hover,
#Footer a:active{
	color:#fff;
}

.Copyright{
	float:left;
	padding:2px 0;
}

/* @end */
