* {
  margin:0;
  padding:0;
}                              

html {height:100%;}

body {
margin:0;
padding:0;
height:100%;
background: #c5719d url(../images/background-top.jpg) repeat-x;
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-size: 1.0em;
}

img  {
  border: 0;
  display: block;
  }
  
.imgleft {
  float:left;
  margin:0 8px 5px 0;
}  

@media all {
  #wrapper  {
    font-size:90%;
    min-height:100%;
width: 960px;
margin: 0 auto;
background: #fff url(../images/content-bg2.jpg) repeat-y;
    
    }
  }
@media handheld {
  #wrapper  {
    width: 90%;
    }
  }

#blog-header  {
height:200px;
padding:0;
text-align:left;
border-top: #8d1d58 15px solid;
background: #fff url(../images/header2.jpg);
  }
  
#flashcontent {
padding: 35px 0 0 723px;
}  
  
#content  {
  padding: 18px 30px 20px 15px;
  }
  
@media all {
  #main  {
    width: 660px;
    display: inline;
    float: right;
    }

  #sidebar  {
    width: 240px;
    }
  }
@media handheld {
  #main  {
    width: 100%;
    float: none;
    }

  #sidebar  {
    width: 100%;
    float: none;
    }
  }
  
#topnav {
width: 960px;
border-top: #4d4d4d 3px solid;
}

#topnav ul {
padding: 10px 5px;
margin: 0;
list-style-type: none;
background-color: #a23e72;
font: bold 90% arial, helvetica, sans-serif;
text-align:center;
}

#topnav li {
 	display: inline;
}

#topnav li a {
text-decoration: none;
background-color: #a23e72;
font-size:1.0em;
color: #e5e5e5;
padding: .2em 1em;
}

#topnav li a:hover {
color: #fffc00;
}

#clearfooter {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-top:-1px;
}  
   
#footer  {
height:auto;
color:#000;
background-color: #c5719d;
padding-top:5px;
border-bottom:  #c5719d 3px solid;
  }
  
#footer a:link {
text-decoration:none;
color: #00f;
background-color:inherit;
}

#footer a:visited {
text-decoration:none;
color: #00f;
background-color:inherit;
}

#footer a:hover {
text-decoration:none;
color: #f00;
background-color:inherit;
}

#footer a:active {
text-decoration:none;
color: #00f;
background-color:inherit;
}

#footer p {
font-size:0.7em;
text-align:center;
padding: 8px 0 3px 0;
line-height:1.2em;
}

#footer .credit {
padding: 28px 25px 3px 0;
text-align:center;
line-height:1.1em;
font-size:0.6em;
float:right;
}

#footer .credit2 {
padding: 28px 0 3px 25px;
text-align:center;
line-height:1.1em;
font-size:0.6em;
float:left;
}

a {
outline:none;
font-size:1.0em;
}

a:link {
text-decoration:none;
color: #00f;
background-color:inherit;
}

a:visited {
text-decoration:none;
color: #00f;
background-color:inherit;
}

a:hover {
text-decoration:none;
color: #f00;
background-color:inherit;
}

a:active {
text-decoration:none;
color: #00f;
background-color:inherit;
}

#main p {
  line-height: 130%;
  margin: 5px 0 5px 0;
  }

blockquote {
  padding: 0 30px;
}

#sidebar p {
  line-height: 130%;
  margin: 5px 0 5px 0;
  }
  
.post-body {
  line-height: 130%;
  }
		
.post-footer {
  font-size: 0.8em;
  padding: 0 0 20px 0;
}		 

h1 {
color:#8d1d58;
font-weight:bold;
background-color:inherit;
padding:10px 15px 10px 0; 
}

h2, h3, h4 {
color:#8d1d58;
background-color:inherit;
padding:0 15px 10px 0;
}

h1 {
font-size: 1.4em;
font-weight:bold;
}

h2 {
font-size: 1.2em;
}

h3 {
font-size: 1.0em;
}

h4 {
font-size: 0.9em;
}  

ul, ol  {
  margin: 0 0 10px 40px;
  }

li  {
  line-height: 140%;
  }
  
#sidebar h2, h3, h4 {
color:#8d1d58;
background-color:inherit;
padding:0 15px 3px 0;
}  
  
#sidebar p {
  font-size: 0.9em;
}  

#sidebar ul   {
  margin: 0 0 25px 0;
  padding-top: 3px;
  }

#sidebar ul li {
  list-style: none;
  vertical-align: top;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  }
  
.sidebar-feeds {
  padding: 0;
}  
  
#comments  {
  border: 0;
  border-top: 1px dashed #000;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 0.9em;
  }

#comments h3  {
  margin-top: 10px;
  padding: 0 0 5px 0;
  font-weight: normal;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  }  

#comments dl dt   {
  font-weight: bold;
  font-style: italic;
  margin-top: 15px;
  padding: 1px 0 0 18px;
  color: #000;
  background-color: inherit;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
  
.deleted-comment {
  font-style:italic;
  color: #000;
  }
  
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
  }

.unneeded-paging-control {
  visibility: hidden;
  }

#blogfeeds {
  }
#postfeeds {
  }
