/**
 * Theme Name: MissileThreat
 * Theme URI: http://www.missilethreat.com
 * Description: Custom MissileThreat template.
 * Author: Alex Coleman
 * Author URI: http://alexpcoleman.com
 * Version: 1.0
 * Template: twentyeleven
 *
 */

 @import url("../twentyeleven/style.css");


/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/**
 * Universal
 */

.typekit-badge {
	display: none !important;
}
body {
	background: #333333 url(img/MissileThreat-Globe-BG.jpg) center 0 no-repeat;
	color: #152737;
	font-family: "minion-pro", sans-serif;
}
#body-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: transparent url(img/gray-stripe.png) center 0 repeat;
}
#globe_background {
	background: transparent url(img/bg-world.png) center 0 no-repeat;
	margin: 0 auto;
	width: 1200;
}
h1, h2, h3, h4, h5 {
	color: #2B4E69;
	font-family: "minion-pro", sans-serif;
	font-weight: bold;
}
a {
	color: #FF5B16;
	font-weight: bold;
	text-decoration: none;
word-wrap: break-word;
}
.orange-text {
	color: #FF5B16;
}
iframe.youtube-player {
    width: 100%;
}
.FA_overall_container_classic.light .FA_featured_articles .FA_article p a {
    color: #FF5B16 !important;
}

/** 
 * Structure
 */

#page {
	position: relative;
	z-index: 1;
	background: transparent;
	max-width: none;
	width: 940px;

	-webkit-box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.2); 
}
	#main {
		background: #6f818f;
		padding: 10px 35px 0;

		-webkit-box-shadow: 0 8px 8px -2px #000000;
   		-moz-box-shadow: 0 8px 8px -2px #000000;
        box-shadow: 0 8px 8px -2px #000000;
	}

		#primary {
			margin: 0 -37% 0 0;
		}
			#content {
				background: #ffffff;
				margin: 0 255px 0 0;
				width: 605px;
			}

 /**
  * Header
  */

header > .header > hgroup {
    position: relative;
}
#branding {
	border: 0;
}
	#branding hgroup {
		margin: 0 1.8%;
	}
	#branding .header {
		height: 175px;
		position: relative;
	}

.title-highlight-image {
	background: url(img/Missile-Threat-bullseye.png) 0 0 no-repeat;
	height: 147px;
	left: -20px;
	position: absolute;
	top: -20px;
	width: 147px;
}
#site-title,
#site-description {
	max-width: 260px;
	text-align: center;
}
#site-title {
	height: 5.4em;
	line-height: 2em;
	padding: 50px 0 0;
}
	#site-title a,
	#site-title a:hover {
		color: #ffffff;
	}
	#site-title a {
		font-size: 3.4em;
		text-transform: uppercase;
	}
#site-description {
	color: #ffffff;
	font-size: 0.8em;
	font-weight: normal;
}

/**
 * Error 404
 */

.error404 #primary #content {
    margin: 0;
    padding: 40px;
}
.error404 #main #searchform {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}
input#s {
    background: rgba(255, 255, 255, 0.2) url(img/search-icon.png) right 2px no-repeat !important;
    width: 600px !important;
    display: inline-block !important;
}

/**
 * Search
 */

input#s {
	background: rgba(255, 255, 255, 0.2) url(img/search-icon.png) 146px 2px no-repeat;
	border: 0;
	-webkit-border-radius: 12px;
	border-radius: 12px; 
	color: #ffffff;
	font-family: "myriad-pro", sans-serif;
	font-size: 14px;
	height: 20px;
	padding: 0 18px 0 10px;
	text-transform: lowercase;
	width: 140px !important;

    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}
	input#s:focus {
		color: #ffffff;
	}

#branding #searchform {
	right: 1.8%;
	top: 115px;
}


/**
 * Navigation
 */

#access {
	background: #3b617b;
    /*
	-webkit-box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.2), 0px -8px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.2), 0px -8px 6px rgba(0, 0, 0, 0.2);
	*/
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2), 0px -3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2), 0px -3px 6px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	position: relative;
}
#access div {
	margin: 0;
}
#access ul {
	margin: 0;
}
#access li {
	width: 12.5%;
}
#access a {
	border-right: 1px solid #2d4b62;
	display: block;
	font-size: 1.1em;
	line-height: 2.8em;
	padding: 0;
	text-align: center;
}
	#access li.two-line a {
		line-height: 1.1em;
		padding: 0.3em 0;
	}

	#access li:hover > a,
	#access ul ul :hover > a,
	#access a:focus {
		background: #efefef;
	}
	#access li:hover > a,
	#access a:focus {
		background: #2a475c;
		color: #FF5B16;
        /*
		-webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
		*/
	}


/**
 * Index pages
 */

.index-posts .entry-title {
	font-size: 1.3em;
}


/**
 * Content
 */

.post-section-title {
	background: transparent url(img/section-title-bottom-border.png) 0 bottom no-repeat;
	font-size: 2.4em;
	line-height: 1.5em;
	margin: 0 50px;
	padding: 10px 0 0;
	text-transform: uppercase;
}

.hentry, 
.no-results {
	background: transparent url(img/post-bottom-border.png) 0 bottom no-repeat;
	border-bottom: 0;
	margin: 0 50px;
	padding: 0 5px 15px;
}
.hentry:last-child, 
.no-results {
	background: transparent;
}

.entry-thumbnail {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.entry-thumbnail img {
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,.3);
}

.entry-header {
    padding-top: 10px;
}

.entry-title {
	padding-right: 0;
	padding-top: 0;
    clear: none !important;
}
	.entry-title a {
		color: #2B4E69;
	}
		.entry-title a:focus,
		.entry-title a:hover {
			color: #FF5B16;
		}

.entry-content {
	font-size: 0.9em;
}
.entry-content,
.entry-summary {
	padding: 0.6em 0 0;
}
.entry-content,
.entry-summary,
.entry-meta {
    background: none !important;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
body.page .entry-content {
    margin: 0 50px;
}

.entry-meta{
	color: #ADB7BE;
	font-family: "myriad-pro", sans-serif;
	font-weight: bold;
	line-height: 1.6em;
    clear: none !important;
}
	.entry-meta .separator {
		color: #dce1e4;
		font-size: 1.6em;
		font-weight: normal;
		padding: 0 3px;
		vertical-align: top;
	}
.entry-original-author {
    color: black;
    font-family: "myriad-pro", sans-serif;
    line-height: 1.6em;
    clear: none !important;
    font-size: 14px;
}
.entry-original-author strong {
    color: #2B4E69;
}

.tag-links a {
	color: #2B4E69;
}

	footer.entry-meta .more-link {
		background: #FF5B16 url(img/more-link-arrow-mask.png) right 0 no-repeat;
		color: #ffffff;
		float: right;
		font-family: "myriad-pro", sans-serif;
		font-size: 0.85em;
		height: 18px;
		line-height: 18px;
		margin: 0 50px 0 0;
		padding: 0 25px 0 5px;
		text-transform: uppercase;
	}
		footer.entry-meta .more-link:hover {
			background-color: #2B4E69;
			text-decoration: none;
		}
    .pdf-link-wrapper .pdf-link {
        position: relative;

        display: block;
        height: 30px;
        padding-left: 40px;
        line-height: 30px;
        background-image: url(img/pdf-icon.png);
        background-repeat: no-repeat;
    }
    body.single .pdf-link-wrapper {
        margin: 0 50px;
    }
.breadcrumbs {
    background: #6F818F;
}
.breadcrumbs a {
    color: white !important;
}
#content {
    min-height: 1414px;
    padding-bottom: 10px;
    background-image: url(img/content-bg.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;

}
#content nav#nav-below {
	background: #39617c;
	margin-top: -2px;
	padding: 0;
	position: relative;
}
	#content nav#nav-below .nav-previous,
	#content nav#nav-below .nav-next {
		
	}
	#content nav#nav-below .nav-previous {
		float: right;
		text-align: right;
	}
	#content nav#nav-below .nav-next {
		float: left;
		text-align: left;
	}
		#content nav#nav-below a {
			background: transparent url(img/bullseye-icon.png) 4px center no-repeat;
			color: #ffffff;
			font-family: "myriad-pro", sans-serif;
			font-size: 0.95em;
			line-height: 2em;
			padding: 0 10px 0 24px;
			text-align: left;
		}
			#content nav#nav-below a .meta-nav {
				display: none;
			}

#content.index-posts {
    box-shadow: none;
}
#home_featured_slider_wrapper {
}


/**
 * Homepage
 */

/* Homepage - Featured Slideshow */

.powered-by-fa {
	display: none !important;
}
#home_featured_slider_wrapper {
	background: #6F818F;
	padding: 0 0 25px;
}
#home_featured_slider {
	background: #bac4c9;
	padding: 10px 0;
}
	#home_featured_slider .FA_overall_container_classic {
		background: #1a3447;
		border: 0;
	}
	#home_featured_slider .FA_wrap {
		padding: 30px;
	}
	#home_featured_slider .FA_article h2 {
		background: transparent;
		font-size: 1.2em;
		line-height: 1.2em;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
	}
		#home_featured_slider .FA_article h2 a,
		#home_featured_slider .FA_article p {
			color: #ffffff;
			font-family: "minion-pro", sans-serif;
			font-weight: normal;
		}
		#home_featured_slider .FA_article p {
			line-height: 1.4em;
font-weight: normal;
font-size: 0.8em;
			padding: 20px 0 0;
		}
	#home_featured_slider .image_container {
		border: 5px solid #ffffff;
		padding: 0;
	}
		#home_featured_slider .image_container img {
			vertical-align: top;
		}
	#home_featured_slider ul.FA_navigation {
		background: transparent;
		float: right;
		right: 25px;
		text-align: right;
		top: -45px;
		z-index: 10000;
	}
		#home_featured_slider ul.FA_navigation li a {
			background: #ffffff;
			-webkit-border-radius: 6px;
			border-radius: 6px; 
			height: 12px;
			margin-left: 3px;
			width: 12px;
		}
			#home_featured_slider ul.FA_navigation li .FA_current {
				display: none !important;
			}
			#home_featured_slider ul.FA_navigation li a.active {
				background: #FF5B16;
			}

/* Homepage - Missile Slideshow */

#missile_slideshow_container {
	background: #bac4c9;
	margin: 25px 0 40px;
	padding: 15px;

    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}
#missile_slideshow { 
	background: #1A3447;
	position: relative;
    width: auto !important;
}
	#missile_slideshow h3 {
		color: #ffffff;
		float: right;
		font-family: "minion-pro", sans-serif;
		font-size: 2.8em;
		line-height: 1em;
		margin: 0;
		padding: 15px 0 0;
		text-align: center;
		text-transform: uppercase;
		width: 220px;
	}
	#missile_slideshow .missile-container {
		float: left;
		margin: 20px 0 0 15px;
		width: 190px;
	}
		#missile_slideshow .missile-container img {
			vertical-align: top;
		}
		#missile_slideshow .missile-container h4 {
			font-family: "myriad-pro", sans-serif;
			font-size: 1.4em;
			line-height: 20px;
			margin: 5px 10px 0 0;
			padding: 0;
			text-align: right;
		}
			#missile_slideshow .missile-container h4 img {
				float: left;
			}
			#missile_slideshow .missile-container h4 a {
				color: #ffffff;
				font-weight: normal;
			}
	#missile_slideshow .bjqs-markers {
		bottom: 50px;
		left: auto !important;
		right: 0;
		text-align: center;
		width: 220px;
	}
		#missile_slideshow .bjqs-markers li {
			display: inline-block;
			float: none;
			margin: 0 3px;
		}
			#missile_slideshow .bjqs-markers li a {
				background: #ffffff;
				border: 0;
				-webkit-border-radius: 6px;
				border-radius: 6px; 
				height: 14px;
				width: 14px;
			}
				#missile_slideshow .bjqs-markers li.active-marker a {
					background: #FF5B16;
				}

#home_featured_slider .bjqs-markers {
		bottom: 30px;
		/* right: auto !important; */
		right: 0;
		text-align: center;
		/* width: 220px; */
		position: relative;
	}
	#home_featured_slider .bjqs-markers li {
			display: inline-block;
			float: none;
			margin: 0 3px;
		}
		#home_featured_slider .bjqs-markers li a {
			background: #ffffff;
				border: 0;
				-webkit-border-radius: 6px;
				border-radius: 6px; 
				height: 14px;
				width: 14px;
		}
			#home_featured_slider .bjqs-markers li.active-marker a {
				background: #FF5B16;
			}
			
	#home_featured_slider .image_container {
		display: block;
		position: relative;
		float: left;
		margin: 0px 30px 30px 0px;
		background-color: #333333;
		padding: 6px;
		border: 1px #666666 solid;
		z-index: 2000;
	}

/**
 * Sidebar
 */

#secondary {
	margin: 0;
	width: 28%;
}
#secondary .widget {
	background: #bac4c9;
	margin: 0 0 10px;

    box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
}
	.widget p {
		color: #152737;
		font-size: 0.8em;
		font-weight: bold;
		line-height: 1.2em;
	}
	.widget a {
		color: #152737;
	}
	#secondary .widget h3 {
		background: #1a3447;
		color: #FF5B16;
		font-family: "minion-pro", sans-serif;
		font-size: 1.3em;
		letter-spacing: 0;
		line-height: 1.4em;
		padding: 2px 10px 0;
		text-transform: uppercase;
	}
	#secondary .widget ul {
		list-style: none;
		margin: 0;
		padding: 0 10px !important;
	}
		#secondary .widget > ul > li {
			border-bottom: 1px solid #7e8d98;
			list-style: none;
			margin: 0 !important;
			padding: 5px 0 !important;
		}
			#secondary .widget > ul > li:last-child {
				border-bottom: 0;
			}
				#secondary .wp-cpl-widget li a {
					line-height: 1em;
				}
				#secondary .wp-cpl-widget li .wp-cpl-date {
					color: #ffffff;
					font-family: "myriad-pro", sans-serif;
					font-weight: bold;
					line-height: 1em;
					padding-bottom: 5px !important;
				}
				#secondary .wp-cpl-widget li span.wp-thumb-overlay {
					padding-left: 0 !important;
				}
	#secondary .widget .wp-cpl-read-more {
		height: 2.8em;
		margin: 0 10px !important;
		padding-top: 0 !important;
	}
		#secondary .widget .wp-cpl-read-more a {
			background: transparent url(img/sidebar-readmore-arrow.png) right center no-repeat;
			color: #FF5B16 !important;
			display: inline-block;
			font-family: "myriad-pro", sans-serif;
			font-style: normal;
			height: 2.8em;
			line-height: 2.9em !important;
			padding-right: 10px;
			text-transform: uppercase;
		}

/* Dark-themed widget */
#secondary .widget.dark-widget {
	background: #1a3447;
	color: #ffffff;
	margin: 0 0 10px;
}
	#secondary .widget.dark-widget h3 {
		border-bottom: 1px solid #FF5B16;
		margin: 0 10px;
		padding-left: 0;
		padding-right: 0;
	}
	#secondary .widget.dark-widget a {
		color: #ffffff;
	}
	#secondary .widget.dark-widget .wp-cpl-read-more {
		border-top: 1px solid #FF5B16;
	}

/* Get Started Widget */
#secondary aside.widget.get-started-widget-container {
	margin-bottom: 25px;
}
#secondary aside.widget .get-started-widget {
	background: #1a3447 url(img/namerica-sidebar-bg.png) 5px 5px no-repeat;
	border: 10px solid #bac4c9;
	height: 226px;
	padding: 12px 0;
}
	#secondary aside.widget .get-started-widget h3 {
		background: transparent;
		color: #ffffff;
		font-size: 3.2em;
		line-height: 0.95em;
		margin: 0 0 15px;
		text-align: center;
	}
	#secondary aside.widget .get-started-widget p {
		color: #ffffff;
		font-size: 1em;
		line-height: 1.6em;
		margin: 15px 0;
		padding: 0 25px;
	}
	#secondary aside.widget .get-started-widget a.get-started {
		background: #FF5B16;
		-webkit-border-radius: 12px;
		border-radius: 12px; 
		color: #ffffff;
		display: block;
		font-family: "myriad-pro", sans-serif;
		font-size: 1.3em;
		font-weight: normal;
		line-height: 1.5em;
		margin: 0 40px;
		text-align: center;
		text-transform: uppercase;

        box-shadow: 2px 2px 3px rgba(0, 0, 0, .25);
	}
		#secondary aside.widget .get-started-widget a.get-started:hover {
			background-color: #2B4E69;
			text-decoration: none;
		}

/* Events Widget */
#secondary .widget.events-widget {

}
	#secondary .widget.events-widget > ul > li {
        position: relative;
		background: transparent url(img/event-calendar-icon.png) -5px 5px no-repeat !important;
		padding-left: 65px !important;
        min-height: 75px;
	}
    #secondary .widget.events-widget > ul > li.all-events-link {
        background: none !important;
        min-height: 0px;
        text-align: right;
    }
    #secondary .widget.events-widget > ul > li.all-events-link a {
        background: transparent url(img/sidebar-readmore-arrow.png) right center no-repeat;
        color: #FF5B16 !important;
        display: inline-block;
        font-family: "myriad-pro", sans-serif;
        font-style: normal;
        font-size: 10px;
        padding-right: 10px;
        text-transform: uppercase;
    }
#secondary .widget.events-widget  li.event-date {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 37px;
}
#secondary .widget.events-widget  li.event-date .event-month {
    display: block;
    color: black;
    text-align: center;
    line-height: 10px;
}
#secondary .widget.events-widget  li.event-date .event-day {
    display: block;
    font-size: 20px;
    text-align: center;
    line-height: 25px;
}


/* Videos Widget */
#secondary .widget.videos-widget {

}
	#secondary .widget.videos-widget h3 {
		margin-bottom: 15px;
	}
	#secondary .widget.videos-widget ul li {
		border: 0;
		position: relative;
		text-align: center;
	}
		#secondary .widget.videos-widget ul li a {
			display: block;
			left: 0;
			line-height: 1em;
			top: 0;
			width: 100%;
		}
		#secondary .widget.videos-widget ul li .thumb_lay {
			display: block;
		}
		#secondary .widget.videos-widget ul li .wp-thumb-overlay,
		#secondary .widget.videos-widget ul li .wp-thumb-overlay a {
			display: block;
			height: auto;
			float: none !important;
			margin: 0 !important;
			position: static;
		}


/**
 * Footer
 */

footer { 
	background: rgba(26, 52, 71, 0.6);
	color: #ffffff;
}
	#supplementary {
		border: 0;
	}
	footer .widget {
		margin: 0;
	}
	footer .textwidget {
		text-align: center;
	}


/*
 * Pages
 */

article.page,
.singular .hentry {
    margin: 0;
    padding: 0;
    background: none;
}
article.page .entry-header {
    padding: 0;
    padding-bottom: 10px;
}

.page-title,
article.page .entry-title {
    background: #1A3447;
    color: #FF5B16;
    font-family: "minion-pro", sans-serif;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.4em;
    padding: 10px 20px 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

article.page {
    padding: 0 !important;
    border: none !important;
}
article.page .entry-header {
    margin: 0 !important;
}


/*
 * Misc overrides
 */

.singular #content, .left-sidebar.singular #content {
    margin: 0 255px 0 0 !important;
    width: 605px !important;
}
.singular .entry-header .entry-meta {
    position: relative;
}
#nav-single {
    display: none;
}
.singular .entry-meta .edit-link a {
    position: relative;
    left: auto;
    top: auto;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
    margin: 0 50px;
    width: auto;
}
.singular .hentry {
    border-top: 6px solid #1A3447;
}
.singular #primary {
    margin: 0 -37% 0 0;
}
.single footer.entry-meta {
    padding-bottom: 20px;
}
.wp-caption a img {
    border: 1px solid #DDD;
    padding: 3px;
    moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    width: auto;
}
.FA_overall_container_classic > a {
    display: none !important;
}
#comments + a {
    display: block;
    text-align: center;
}
body.archive .wp-caption {
    margin-bottom: 0;
}


/* Missiles of the World & Defense Systems */
#missile-tabs {
    background-color: #6F818F;
    height: 30px;
    width: 103%;
}
#missile-tabs .missile-tab {
    float: left;
    padding: 3px 20px;
    margin-right: 10px;
    background-color: #3B617B;
}
#missile-tabs .missile-tab.active {
    background-color: #1A3447;
}
#missile-tabs .missile-tab a {
    color: white;
}
article.missiles-section,
article.defense-systems-section {
    clear: both;
}
article.missiles-section .entry-content,
article.defense-systems-section .entry-content {
    margin: 0 20px;
}
article.missiles-section .country-title,
article.defense-systems-section .country-title {
    color: #FF5B16;
    font-family: "minion-pro", sans-serif;
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.4em;
    text-transform: uppercase;
}
article.missiles-section .country-table,
article.missiles-section .all-missiles-table,
article.defense-systems-section .country-table,
article.defense-systems-section .all-defense-systems-table{
    border: none;
}
article.missiles-section .country-table th,
article.missiles-section .country-table td,
article.missiles-section .all-missiles-table th,
article.missiles-section .all-missiles-table td,
article.defense-systems-section .country-table th,
article.defense-systems-section .country-table td,
article.defense-systems-section .all-defense-systems-table th,
article.defense-systems-section .all-defense-systems-table td {
    padding: 0 5px;
    border: 1px solid white;
}
article.missiles-section .country-table th,
article.missiles-section .all-missiles-table th,
article.defense-systems-section .country-table th,
article.defense-systems-section .all-defense-systems-table th {
    background-color: #1A3447;
    color: white;
    white-space: nowrap;
}
article.missiles-section .country-table td,
article.missiles-section .all-missiles-table td,
article.defense-systems-section .country-table td,
article.defense-systems-section .all-defense-systems-table td {
    background-color: #BAC4C9;
    color: black;
    font-weight: normal;
}
article.missiles-section .country-table td a,
article.missiles-section .all-missiles-table td a,
article.defense-systems-section .country-table td a,
article.defense-systems-section .all-defense-systems-table td a {
    font-weight: normal;
    color: black;
}

.entry-content .missile-details,
.entry-content .defense-system-details {
    margin-bottom: 1.625em;
}
.entry-content .missile-details strong,
.entry-content .defense-system-details strong {
    display: inline-block;
    width: 130px;
}
article.missiles,
article.defense-systems {
    border: none !important;
}
article.missiles .entry-thumbnail,
article.defense-systems .entry-thumbnail {
    float: right;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-left: 20px;
    margin-bottom: 20px;
}
article.missiles .entry-header,
article.defense-systems .entry-header{
    padding: 0;
    margin: 0;
}
article.missiles .entry-title,
article.defense-systems .entry-title {
    background: #1A3447;
    color: #FF5B16;
    font-family: "minion-pro", sans-serif;
    font-size: 200%;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.4em;
    padding: 10px 20px 8px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
article.missiles .entry-thumbnail img,
article.missiles .entry-header img,
article.defense-systems .entry-thumbnail img,
article.defense-systems .entry-header img {
    -moz-box-shadow: 3px 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3);
}

body.archive article.missiles .entry-title,
body.archive article.defense-systems .entry-title {
    background: none;
    color: #FF5B16;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    padding-bottom: .3em;
    margin: 0;
}

/* Archives */
body.archive .entry-title {
    font-size: 1.3em;
    line-height: 1.5em;
}

/* Scenarios */
article.scenarios {
    clear: both;
}

/* Tablesorter */
table.country-table {

}
table.country-table thead tr th, table.country-table tfoot tr th {

}
table.all-defense-systems-table thead tr .header,
table.all-missiles-table thead tr .header,
table.country-table thead tr .header {
    background-image: url(img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.country-table tbody td {

}
table.country-table tbody tr.odd td {

}
table.all-missiles-table thead tr .headerSortUp,
table.all-defense-systems-table thead tr .headerSortUp,
table.country-table thead tr .headerSortUp {
    background-image: url(img/asc.gif);
}
table.all-missiles-table thead tr .headerSortDown,
table.all-defense-systems-table thead tr .headerSortDown,
table.country-table thead tr .headerSortDown {
    background-image: url(img/desc.gif);
}
table.country-table thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {

}

/* Events Page */
.em-events-search-text,
.em-events-search-dates {
    display: block;
    width: 100%;
    white-space: nowrap;
}
.em-events-search-dates input {
    width: 206px;
}

/* Sidebar Posts */
.relevant-posts-widget {
    padding-bottom: 10px;
}
.relevant-posts-widget .widget-title {
    margin-bottom: 10px;
}
.relevant-posts-widget .entry-meta,
.relevant-posts-widget .entry-summary {
    padding: 0 10px !important;
    margin-top: 6px;
}
.relevant-posts-widget .entry-meta span:first-child {
    display: none;
}
.relevant-posts-widget .entry-meta a {
    color: #555;
    font-weight: normal;
}
.relevant-posts-widget .entry-meta {
    display: block;
    text-align: right;
    margin-top: 0;
    font-size: 11px;
}
.relevant-posts-widget .entry-meta .by-author {
    display: none;
}
.relevant-posts-widget .entry-thumbnail {
    margin-top: 0;
    margin-bottom: 0;
}
.relevant-posts-widget .entry-content {
    clear: both;
    margin: 0 !important;
}
.relevant-posts-widget .entry-content .entry-link {
    display: block;
    line-height: 12px;
    font-size: 14px;
    font-weight: normal;
}
.relevant-posts-widget .widget-content {
    padding: 0 10px !important;
}

/* News Archive */
body.search-results .hentry,
body.page-template-publications-page-php .hentry,
body.page-template-news-archive-page-php .hentry {
    margin: 0 50px;
    padding: 0 !important;
    border: none;
    background: transparent url(img/post-bottom-border.png) 0 bottom no-repeat;
    border-bottom: 0;
    margin: 0 50px;
    padding: 0 5px 15px !important;
}
body.search-results .hentry:last-child,
body.page-template-publications-page-php .hentry:last-child,
body.page-template-news-archive-page-php .hentry:last-child {
    border: none;
    background: none;
}
body.search-results .entry-header,
body.page-template-publications-page-php .entry-header,
body.page-template-news-archive-page-php .entry-header {
    padding-top: 10px;
}
body.search-results .entry-header,
body.search-results .entry-meta,
body.page-template-publications-page-php .entry-header,
body.page-template-publications-page-php .entry-meta,
body.page-template-news-archive-page-php .entry-header,
body.page-template-news-archive-page-php .entry-meta {
    margin: 0;
}
body.search-results .entry-title,
body.page-template-publications-page-php .entry-title,
body.page-template-news-archive-page-php .entry-title {
    background: none;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: .3em;
}
body.search-results .entry-content,
body.page-template-publications-page-php .entry-content,
body.page-template-news-archive-page-php .entry-content {
    margin: 0;
}
body.search-results .entry-thumbnail,
body.page-template-publications-page-php .entry-thumbnail,
body.page-template-news-archive-page-php .entry-thumbnail {
    margin: 0;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 10px;
}
body.search-results .really_simple_share,
body.page-template-publications-page-php .really_simple_share,
body.page-template-news-archive-page-php .really_simple_share {
    display: none;
}
body.search-results .wp-caption,
body.page-template-publications-page-php .wp-caption,
body.page-template-news-archive-page-php .wp-caption {
    margin-bottom: 0;
}
body.page-template-publications-page-php #search-archives,
body.page-template-news-archive-page-php #search-archives {
    margin: 0 50px;
}
body.page-template-publications-page-php #search-archives-form > input:first-child,
body.page-template-news-archive-page-php #search-archives-form > input:first-child {
    width: 340px;
}
body.search-results .entry-title,
body.page-template-publications-page-php .entry-title,
body.page-template-news-archive-page-php .entry-title,
body.page-template-scenarios-page-php  .entry-title{
    font-size: 1.3em;
    line-height: 1.5em;
}

.newsletter > div > div:last-child {
    display: none;
}
#site-description {
    width: 180px;
    margin-left: 35px;
    line-height: 14px;
    margin-top: 5px;
    text-align: left;
}

.fsBody .fsForm {
    margin-top: 0 !important;
}

#branding #searchsubmit {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    cursor: pointer;
    background: none;
    border: none;
    overflow: hidden;
    text-indent: -600%;
}

#content img {
    max-width: 500px !important;
}

.em-events-search-form #category {
    display: none;
}