@charset "UTF-8";


body {
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #A1A1A1;
	font-size: 12px;
	line-height: 18px;
}


/*------------------------------------------------*/
/*---------------------[TITLES]-------------------*/
/*------------------------------------------------*/


/*------------------------------------------------*/
/*------------------[MAIN LAYOUT]-----------------*/
/*------------------------------------------------*/

.background-hm {
	position: absolute;
	width: 100%;
	height: 479px;
	z-index: 50;
}
.background {
	position: absolute;
	width: 100%;
	height: 225px;
	z-index: 50;
}

#header {
	margin:0;
	padding:30px 0 30px 0;
}

.subscribetoday2 {
	position: absolute;
	top: 15px;
	right: 0px;
	width:184px;
}
.comment-count {
	background:#9c2115;
	display:block;
	height:auto;
	right:1%;
	margin:10px 0 0 0;
	padding:0;
	position:absolute;
	overflow:visible;
	text-align:center;
}
.comment-count a:link, .comment-count a:active, .comment-count a:visited {
	color:#FFF;
	display:block;
	font:bold 1.6em Arial, sans-serif;
	margin:0;
	padding:5px 30px;text-shadow:0 1px 0 #333;font-style:italic;
}
.comment-count a:hover  { background:#FC0; }
.comment-tail {
	background: transparent url(../images/tail.png) no-repeat 0 0;
	position:absolute;
	bottom:-10px;
	right:1px;
	height: 10px;
	width:10px;
}

/*------------------------------------------------*/
/*------------------[BASE STYLES]-----------------*/
/*------------------------------------------------*/
a:link, a:visited {
	text-decoration: none;
	color:#0066FF;
}
a:hover  { color: #3B3B3B; }
a  { outline: none; }
h1 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 22px;
}
h2 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 20px;
}
h3 {
	margin: 0px 0px 10px 0px;
	font-weight: normal;
	font-size: 17px;
}
.left, .alignleft  { float:left; }
.right, .alignright  { float:right; }


/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/

#sidebar {
	width:auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-left: 13px;
	border: 1px solid #D6D6D6;
	display:block;
	
	
}
.sidebar-box {
	padding-top: 5px;
	margin-bottom: 0px;
	display: block;
}

/* .sidebar-box ul li .current-cat a:link { } */
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active {
	display: block !important;
	color: #8C8C8C !important;
	width: 100% !important;
	padding: 3px 3px 3px 3px !important;
	background-image: none !important;
	background-color: #FFF;
}
.sidebar-box ul li {
	background-image: none !important;
	background-color: #FFF !important;
	color: #848484 !important;
}
.sidebar-box ul li:hover, .sidebar-box ul li a:hover {
	background-image: none !important;
	background-color: #FFF !important;
}
.sidebar-box ul li a:hover {
	width: 100%;
	display: block;
	color: #393939;
	padding: 3px 3px 3px 3px;
}
.sidebar-box h2 {
	margin-top: 5px;
	font-size: 1.4em;
	color: #002663;
	padding-top: 4px;
	font-weight: bold;
	padding-bottom: 4px;
	text-transform: none;
	margin-left: 0px;
	border-bottom: 1px solid #D6D6D6;
}
.sidebar-box hr { margin-bottom: 15px; }
/*------------------------------------------------*/
/*---------------[SIDEBAR ]--------------*/
/*------------------------------------------------*/

#improved ul {
	text-decoration:none;
	list-style:none;
	padding:0;
	
}
#improved li {
	position:relative;
	width:100%;
/*overflow:hidden;*/
}
.head, li, h2 {  }

.head { 
	text-decoration:none; 
	display:block;
	font-size:1em;
	line-height:1em;
	margin: 20px 0 0 0;
}

/*.content { 
	display:block;
}*/
/* #improved ul li .current-cat a:link { } */
#improved li a:link, #improved li a:visited, #improved li a:active {
	display: block !important;
	color:  #0066FF !important;
	width: 100% !important;
	padding: 3px 3px 3px 3px !important;
	background-image: none !important;
	background-color: #fff !important;
}
#improved li a:hover {
	display: block;
	color:  #000 !important;
	width: 100%;
	background-image: none !important;
	background-color: #EAEAEA !important;
	padding: 3px 3px 3px 3px;
	/*text-decoration:underline;*/
}

ol.toc_section {
	list-style:none;
	padding-left: 10px;
	line-height: 1.1em;
	margin-bottom: .4em;
	margin-top:0;
	font-weight:normal;
}
ol.toc_section li {
	margin-bottom:.2em;
	padding:0;
}
ol.toc_sub_section {
	list-style-type: circle;
	padding-left: 20px;
	margin-top:.4em;
}
ol.toc_sub_section li {
	margin-bottom:.2em;
}
h3.toc_section_title {
	/*border-left: 1px dotted #afafaf;*/
	border-bottom: 1px dotted #afafaf;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0 0 2px 4px;
	font-size:1.2em;
	line-height:1.2em;
	/*text-transform: uppercase;*/
}
.mobilearrow {
	float: left;
	margin-right:.4em;
	margin-top:0px;
	clear: none;
	display:inline;
	
}

.leftEnd {
	float: left;
	clear: none;
	display:none;
	
}
.rightEnd {
	float: left;
	clear: none;
	display:none;
}
.buttonsurvey a {
	font-weight: bold;
	text-decoration: none;
	font-size: 18px;
	line-height:20px;
	color:#999;
}
.buttonsurvey a.subscribe {
	color:#fff;
	background-color:#999;
}

/*------------------------------------------------*/
/*---------------[FEATURED ARTICLES]--------------*/
/*------------------------------------------------*/
/* --------------------------- */


/*.featured {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #D6D6D6;
	margin: 0px 0px 20px 0;
}*/
#featured-content {
	float:left;
}
#featured-article {
	width: 560px;
	margin:0;
	padding:20px;
}
.MainFeature h3 {
	color:#30393d;
	font:bold 2.50em Arial, sans-serif;
	line-height:1em;
	border-bottom:4px solid #929698;
	margin:0 0px 20px 0;
	padding:0px 0 20px 0px;
	text-shadow:0 1px 0 #fff;
}
.MainFeature h3 a:link, .MainFeature h3 a:active, .MainFeature h3 a:visited  { color:#30393d; }
.MainFeature h3 a:hover { color:#0066FF; }

.MainFeature {
	font-size: 1.3em;
	font-family: Helvetica, Tahoma, Sans-serif;
	line-height: 1.3em;
	padding-top: 6px;
}


.MainFeature_image {
	width:50%;
	float:left;
	margin:0 2em 0 0;
	display:block;
	clear:left;
	border: 1px solid #E4E4E4;
	padding:3px;

}
.thumbnail-div {
	padding: 2px;
	border: 1px solid #E4E4E4;
	margin-bottom: 10px;
}

.readmore {
	background-image: url(../images/read-more.gif);
	background-repeat: no-repeat;
	background-position: right;
	float: right;
	padding-right: 20px;
	font-size: 1.2em;
}
.readmore a:link, .readmore a:hover { color: #393939; }
/*--VIDEO--*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*------------------------------------------------*/
/*----------------[STYLE OVERRIDES]---------------*/
/*------------------------------------------------*/
.no-indent, #featured-article p.no-indent { text-indent: 0px; }

/*------------------------------------------------*/
/*------------------[SOCIAL MEDIA]----------------*/
/*------------------------------------------------*/
.social_media { clear: both; padding: 0px 0 2px; margin-bottom: 30px; position: relative; top: -9999px; left: -9999px; /*border-bottom:1px solid #CCC;*/ width:100%; height:1.6em;}
.social_media .sm_div { float: left; display:block; }
.social_media #facebook_this { margin-right: 1em;  }
.social_media #twitter_this { width:5.3em;  margin-right: 0.6em;}
.social_media #email_this a { font-size: 0.8em; display:inline; float:left; margin-right: 1em;  }
.social_media #email_this span img { margin-top: -3px; }

/*------------------------------------------------*/
/*-------------------[FEATURED]-------------------*/
/*------------------------------------------------*/
#featured-content { float: left; }

#featured-article { width: 560px; margin: 0; padding: 20px; }

.MainFeature h3 { color: #30393d; font: bold 2.50em Arial, sans-serif; line-height: 1em; border-bottom: 4px solid #929698; margin: 0 0px 20px 0; padding: 0px 0 20px 0px; text-shadow: 0 1px 0 #fff; }

.MainFeature h3 a:link, .MainFeature h3 a:active, .MainFeature h3 a:visited { color: #30393d; }

.MainFeature h3 a:hover { color: #0066FF; }

.MainFeature { font-size: 1.3em; font-family: Helvetica, Tahoma, Sans-serif; line-height: 1.3em; padding-top: 6px; }

.MainFeature_image { width: 50%; float: left; margin: 0 2em 0 0; display: block; clear: left; border: 1px solid #E4E4E4; padding: 3px; }

.thumbnail-div { padding: 2px; border: 1px solid #E4E4E4; margin-bottom: 10px; }

.readmore { background-image: url(/globalmagazine/images/read-more.gif); background-repeat: no-repeat; background-position: right; float: right; padding-right: 20px; font-size: 1.2em; }

.readmore a:link, .readmore a:hover { color: #393939; }

/*--VIDEO--*/
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*------------------------------------------------*/
/*-------------------[ARTICLES]-------------------*/
/*------------------------------------------------*/
.article_content { padding: 10px; }
.article_content h1, .article_content h2, .article_content h3, .article_content h4, .article_content h5 { border: none; color: #000000; font-weight: bold; margin: 25px 0 8px; padding: 0; }
.article_content h1 { font-size: 1.2em; }
.article_content h2 { font-size: 1.1em; }
.article_content h3 { font-size: 1.0em; }
.article_content h4 { font-size: 0.9em; }
.article_content h5 { font-size: 0.8em; }
.article_content h2.feature_title { border-color: #929698; border-style: solid; border-width: 0 0 4px; color: #30393D; float: left; font: bold 2.5em/1em Arial,sans-serif; height: auto; margin: 0 0 10px; padding: 0 0 20px; text-shadow: 0 1px 0 #FFFFFF; width: 100%; }
.article_content h2.feature_title .sub_title { font-size: 0.65em;
    font-style: italic;
    font-weight: normal;
    line-height: 1em;
    margin-top: 0.4em; }
.article_content p { color: #414141; font-size: 0.85em; font-weight: normal; margin: 0 0 10px; padding: 0; text-indent: 0; }
.article_content ul { color: #414141; font-size: 0.85em; font-weight: normal; margin: 0 20px 10px 20px; padding: 0 ; text-indent: 0; }
article_content ul li { color: #414141; font-size: 0.85em; font-weight: normal;  text-indent: 10px; list-style-type:square; }
.article_content .big_letter { display: inline-block; float: left; font-size: 4em; font-weight: bold; line-height: 0.7em; margin: 8px 5px -5px 0; }
.article_content .trailing_credit { font-style: italic; margin-left: 20px; }
.article_credit { color: #81888D; display: inline; font: 0.92em/1.4em Georgia,"Times New Roman",Times,serif; position: absolute; right: 50px; text-align: right; width: 250px; z-index: 100; }
.article_credit a.office { font-size: 0.88em; }

p.caption, div.caption { color: #30393D; font-family: Arial,Helvetica,sans-serif; font-size: 0.8em; font-style: italic; line-height: 1.5em; margin: 10px auto 0; text-align: left; width: 98%; }

.image-featured-left, .image-featured-memento { display: block; width: 155px; float: left; margin: 0 30px 20px 0; }
.image-featured-left img, .image-featured-memento img { width: 100%; height: auto; }

.image-featured-right { display: block; width: 155px; float: right; margin: 0 0 20px 30px; }
.image-featured-right img { width: 100%; height: auto; }

.image-featured-memento { width: 200px; }

.section_image { clear: both; margin: 0 auto 25px; overflow: hidden; position: relative; text-align: center; width: 98%; }
.section_image img { border: 1px solid #E4E4E4; padding: 3px; margin: 0 5px; position: relative; width: 97%; z-index: 10; }

.section_image_cap_left { clear: both; margin: 0 auto 25px; overflow: hidden; position: relative; text-align: center; width: 90%; width: 100%; }
.section_image_cap_left img { border: 1px solid #E4E4E4; padding: 3px; margin: 0 5px; position: relative; width: 97%; z-index: 10; }
.section_image_cap_left img { float: right; margin: 0 0 5px 5px; width: 77%; }

.section_image_cap_right { clear: both; margin: 0 auto 25px; overflow: hidden; position: relative; text-align: center; width: 90%; width: 100%; }
.section_image_cap_right img { border: 1px solid #E4E4E4; padding: 3px; margin: 0 5px; position: relative; width: 97%; z-index: 10; }
.section_image_cap_right img { border: none; float: left; width: 77%; }

.section_image_quote { clear: both; margin: 0 auto 25px; overflow: hidden; position: relative; text-align: center; width: 90%; }
.section_image_quote img { border: 1px solid #E4E4E4; padding: 3px; margin: 0 5px; position: relative; width: 97%; z-index: 10; }
.section_image_quote p.caption { font-size: 1.2em; font-weight: normal; }
.section_image_quote .attrib, .section_image_quote .date { color: #555; font-size: 0.9em; }
.section_image_quote .date { font-style: italic; }

img.yellow_triangle_left, img.yellow_triangle_right, img.yellow_triangle_up, img.yellow_triangle_down { float: left; width: auto; border: none; }

img.yellow_triangle_right { float: none; margin: -5px 0px; }

img.yellow_triangle_left { margin: 0 5px -5px -5px; }

img.yellow_triangle_up { margin: -5px 5px -5px -5px; }

.feature_title_text { color: #555; font-style: italic; }

.flags_hr { margin: 15px 0; width: 100%; }
.flags_hr img { width: 100%; }

.headshot-featured-wrapper { float: left; margin: 0px 30px 20px 0px; display: block; width: 155px; }

* html .headshot-featured-wrapper { float: left; margin: 0px 15px 10px 0px; width: 160px; }

.headshot-div-featured { border: 1px solid #E4E4E4; padding: 2px; float: left; margin: 0 0px 10px 0px; }

.headshot-div-featured2 { border: 1px solid #E4E4E4; padding: 2px;  margin: 0 0px 10px 0px; }

.headshot-featured-wrapper-right { float: right; margin: 0px 0px 20px 30px; display: block; width: 155px; }

* html .headshot-featured-wrapper-right { float: right; margin: 0px 0px 10px 15px; width: 160px; }


/*------------------------------------------------*/
/*----------------[DAVE ARTICLE SPECIFIC]--------------*/
/*------------------------------------------------*/

.image-div-featured {
	border: 1px solid #E4E4E4;
	float: left;
	margin: 0 0 10px;
	padding: 2px;
}

.image-featured-left, .image-featured-right { display: block; width: 25%; }
.image-featured-left { float: left;	margin: 0 30px 20px 0; }
.image-featured-right {	float: right;	margin: 0 0 20px 30px; }
.caption {font-family: Arial, Helvetica, sans-serif; color:#30393d; font-size: 12px; line-height: 18px; font-style:italic; float:left; width:550px; }
.caption2 {font-family: Arial, Helvetica, sans-serif; color:#30393d; font-size: 12px; line-height: 18px; font-style:italic; float:left; width:150px; text-align:center;}
.caption .photo_credit { font-size: 10px; color: #999999; }
.article_content h3 {color:#30393d; font:bold 2em Arial, sans-serif; margin:0 0px 20px 0; line-height:1em; padding:0px 0 10px 0px; width:100%;  text-shadow:0 1px 0 #fff; border-bottom:4px solid #929698;}
.article_content h3 a:link, .article_content h3 a:active, .article_content h3 a:visited {color:#30393d;}
.article_content h3 a:hover {color:#0066FF;}
.article_content h3.feature-title {border-bottom:4px solid #929698; height:auto; margin:0 0px 20px 0; padding:0px 0 20px 0px; width:100%;  text-shadow:0 1px 0 #fff;}
.image-featured-left, .image-featured-right { display: block; width: 155px; }
.image-featured-left { float: left;	margin: 0 30px 20px 0; }
.image-featured-right {	float: right;	margin: 0 0 20px 30px; }


/* ----------------- [news_briefs] ----------------- */
#news_briefs h2 { color: #2b4078; font-size: 3em; border-bottom: 3px dotted #aaa; margin-bottom: 10px; padding-bottom: 8px;  }
/*#news_briefs h3 { color: #fff; font-size: 1.8em; font-weight: normal; padding: 6px 4px 5px 4px; float: left; display:inline; background-color: #2b4078; width: 100%; }*/

#news_briefs .subtitle { color: #fff; font-size: 1.8em; font-weight: normal; padding: 0; float: left; display:inline; background-color: #2b4078; width: 100%; margin-bottom:30px; }

#news_briefs .news { background-color: #ba2e2e; width: 70px; float:left; display:inline; padding: 6px 4px 5px 4px;  }
#news_briefs .briefs { background-color: #2b4078; width: 50%; float: left; display:inline; padding: 6px 4px 5px 4px; }
.clear_both, .clear-both { clear: both; }

/* ----------------- [ARTICLE SPECIFIC] ----------------- */

.article_content .big_letter2 { display: inline-block; font-family:Georgia, "Times New Roman", Times, serif; float: left; font-size: 6em; font-weight: normal; line-height: 0.7em; margin: 8px 5px -5px 0; color:#039; }

.attic-box, .news-briefs {
  background-color: #E8E6D6;
  clear: left;
  color: #000;
  margin: 0 0 20px 0;
  padding: 4px;
  width: 100%;
  display:block; }
  
  .attic-box h3.title, .news-briefs h3.title {
    border-color: black;
    border-style: dashed;
    border-width: 0 0 1px;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 5px; }
	
	/* ----------------- [news briefs] ----------------- */
.news-briefs {
  background-color: #EE3124;
  margin-bottom: 20px;
  padding: 5px; }
  .news-briefs h1.title {
    font-family: "times new roman",serif;
    padding: 0;
    margin: 0;
    border: none;
    color: #FFF;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase; }
    .news-briefs h1.title span.light {
      font-weight: normal; }
  .news-briefs .attic-box-inside {
    padding: 5px; }




