@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 {
	font-size: 1.3em;
	font-family: Helvetica, Tahoma, Sans-serif;
	line-height: 1.3em;
	padding-top: 6px;
	width:100%
	display:block;
}
.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_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%;
}


/*------------------[SOCIAL MEDIA]----------------*/
/*------------------------------------------------*/
.social_media_nocredit { padding: 0px 0 2px; margin-bottom: 30px; position: relative; width:100%; height:1.6em;}

.social_media_nocredit .sm_div { position:absolute; display:block; width:100%; }
.social_media_nocredit #facebook_this { margin-right: 1em;  float:left; display:inline; }
.social_media_nocredit #twitter_this { width:5.3em;  margin-right: 0.6em; float:left; display:inline;}
.social_media_nocredit #email_this a { font-size: 0.8em; display:inline; float:left; margin-right: .6em;   }
.social_media_nocredit #email_this img { display:inline; float:left; margin-top:-3px; padding-top:0; }

.social_media_nocredit #email_this span img { margin-top: -3px; float:left; }


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


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

.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: 0.8em; }

.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 { width:100%; margin:0.6em auto 0em auto; }
.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.2em/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.news_title { border-color: #929698; border-style: solid; border-width: 0 0 4px; color: #30393D; float: left; font: bold 1.8em/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.subhead_title { border-color: #929698; border-style: solid; border-width: 0 0 1px; color: #30393D; float: left; font: bold 1.6em/1em Arial,sans-serif; height: auto; margin: 0 0 20px; padding: 0 0 10px; 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 -3px 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.8em; line-height:0.8em; }

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; }

.article_image_right { width: 40%; display:inline; float:right; margin-left:1.6em; }
.article_image_right img {  position: relative; width: 100%;  }

.article_image_right50 { width: 50%; display:inline; float:right; margin-left:1.6em; }
.article_image_right50 img {  position: relative; width: 100%;  }

.article_image_right60 { width: 60%; display:inline; float:right; margin-left:1.6em; }

/*.article_image_right30 { width: 30%; display:inline; float:right; margin-left:2em; }
.article_image_right30 img {  position: relative; width: 100%;  }
.article_image_right25 { width: 25%; display:block; float:right; margin-left:1.6em; }
.article_image_right25 img {  position: relative; width: 100%;  }.article_image_right60 img {  position: relative; width: 100%;  }
*/


.article_image_left25 { width: 25%; display:block; float:left; margin-right:1.6em; }
.article_image_left25 img {  position: relative; width: 100%;  }



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; }
.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; }

/* ----------------- [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; }

/* ----------------- [honors header] ----------------- */

.honors_header {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 5px;
  width: 99%; }
  .honors_header .attic-box-inside {
    border: 2px solid #CDCDCD;
    width: auto; }
	
.attic-box-inside {
 padding: 1em;
  width: 97%;
  position: relative; }

  .attic-box-inside p {
    text-indent: 0; }

  .attic-box-inside p.dont-indent {
    text-indent: 0px; }

  .attic-box-inside p.first-child {
    width: 100%; }
	


h2.smaller {
    color: #30393D;
	font-size:1.8em;
	line-height:1em;
    font: bold Arial, sans-serif;
    text-shadow: 0 1px 0 #FFFFFF; 
	border-color: #929698;
    border-style: solid;
    border-width: 0 0 4px 0;
	display:block;

}
/* Interview: 'Garamond' styling */
h2.interview_q_garamond {
	border: none;
	color: #30393D;
	font-size: 18px;
	width: 100%;
	padding-bottom: 0px;
	display:block;
}
h2.interview_q_garamond:before {
	content: url("../images/interview_q_garamond3.png");
	float: left;
	display: block;
	margin: 0px 8px 0 0;
	padding: 0px;
}
.interview_a_garamond, .interview_break {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.interview_a_garamond p { font-size: 13px; }
.interview_a_garamond ul {
	color: #30393D;
	list-style-type: square;
	margin-top: 15px;
}
.interview_a_garamond blockquote {
	color: #551616;
	background: #fcfcfc;
	border: 1px solid #eee;
	font-family: Tahoma, Helvetica, Sans-serif;
	margin-left: 10px;
	padding: 6px;
}
.interview_a_garamond p.first-child {
	text-indent: 0px;
	padding-top: 15px;
}
.interview_a_garamond:before {
	content: url("../images/interview_a_garamond3.png");
	float: left;
	display: block;
	margin: 8px 8px 0 0;
	padding: 0;
}
.alternate_bk {
	background-color: #e6e4d4;
	padding:3%; 
}
/* -----------AROUND THE WORLD---------------- */

.around-the-world {
  background-color: #FFFFFF;
  margin-bottom: 20px;
  padding: 5px; }

 /* .around-the-world .map_img {
    float: left;
    border-color: #cccccc;
    border-style: dotted;
    border-width: 3px 0;
    margin: 0;
    padding: 22px 9px 25px 11px;
	width:40%;
	display:block; }


  .around-the-world .country_info {
    border-color: #57574a;
    border-style: solid;
    border-width: 1px 1px 1px 6px;
    float: left; 
	width: 53%; }*/

    .around-the-world .country_info em {
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase; }


    .around-the-world .country_info p {
      padding: 0 10px;
      }
	  
/* -----------CURIOSITY---------------- */
h2.curiosity {
	border: none;
	color: #30393D;
	font-size: 18px;
	width: 100%;
	padding-bottom: 0px;
	display:block;
}
.curiosity_ribbons { width: 15%; display:block; float:left; margin-right:1.6em; }
.curiosity_ribbons img {  position: relative; width: 100%;  }
.curiosity_a {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.curiosity_a p { font-size: 13px; }
.curiosity_a .big_letter { display: inline-block; float: left; font-size: 2em; font-weight: bold; line-height: 0.7em; margin: 8px 5px -3px 0; }


/* --------------------------- */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
/* ----------------- [url flag box] ----------------- */

.url_flag_box {
  left: -43px;
  position: relative;
  overflow: hidden;
  display:block;
   }

  .url_flag_box img.left_cap, .url_flag_box div.middle, .url_flag_box img.right_cap {
    float: left; }

  .url_flag_box div.middle {
    background-color: #1a86c8;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    margin-left: -15px;
    padding: 0 5px; }

    .url_flag_box div.middle a {
      color: #fff;
      -o-transition: color .2s ease-out, background 2s ease-in;
      -ms-transition: color .2s ease-out, background 2s ease-in;
      -moz-transition: color .2s ease-out, background 2s ease-in;
      -webkit-transition: color .2s ease-out, background 2s ease-in;
      transition: color .2s ease-out, background 2s ease-in; }

      .url_flag_box div.middle a:hover {
        color: #193745; }
      .url_flag_box div.middle a span {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase; }
		
/*--------------------*/

.article_contents  h3 {
	color:#30393D;
	font:normal .9em Arial, sans-serif;
	line-height:1.3em;
	border-bottom:1px solid #D6D6D6;
	text-shadow:none;
	margin:0;
	padding:0;
	display:block; 
	/*border-bottom:1px solid #D6D6D6;
	margin:0 0px 5px 0;
	padding:0px 0 5px 0px;
	text-shadow:0 1px 0 #fff;*/
}
.article_contents  h3 a:link, .article_contents  h3 a:active, .article_contents  h3 a:visited  { color:#30393D; padding:.3em; display:block; }
.article_contents  h3 a:hover { color:#fff; background-color:#999; }

