/*CSS Document*/

body{
background-color: #d8d5d6;
font-family: Arial, Helvetica, 'sans-serif';
}


img{
border: 0;
}

a {
text-decoration: underline;
}



h2 {
color: #ff0066;
}


h3 {
color: #ff6699;
}



.container {
background-color: #fff;
border-right: 1px solid #ff0066;
}


#contents{
font-size: 11px;
padding: 5px 20px;
}


#contents img{
float: left;
padding-right: 5px;
padding-bottom: 5px;
}


.entry{
overflow: hidden;
}

.entry-more-link, .entry-more{
clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
clear: both;
margin: 5px 10px 20px 0px;
color: #0099ff;
}







#contents p.posted {
color: #999999;
font-size: x-small;
border-top: 1px solid #999999;
text-align: left;
clear: left;
margin-bottom: 25px;
line-height: normal;
padding: 3px;
}


#contents ul {
padding-left: 0px;
margin: 0px;
}

#contents li {
text-align: left;
line-height: 120%;
list-style-type: none;
}









.footer {
width: 800px;
height: 28px;
overflow: hidden;
background-image: url(images/footer_graphic.jpg);
background-repeat: no-repeat;
padding: 5px;
}

.footerText{
color: #fff;
font-size: 10px;
margin-left: 600px;
}

.footerText a:link, .footerText a:active, .footerText a:visited{
color: #fff;
}

.footerText a:hover{
color: #000;
}


.wrap{
clear: left;
}


/*SIDE BAR*/

.sidebar{
background-color: #fff;
border-left: 1px solid #ff0066;
}



.sidebar h2 {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
border-bottom: 1px solid #ff0066;
text-align: left;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
letter-spacing: .3em;
margin-left: 5px;
}

.sidebar ul {
padding-left: 0px;
margin: 0px;
margin-bottom: 30px;
}

.sidebar li {
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
}

.sidebar ul li {
color: #666666;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-align: left;
margin-left: 10px;
line-height: 150%;
list-style-type: none;
}

.sidebar img {
border: 3px solid #FFFFFF;
}



.link-note {
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
line-height: 100%;
text-align: left;
padding: 0px;
margin-bottom: 1px;
margin-left: 5px;
}



#comment-data {
float: left;
width: 180px;
padding-right: 15px;
margin-right: 15px;
text-align: left;
border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
width: 80%;
}








