/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

em, i{ font-style:italic;}
/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font-size: 100%; } 
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } 

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

	
/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

button, input, select, textarea { margin: 0; }
/* Default Form Styles */
label{color:#999;}
input[type="text"],textarea, select{
	border:solid 1px #F4F7FB;
	background:#F4F7FB;
	color:#2f468b;	
	}
	
input[type="text"],textarea{
	padding:6px;
	}

input[type="submit"]{
	display:block;
	margin-top:10px;
	font-size:0.85em; 
	color:#fff;
	background:#52c000;
	border:none;
	padding:5px 10px;
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-moz-box-shadow: 0px 0px 4px #9b9b9b; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 4px #9b9b9b; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #9b9b9b; /* Opera 10.5, IE9, Chrome 10+ */
	}

input[type="submit"]:hover{
	text-decoration:none;
	cursor:pointer;
	color:#13286e;
	background:#ccc;
	}
	
/* Focus on input elements */
input[type="text"]:focus, textarea:focus{
	border:solid 1px #52C000; 
	-moz-box-shadow: 0px 0px 5px #52C000; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 5px #52C000; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 5px #52C000; /* Opera 10.5, IE9, Chrome 10+ */
	outline: none;
	}

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid,input[type="text"].error, input[type="text"].error:focus, textarea.error:focus, textarea.error{
   border: 1px solid red; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

.error,.required{color:red}
/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * Styles
 */

body, select, input, textarea {  
  font-family: Arial,Georgia, serif;
  line-height: 1.6em; 
}
body{
		border-top: solid 10px #2f468b; 
		margin:0;padding:0; 
		font-size:92.5%;
		color: #444;/* background: url(../img/grid-01.png) center top repeat-y #fff;*/
		}

/* Headers (h1, h2, etc) */

/*--- HEADINGS ---*/
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin:1em 0;
}

h1 {
  font-size: 1.75em; 
  line-height: 1em; 
}

h2 {
  font-size: 1.50em; 
  line-height: 1.0909em; 
  margin:1.0909em 0;
}

h3 {
  font-size: 1.25em; 
  line-height: 1.2em; 
  margin:1.2em 0;
}

h4 {
  font-size: 1.125em; 
  line-height: 1.333em;
}

h5, h6 {
  font-size: 1em;
  line-height: 1.5em; 
}


h1, h2, h3, h4, h5, h6 { color:#0053A3; }
h1.title, h2.title{color:#333;}

a, a:active, a:visited { color: #2f468b; }
a:visited{color:#999;}
a:hover { color: #000; }

ul, ol{margin:0 0 0 0}

p{margin:1em 0;}
/**
 * Primary styles
 *
 * Author: Sophia Pitt-Browne
 */
#container,.info,.copyright,.blog-snippet{margin:0 auto; width: 960px;}
#wrapper{background:#F4F7FB;}
#header{background:#fff;}
header[role="banner"]{margin:10px auto 0 auto;background:url(../img/world_map_contact_us.jpg) no-repeat top right; width:960px;}
header[role="banner"] img{float:left; margin:30px 15px 0 0;}

nav[role="navigation"]{float:right; margin-top:47px;}
nav[role="navigation"] ul li{float:left; display:inline; font-size:0.85em; font-weight:bold; margin:0 5px 0 0;}
nav[role="navigation"] a{
	text-decoration:none;
	color:#999;
	padding:5px 10px;
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-webkit-transition: all 0.35s ease-in-out 0.1s;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;		
		}
nav[role="navigation"] a:hover, nav[role="navigation"] ul li.here a{
	color:#fff;
	background:#52c000;
	-moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9, Chrome 10+ */		
	}
	
nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

header:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#secondary-navigation{
	margin:20px auto 0 auto;
	padding: 5px 0 0 0;
	font-size: 0.9em;
	color: #999;
	background: #fff;
	border-bottom: dotted 2px #ccc;
	width:960px;
	}
#breadcrumbs{float:left; margin-top:10px;padding:0;vertical-align:text-bottom;}
#breadcrumbs a{color:#999;}
#breadcrumbs a:hover{color:#2f468b;}

#search_form{float:right;}
#search_form input[type="text"]{
	border:solid 1px #F4F7FB;
	width:230px;
	background:#F4F7FB;
	padding:6px;
	vertical-align:middle;
	}
	
#search_form input[type="submit"]{
	display:inline;
	border:solid 1px #F4F7FB;
	background:#F4F7FB;
	margin-left: -2px;
	margin-top:0;
	padding:6px;
	color:#52C000; 
	font-weight:bold;
	-moz-border-radius: 0; /* FF1+ */
  	-webkit-border-radius: 0; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: none; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-moz-box-shadow: 0; /* FF3.5+ */
  	-webkit-box-shadow: 0; /* Saf3.0+, Chrome */
    box-shadow: none; /* Opera 10.5, IE9, Chrome 10+ */
	}
#search_form input[type="submit"]:hover{
	color:#999; 
	text-shadow:0px 1px 1px #ccc;
	}

#secondary-navigation:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.date{color:#999;}
p.date{margin-top:0;}
.column p.date{font-size:0.9em; color:#666;}
.category-list{color:#999;}
.paging{padding:5px; color:#999; text-align:right;}
.paging a{color:#999;}
.paging a:hover{color:#000;}
.paging a:visited{color:#666;}

.st_sharethis_custom{
        color:#999;
		font-size:1.1em;
		display:block; 
		margin:20px 0 0 0;
		background: url("../img/sharethis-icon.png") no-repeat left center transparent;
        padding:0 0 0 20px;
}
.st_sharethis_custom:hover{text-decoration:underline; cursor:pointer;}

/******************** Slideshow *********************************************/
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
    width:960px; /* Make sure your images are the same size */
    height:350px; /* Make sure your images are the same size */
	margin-bottom:10px; border-bottom: dotted 2px #ccc;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../img/loading.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	width:960px;
	height: 350px;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	right:0;
	bottom:0;
    margin-left:0; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}
/***************************** Main Styles *********************************/
.banner,.featured-photo{border-bottom: dotted 2px #ccc; margin-bottom:0; padding:10px 0 10px 0; }
.featured-photo img{margin:0; padding:0;display:block;}
#main, .sidebar{margin-top:1.5em;}
#main{float:left; width:60%;}
#main article{border-bottom: solid 1px #ccc; padding:5px 0 30px 0; margin-bottom: 20px;}
#home #main, #contact #main{width:100%;}
#main h1.title{margin-top:20px; }
#main li{padding: 10px 0;}
aside.comments{margin:25px 0;}
.comments h1{border-top:solid 1px #ccc;border-bottom:solid 1px #ccc; color:#000; padding:10px 0;}

.column{width:30%; float:left; margin:0 30px 20px 0;}
#home .last{margin-right:0;}
#home .column article{padding:15px 0; border-bottom: dotted 2px #ccc;}
.column h2{margin:0.5em 0 0.3em 0}

.related-entries li{list-style:none;}
/***************************** Toggle Styles *********************************/
p.open-close{text-align:right; font-size:0.95em; padding-top:0; margin-top:-42px; display:block;}
h3.trigger {
	padding: 5px 0 5px 15px;
	margin: 0 0 5px 0;
	background: url(../img/trigger.png) no-repeat 0 8px;
	border-bottom: 1px dotted #ccc;
	font-size:1em;
}
h3.trigger a {
	color: #333;
	text-decoration: none;
	display: block;
}
h3.trigger a:hover {
	color: #999;
}
h3.active {background-position: 0 -9px;}
.toggle_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	clear: both;
}
.toggle_container .block {
	padding: 20px;
}
.toggle_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.toggle_container h4 {
	margin: 0 0 10px;
	padding: 0 0 5px 0;
}
.toggle_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	
}
/***************************** Sidebar ***************************************/
.sidebar{width:30%; float:right; padding:1em; margin-bottom: 25px;}
.sidebar h2{color:#333; font-weight:normal;margin-top:5px;}
.sidebar ul li{list-style:none;padding:10px 0; border-bottom: dotted 1px #ccc;}
.sidebar h2{margin-bottom:10px;}
.sub-menu,.twitter-timeline,.popular-posts,.categories,.services,.advert,.forms,#mailinglist{margin-bottom:50px;}
.sidebar .here a{color:#000; font-weight:bold; text-decoration:none;}
/***************************** Forms *****************************************/
.forms h2{margin-bottom:15px;}
.forms ol, .forms ol li{list-style:none;}
.forms ol li{padding:5px 0;}
.forms ol li input[type="text"]{width:95%; position:relative;}
.forms ol li textarea{width: 98%; position:relative;}

/***************************** Mailing List **********************************/
#mailinglist{
	padding:15px 15px 5px 15px;
	background-color: #F4F7FB;
	color:#999;
	}

#mailinglist form{margin-top:5px;}
#mailinglist h2, #mailinglist h3{
	color:#999;
	margin:0;
}
#mailinglist h2{font-size:1.5em}
#mailinglist h3{font-size: 1em;}
#mailinglist a{color:#fff; text-align:left;}
#content #mailinglist a:hover{text-decoration:none;}
#mailinglist label.error{font-size:0.8em; display:block; width:100%; float:none; clear:both;margin-left:10px;}
#mailinglist p.help-text{font-size:0.8em; margin:0;}
#mailinglist ul{margin:0; padding:0;}
#mailinglist li{float:left; padding-right:10px;}
#mailinglist input[type="text"]{border: solid 1px #ccc; width:90%; padding:6px; font-size:0.8em;}

#mailinglist input[type="submit"]:hover{
	text-decoration:none;
	cursor:pointer;
	color:#13286e;
	background:#ccc;
	}
#mailinglist .button-link{font-size:0.95em;}	
.divider{clear:both;margin:35px 0; border-top:solid 2px #D9DBDD; width:inherit; }

/**************************** Blog and RSS Styles ****************************/
#blog #mailinglist{background:#DFE8F3;}
#blog #secondary-navigation{border-bottom:solid 1px #fff;}
#blog .social-nav{background:#DFE8F3;}
#blog .sidebar input[type="text"], #blog .sidebar textarea{border:solid 1px #ccc;}
#blog .social-nav li{border-bottom:solid 1px #ccc;}
#blog .social-nav li:last-child{border:none;}
#blog #main h1.title{padding-bottom:10px; }
#blog #main article h2{margin-bottom:5px;}
#blog .paging{padding:5px; color:#5E8EBF; background:#DFE8F3; text-align:right;}
#blog .paging a{color:#5E8EBF;}
#blog .paging a:hover{color:#000;}
#blog .paging a:visited{color:#666;}
.read-more{padding-right:12px; background:url(../img/go_to_icon.png) center right no-repeat;}
.blog-snippet{
	clear:both;
	margin:16px auto;
	padding: 5px 0 5px 15px;
	font-size: 0.75em;
	background-color: #ffffff;
  	background-image: -moz-linear-gradient(top, #ffffff, #ececec); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #ececec)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(#ffffff, #ececec); /* Chrome 10+, Saf6 */
  	background-image: linear-gradient(top, #ffffff, #ececec);
	border:solid 1px #ececec;
	  -moz-border-radius: 0 12px 12px 0; /* FF1+ */
  -webkit-border-radius: 0 12px 12px 0; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 0 12px 12px 0; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	}

.blog-snippet time{color:#999; margin:0 5px;}
.blog-snippet img{float:right; margin:4px 15px 0 0;}
.rss-link a{
	-webkit-transition: all 0.35s ease-in-out 0.1s;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;	
	}
.rss-link a img{
	opacity:0.7;
	-moz-opacity: 0.7;
	}
.rss-link a:hover img{
	opacity:1;
	-moz-opacity: 1;
	-moz-box-shadow: 0px 0px 9px #fff; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 9px #fff; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 9px #fff; /* Opera 10.5, IE9, Chrome 10+ */
	}
/********************** Contact Info ****************************************************/
.contact-info{margin-top:25px;padding-top:15px;border-top: solid 1px #CCC;}

/********************** Search Styles ****************************************************/
#search #main ol li{list-style:none; border-bottom: solid 1px #ccc; padding:5px 0 30px 0; margin-bottom: 20px; }

/********************** Footer Styles *******************************/
footer[role="contentinfo"]{font-size:0.85em; margin:0; clear:both; background:transparent;}
footer[role="contentinfo"] p{float:left;}
footer[role="contentinfo"] nav{float:right;}
footer[role="contentinfo"] nav ul li{float:left; padding:0 10px;}
footer[role="contentinfo"] nav .here a{color:#000; font-weight:bold;}
.copyright{margin:16px auto 48px auto;}
.copyright nav{margin:1em 0 0 0;}
.copyright:after, .vcard:after{display:block; content:"\0020"; clear:both; visibility:hidden; height:0;}
.vcard{	
	color:#fff;
	background-color: #13286e;  	
	background-image: -moz-linear-gradient(top, #13286e, #0d1b4a); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #13286e),color-stop(1, #0d1b4a)); /* Saf4+, Chrome */
  	background-image: -webkit-linear-gradient(#13286e, #0d1b4a); /* Chrome 10+, Saf6 */
  	background-image: linear-gradient(top, #13286e, #0d1b4a);
	padding:12px 0;
	}

.vcard div.tel, .vcard div.type,.vcard div{float:left; margin: 0 15px;}	
.vcard div.info{float:none; margin:0 auto;}	

.vcard a, .button-link a, .comment-link a{
	text-decoration:none;
	color:#fff;
	background:#52c000;
	padding:5px 8px;
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
	-webkit-transition: all 0.35s ease-in-out 0.1s;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;		
		}
.vcard a:hover, .button-link a:hover,.comment-link a:hover{	
	color:#0054A3;
	background:#ccc;
	-moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE9, Chrome 10+ */
		
	}
.social-links{position:absolute; top:200px;}
.social-nav{position:fixed; background:#F4F7FB; border-left:none; padding:10px 15px 5px 15px;}
.social-links ul.social-nav, .social-links ul.social-nav li{list-style:none;}
.social-nav li{border-bottom:solid 1px #ececec; margin:0 5px; padding:5px;list-style:none;}
.social-nav li:last-child{border:none;}
.social-nav a{opacity:1;
	-moz-opacity: 1;}
.social-nav a:hover{
	opacity:0.7; 
	-moz-opacity: 0.7;
	-moz-box-shadow: 0px 0px 9px #fef; /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 9px #fef; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 9px #fef; /* Opera 10.5, IE9, Chrome 10+ */
}

.blog-share-options li{margin:5px auto; padding:8px 0; text-align:center; font-size:0.9em;}
.comment-link a:visited{color:#fff;}
.comment-link a{font-size:0.9em;}
/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  nav,.social-links,.featured-photo,#breadcrumbs,#secondary-navigation,.blog-snippet,.sidebar{display:none;}
  #main{margin-top:48px; width:100%;}
  .vcard div.tel, .vcard div.info,.vcard,.vcard .email{margin-left:0;padding-left:0;}
  .copyright{margin-bottom:2px; float:none; clear:both}
  .vcard .email{margin-left:-15px;}
  .skype:before { content: "Twitter: "; }
  .email:before { content: "Email: "; }
}