/*   
Theme Name: Big Peace Thematic Child Theme
Theme URI: 
Description: Big Peace Theme
Author: Breitbart Team
Author URI: http://themeshaper.com/
Template: big-thematic
Version: 1.0
Tags: big
*/

/* Reset browser defaults */
@import url('../big-thematic/library/styles/reset.css');
@import url('../big-thematic/marquee.css');

html, body {
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #809b9b;
	background-image: url(images/headerRepeatGB.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a, a:active { color: #2a2e3a; text-decoration:none; }
a:hover { text-decoration:underline; }
form { margin: 0; padding: 0; }
blockquote { font-style: italic; font-family:Georgia, "Times New Roman", Times, serif; font-size:  1.2em; margin: 5px 40px; }

#container {
	margin: 0 auto;
	width: 1106px;
	background: #ececec;
	display:block;
	overflow:hidden;
}

.network-cont {
	background: white;
	height: 30px;
}
.network-cont-inner {
	padding: 6px 0 0 18px;
}
.network-cont img {
	height: 11px; margin-right: 16px; border: 0;
}

.site-nos-wrapper {
	width: 100%; overflow: hidden; height: 45px;
	position: absolute; top: 0; left: 0;
}
.site-nos-toolbar {
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, .75);
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, .75);
	box-shadow: 0 0 5px rgba(0, 0, 0, .75);
}
.site-nos-bg {
	background: #eee;
	position: relative;
	z-index: 1000;
}


#bh-nav {
	padding: 0;
	display: block;
	position: relative;
	overflow: visible;
	line-height: 32px;
	zoom: 1;
	height:40px;
	background-color: #2a2e3a;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#bh-nav a {
	text-decoration: none;
	color: #8facb3;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	float: left;
	padding:4px 9px 9px 9px;
	border-left:solid 1px #4e4a44;
}
.bh-nav-left {
	padding: 0;
	margin: 0;
	display:block;
	float:left;
	margin-left: 30px;
	white-space: nowrap;
	width: 650px;
	_margin-left: 15px; /* IE6 */
	overflow: hidden;
	height: 40px;
}
.bh-nav-left-last-child a {
	border-right:solid 1px #4e4a44;
}
.bh-nav-left li {
	float:left;
	list-style:none;
	height:36px;
	white-space: nowrap;
}
.bh-nav-left li:hover a {
	background-color:#3f4751;
	color: #f1d7ae !important;
}

.bh-nav-right {
	float: right;
	padding: 0 35px 0 0; /* margin via padding due to IE6 */
	width: 350px; /* IE6/FF2 */
}
.bh-nav-right * {
	vertical-align: middle;
}

.navigation {
	margin: 5px 0 0 0;
	padding: 10px 2px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

.break { /* used in widgets, e.g. featured-story */
	clear: both;
}

#header-container {
	background: #0B0819;
	width: 100%;
}
#header-image{
	width: 1106px;
	height: 160px;
}

#wrapper {
	min-height: 1000px;
	position: relative;
	overflow: hidden;
	width:100%;
}

#hp-content-bg {
	background: white;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	_z-index: -1;
}
#hp-content-bg, x:-moz-any-link { /* FF2 */
	z-index: -1;
}
#hp-content-bg, x:-moz-any-link, x:default { /* FF3+ */
	z-index: 0;
}

.search #hp-content-bg, 
.category #hp-content-bg,
.page #hp-content-bg {
	height: 43px;
}

div.page {
	position: relative;
}

.page .entry-title,
.page-title {
	position: relative;
	z-index: 1;
	font: 20px Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	padding: 11px 0;
	top: 0;
	margin-bottom: 10px;
}

#content {
	float: left;
	width: 706px;
	padding: 0 0 0 30px;
	margin: 0px;
}


.post {
	margin: 0 0 16px 0;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border:1px dashed #cecece;
	background-color:#FFF;
	display:block;
	overflow:hidden;
	*zoom: 1;
}
.single .post,
.error404.post {
	margin-top: 10px;
}

.announcement {
	border: 2px solid #9D9CA2 !important;
	padding: 0;
}

.post p {
	margin-bottom: 16px;
	line-height:15pt;

}
.announcement p {
	margin-bottom: 0 !important;
}


.post p a{
	color:#004890;
	text-decoration:none!important;
	border-bottom:2px dotted #004890;
	font-weight:bold;
}
.post p a:hover{
	color:#77A6C9;
	border-bottom:2px dotted #77A6C9;
}

.border-top {
	border-top: 1px solid #9D9CA2;
}

.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight: bold;
	position: relative;
	top: -2px;
	margin-bottom: 7px;
}
.post .entry-title a {
	color: #2a2e3a;
}

.post .entry-meta {
	background: #89a4b4;
	overflow: hidden;
	padding: 5px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	_zoom: 1;
}
.post .entry-meta a {
	color: white;
	font-weight: bold;
}

.entry-content {
	clear: both;
	padding-top: 16px;
	*padding-top: 10px;
	border-bottom: 1px solid #ccc;
}
.page-template .entry-content,
.announcement .entry-content {
	padding-top: 0;
	border-bottom: 0;
}
.not-singular .entry-content {
	padding-bottom: 16px;
}
.home .entry-content{
	padding-bottom: 0;
}


.entry-utility {
	text-align: left;
	border-top: 1px solid #cccccc;
	margin-top: 1px;
	padding-top: 8px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
}
.entry-utility a {
	font-weight: bold;
	color: #000;
	margin-right: 3px;
}
.entry-utility a:hover {
	color:#77A6C9!important;
}
.add-this-span {
}
.add-this-span img {
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.fb_share_link {
	padding:0px 0 0 20px;
	height:16px;
	background:url(http://static.ak.fbcdn.net/images/share/facebook_share_icon.gif?7:26981) no-repeat 0 1px;
}
.twitter_link {
	background:transparent url(../big-thematic/images/twitter.jpg) no-repeat scroll 0 1px;
	height: 16px;
	padding: 0px 0 0 18px;
	white-space: nowrap;
}
.addthis_link{
	height: 16px;
	padding: 0;
	white-space: nowrap;
	vertical-align:middle;
}

.entry-tags {
	background: #d7e1e7; 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	margin-top: 10px;
	padding: 8px;
	color: #222;
}
.entry-tags a {
	color: #444;
}


.comments { /* NOTE: probably unneeded due to the ID */
	border: 1px solid #bababa;
	margin-top: 5px;
}
.comments h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	border-bottom: 1px solid #bababa;
	color: #636364;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	margin: 0 0 8px 0;
}
.comment-author {
	font-weight: bold;
	text-transform: uppercase;
}
.comment-date {
	color: #979696;
}

#respond {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	border-bottom: 1px solid #bababa;
	border-top: 1px solid #bababa;
	color: #636364;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	margin: 0 0 8px 0;
}


.blur{ /* big-peace-thematic/functions.php */
	background-color: #6e7078;
	color: inherit;
	margin-top: 14px;
	margin-left: 0px;
	margin-right: 28px;

	*margin-right: 14px;

	float: right;
	position: relative;
}
.aside{
	position: relative;
	bottom: 4px;
	right: 4px;
	width: 321px;
	background-color: white;
	font-size:13px;
	font-family: arial, serif;
	border: 1px solid #aaa;
	padding: 11px 0 0 0;
}
.aside a {
	color: #29629a;
	text-decoration:none;
}
.aside a:hover {
	color: #29629a;
	text-decoration: underline;
}
.aside h3 {
	font-size:16px;
	font-weight: bold;
	color: #f1d7ae;
	text-transform: uppercase;
	text-align: center;
	width: 298px;
	height:26px;
	background-image:url(images/sidebartitlesBG.jpg);
	background-repeat:no-repeat;
	margin: 0 0 16px 1px;
	padding-top:6px;
}
.aside h4 {
	font-size: 15px;
	border-bottom:1px solid #cccccc;
	overflow: hidden;
	display: block;
	margin-bottom: 1px;
	padding-bottom: .25em;
	_zoom: 1;
}
.aside .postheader{
	padding-top:2px;
	overflow: hidden;
	display: block;
	width: auto;
	float: none;
	margin: 0;
	margin-bottom: 2.5em;
	_zoom: 1;
}
.aside h4 a:link {
	text-decoration:none!important;
}

.aside h4 a:hover {
	color: #000;
	text-decoration:underline;
}

.aside p {
	margin-top: 0;
	font-family:Arial, Helvetica, sans-serif;
}

.widgetcontainer {
	padding-bottom: 16px;
	margin-right: 2px;
}
.aside a {
	color: black;
}
.aside .cat-item {
	margin: 4px 0 4px 0;
	padding: 4px 0 8px 20px;
	border-bottom: 1px dashed #ccc;
	background: url(images/cat-arrow.png) no-repeat 0 6px;
	*height: 16px;
}

.aside ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 10px 10px 10px;
}


#footer {
	clear:both;
	background: #c9ccce;
	height: 66px;
 	width: 1046px;
	margin: 30px auto 100px auto;
}
.footer-links{ /* big-peace-thematic/functions.php */
	float:left;
	display:block;
	overflow:hidden;
	margin-top: 25px;
	margin-left: 25px; 
}
.footer-links a{
	color:#3c3c3b;
	text-transform:uppercase;
	font-size: 10px!important;
	margin-right: 25px;
}
.footer-links a:hover {
	text-decoration: underline;
}
.footer-logo { /* big-peace-thematic/functions.php */
	float:left;
	margin: 20px;
}

.photo-cont,
div.photo /* used by featured-widget */ {
	border: 1px solid #999;
	padding: 1px;
	float: left;
	margin-right: 14px;
	_margin-right: 7px;
}


#bio .photo-cont {
	float:left;
	margin: 14px 10px 0 0;
	background: #fff;
	border: 1px solid #999;
}
#bio {
	position: relative;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
}
#bio h2{
	margin: 0;
	padding: 0;
}
#bio p {
	padding-bottom: 10px;
}

#searchform {
	float:right;
}
#searchform span {
	float:left;
	font-weight:bold;
	margin-top:4px;
	margin-right:10px;
	color: #aaabb0;
}
#searchsubmit {
	background-image:url(images/search_button.jpg);
	background-repeat:no-repeat;
	width: 31px;
	height: 21px;
	float: left;
	overflow: hidden;
	border: 0;
	margin-top:9px;
}
#s {
	width: 207px;
	margin:0;
	margin-top:9px;
	float:left;
	height:17px;
	border:1px solid #666666;
}

/* IMAGE */

img.alignright {
	margin: 0 7px 2px 0;
}
img.alignleft {
	margin: 0 0 2px 7px;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

.search_hilite { /* bb-search plugin */ 
	background: #ffff55 !important;
	padding: 1px 0;
}
a .search_hilite {
	text-decoration: underline;
}


.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


p.featured-more-featured,
p.featured-read-more {
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
p.featured-read-more {
	float: left;
	clear: none !important;
	margin-top: 1em !important;
}
.featured-read-more a {
	background: url(images/sidebararrow.jpg) no-repeat;
	padding-left: 20px;
	margin-left: 2px;
}
p.featured-more-featured {
	float: right;
	clear: none !important;
	margin-top: 1em !important;
	margin-right: 4px;
}
p.featured-read-more a,
p.featured-more-featured a {
	color: #821c12 !important;
}
.breitbart_featured .postheader {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
	font-size:11px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #45646a;
}
.breitbart_featured .postheader a {
	color: #45646a;
}
.bb-featured-widget-content {
	clear: both;
	padding-top: 10px;
}

#marquee {
	padding: 18px 10px;
}
#marquee span {
	color: #821c12;
	margin-top: -4px;
}
.marquee_separator {
	background: #ddd8cf;
}
#marquee a {
	width: auto;
	float: none;
}

#marquee span {
	position: absolute;
	top: 6px; left: 0;
}

#marquee a:hover {
	color: #60787d;
	text-decoration: none;
}
#marquee p {
	padding: 5px 0 8px 28px;
	position: relative;
	overflow: visible;
}


.contributors {
	padding-left: 22px;
}
.contributors_column {
	width: 200px;
	float: left;
}
.contributors a {
	font-weight: bold;
	color: #111;
	text-decoration: none;
	display: block;
}
.contributors a:hover {
	text-decoration: underline;
	color: #900000;
}

.category-featured-story .entry-content {
	padding-bottom: 16px;
}

li.cat-item {
	list-style-type: none;	
}

li {
	line-height: 1.25em;
	margin-bottom: 0.4em;
}

