/*
Theme Name: The Big Picture
Theme URI:
Description:
Version: 0.9
Author: Philip Belesky
Author URI:

*/

@font-face
 {
	 font-family: bpHeaderFont;
	 src: url('fonts/Positiv-A.otf') /* IE9 */
 }
 /* 
div 
{
	font-family: bpHeaderFont;
} */
	
dy, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, 
dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, 
dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, 
aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video 
{ border-style: none;
	border-color: inherit;
	border-width: 0;
	background: #ffffff;
	font-size : 100%;
	margin : 0; 
	outline : 0; 
	padding : 0; 
	vertical-align : top;
	/* font-weight: 700; */
}

table { border-collapse : separate; border-spacing : 0; }
caption, th, td { font-weight : normal;  }
table, td, th { vertical-align : top; }
blockquote:before, blockquote:after, q:before, q:after { content : ""; }
blockquote, q { quotes : "" ""; }
a img {border : none; }

/* CSS Document */
/* GLOB
/* CSS Document */
/* GLOBAL ------------------------------------------------------------------ */

html, body {
    height:100%;
}

body {
    background:#fff;
    color:#3c3c3c;
    color:#666;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size:.79em;
    line-height: 1.2;
    margin:0;
    padding:0;
}

tr, th, td
{
	vertical-align: top;
}



/* links */

a {
    border-bottom:1px solid #5fddA6;
    color:#0084bd;
    color:#2a2a2a;
    text-decoration:none;
}

a:hover {
    color:#5fddA6;
}

a > img, img, a[href*=wp-content] {
    border: 0;
}

  
 .bpHeaderStyle
 {
 	/*  font-family: bpHeaderFont;*/
 	font-family:'Lato', "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
 }

.greenlineh
{
	background-image: url('images/pixelgreen.gif'); 
	background-repeat: repeat-x;	
	height: 5px;
}
.greenlinev
{
	background-image: url('images/pixelgreen.gif'); 
	background-repeat: repeat-y;
	width: 10px;	
}

/* classes */

.clear {
    clear:both;
}

/* structure */

.wrapper, #wrapper {
    margin:0 auto 0 auto;
    overflow: hidden;
    width:970px;
}

.column {
    float:left;
    margin: 0 5px;
    overflow: hidden;
    padding-top: 25px;
    width:310px;
}

p {
    margin:0 20px 0 10px;
    padding:0 0 10px;
}

h3 {
    color:#5fddA6;
    font-size:1.25em;
    margin:0 0 5px 15px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

hr {
    
    width:100%;
}

.leader p {
    margin-left:15px;
}

#home .leader p {
    margin: 0px 0px 0px 0px;
}

.column hr {
    background:url(images/hrthird.gif) no-repeat;
    margin:10px 0;
    width:310px;
}

.column h3 {
    margin-left:10px;
}

/* HEADER -------------------------------------------------------------- */

#header {
    height:60px;
    margin:0;
    padding:0;
}

#header a {
    border-bottom:none;
}

#logo {
    float: left;
    margin:15px 0 0 0;
    width: 300px;
}

#header h1 {
    font-size:.01em;
    text-indent:-8000px;
}

#header ul {
    float:right;
    margin:30px 0 0 50px;
}

#header ul li {
    display:inline;
    list-style-type:none;
}

li a {
    color:#525252;
    font-size:17px;
    margin:0 18px;
    text-transform:lowercase;
    font-family: 'Lato', sans-serif;
}


.ui-tabs .ui-tabs-nav {
    list-style:none;
    padding:.2em .2em 25px 0;
    position:relative;
}

.ui-tabs .ui-tabs-nav li {
    border-bottom-width:0!important;
    float:left;
    margin:0 15px 0 10px;
    padding:0;
    position:relative;
}

.ui-tabs .ui-tabs-nav li a {
    float:left;
    padding:.5em 1em;
    text-decoration:none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-bottom-width:0;
    padding-bottom:1px;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor:pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

.ui-tabs .ui-tabs-panel {
    background:none;
    border-width:0;
    width: 100%;
}

.ui-tabs .ui-tabs-hide {
    display:none!important;
}

/* FOOTER -------------------------------------------------------------- */

#footer {
    clear:both;
    height: 185px;
    margin:0 auto 0 auto;
    overflow: hidden;
    padding-top: 40px;
    width:970px;
}

.push {
    height: 240px; /* .push must be the same height as .footer */
}

#footer ul {
    margin:0 0 0 15px;
    padding:5px 0 0 0;
}

#footer ul li {
    color:#525252;
    display:inline;
    list-style-type:none;
    margin:0 20px 0 0;
    text-transform:lowercase;
}

#footer ul li a {
    color:#525252;
}


