@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("www.bloggerbuster.com") {

/*
-----------------------------------------------   
Modifier: Teleute
URL:      www.imnot.verywise.co.uk
Version:  1.1  - May 2008  
Date:     March 2008

Amanda has made a gorgeous theme that will fit nicely for those with smaller screens. I, however, love the whitespace that that rules out. So this is a version for screens 1000px plus with more whitespace between the elements. It's very hacky and depends entirely on her not drastically altering her widgets etc. so apologies if it's broken for you. It is commented to help you make your own alterations.
----------------------------------------------- */

/* HEADER section. Makes everything wider to allow for whitespace and keep the alignment */

#header-wrapper {
width: 1040px !important;
}

#navbar-section {
width: 1040px !important;
}

/* FEED and EMAIL Optional - to make the two subscribe options line up with the sidebar columns. Totally unnecessary, I just like it! */

.feed-rss{
padding-right: 70px !important;
}



/* shifts the main content to the left to allow for whitespace in the sidebars */

#main-wrapper {
margin-left: -40px !important;
}

#content-wrapper {
width: 1020px !important;
}




/* EDITS TO SIDEBAR(S) */

#main-sidebar-wrapper {
width: 440px !important;
}



/* LEFT SIDEBAR Puts space between the two sidebars (if you try and change the right sidebar the pictures in POPULAR POSTS end up cropping themselves) */
#sidebar-wrapper {
margin-right: 50px !important;
}

/*BLOGROLL Optional - to line up with ENTRECARD. As LABELS get added to this will stop working and you really should get rid of it because it really is just too OCD of me to need it to line up! */

#HTML11 {
margin-top: -10px !important;
}

/* ON INDIVIDUAL POST PAGES to shift PREVIOUS POSTS down */

#Feed4 {
padding-top: 30px !important;
}

/* ON INDIVIDUAL POST PAGES to shift SUBSCRIBE down */

#HTML2 {
padding-top: 30px !important;
}

/* ON INDIVIDUAL POST PAGES to shift BADGES down */

#HTML15 {
padding-top: 30px !important;
}


/* RIGHT SIDEBAR  whitespace is applied from the element above. Sure I had a reason for this, but can't remember why now! */

/* POPULAR POSTS to shift RECENT READERS down */

#HTML10 {
padding-bottom: 40px !important;
}

/* RECENT READERS to shift ENTRECARD down*/

#HTML16 {
padding-bottom: 40px !important;
}

/* ENTRECARD to shift SKRIBIT down */

#HTML4 {
padding-bottom: 40px !important;
}

/* FOOTER this just makes it the same width as the rest of the page so things line up nicely */

#footer {
width: 990px !important;
}

/* some more optional OCD, this just makes the THIRD FOOTER COLUMN as high as the middle footer column by spacing the sections within it */


/* to shift TECHNORATI down */

#HTML7 {
padding-top: 60px !important;
}

 .tr_authority_t_js {
margin-top: 20px !important;
}

 .tr_authority_t_js {
padding: 10px !important;
}

/* to shift CREATIVE COMMONS down */

/*#HTML13 {
padding-top: 10px !important;
}*/

#HTML13 img {
padding: 10px !important;
}

#HTML13 img {
margin-top: 10px !important;
margin-bottom: 10px !important;
}

}