/*   

Theme Name: boiseyp
http://boiseyp.org
Author: Dave Quintana / Defiant Interactive
Author URL: http://www.defiantinteractive.org

	Based on: Starkers Theme
	
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/****************************
 **   Contents
 ****************************
 
	* General
	* Layout		(Top-level page element styles)
		- Menu
		- Header
		- Content
		- Sidebar
		- Footer
	* Content	(Formatting of items in main content area)
		- General
		- Standard wordpress
		- Comments
		- Comment form
		- Frame
	* Sidebar	(Formatting of items in sidebar)
		- General
		- Search
		- Tag cloud
		- Wordpress calendar
		- Photoblog widget
	* Footer		(Formatting of items in footer)
		

*/

/****************************
 **   General
 ****************************/

body {
        margin: 0;
	padding: 0;
	background: #000000;
	font-family: tahoma, helvetica, verdona, san-serif;
	color: #666;

}


body ul {
    list-style-type:disc;
}

a {
	color: #5f5f5f;
}

img {
	border: 0;
}


h3 {
         z-index: 15;
}


/****************************
 **   Layout
 ****************************/


/* Menu */

#menu {

        background-color: #191919; 
	height:1.8em;
	border-bottom: 0px solid #373737;
        position: relative;
}

#menu ul {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px;
	bottom: 0;
	left: 0;
	list-style: none;

}




#menu a {
	display: block;
margin-bottom:5px;
	padding:0px 20px 10px 0px;
	line-height: .8em;
	color: #ffffff;
        font-weight:bold;
	text-decoration:none;
}

#menu a #menu a:hover {
	color: #ffffff;
}

#menu ul li {
	float: right;
        padding-top:10px;
}


/* Header */


#header-wrap {
	background: url(style/images/header-repeat.jpg) repeat-x top left; 
}

#header {
	height: 300px;
	background: url(style/images/header.jpg) no-repeat center; 
}

#join {
        z-index: 500;
background: url(style/images/join.png) no-repeat;
        position: absolute;
        margin-left: 770px;
        margin-top: -430px;
}

#player {
        position: relative;
        bottom: 410px;
        right: 18px;
        z-index: 1;
}

#header div {
	width: 800px;
	margin: 0 auto;
        margin-top: -25px;
}

/* Nav */

/* main navigation flyout menu */

.main-nav {
       width:900px; 
       height: 73px;      
       z-index:100;
       text-align:left;
       position:relative;
       top:-409px;
       left:-18px;
}

.main-nav ul {
       list-style:none;
       margin:0;

       font-weight:bold;
       font-size:.9em;  
    
}

.main-nav a {
        display:block;
        color:#ffffff;
        margin:0;
        text-decoration:none;
        padding: 28px 30px;
        border:none;

 
  
}

.main-nav a:hover {
        color:#ffffff;
        background:#006cb5;

 
}

.main-nav li {
        position:relative;
        float:left;

  

}

.main-nav ul ul {
        position:absolute;
        color:#999999;
     width:210px;
        padding: 2px 5px 2px 0px;
}

.main-nav ul ul a {
	padding: 5px 50px 5px 50px;
width:115px;
}

.main-nav ul ul ul {
        position:absolute;
        color:#999999;
        left:215px;
        top:0px;
   
}

div.main-nav ul ul ul, div.main-nav ul ul li:hover ul ul {
        display: none;
}

div.main-nav ul ul, div.main-nav ul li:hover ul ul, div.main-nav ul ul li:hover ul ul {
        display:none;

}

div.main-nav ul li:hover ul, div.main-nav ul ul li:hover ul, div.main-nav ul ul ul li:hover ul {
        display:block;
        background:#090909 url(style/images/ulbg.jpg) repeat-y;
width:210px;
        
}

div.main-nav ul ul li:hover ul, div.main-nav ul ul ul li:hover ul {
         display:block;
         background:#090909 url(style/images/ulbg.jpg) repeat-y; 
         width:210px; 
}



/* Content */

#malBuffer {
	background: #fff url(style/images/body.png) repeat-y center top; 
	min-height: 160px;
  
}

#content-container {
	background: #006cb5 url(style/images/body.png) repeat-y center top; 
}

#content {
	width: 920px;
	margin: 0 auto;
}

div#body {
	margin-top: -380px;
        z-index: 5;
}

div#sidebar {
	margin-top: -320px;
}

#body {
	float: left;
	width: 600px;
        margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Sidebar */

#sidebar {
	margin-top: -110px;
	float: right;
	font-size: 0.9em;
	width: 260px;
	position: relative;
	left: -15px;
}

#facebook a {
        display: block;
        position: absolute;
        background-image: url(style/images/facebook_64.png);
        width: 64px;
        height: 64px;
        margin-left: 10px;
        margin-top: -115px;
        overflow: hidden;
        z-index: 14;
}

#LinkedIn a {
       display: block;
        position: absolute;
        background-image: url(style/images/linkedin_64.png);
        width: 64px;
        height: 64px;
        margin-left: 74px;
        margin-top: -115px;
        z-index: 13;
}

#subscribe a {
	display: block;
	position: relative;
        background-image: url(style/images/rss.png);
	width: 149px;
	height: 126px;
	margin-left: 130px;
	margin-top: -30px;
	text-indent: -2000px;
	overflow: hidden;
        z-index: 15;
}



.connect h2 {
	font-weight:bold;
        font-size:2.0em;
       margin:-40px 0px 10px 0px;
}

#twitter a {
        display: block;
        position: relative;
        background-image: url(style/images/twitter_64.png);
        width: 64px;
        height: 64px;
        margin-left: 10px;
        margin-top: -45px;
        overflow: hidden;
        z-index: 12;
}

#byp-tweets {
width:300px;
position:relative;
}
#bypblog {
	position:relative;
bottom:60px;
left:15px;
}

#youtube a {
        display: block;
        position: relative;
        background-image: url(style/images/youtube_64.png);
        width: 64px;
        height: 64px;
        margin-left: 75px;
        margin-top: -63px;
        z-index: 11;
}

#social a {
        display: block;
        position: relative;
        background-image: url(style/images/bsocial.png);
        width: 125px;
        height: 90px;
        margin-top: -20px;
        margin-left: 140px;
        overflow: hidden;
        z-index: 10;
}

#fan_page a {
        display: block;
        position: relative;
        background-image: url(style/images/facebook_fan.png);
        width: 64px;
        height: 64px;
        margin-top: -65px;
        margin-left: 10px;
        overflow: hidden;
        z-index: 9;    
}

#podcast a {
        display: block;
        position: absolute;
        background-image: url(style/images/Podcast_64.png);
        width: 64px;
        height: 64px;
        margin-top: -60px;
        margin-left: 75px;
        overflow: hidden;
        z-index: 8;    
}


#twitter_div {
       background-image: url(style/images/twit.jpg);
       height: 360px;
       width: 275px; 
       overflow: hidden;
       margin-top: -30px;
       z-index: 5;
}

#twitter_update_list {
      width: 215px;
      margin-left: 20px;
      margin-top: 40px;
      z-index: 6;
      color: #ffffff;
}

#twitter_update_list a {
       color: #000000;
}

#twitter-link {
      position: relative;
width:173px;
bottom:-15px;
      z-index: 1;
}

/* Footer */

#footer-wrap-outer {
	margin-top: -51px;
	background: #000000 url(style/images/footer-repeat.jpg) repeat-x center top;
}

#footer-wrap {
	width: 100%;
	background: url(style/images/footer.jpg) no-repeat center top;
	padding-top: 110px;
	padding-bottom: 30px;
        height: 350px;
}


#footer {
	width: 950px;
	margin: 0 auto;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 110px;
	min-height: 30px;
}

#footer #contact {
        position: relative;
        float: left;
        font-size: 12px;
        margin-top: 5px;
        margin-left: 5px;
}

#footer #designed {
        position: absolute;
        font-size: 10px;
        margin-left: 775px;
}

#footer #fnav {
        position: absolute;
        margin-left: 465px;
        margin-top: -205px;
}


/****************************
 **   Content
 ****************************/

/* General */


post-buffer {
        position: relative;
        margin-top: 30px;
}

h2 {
	font-size: 2.2em;
	font-weight: normal;
	font-style: normal;
	color: #3b3b3b;
	margin-top: 10px;
	margin-bottom: 0.5em;
}

h2 a {
	text-decoration: none;
	color: #3b3b3b;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
         z-index: 10;
}

.post .author {
	color: #949494;
	font-size: 0.8em;
	position: relative;
	top: -1.5em;
}

.post .info {
	color: #bcbcbc;
	font-size: 0.8em;
}

.post .date {
	background-image: url(style/images/date.png); 
	width: 110px;
	height: 110px;
	text-align: center;
	float: right;

	text-transform: uppercase;
}

.post .date .month {
	display: block;
        padding-right:10px;
	font-size: 14px;
	line-height: 17px;
	padding-top: 30px;
	color: #ffffff;
	font-weight: bold;

  
}

.post .date .day {
	display: block;
	font-weight: bold;
	font-size: 20px;
	padding-top: 1px;
	line-height: 18px;
	color: #ffffff;
        padding-right:10px;
}

.post .date .year {
	display: block;
	font-size: 0.7em;
	padding-top: 1px;
	color: #ffffff;
        padding-right:10px;
}

.metadata {
	margin-top: 40px;
	text-align: center;
	font-size: 1.8em;
	color: #797979;
}

.metadata a {
	text-decoration: none;
}

.photoblog-thumbnail {
	display: inline;
	vertical-align: middle;
}

.more-link {
	clear: both;
	display: block;
	margin-top: 30px;
	margin-left: 20px;
	font-size: 0.9em;
	color: #88897b;
	background: url(style/images/more-link.png) no-repeat left center;
	padding-left: 30px;
}

.hr {
	clear: both;
	border: 0;
        background-image: url(style/images/hr.jpg);
        height: 80px;
        width: 600px;
	margin: -8px auto 0;
}

.hr hr {
	display: none;
}

.navigation {
	width: 100%;
	margin-top: 50px;
}

.navigation a {
	text-decoration: none;
	font-size: 1.6em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

.search_result {
	margin-left: 20px;
}

.search_result h4 {
	margin-left: -20px;
}

.search_result h4 a {
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}


/* Standard wordpress */

.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  	float: left;
}

.alignright {
   float: right;
}

.clear {
	clear:both;
}

.wp-caption {
   border: none;
   text-align: center;
   background-color: #f8faf7;
   padding-top: 4px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* Comments */


.commentlist {
	padding: 0;
	list-style-type: none;
	margin-top: 16px;
	margin-left: 0px;
}

.commentlist li {
	margin-top: 16px;
	margin-left: 30px;
	max-width: 460px;
}

.commentlist li .comment-content,
.commentlist li .before-comment,
.commentlist li .after-comment,
.commentlist li .after-comment div {
	background:transparent url(style/images/comment.jpg) no-repeat top right;


}

.commentlist li .comment-content {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
 	padding: 28px 0 0px 0px;
}

.commentlist li .before-comment {
	/* top+left vertical slice */
	position:absolute;
	left:0px;
	top:0px;
	width: 27px; /* top slice width */
	margin-left: -27px;
	height:100%;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
}

.commentlist li .after-comment {
	/* bottom */
	position:relative;
	width:100%;
}

.commentlist li .after-comment,
.commentlist li .after-comment div {
	height: 40px; /* height of bottom cap/shade */
	font-size:1px;
}

.commentlist li .after-comment {
	background-position:bottom right;
}

.commentlist li .after-comment div {
	position:relative;
	width:27px; /* bottom corner width */
	margin-left: -27px;
	background-position:bottom left;
}

.commentlist .comment {
	margin: 0;
	font-size: 0.8em;
	padding-right: 27px;
}

.comment-text {
	margin-left: 42px;
	margin-right: 10px;
	margin-top: 24px;
	font-size: 0.9em;
}

.comment-text * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.commentlist .comment .reply {
	text-align: right;
	position: relative;
	top: 15px;
	z-index: 100;
	font-size: 0.9em;
}

.commentlist .comment .reply a {
	color: #D7DBD8;
	text-decoration: none;
}



.avatar {
	float: left;
	margin:0 20px 0 0!important;
}

/* Comment Form */


input.text {
	width: 200px;

	padding: 5px;
	border: 1px solid #f2f2f2;
}

textarea {
	width: 410px;
	height: 100px;
	margin: 0;
	padding: 5px;
	border: 1px solid #f2f2f2;
}

/****************************
 **   Sidebar
 ****************************/

/* General */

.sidebar h2 {
	font-size: 1.4em;
	color: #676767;
	margin-bottom: 20px;
}

.sidebar a {
	color: #9f9f9f;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 25px;
}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
}

.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

/* Search */

.sidebar #searchform div {
	background-image: url(style/images/searchform.jpg);
	width: 226px;
	height: 49px;
	margin-left: -7px;
}
.sidebar #searchform div #s {
	border: 0;
	margin-top: 14px;
	margin-left: 19px;
	width: 149px;
	height: 16px;
	color: #909090;
	font-size: 1.0em;
	outline: none;
}
.sidebar #searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
	cursor: pointer;
	font-family: "Palatino", "Georgia", "Baskerville", serif;
	color: #999;
	font-size: 0.7em;
	text-transform: lowercase;
}



/* Tag cloud */

.widget_tag_cloud a {
	text-decoration: none;
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* Photoblog widget */

.sidebar .elegant_grunge_photoblog div {
	text-align: center;
}

.sidebar .photoblog-thumbnail img {
	background: #fff;
	border: 1px solid #aaa;
	padding: 3px;
	display: inline;
}


/****************************
 **   Footer
 ****************************/




#footer #footerLogoBeDefiant a {
	display: block;
	position: absolute;
	background-image: url(style/images/paper_logo.png);
	width: 185px;
	height: 168px;
	margin-left: 750px;
	margin-top: -175px;
	text-indent: -2000px;

}

#footer .legal, #footer .contact {
        position: relative;
        margin-top: 0px;
	color: #5f5f5f;
}

#footer .legal {
	float: left;
        margin-top: 5px;
}



#footer .widget-wrap {
	position: relative;
        float: left;
	width: 364px;
	margin-bottom: 36px;
        margin-top: 35px;
}


#footer .widget {
	margin-right: 21px;
	margin-left: 21px;

}

#footer {
	font-size: 0.8em;
	line-height: 1.1em;
}

#footer a {
	color: #ffffff;
        text-decoration: none;
}

#footer h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: normal;
}

#calendar {
position:relative;
	
}



#program-logos li {
	 width:230px;
         margin:5px 10px 5px 10px;
         padding:0px 10px 0px 10px;
         height:70px;
         border:4px solid #ffffff;
}

#program-logos img {
  vertical-align: middle;

}

#program-logos li:hover {
	border:4px solid #006cb5 ;
}

.ps {
	position:relative;
        float:center;

}

.ps li {
	display:inline;
        padding:0px;
}

.ml {
	position:relative;
float:left;
}

.ls {
	position:relative;
float:left;
}

.bw {
	position:relative;
float:left;
}

.cm {
	position:relative;
float:left;
margin-top:65px;
}

.mp {
	position:relative;
float:left;
margin-top:50px;
}


.ml li {
	display:inline;
        padding:5px 5px 5px 150px;
}

.ls li {
	display:inline;
        padding:5p 5px 5px 150px;
}

.bw li {
	display:inline;
        padding:5px 5px 5px 150px;
}

.cm li {
	display:inline;
        padding:5px 5px 5px 10px;
}

.mp li {
	display:inline;
        padding:0px 25px 50px 25px;
}

.partners p {
       font-size:14px;	
        line-height:140%
}

.partners h4 {
           font-weight:bold;
           font-size:20px;
padding-bottom:20px;
}

.disc {
	list-style-type:disc;
}

.tube {
float:right; 
position:relative;
width:300px;
margin-top:-250px;
}

.retweet {
position:relative;
float:left;
}

.sociallogin { }  