/* ILC Redesign 

colors:
sidebar gray: #e8e8e8;
dark gray: #adabac;
dark blue: #8c8c8c;
lime green: #cad900;

*/
@import url('fonts.css');

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    color: #595959;
}

p {
	line-height: 1.35;
}

a {
	color:#e31f26;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

/* header */

#hd {
	/* background: transparent url(/wp-content/themes/newsline-twenty-eleven/img/bg.jpg) top left repeat-x; */
	height: 150px;
	position: relative;
}

#hd h1, #hd h2 {
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	height: 1px;
}

#hd #translation {
	position: absolute;
	top: 13px;
	right: 15px;
	text-transform:uppercase;
	font-size: 12px;
	color: #8c8c8c;
}

#hd .search_form {
	position: absolute;
	right: 15px;
	top: 40px;
	background-color: #cacaca;
	border: 1px solid #fff;
}

#hd .search_form form {
    padding: 12px 12px;
}

.search_form label {
	text-transform:uppercase;
    margin: 0; padding: 0;
    padding-right: 2px;
	color: #5f5f5f;
    font-size: 12px;
	font-weight: bold;
    border: 0px;
    vertical-align: text-top;
}

.search_form .iwrap {
    background-color: white;
    border: 1px solid #929292;
    display: inline-block;
    height: 20px;
}
.search_form input.text {
    border: 0px;
    background-color: transparent;
    padding: 2px 4px;
}
.search_form .submit-button {
    border-left: 1px solid #929292;
    vertical-align: top;
}
#hd .search_form .submit-button {
    border: 1px solid #929292;
}
#hd .search_form .iwrap:hover {
    border-color: #cad900;
}
/* nav */

#nav {
/*	font-family: "Myriad Pro", Verdana, Geneva, Tahoma, sans-serif;*/
    position: absolute;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande","Garuda", sans-serif;
	height: 28px;
	background-color: #cad900;
	margin-top: 25px;
    width: 100%;
    bottom: 2px;
    left: 0;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	display:inline;
	float:left;
	background: url(/wp-content/themes/newsline-twenty-eleven/img/bg_nav_divider.png) 0px 2px no-repeat;
	/*border-left: 5px dotted #fff;*/
}

#nav li:first-child {
	border-left: none;
	background: none;
}

#nav li a {
	display: block;
	padding: 6px 20px;
	text-transform:uppercase;
	color: #000;
	text-decoration:none;
	font-weight:bold;
}

#nav li a:hover {
	text-decoration:underline;
}

#nav #rss_icon {
	float: right;
	padding: 3px 10px 0 0;
}

/* sidebar */

#sidebar {
	margin: 0;
	padding: 10px 0;
	background-color: transparent;
}

#sidebar h2, #sidebar #tag_header {
	font-size: 17px;
	color: #8c8c8c;
	margin: 10px 0;
	padding: 10px 0;
	text-align:center;
	text-transform:uppercase;
	letter-spacing: 2px;
	background: transparent url(/wp-content/themes/newsline-twenty-eleven/img/reddots.png) top center no-repeat;
}
#sidebar h2 { padding-bottom: 20px; }

#sidebar #tag_header { background: transparent url(/wp-content/themes/newsline-twenty-eleven/img/reddots2.png) top center no-repeat; }

#sidebar #tag_header {
	border-bottom: none;
}

#sidebar h3{
	color: #8c8c8c;
	text-transform:uppercase;
	margin: 30px 0;
	padding-bottom: 5px;
	border-bottom: 2px dotted #e31f26;
	font-size: 14px;
}

#sidebar ul {
	margin: 10px 0 0 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	padding-bottom: .5em;
}

#sidebar ul li a {
	color: #e31f26;
	font-weight:bold;
	font-size: 12px;
}

#sidebar ul.current_issue li a {
	font-weight: normal;
	font-size: 13px;
	color:#e31f26;
}

#sidebar p {
	margin-top: 5px;
}

#sidebar p a {
	color: #e31f26;
}

/* main column */

/*#main_content h2 */
h2.main_content{
	text-transform:uppercase;
	letter-spacing: 2px;
	color: #8c8c8c;
	font-size: 26px;
	margin: 15px 0;
}

#main_content h2.center {
	text-align:center;
	font-size: 36px;
	border-bottom: 1px solid  #e8e8e8;
	}

#callout {
	background-color: #8c8c8c;
	color: #fff;
	height: 180px;
}

#callout img {
	margin: 10px 0 0 10px;
}

#main_content h3#callout_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin: 5px 0;
}

#main_content h3#callout_title a {
	color: #fff;
}

#callout p {
	padding-right: 10px;
	line-height: 1.35;
}

/*#main_content h1 a {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #000;
}*/

#main_content p.tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #595959;
	margin: 5px 0;
}

/*#main_content h3 a, #main_content h3 {
	color: #000;
	font-size: 22px;
	margin: 0 0 10px 0;
}*/

#main_content h4, table h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #8c8c8c;
	font-size: 14px;
	font-weight: bold;
	margin: 60px 0 10px 0;
}


p.author {
	/*font-family: "Myriad Pro", Verdana, Geneva, Tahoma, sans-serif;*/
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size: 10px;
}

#world_description p {
	padding-left: 17px;
}

#main_content #feature img {
	margin-bottom: 10px;
}

#news dl {
	margin-left: 0;
}

#news dd.title{
	color: #8c8c8c;
}

#news dl dd {
	margin-left: 0;
}

/* sub page */

#main_content.sub h1, div.post h1, div.attachment h2  {
	font-size: 24px;
	margin-bottom: 5px;
}

#main_content.sub h4 {
	margin-top: 10px;
}

#add_this {
	float: right;
}

#main_content.sub h5 {
	font-family:Arial, Helvetica, sans-serif;	
	text-transform:uppercase;
	color: #8c8c8c;
	font-size: 16px;
	margin: 15px 0;
}

#main_content.sub #author_info {
	background-color:  #e8e8e8;
}

#main_content.sub #author_info img {
	margin: 10px;
}

#main_content.sub #author_info .author_details {
	position: absolute;
	top: 10px;
	left: 100px;
}

#comment_box {
	height: 125px;	
	border: 2px solid #cad900;
}

.post_this {
	margin-top: 5px;
	float: right;
}

.post_this img {
	position:relative;
	top: 3px;
}

.post_this a {
	color: #8c8c8c;
}

.post_this a:hover {
	text-decoration:none;
}

#posted_comments p:first-child {
	margin-top: 20px;
	font-weight: bold;
}

/* footer */
#ft {
    font-weight: normal;
	font-family: "EurostileLT", Arial, sans-serif;
	line-height: 58px;
    padding-top: 2em;
    padding-bottom: 2em;
    border-bottom: 8px solid #e31f26;
    position: relative;
}
#ft .logo {
    float: left;
}
#ft .links {
    float: right;
}

ul.inline, ol.inline {
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
ul.inline>li,
ol.inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

/* make lists after a float (caption) align correctly */
div.alignleft + ul { overflow: hidden; }

/* nice tweaks */

a[href^="mailto:"],
a[href$=".pdf"],
a[href$=".doc"],
a[href$=".xls"] { padding-right: 20px; background-repeat: no-repeat; background-position: right center; }
a[href^="mailto:"] { background-image: url(/wp-content/themes/newsline-twenty-eleven/img/icons/email.png); }
a[href$=".pdf"] { background-image: url(/wp-content/themes/newsline-twenty-eleven/img/icons/pdf.png); }
a[href$=".doc"] { background-image: url(/wp-content/themes/newsline-twenty-eleven/img/icons/doc.png); }
a[href$=".xls"] { background-image: url(/wp-content/themes/newsline-twenty-eleven/img/icons/xls.png); }

.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
