
body{ 
width: 1024px ;
font-family:'Lucida Grande', Verdana, Arial, Sans-Serif;
font-size:12px;
line-height:17px;
color:#dfd5ce;
background-color:#dfd5ce;
background-image:url(http://www.amandaleescott.com/images/bodybg2.png) ; background-repeat:no-repeat; padding-top: 10px; }

a:link, a:visited {
text-decoration:none;
}

form {
display:inline;
margin:0;
padding:0;
}

blockquote {
font-style:italic;
}

a img {
border:0;
}

#wrapper {
margin:0 auto 0 auto;
padding:40px 0 40px 0;
width: 700px;
}

#header {
position:relative;

}

    #header h1 {
    padding:10px 0 0 10px;
    margin:0;

    text-align:left;
    color:#3c292b;font-family: Georgia, Times New Roman, serif;
    
    font-weight:normal; line-height:40px;
    font-size:60px;
    }
    
    #header h2 {
    padding:0 0 4px 8%;
    margin:0;
    text-align:left;
    color:#896f5d;
    font-weight:lighter;
    line-height:24px;
    font-size:24px;
    }

#navigation {
margin:5px 0 0 0;
background-color:#b3cbff;
}

    #navigation ul {
    margin:0;
    padding:0;
    display:block;
    position:relative;
    margin:0 0 0 5%;
    list-style:none;
    }
    
        #navigation ul li {
        display:inline;
        font-family: Georgia, Times New Roman, serif}
        
            #navigation ul li a:link, #navigation ul li a:visited {
            font-size:18px;
            line-height:30px;
            
            display:inline;
            font-weight:normal ;
            padding:5px 0 5px 0;
            margin:0 10px 0 0;
            color:#3c292b;
            }
            
            #navigation ul li a:hover {
            text-decoration:none;
            color:#896f5d;
            }

#childnavigation {
margin:5px 0 0 0;
background-color:#2288CC;
}

    #childnavigation ul {
    margin:0;
    padding:0;
    display:block;
    position:relative;
    margin:0 0 0 5%;
    list-style:none;
    }
    
        #childnavigation ul li {
        display:inline;
        }
        
            #childnavigation ul li a:link, #childnavigation ul li a:visited {
            font-size:10px;
            line-height:30px;
            text-transform:uppercase;
            display:inline;
            font-weight:bold;
            padding:5px 0 5px 0;
            margin:0 10px 0 0;
            color:#3c292b;
            }
            
            #childnavigation ul li a:hover {
            text-decoration:underline;
	   color:#896f5d;
            }

#maincontent {
background-color:#cabbaf;
margin:5px 0 0 0;
padding: 5px 0 0 0; 
}

    .post {
    width:90%;
    margin:0 auto 0 auto;

    padding: 30px 0 0 0;}
    
        .posttitle {
        font-family: Georgia, Times New Roman, serif; margin:0;
        font-size:20px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        }
        
            .posttitle a:link, .posttitle a:visited {
            color:#3c292b;
            }
            
            .posttitle a:hover {
            color:#896f5d;
            }
        
        .postinfo {
        margin:0;
        color:#480000;
        display:block;
        border-top:1px solid #b3cbff;
        line-height:15px;
        text-transform:uppercase;
        font-size:9px;
        }
        
            .postinfo a:link, .postinfo a:visited {
            color:#896f5d;
            }
            
            .postinfo a:hover {
            color:#3c292b;
            }
        
        .postcontent {
        padding:0 0 30px 0;
        color:#480000;
        }
        
        .postcontent p {
        margin:10px 0 0 0;
        }
        
        .postcontent p + p {
        margin:0;
        text-indent:11px;
        }
        
        .postcontent a:link, .postcontent a:visited {
        color:#896f5d;
        }
        
        .postcontent a:hover {
        text-decoration:underline;
        color:#3c292b;
        }

        .postcontent img {
        float:right;
        padding:0 0 10px 10px;
        }
        
        .postcontent h1 {
        margin:15px 0 0 0;
        font-size:16px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#c12e5d;
        border-bottom:1px solid #b3cbff;
        }
        
        .postcontent h2 {
        margin:15px 0 0 0;
        font-size:14px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#c12e5d;
        border-bottom:1px solid #b3cbff;
        }
        
        .postcontent h3 {
        margin:15px 0 0 0;
        font-size:12px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#c12e5d;
        border-bottom:1px solid #b3cbff;
        }
        
        .postcontent .pagenav {
        text-align:center;
        }

#comments {
margin:5px 0 0 0;
padding:20px 0 0 0;
background-color:#cabbaf;
}
    
        #comments a:link, #comments a:visited {
        color:#c12e5d;
        }
        
        #comments a:hover {
	text-decoration:underline;
	color:#ff75a1;
        }
    
    #comment, #author, #url, #email {
    width:100%;
    }

    #comments h3 {
    margin:0;
    font-size:15px;
    line-height:20px;
    font-weight:bold;
    letter-spacing:2px;
    border-bottom:1px solid #ffffff;
    }

    .comment {
    width:90%;
    margin:0 auto 0 auto;
    color:#480000;
    font-size:11px;
    }
    
        #comments .commentinfo {
        margin:20px 0 0 0;
        color:#480000;
        display:block;
        border-bottom:1px solid #ffffff;
        line-height:15px;
        text-transform:uppercase;
        font-size:9px;
        }
        
            #comments .commentinfo a:link, #comments .commentinfo a:visited {
            color:#c12e5d;
            }
            
	#comments .commentinfo a:hover {
	color:#ff75a1;
	text-decoration:none;
	}

#bottombar {
margin:5px 0 0 0;
background-color:#cabbaf;
}

    #bottombar .column1 {
    position:inline;
    float:left;
    width:42%;
    padding:20px 0 0 5%;
    }
    
    #bottombar .column2 {
    position:inline;
    float:right;
    width:42%;
    padding:20px 5% 0 0;
    }

    #bottombar .spacer {
    line-height:5px;
    clear:both;
    }
    
    #bottombar ul {
    margin:0;
    padding:0;
    list-style:none;
    }
    
        #bottombar ul li {
        margin:0;
        padding:0;
        }
        
            #bottombar ul li h2 {
            margin:0;
            text-align:center;
            display:block;
            color:#480000;
            font-weight:bold;
            line-height:20px;
            font-size:11px;
            text-transform:uppercase;
            border-bottom:2px solid #ffffff;
            }
            
            #bottombar ul li {
            margin:0 0 20px 0;
            }
            
                #bottombar ul li ul li, #bottombar ul li div {
                color:#480000;
                text-transform:uppercase;
                font-size:10px;
                line-height:20px;
                display:block;
                border-bottom:1px dotted #ffffff;
                text-align:center;
	       margin:0;
                }
                
        #bottombar a:link, #bottombar a:visited {
        color:#c12e5d;
        }

        #bottombar a:hover {
	text-decoration:underline;
	color:#ff75a1;
        }

#wp-calendar {
	width:80%;
	text-align:center;
	border-collapse: collapse;
	color:#480000;
	margin:0 auto 0 auto;
}

#wp-calendar caption, #wp-calendar th {
	color:#480000;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	font-weight:bold;
	color:#480000;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color:#c12e5d;
	font-weight:bold;
}

#wp-calendar a:hover {
	color:#ff75a1;
	text-decoration:underline;
}


#footer {
margin:5px 0 0 0;

}

    #footer p {
    text-align:left;
    font-size:10px;
    margin:0;
    line-height:30px;
    
    color: #c12e5d;
    font-family: Myriad Pro, Helvetica, Century Gothic ;}
    
    #footer a:link, #footer a:visited {
    color:#ff75a1;
    }
    
    #footer a:hover {
    text-decoration:underline;
    color:#FFDE96;
    }