.jp-current {
  font-weight: bold;
}

.holder {
  font-size: 17px;
  color: #58595B;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 30px;
}

.holder a {
  margin: 0 10px 0 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.holder .jp-previous {
  background: url("/images/static_images/left_gray.png") center center no-repeat;
  height: 20px;
  width: 12px;
  position: relative;
  top: -2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.holder .jp-previous:hover {
  background: url("/images/static_images/left_hover.png") center center no-repeat;
}

.holder .jp-next {
  background: url("/images/static_images/right_gray.png") center center no-repeat;
  height: 20px;
  width: 12px;
  position: relative;
  top: -2px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.holder .jp-next:hover {
  background: url("/images/static_images/right_hover.png") center center no-repeat;
}

.holder .jp-disabled {
  display: none;
}

/*-- Search --*/
.search {
    background-color: #ffffff;
}
.search h2 {
    color: #9D474C;
    margin-top: 10px;
    border-bottom-color: #BBBDBF;
}

.search a {
    cursor: pointer;
}

.search span,
.search b {
    color: #4899C3;
    font-weight: bold;
}

.search li {
    padding: 0 0 15px 15px;
}

.search p {
    text-indent: 0;
    line-height: 1.25em;
    color: black;
}

.search .title {
    text-indent: -15px;
    line-height: 1.5em;
}

.search .teaser,
.search .link {

}
.search .title a {
    color: #000000;
}

.search .title a:hover {
    color: #9D474C;
}

.search .link {
    color: #808184;
}

.no_result p {
    padding-left: 1em;
}

.no_result ul {
    padding-left: 30px;
    list-style: disc outside;
    margin-top: 10px;
}
.no_result li {
    list-style: disc outside;
    margin: 5px 0;
    padding: 0;
}

.no_result .no_result_title {
    margin: 10px 0;
}

.holder {
    margin: 35px auto 15px;
}

.holder a {
    margin: 0 20px;
    vertical-align: baseline;
    color: #58595B;
}

#results .image_teaser {
  padding-left: 100px;
  display: inline-block;
  position: relative;
  min-height: 60px;
}

#results .image_teaser img {
    position: absolute;
    left: 0;
}

#results .teaser {
    margin-bottom: 5px;
}

#results .result_date {
    color: #000000;
    font-weight: normal;
}

.sort_search .radio {
    font-weight: normal;
    background-color: #cccccc;
    padding: .5em;
    color: black;
    border-radius: 5px;
    margin: 0 .5em;
    display: inline-block;
}

.sort_search .active {
    margin-bottom: .5em;
}

.sort_search .active {
    background-color: #1badee;
    color: white;
}

.search .sort_text {
    font-weight: normal;
    color: #7b7b7b;
}

.sort_search label {
    margin: 0 .1em;
}

/*--/ Search --*/

/*-- Lead story --*/
.lead_story {
	background-color: #fcf9e3;
	border: 2px solid #fff;
}

.lead_story h2 {
	border-bottom-color: #bdbbbf;
}

.lead_story h3 a {
	color: #9d474c;
}

.lead_story h3 a:hover {
	color: #000;
}

.lead_story .teaser {
	margin: 0 0 0 345px;
}

.lead_story .teaser a {
	color: #6f605a;
}

.lead_story .teaser a:hover {
	color: #9d474c;
}
/*--/ Lead story --*/


/*-- Featured --*/
.features {
  background-color: #fff;
}

.features h2 {
  border-bottom-color: #f9c606;
}

.features h3 a {
  color: #9d474c;
}

.features h3 a:hover {
  color: #d6a816;
}

.features h3 a:visited {
  color: #6d6270;
}

.features .articles li {
  border-bottom-color: #f9c606;
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: auto;
}

.features .teaser {
  margin: 0 0 0 165px;
}

.features .article_info {
  height: 14px;
  margin-bottom: 5px;
}

/*--/ Featured --*/

/*-- article page featured --*/
#articles .features {
  padding-top: 10px;
}

#articles .features {
  background-color: #e7e7e8;
  border: 3px solid #fbf6e4;
}

#articles .features h2 {
  display: none;
}

#articles .features li {
  border-bottom: 0;
  float: left;
  margin-bottom: 0;
  padding-bottom: 0;
  width: 25%;
}

#articles .features .date, /* only show topic */
#articles .features .teaser, /* only show headldine */
#articles .features .article_page_hide {
  /* only show 4 articles */
  display: none;
}

#articles .features .topic {
  border: none;
  padding: 0;
}

#articles .features h3 {
  float: right;
  margin: 0 5px;
  width: 130px;
}

#articles .features h3 a {
  color: #58595b;
  display: inline-block;
  width: 100%;
  white-space: -moz-pre-wrap; /* Firefox */
  white-space: -pre-wrap; /* ancient Opera */
  white-space: -o-pre-wrap; /* newer Opera */
  white-space: pre-wrap; /* Chrome; W3C standard */
  word-wrap: break-word;
}

#articles .features h3 a:hover {
  color: #f37021;
}

#articles .features .article_thumb {
  margin-left: 0;
  margin-right: 0;
}

/*-- article page featured --*/


/*-- Newsbriefs --*/
.newsbriefs {
	background-color: #fff;
}

.newsbriefs h2 {
	border-bottom-color: #4899c3;
}

.newsbriefs h3 a {
	color: #000;
}

.newsbriefs h3 a:hover {
	color: #4899c3;
}

.newsbriefs h3 a:visited {
	color: #6d6270;
}

.newsbriefs li {
	border-bottom-color: #4899c3;
	padding: 5px;
}
/*--/ Newsbriefs --*/

/*-- Newsbriefs article page --*/
.sidebar .newsbriefs h3 a {
	color: #58595b;
}

.sidebar .newsbriefs h3 a:hover {
	color: #4899c3;
}

.sidebar .newsbriefs .teaser {
	display: none;
}
/*--/ Newsbriefs article page --*/


/*-- Media --*/
.media {
	background-color: #fff;
}

.social {
	color: #f37021;
	margin-bottom: 12px;
}

.social span {
	margin: 5px 0;
	width: 100%;
}

.social .icons li {
	float: left;
    margin: 0 42px 0 0;
	width: 30px;
}

.social .icons li.last {
    margin: 0;
}

div.subscribe {
	background-color: #6f605a;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    padding: 10px;
}

.sidebar .subscribe .title {
	color: #fff;
	padding-bottom: 5px;
}

.sidebar .subscribe fieldset {
	border: 2px solid #6F605A;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	width: auto;
	height: 30px;
	background-color: #FFFFFF;
}

.subscribe .field {
	color: #6d6270;
	padding: 8px 2px 0 2px;
	width: auto;
}

.sidebar .subscribe .field {
	width: 145px;
	padding: 6px 2px 0 2px;	
    height: 16px;	
}

.sidebar .subscribe .button {
    margin: 5px 2px 0;
    padding: 5px 5px 2px;
}

.subscribe .button_container {
	padding: 0;
	height: 22px;
}

.subscribe .button {
	background-color: #6f605a;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	color: #f9c606;
	padding: 3px 5px 2px;
	float: right;
	margin: 3px;
}

.subscribe .button:hover {
	background-color: #000;
	color: #ec1c24;
}
/*--/ Media --*/


/*-- Mawtani --*/
.mawtani {
	background: url("../../images/static_images/iraq_news_background_bar.png") 0% 40px repeat-x #00a79d;
	color: #fff;
}

.mawtani h2 {
	background: url('/images/static_images/iraq_news_logo.png') 52% top no-repeat;
	border-bottom: 0;
	color: #fff;
	height: 55px;
	text-align: center;
	margin-bottom: 10px;
}

body.fr .mawtani h2 {
  background: url('/images/static_images/iraq_news_logo.png') 61% top no-repeat;
}

.mawtani a {
	color: #fff;
}

.mawtani h2.ar {
	background-position: 40% top;
}
.mawtani h2 a:hover {
	color: #ec1c24;
}

.mawtani h3 a:hover {
	color: #f1c218;
}

.mawtani li {
	margin-bottom: 15px;
	vertical-align: top;	
}
.mawtani li img {
	vertical-align: top;
}

.mawtani h3 {
	margin-left: 100px;	/* in case of long article title */
	vertical-align: top;
}
/*--/ Mawtani --*/


/*-- Most popular --*/
#homepage .most_popular {
    margin-bottom: 10px;
    background-color: #FFFFFF;
    padding: 10px 5px;
    border: 3px solid #9D474C;
}

#homepage .most_popular .articles {
    margin-bottom: 20px;
}

.most_popular {
	margin-bottom: 10px;
    margin-bottom: 0;
    background-color: #FFFFFF;
    padding: auto;
    border: 0;
}

.most_popular .tab {
	background-color: #fff;;
}

.most_popular li {
	border-bottom-color: #6f605a;
}

.most_popular h3 a {
	color: #000;
}

.most_popular h3 a:hover {
	color: #9d474c;
}

.most_popular .ui-accordion-header {
	padding: 0 5px;
}

.most_popular .ui-accordion-header a {
	padding: 5px 0 5px 30px;
}

.most_popular .ui-icon {
	height: 18px;
	width: 18px;
}

.most_popular .ui-state-default .ui-icon {
	background: url('/images/static_images/most_popular_plus.gif') center center no-repeat;
    margin-top: -12px;
}

.most_popular .ui-state-active .ui-icon {
	background: url('/images/static_images/most_popular_minus.gif') center center no-repeat;
    margin-top: -12px;
}

.most_popular .ui-accordion-header {
	margin-top: -3px;
}

.most_popular .ui-state-default,
.most_popular .ui-state-active,
.most_popular .ui-accordion-content {
	border: 3px solid #9d474c;
}

.most_popular .ui-state-default a {
	color: #9d474c;
}

.most_popular .ui-state-active {
	border-bottom: 0;
}

.most_popular .ui-state-active a {
	border-bottom: 3px solid #6f605a;
	color: #9d474c;
}

.most_popular .ui-accordion-content {
	border-top: 0;
	margin-bottom: 0;
	padding: 5px;
}

.most_popular .articles {
	color: #fff;
    margin-bottom: 0;
}

/* override jquery ui styles */
.most_popular .ui-widget-content {
	background: #fff;
}

.most_popular .count {
	display: block;
	padding-top: 5px;
}

.most_popular .count a {
	color: #9d474c;
	padding-top: 2px;
}

/*-- Poll --*/
div.poll {
	background-color: #d4ddd9;
	border: 2px solid #fff;
}

.poll h2 {
	border-bottom-color: #f37021;
}

.poll h4 {
	color: #6f605a;
}

.poll li {
	margin-bottom: 10px
}

.poll .button {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
	height: 25px;
}

.poll label {
	color: #6d6270;
	cursor: pointer;
	margin-left: 10px;
}

.poll .vote {
	background-color: #9d474c;
	color: #f9c606;
	margin-right: 10px;
}

.poll .vote:hover {
	background-color: #fff;
	color: #ec1c24;
}

.poll .results {
	background-color: #fff;
	color: #9d474c;
	line-height: 25px;
	padding: 0 5px;
}

.poll .results:hover {
	background-color: #f9c606;
	color: #fff;
}

.poll .response {
	color: #6d6270;
	padding: 15px 10px 10px 10px;

}
/*--/ Poll --*/


/*-- Daily comment --*/
.daily_comment {
	background-color: #fff;
}

.daily_comment h2 {
	border-bottom-color: #9d474c;
}

.daily_comment p {
	background-color: #d3bda5;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
        color: #3b1016;
	margin-bottom: 5px;
	padding: 6px 8px;
}

.daily_comment p span {
	color: #000;
	float: right;
	padding-top: 10px;
}

.daily_comment img {
	margin-top: -10px;
	margin-left: 20px;
}

.daily_comment a {
	color: #9d474c;
}

.daily_comment p:hover,
.daily_comment a:hover {
	color: #4899c3;
}
/*--/ Daily comment --*/


/*-- Featured video --*/
.featured_video {
	background-color: #6f605a;
        border: 2px solid #fff;
}

.featured_video h2 {
	border-bottom-color: #f37021;
	color: #fff;
}

.featured_video h2:hover {
	color: #f37021;
}

.featured_video .video_thumbnail {
	position: relative;
  overflow: auto;
  margin-bottom: 10px;
}

.featured_video .play {
	background: url("/images/static_images/video_play_button_w_border.gif") 15% 25% no-repeat;
	color: #fff;
	height: 96px;
	left: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	width: 150px;
}

.featured_video .play:hover {
	background: url("/images/static_images/video_play_button_hover_w_border.gif") 15% 25% no-repeat;
}

.featured_video a,
.featured_video p {
	color: #fff;
	margin-bottom: 10px;
        width: 120px;
}

.featured_video a:hover,
.featured_video p:hover {
	color: #f37021;
}

.featured_video .yt_thumb {
	height: 96px;
	width: 150px;
}
/*--/ Featured video --*/


/*-- Weekly photo --*/
.weekly_photo {
	background-color: #58595b;
	border: 2px solid #fff;
}

.weekly_photo h2 {
	border-bottom-color: #fff;
}

.weekly_photo h2 a {
	color: #fff;
}

.weekly_photo a {
	color: #fff;
}

.weekly_photo a:hover {
	color: #4899c3;
}

.weekly_photo img {
	float: left;
	margin-bottom: 10px;
}
/*--/ Weekly photo --*/


/*-- Weather --*/
.weather {
	background-color: #fff;
	border: 2px solid #d3bda5;
}

.weather h2 {
	border-bottom: 0;
	margin-bottom: 0;
}

.weather .topbar {
	border-bottom: 2px solid #9d474c;
	margin: 10px 7px 0 7px;
	position: relative;
}

.weather .tabs {
	right: 20px;
	position: absolute;
	top: 0;
	width: 33%;
}

.weather .tabs li {
	background: url("/images/static_images/weather_square_gray.gif") top left no-repeat;
	border: 0;
	margin-left: 10px;
}

.weather .tabs .ui-state-active {
	background: url("/images/static_images/weather_square_brick.gif") top left no-repeat;
}

.weather .tabs li,
.weather .tabs li a {
	height: 11px;	/* force height & width because of ie6 padding bug */
	padding: 0;
	width: 11px;
}

.weather .tab_content li {
	color: #297770;
	margin-bottom: 5px;
}

.weather .place {
	display: inline-block;
	width: 45%;
}

.weather img {
	margin: 0 5px;
}
/*--/ Weather --*/


/*-- Spotlight --*/
.spotlight {
	background-color: #fff;
}

.spotlight h2 {
	border-bottom-color: #ec1c24;
}

.spotlight h2 a:hover {
	color: #ec1c24;
}

.spotlight h3 {
	margin-left: 100px;	/* in case of long article title */
}

.spotlight h3 a {
	color: #000;
}

.spotlight h3 a:hover {
	color: #ec1c24;
}

.spotlight .article_thumb {
	margin-right: 10px;
}
/*--/ Spotlight --*/


/*-- Comments --*/
.comments {
	color: #fff;
	padding-top: 10px;
}

.comments .header {
	padding: 5px 10px;
}

.comments .user_input_form {
	background-color: #6f605a;
	margin-bottom: 15px;
}

.comments .user_input_form .info {
	color: #bbbdbf;
}

.comments .charsRemaining {
	color: #bbbdbf;
}

.comments .captcha {
	background-color: #968b87;
}

.comments .user_input_form .button {
	background-color: #f9c606;
	border: 3px solid #fff;
	color: #6f605a;
}

.comments .user_input_form .button:hover {
	background-color: #6f605a;
	color: #f9c606;
}

.comments h4,
.comments h5 {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.comments h4 {
	border-bottom-color: #fff;
	color: #f9c606;
	padding: 5px 0;
}

.comments h5 {
	border-bottom-color: #6f605a;
	color: #9d474c;
	margin-top: -10px;
	margin-bottom: 10px;
}

.comments .policy a,
.comments .denote {
	color: #bbbdbf;
}

.comment .content {
	border: 3px solid #fff;
	margin-bottom: 10px;
	padding: 20px 10px;
}

.comments .content p {
	color: #000;
	margin: 0; /* override article p */
}

.comment.odd .content,
.comment.odd .reply_1_odd .content,
.comment.odd .reply_1_even .content {
    background-color: #C1B9B8;
}

.comment.even .content,
.comment.even .reply_1_odd .content,
.comment.even .reply_1_even .content {
    background-color: #DDD3D0;
}

.comment .body {
	width: 75%;
	/* white-space: -moz-pre-wrap; /* Firefox */ */
	/* white-space: -pre-wrap; /* ancient Opera */ */
	/* white-space: -o-pre-wrap; /* newer Opera */ */
	/* white-space: pre-wrap; /* Chrome; W3C standard */ */
	/* word-wrap: break-word; /* IE */ */
}

.comments button.reply {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 10px 0 0 0;
	color: #4899c3;
	display: block;
}

.comments .info {
	width: 26%;
}

.comment .content .name {
	color: #6f605a;
	white-space: -moz-pre-wrap; /* Firefox */
	white-space: -pre-wrap; /* ancient Opera */
	white-space: -o-pre-wrap; /* newer Opera */
	white-space: pre-wrap; /* Chrome; W3C standard */
	word-wrap: break-word; /* IE */
}

.user_input_form {
	font-size: .81em;
}



.comment .date {
	color: #6d6270;
}

.comments .reply {
	margin-left: 50px;
}
/*--/ Comments --*/


/*-- Email friend overlay --*/
.emailfriend {
	background-color: #3B1016;
	color: #FFFFFF;
	margin: 10px;
	padding: 15px;
	text-transform: uppercase;
}

/* not sure why this refuses to apply when in typography.css */
.emailfriend_dialog .ui-dialog-title {
	color: #EC1C24;
	text-transform: uppercase;
    padding: 0;
}

.emailfriend .required {
	color: #F9C606;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 1em;
}

.emailfriend .dialog_content {
	width: 450px;
}

.email_input {
	border: 1px solid #ec1c24;
}

.emailfriend li {
	margin-bottom: 15px;
}

.emailfriend .side {
	display: inline-block;
	vertical-align: top;
	width: 22%;
}

.emailfriend .textarea {
	width: 78%;
}
.emailfriend textarea {
	height: 80px;
	margin-bottom: 15px;
	width: 100%;
}

.email_input.button {
	background-color: #6D6270;
	color: #F9C606;
	padding: 5px;
}

.emailfriend .last div {
	display: inline-block;
}

.ui-dialog-content .message {
	margin: 25px;
}

.ui-widget-content.emailfriend_dialog {
	background-color: #FFFFFF;
}
/*--/ Email friend overlay --*/


/*-- Breaking News --*/
.breaking_news {
	background-color: #fff;
	border: 3px solid #EC1C24;
	margin-bottom: 10px;
	padding: 10px;
}

.breaking_news h2 {
	border-bottom: 0;
	color: #EC1C24;
}

.breaking_news .title {
	border-bottom: 1px dashed #58595b;
	color: #000;
}

.breaking_news .title:hover {
	border-bottom: 1px dashed #000;
}
/*--/ Breaking News --*/
