/* 
Theme Name: Bullseye
Theme URL: http://www.onepresscommunity.com
Description: Stylish theme with lots of red accents.  Child theme for 

OnePress.
Author: Push Button Labs
Author URI: http://www.pushbuttonlabs.com
Version: 1.0

Tags: one-column, two-columns, three-columns, fixed-width, right-

sidebar, left-sidebar, threaded-comments, custom-header, theme-

options, sticky-post
TEMPLATE: onepress
*/

/*
 * Import default OnePress Markup
 */
@import url('../onepress/op-layout.css');
@import url('navigation.css');
@import url('widgets.css');

p{
	color: white;
}

/** No padding for columns **/
div#main_wrap.layout2 div#main,
div#sidebar_wrap.layout3 div#sidebar,
div#main_wrap.layout4 div#main,
div#sidebar2_wrap.layout5 div#sidebar2,
div#main_wrap.layout6 div#main,
div#sidebar2_wrap.layout6 div#sidebar2,
div#sidebar_wrap.layout7 div#sidebar,
div#main_wrap.layout7 div#main, 
div#main_wrap.layout8 div#main,
div#sidebar2_wrap.layout8 div#sidebar2,
div#sidebar_wrap.layout9 div#sidebar,
div#main_wrap.layout9 div#main,
div#sidebar_wrap.layout10 div#sidebar,
div#sidebar2_wrap.layout10 div#sidebar2,
div#sidebar_wrap.layout11 div#sidebar,
div#sidebar2_wrap.layout11 div#sidebar2{ padding-left: 0px; }

div#sidebar{
	width: 290px;
}
div#sidebar2{
	width: 163px;
}

a,
a:link,
a:visited,
a:hover {
text-decoration:none;
}

a {color:#941515;}

html {background: #000000 url('images/background.gif') repeat;}



div#page { 
	background:#ff0000;
	border:1px solid #5f5f5f;
	border-top: 0px;
}

/*
 * Header
 */
#header { 
	position: relative 
}

#header .bd .c { 
	background: #fff url(images/header.png) no-repeat;
	height: 185px;
	width: 960px;
}

#headerimg { 
	padding: 25px 0 0 20px;
}

div#headerimg h1{ display:none }

#headerimg h1 a, #headerimg h1 a:visited, #headerimg h1 a:hover { 
	color: #fff;
}

/* create a large clickable area in the header (optional) */
#headerlink a { 
	display: block; 
	position: absolute; 
	top:10px; 
	left:10px; 
	width:60%; 
	height:160px;
}

div#headerimg div.description {	
	padding-left:5px;
	font-size: 128%;
}


div#welcome{
	background:#EEEEEE none repeat scroll 0 0;
	color:#666;
	opacity:0.9;
	padding: 5px;
}

div#welcome a{
	color: #333;
	text-decoration: underline;
}

div#welcome p{
	margin-bottom: 0;
}

/* width of drop down menus, change here if you need to adjust the 

size */
div#op_navigation ul li ul, div#op_navigation ul li ul li {	

width: 10em }

/*
 * Class for sidebars
 */
div#sidebar,div#sidebar2{
	height: 100%;
}
 
/* 
 * Featured post carousel 
 */
div#feature{
	background: #e3e3e3;
}

/* featured post header color */
div#feature ul#features h2 a { 
	color:#fff 
}


/* 
 * Widgets 
 */


.widget {
	margin:10px 5px 0px 5px;
	padding:0;
	color: white;
}

.widget .hd,
.widget .hd .hc,
.widget .ft,
.widget .ft .fc {
	background: #fff url(images/thin-6.png) no-repeat top right;
	height:6px;
}

.widget .bd,
.widget .bd .bc {
	background: #fff url(images/thin-bd-6.png) repeat-y top 

right;
}

.widget .hd { /* top right corner */
	width:100%;
	background-position:top right;
}

.widget .hd .hc { /* top left span */
	margin-right:6px;
	background-position:top left;
}

.widget .ft {
	width:100%;
	background-position:bottom right;
}

.widget .ft .fc {
	margin-right:6px;
	background-position:bottom left;
}

.widget .bd {
	width:100%;
	background-position:top right;
}

.widget .bd .bc {
	margin-right:6px;
	background-position:top left;
	padding:1px 0 1px 0; /* uncollapse .content margins */
}

.widget .s { 
	padding-left:1em; 
	padding-right:1em;
}