@import url('../bootstrap/css/bootstrap.min.css');
@import url('colorbox.css');
@import url('wordpress.css');

html {
	height: 100%;
}

body {
	color: #ffc;
	background: #000;
	height: 100%;
	background: #000 url('../imgs/headerbg.png') repeat-x;
}

body > .container {
	background: url('../imgs/commanderbond.png') no-repeat 640px bottom;
}

a {
	color: #E2A656;
}

a:hover {
	color: #E2A656;
}

.container {
	position: relative;
}

dl.gallery-item {
	float: left;
}

.twitter-follow-button {
	position: absolute;
	right: 0;
	top: 21px;
}

.facebook-like-button {
	position: absolute;
	right: 150px;
	top: 25px;
}

header > a {
	background: url('../imgs/cbn.png') no-repeat;
	display: block;
	padding-top: 70px;
	height: 0px;
	width: 620px;
	overflow: hidden;
}

.content_container {
}

ol.articles {
	margin: 0;
}

ol.articles > li {
	list-style-type: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-left: 1px solid #9d262a;
	border-bottom: 1px solid #9d262a;
}

ol.articles .post_content {
	background: url('../imgs/contentbg.png') repeat-x;
	padding: 10px 10px 10px 9px;
	overflow: auto;
}

ol.articles .post_content > h2 {
	margin-bottom: 10px;
}

ol.articles .post_content p {
	line-height: 1.75em;

}

ol.articles .post_content ul, ol.articles .post_content ol {
	margin-bottom: 9px;
}

ol.articles .post_content blockquote {
	border-left: none;
}

ol.articles .post_content blockquote p {
	color: #eee;
	font-size: 13px;
}

ol.articles .post_content > .details {
	margin-top: 20px;
	color: #5E728A;
	font-size: 10px;
	text-align: right;
}

.category_tab {
	background: #1b1f3c;
}

.category_tab > span {
	float: left;
	padding: 5px 15px;
}

.category_tab > span.category {
	background: #9d262a;
}

.category_tab > span.category a {
	color: #fff;
	text-transform: uppercase;
}

.category_tab > span.social {
	padding: 4px 10px 0;
}

.category_tab .facebook_like {
	margin-left: -20px;
}

.category_tab {
	overflow: auto;
}

ol.articles > li > img {
	/*margin-top: -10px;*/
	width: 619px;
}

.related_articles {
	margin-top: 20px;
}

.related_articles li {
	list-style-type: disc;
}

#sidebar {
	margin-top: 70px;
	padding-bottom: 475px;
}

#site_search {
	margin-bottom: 10px;
}

#sidebar .side {
	margin: 10px 0 30px;
}

#sidebar .side > h5 {
	border-bottom: 1px solid #9d262a;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 3px 0;
}

#sidebar .side > .content {
	padding: 10px;
	background: url('../imgs/contentbg.png') repeat-x;
}

#sidebar .intercepted_headlines ol, #sidebar .latest_posts ol {
	margin-left: 0;
}

#sidebar .intercepted_headlines li, #sidebar .latest_posts li {
	list-style-type: none;
	margin-bottom: 15px;
}

#sidebar .intercepted_headlines p {
	font-weight: bold;
}

#sidebar .latest_posts p.post_title {
	font-weight: bold;
	margin-bottom: 0;
}

#sidebar .latest_posts p.post_source {
	color: #ffc;
}

div.navigation {
	overflow: auto;
}

footer {
	border-top: 3px solid #1b1f3c;
	background: url('../imgs/contentbg.png') repeat-x;
}

footer .social_links {
	margin-left: 0;
	overflow: auto;
}

footer .site_links {
	padding: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

footer .site_links ul > li {
	list-style: none;
}

footer .site_links ul {
	margin-left: 0;
}

footer .social_links li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

footer .social_links a {
	padding-top: 32px;
	height: 0;
	width: 32px;
	overflow: hidden;
	background-repeat: no-repeat;
	display: block;
}

footer .social_links .twitter a {
	background-image: url('../imgs/twitter-32x32.png');
}

footer .social_links .facebook a {
	background-image: url('../imgs/facebook-32x32.png');
}

footer .social_links .youtube a {
	background-image: url('../imgs/youtube-32x32.png');
}

footer .social_links .feed a {
	background-image: url('../imgs/rss-32x32.png');
}
