/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/


html {
	background: #F7F9F9 url(images/body-bg2.jpg) repeat-x center top;
	font-family:arial,helvetica,sans-serif;
 	width: 100%;
 	display: table;
	padding:0;
	margin:0;
	height:100%;
    z-index:0;
}

body.custom {
	padding:0;
	margin:0;
	background: url(images/footer-bg-new.jpg) repeat-x center bottom;
	width:100%;
	display:table;
	font-family:arial,helvetica,sans-serif;
    z-index:110;
}

.custom #page {
    background-color:transparent !important;
    position: relative;
    min-height:660px;
}

.custom #content_box {
    margin-top:25px;
    min-height:670px;
}

.custom #content {
    padding-top:2.2em;
}

.custom a, .custom a:visited {
    color:#339999 !important;
}

.custom a:hover {
    color: #FF4B33 !important
}

.custom #logo a {
	display:block;
	position:absolute;
	background: url(images/building-43-logo2.png) no-repeat;
	width:219px;
	height:50px;
	/*margin-left:-100px;*/
	text-indent:-4000px;
	top:0px;
	left:70px;
}

.custom #header {
    height:100px;
    padding:0px;
    display:block;
}

.custom #header #tagline {
    text-indent:-9000px;
}
#subscribe-now-header a {
	position:absolute;
	display:block;
	background: url(images/grungy_rss.png) no-repeat;
	width:75px;
	height:34px;
	text-indent:-4000px;
	top:11px;
	left:-10px;
	/*margin-left:-25px;
	margin-top:-130px;*/
}

#realtimeCallout a {
	background:url(images/gillmor_callout.png) no-repeat;
	width:131px;
	height:74px;
	display:block;
	text-indent:-4000px;
	position:absolute;
	top:-12px;
	left:320px;
	z-index:10;
}

#aboutuslink a {
	display:block;
	text-indent:-4000px;
	position:absolute;
	top:0px;
	right:30px;
	width:170px;
	height:43px;
}

/* SEARCH FORM */

#searchsubmit {
	display:none;
}

#b43searchform {
    float:right;
    margin-right:250px;
}

#b43searchform input {
	color:#bbb;
	font-size:1.4em;
	margin-right:26px;
    width:200px;
    background-color:#fff;
}


/* MENU */
#access {
	background:url(images/menu-sprite-2009.12.09.gif) no-repeat;
	position:absolute;
	display:block;
	border:0px;
	height:32px;
	width:923px;
	top:56px;
	left:40px;
	z-index:3;
}
.custom #menusprite, .custom #menusprite a, .custom #menusprite li ul {
    border:none !important;
}

.custom #menusprite {
	background:url(images/menu-sprite-2009.12.09.gif) 0px -64px;
	position:relative;
	width:923px;
	height:32px;
	margin:0;
	padding:0;
    border:none !important;
}

.custom #menusprite li {
    margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	text-indent:-4000px;
}

.custom #menusprite li, .custom #menusprite a {
    height: 32px; 
	display: block;
}
/* videos */ 
.custom #menusprite #menu-videos, .custom #menusprite #menu-videos-on  {
	width:136px;
	left: -0px;
	top: -0px;
}

.custom #menusprite #menu-videos a:hover {
	width:136px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -0px -32px no-repeat;
}

.custom #menusprite #menu-videos-on {
	width:136px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -0px 0px no-repeat;
}

/* blogs */
.custom #menusprite #menu-blogs, .custom #menusprite #menu-blogs-on {
	width:154px;
	left:136px;
	top:-0px;
}

.custom #menusprite #menu-blogs a:hover {
	width:154px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -136px -32px no-repeat;
}

.custom #menusprite #menu-blogs-on {
	width: 154px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -136px 0px no-repeat;
}

/* realtime */
.custom #menusprite #menu-realtime, .custom #menusprite #menu-realtime-on  {
	width:199px;
	left: 290px;
	top: -0px;
}

.custom #menusprite #menu-realtime a:hover {
	width:199px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -290px -32px no-repeat;
}

.custom #menusprite #menu-realtime-on {
	width:199px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -290px 0px no-repeat;
}


/* community43 */
.custom #menusprite #menu-community43, .custom #menusprite #menu-community43-on  {
	width:248px;
	left:489px;
	top:-0px;
}

.custom #menusprite #menu-community43 a:hover {
	width:248px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -489px -32px no-repeat;
}

.custom #menusprite #menu-community43-on {
	width: 248px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -489px 0px no-repeat;
}


/* contributor-guidelines-for-building43 */
.custom #menusprite #menu-contributor-guidelines-for-building43, .custom #menusprite #menu-contributor-guidelines-for-building43-on  {
	width:186px;
	left:737px;
	top:1px;
}

.custom #menusprite #menu-contributor-guidelines-for-building43 a:hover {
	width:186px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -737px -32px no-repeat;
}

.custom #menusprite #menu-contributor-guidelines-for-building43-on {
	width: 186px;
	background: transparent url(images/menu-sprite-2009.12.09.gif) -737px 0px no-repeat;
}

.custom .headline_area {
    margin-top:2.2em;
}
.custom .headline_area h1, .custom .headline_area h2 {
    font-weight:bold;
    line-height:1.108em;
    width:500px;
    display:block;
}

.custom .commentlink-single {
    float:right;
    display:block;
    width:150px;
    text-align:right;
    font-size:1.2em;
}
.cat_blogs #archive_info h1, #Blogs h1 {
	background:url(images/title-blogs.gif) no-repeat;
	text-indent:-4000px;
    height:27px;
}

.custom #archive_info {
    padding-top:0px;
}

.custom #archive_info h1 {
    font-size:3em;
    font-family:Georgia,serif;
    font-weight:bold;
    line-height:1.108em;
}

#archive_info p {
   text-transform:none;
   font-size:1.6em;
   letter-spacing:1px;
   margin-bottom:.5em;
}

#Realtime h1, .cat_realtime #archive_info h1 {
	background:url("images/title-rt-archives.png") no-repeat;
	text-indent:-4000px;
    height:27px;
}

.community43 .headline_area h1{
	background:url(images/title-community43.gif) no-repeat;
	text-indent:-4000px;
	height:36px;
}

.cat_videos #archive_info h1, #Videos h1 {
	background:url(images/title-videos.gif) no-repeat;
	text-indent:-4000px;
    height:27px;
}

.about-building43 .headline_area h1 {
	background:url(images/title-about-b43.gif) no-repeat;
	text-indent:-4000px;
	height:37px;
}

.site-credits .headline_area h1 {
	background:url(images/title-site-credits.gif) no-repeat;
	text-indent:-4000px;
	height:29px;
	margin-bottom: 10px;
}

.contact .headline_area h1 {
	background:url(images/title-contact.gif) no-repeat;
	text-indent:-4000px;
	height:30px;
	margin-bottom: 10px;
}

.custom #footer {
	min-height:220px;
	width:100%;
    margin-top: 20px;
}

.custom #footer-1, .custom #footer-2, .custom #footer-3 {
    width:30%;
    float:left;
    margin:20px 20px 5px 0px;
    text-align:left;
}

.custom #footer h3 {
    margin-bottom:5px;
}

.custom #footer a, .custom #footer a:visited {
    border-bottom:none;
    text-decoration:underline;
}

.custom #footer a:hover {
    border-bottom:none;
    text-decoration:none;
}

.custom .cclicensetext {
    float:left;
    font-size:1em;
    margin:0 0 0 10px;
    width:175px;
}

.custom .cclicense {
    float:left;
    width:100px;
}

textarea#embedfield {
	font-size:1.1em;
	width:275px;
	height:50px;
	line-height:98%;
}

.embed {
	float:left;
	margin:0px;
	padding-top:24px;
}

.embed-home, .embed-video {
	float:left;
	margin:0px;
	padding-top:22px;
	width:618px;
	text-align:center;
}

.embed-video {
    padding:0em 0em 1.1em 0em;
}

.featured-video {
	float:left;
	background:url(images/featured-video-bg.gif) no-repeat;
	width:354px;
	height:373px;
	margin-top:22px;
}

.fv-wrapper {
	padding:20px 25px 20px 40px;
}

#belowheader-home {
	/*margin:106px auto 0px auto;*/
	width:980px;
	height:424px;
	display:block;
	background:transparent;
	top:10px;
	margin:0 auto;
    position:relative;
}

#belowheader-home h1 {
	color:#006666;
	font-size:2.3em;
	font-family:Georgia,serif;
	font-weight:bold;
	margin-bottom:4px;
}

h2#fv-title  {
	text-transform: uppercase;
	color:#444444;
	font-weight:bold;
    margin-bottom:5px;
}

#belowheader-home .entry p {
	float:right;
	display:block;
	width:250px;
	color:#fff;
	margin:8px 30px 20px 10px;
}

.embedbutton {
	display:block;
	background:url(images/icons/icon-embed.gif) no-repeat;
	background-position:0px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
	color:#006666;
	padding-left:24px;
}

.fv-embed {
	margin-bottom:10px;
}

.fv-wrapper p {
	font-size:1.2em;
	margin-bottom:10px;
	line-height:135%;
}

.main-floor {
	display:block;
	background:url(images/title-main-floor.gif) no-repeat;
	text-indent:-4000px;
	padding-bottom:10px;
}

.rt-archives {
    display:block;
    background:url("images/header-gillmor-rt.png") no-repeat;
    text-indent:-4000px;
    padding-bottom:10px;
    height:114px;
}
.hentry {
	background:url(images/hr-bg.gif) repeat-x bottom;
	padding:10px 0 20px 0;
	position:relative;
	width:614px;
	clear:both;
}

.hentry li {
	padding-bottom:16px;
}

.custom .teasers_box {
    padding:0px;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {
margin:0em 2.3em 0em 0em;
}

.custom .teaser_right {
    float:left;
}

.custom .teaser h2 {
    font-size:2.2em;
    font-weight:bold;
    line-height:1.108em;
}

.custom .entry-content {
    line-height:150%;
}

.custom .teaser .format_teaser {
    margin:.2em 0em .2em 0em;
    clear:both;
}

.custom .teaser {
    clear:both;
}

.entry-meta-excerpt {
	float:left;
	width:120px;
	height:110px;
}

#pgview, #caticon {
	float:left;
	margin-right:5px;
}

#pgview {
	background:url(images/icons/icon-views.gif);
	width:53px;
	height:53px;
	color:#fff;
	text-align: center;
	font-size: 18px;
}

#pgview p {
	padding-top:10px;
	font-family:arial,helvetica,sans-serif;
}

.clear {
clear:both;
height:0;
margin:0;
padding:0;
}

#tagclass ul, #tagclass li {
	display:inline;
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

ul#tagclass {
	margin-left:0px;
	margin-bottom:0px;
}

#tagclass li {
	height:21px;
	margin:0px 10px 4px 0px;
	white-space:nowrap;
}

#tagclass li a {
	font-size:10px;
	padding:4px 0px;
	color:#fff !important;
	position:relative;
	top:-7px;
	height:21px;
	background: url(images/tag-bg.gif) repeat-x;
	font-style:normal;
	text-decoration:none !important;
}

#right-content {
 	float:left;
 	margin-top:0px;
    width:460px;
 }
 
.entry-utility {
    margin:10px 0 0;
    width:400px;
}

.custom .teaser .teaser_author, .custom .teaser .teaser_category, .custom .teaser .teaser_date, .custom .teaser .teaser_comments, .custom .teaser .edit_post, .custom .teaser .teaser_author .author {
    text-transform:none;
}

.custom .teaser .teaser_author .author {
    font-weight:bold;
}

.custom #archive_info {
    padding-left:0px;
}

#sidebar-explainer {
	background:url('images/sidebar-postit.png') no-repeat;
	width:320px;
	height:205px;
}

#sidebar-explainer h2 {
	padding:50px 25px 5px;
	font-weight:bold;
    font-family:Georgia,serif;
	color:#0D4B4E;
}

#sidebar-explainer p {
	padding:0px 25px 20px;
}

h3.title-on-friendfeed {
	background:url(images/title-on-friendfeed.gif) no-repeat;
	width:193px;
	height:19px;
	text-indent:-4000px;
	margin:40px 0px 0px;
	padding:0px;
}

h3.title-live-on-friendfeed {
	background:url("images/icon-live-chat.png") no-repeat;
	height:29px;
	text-indent:-4000px;
	margin:20px 0px 0px;
	padding:0px;
}

h3.title-on-twitter {
	background:url(images/title-on-twitter.gif) no-repeat;
	width:139px;
	height:19px;
	text-indent:-8000px;
	margin:10px 0px 15px 15px;
	padding:0px;
}

h3.title-tweet-b43 {
	background:url(images/title-tweet-b43.gif) no-repeat;
	width:238px;
	height:25px;
	text-indent:-8000px;
	margin:10px 0px 20px 15px;
	padding:0px;
}

.tweet {
    position:relative;
}

.tweet .avatar_border {
    float:left;
    margin:5px 0 0 20px;
    width:48px;
}

.tweet h4 {
    clear:none;
    float:left;
    margin-left:10px;
    width:240px;
}

.tweet p {
    display:block;
    float:left;
    margin-left:10px;
    width:240px;
}

.current-feeds {
	background:url(images/title-current-feeds.gif) no-repeat;
	display:block;
	float:left;
	width:218px;
	height:40px;
	text-indent:-4000px;
	clear: none;
	margin-top:10px;
}
.subscribe-now-sidebar {
	background:url(images/icons/icon-subscribe-here.gif) no-repeat;
	text-indent:-4000px;
	height:40px;
	width:89px;
	display:block;
	float:right;
}

.js-kit-rating {
	float:left;
	padding:4px 0px !important;
	border:0;
}

.js-kit-rating-single {
	position:  absolute;
	top:24px;
	left:505px;
	padding:0px !important;
	border:0;
}

.custom div.prev_next p {
  float:right;
  font-size:1.3em;
  width:280px;
  line-height:1.1em;
}

.custom .prev_next {
    padding-left:0em;
    padding-right:0em;
    width:614px;
    
}

.custom div.prev_next p.next {
    margin-right:10px;
}

.custom div.prev_next p.previous {
  float:left;
  font-size:1.3em;
  line-height:1.1em;
  margin-left:10px;
}

.custom .post_nav a {
    font-size:inherit;
    line-height:1.571em;
}

.custom .arrowright {
    display:block;
    float:right;
    width:1em;
    font-size:1.3em;
}

.custom .arrowLeft {
    float:left;
    display:block;
    width:1em;
    font-size:1.3em;
}
.wp-pagenavi .pages {
	background:#65afae !important;
	border:none !important;
	color:#fff !important;
    margin:0.25em 0.375em !important;
	padding:0.5em 0.5em !important;
}

.wp-pagenavi {
	float:left;
	background:transparent;
}

.wp-pagenavi span.current {
    margin:0.25em 0.375em !important;
	padding:0.5em 0.5em !important;
	background:transparent !important;
}

.wp-pagenavi a, .wp-pagenavi a:visited, .wp-pagenavi a:hover {
    font-size:1.1em;
    margin:0.25em 0.375em !important;
	padding:0.5em 0.5em !important;
    letter-spacing:1px;
}
.wp-pagenavi a, .wp-pagenavi a:visited {
	background:#65afae !important;
	border:none !important;
	color:#fff !important;
}

.custom .headline_meta, .custom .headline_meta a, .custom .teaser_author, .custom .teaser_date, .custom .teaser .edit_post, .custom .teaser_author a, .custom .teaser_comments, .custom .teaser_category, .custom .teaser .edit_post a {
color:#888888;
    text-transform:none;
    font-size:1.1em;
}

.custom .teaser_author {
    font-weight:bold;
}

.zemanta-pixie {
    display:none;
}

.footerTags {
    font-weight:bold;
    margin-bottom:5px;
}

#sidebar-more h2 {
    background:url("images/title-more.png") no-repeat;
    text-indent:-4000px;
    height:25px;
    margin-bottom:10px;
}

#sidebar-more li a {
    color:#666666 !important;
    font-size:17px;
    font-weight:bold;
    font-family:Georgia,serif;
}

#sidebar-more li a:hover {
    color:#FF4B33 !important;
    text-decoration:none;
}

#sidebar-more li {
    background: transparent url(images/arrow-nav.png) no-repeat scroll 0;
    padding-left:20px;
}

.fpwd {
    display:block;
    float:left;
}

img.pwd {
    vertical-align:  middle;
}
