Tons of space under footer
Posted: 18 August 2009 05:49 PM   [ Ignore ]
Newbie
Rank
Total Posts:  2
Joined  2009-08-18

My site, http://www.in-a-dream.org, is having problems with space under the footer.  Before it was a lot smaller, and then when I changed the layout somehow it became super stretched.  I have no idea what is going on.  The layout is not completely finished and I know there are broken images right now which will be changed.  For right now the css is:

/* Begin Typography & Colors */
body {
    font
-size70%; /* Resets 1em to 10px */
    
font-familyVerdanaArialSans-Serif,'Trebuchet MS';
    
background#6C6C6C url('images/background.jpg');
    
color#333;
    
text-aligncenter;
    
}

#page {
    
text-alignleft;
    
position:relative;
       
left:0;
       
top:-1320px;
    
width894px;
    
}

#header {
    
background#BB2845 url('images/header.jpg') no-repeat bottom center;
    
position:relative;
       
left:0;
       
top:0px;
    
width676px;
    
}

#topbackground {
    
background#C7D67F url('images/topbackground2.jpg');
    
height1300px;
    
}

#headerimg     { 
    
margin7px 9px 0
    
height370px
    
width676px
    


#content {
    
font-size1.2em;
    
background#FFFFFF url('images/contentbackground.jpg');
    
position:relative;
       
left:0;
       
top:0px;
    
text-alignleft;
    
padding0px 8px 0px 8px;
    
width660px;
    
}

.narrowcolumn .entry, .widecolumn .entry {
    line
-height1.4em;
    
}

#footer {
    
background#DFE1E3 url('images/footerbackground.jpg');
    
border-bottom-color#D2AED2;
    
border-bottom-width3px;    
    
border-bottom-stylesolid;
    
text-aligncenter
    }

h1
h2h3 {
    font
-family'Trebuchet MS'VerdanaArialSans-Serif;
    
font-weightnormal;
    
border-bottom1px dashed;
    
line-height1.6em;
    
}

h1 {
    font
-size4em;
    
text-aligncenter;
    
}

h2 {
    font
-size1.6em;
    
}

#sidebar h2 {
    
font-family'Trebuchet MS'VerdanaArialSans-Serif;
    
font-size1.2em;
    
font-weightbold;
    
text-alignright;
    
}

h2
h2 ah2 a:visitedh3h3 ah3 a:visited {
    color
#333;
    
font-family'Trebuchet MS'VerdanaArialSans-Serif;
    
}

h2
h2 ah2 a:hoverh2 a:visitedh3h3 ah3 a:hoverh3 a:visited#sidebar h2, cite {

    
text-decorationnone;
    
font-family'Trebuchet MS'VerdanaArialSans-Serif;
    
}

.entry p a:visited {
    color
#E0316C;
    
}

.commentlist li#commentform input, #commentform textarea {
    
font0.9em VerdanaArialSans-Serif,'Trebuchet MS';
    
}

.commentlist li {
    font
-weightbold;
    
}

.commentlist cite, .commentlist cite a {
    font
-weightbold;
    
font-stylenormal;
    
font-size1.1em;
    
}

.commentlist p {
    font
-weightnormal;
    
line-height1.5em;
    
text-transformnone;
    
}

#commentform p {
    
font-familyVerdanaArialSans-Serif,'Trebuchet MS';
    
}

.commentmetadata {
    font
-weightnormal;
    
}

#sidebar {
    
font1em VerdanaArialSans-Serif,'Trebuchet MS';
    
background#FFFFFF url('images/sidebarbackground.jpg');
    
}

small
#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    
color#777;
    
}

code {
    font
1.1em VerdanaArialSans-Serif,'Trebuchet MS';
    
}

a {
    color
#E03164;
    
font-weightbold;
    
text-decorationnone;
    
font-familyVerdanaArialSans-Serif'Trebuchet MS';
    
}

a
:hover {
    color
#FFFFFF;
    
font-weightbold;
    
text-decorationnone;
    
}

a
:visited:hover {
    color
#FFFFFF;
    
font-weightbold;
    
text-decorationnone;
    
}

.images  {
    margin
0px 12px 0 0;
    
padding10px;
    
background-color#E6E6E6;
    
border-bottom1px solid #CBCBCB;
    
border-right1px solid #CBCBCB;
}

.images:hover  {
    margin
0px 12px 0 0;
    
padding10px;
    
background-color#D6D6D6;
    
border-bottom1px solid #D6D6D6;
    
border-right1px solid #D6D6D6;
}

.sideimages  {
    margin
0px 0px 0 0;
    
padding5px;
    
background-color#E6E6E6;
    
border-bottom1px solid #CBCBCB;
    
border-right1px solid #CBCBCB;
}

.sideimages:hover  {
    margin
0px 0px 0 0;
    
padding5px;
    
background-color#E2C1A2;
    
border-bottom1px solid #E2C1A2;
    
border-right1px solid #E2C1A2;
}

.images2  {
    margin
0px 6px 0 0;
    
padding5px;
    
background-color#E6E6E6;
    
border-bottom1px solid #CBCBCB;
    
border-right1px solid #CBCBCB;
}

.images2:hover  {
    margin
0px 6px 0 0;
    
padding5px;
    
background-color#D6D6D6;
    
border-bottom1px solid #D6D6D6;
    
border-right1px solid #D6D6D6;
}
/* End Typography & Colors */

/* Begin Structure */
body {
    margin
0 0 20px 0;
    
padding0
    
}

#page {
    
background-color:transparent;
    
margin20px auto;
    
padding0;
    
width894px;
    
}

#header {
    
background-color#73a0c5;
    
margin0 0 0 1px
    
padding0
    
height370px
    
width676px;
    
}

#headerimg {
    
margin0;
    
height370px;
    
width100%;
    
}

.narrowcolumn {
    float
left;
    
padding0px 0px;
    
margin0px 0px 0px 1px;
    
width894px;
    
}

#footer {
    
clearboth;
    
padding8px 8px 8px 8px;
    
width660px;
    
margin0px 1px;
    
height142px;
    
font-familyVerdanaArialSans-Serif,'Trebuchet MS';
    
color#FFFFFF;
    
}

/* End Structure */

/*    Begin Headers */
h1 {
    padding
-top70px;
    
margin0;
    
}

h2 {
    margin
15px 0 0;
    
}

#sidebar h2 {
    
margin5px 0 0;
    
padding0;
    
}
/* End Headers */

/* Begin Images */
p img {
    padding
0;
    
max-width100%;
    
}

img
.centered {
    display
block;
    
margin-leftauto;
    
margin-rightauto;
    
}

img
.alignright {
    padding
4px;
    
margin0 0 2px 7px;
    
displayinline;
    
}

img
.alignleft {
    padding
4px;
    
margin0 7px 2px 0;
    
displayinline;
    
}

.alignright {
    float
right;
    
}

.alignleft {
    float
left
    }
/* End Images */ 

Continued in next post…

Profile
 
 
Posted: 18 August 2009 05:49 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  2
Joined  2009-08-18
/* Begin Lists */
html>body .entry ul {
    margin
-left0px;
    
padding0 0 0 30px;
    list-
stylenone;
    
padding-left10px;
    
text-indent: -10px;
    


html
>body .entry li {
    margin
7px 0 8px 10px;
    
}

.entry ul li:before#sidebar ul ul li:before {
    
content"BB 20";
    
}

#sidebar ul, #sidebar ul ol {
    
margin0;
    
padding0;
    
}

#sidebar ul li {
    
list-style-typenone;
    list-
style-imagenone;
    
margin-bottom15px;
    
}
/* End Entry Lists */



/* Begin Form Elements */
#commentform input {
    
width170px;
    
padding2px;
    
margin5px 5px 1px 3px;
    
}

#commentform textarea {
    
width80%;
    
padding2px 2px 0 0;
    
margin5px 5px 1px 3px;
    
}
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin
0;
    
padding10px;
    
}

.commentlist li {
    margin
15px 0 3px;
    
padding5px 10px 3px;
    list-
stylenone;
    
}

#commentform p {
    
margin5px 0;
    
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{    margin-top: -2px;
    
margin-left677px;
    
padding0px 9px 8px 8px;
    
width199px;
    
text-alignjustify;
    
border-bottom-width2px;
    
border-bottom-color#769BD2;
    
border-bottom-stylesolid;
    
border-top-width2px;
    
border-top-color#769BD2;
    
border-top-stylesolid;
    
}
/* End Sidebar */


/* Begin Various Tags & Classes */
blockquote {
    margin
15px 30px 0 10px;
    
padding-left20px;
    
border-left5px solid #ddd;
    
}

blockquote cite {
    margin
5px 0 0;
    
displayblock;
    
}

.center {
    text
-aligncenter;
    
}

hr {
    display
none;
    
}

a img {
    border
none;
    
}
/* End Various Tags & Classes*/ 
Profile