/* search */

.thisPage {
font-weight: bold;
}

.pageNav {
cursor: default;
}

.pageNav a {
text-decoration: none;
}

.pageNav a:hover {
text-decoration: underline;
}

/* login */

#login {
clear: both;
}

#login p {
display: block;
background-color: #e7ebef;
padding: 12px 44px;
margin: 20px 0px 0px;
}

#login p a {
text-decoration: none;
}

#login p a:hover {
text-decoration: underline;
}

/* image */

#main img {
max-width: 430px !important;
width: expression(this.width > 430 ? 430 : true);
height: auto;
}

#right img {
max-width: 200px;
width: expression(this.width > 200 ? 200 : true);
height: auto;
}

/* news */

.news p {
border-bottom: 1px solid #5E95B8;
margin: 0px 0px 10px;
padding: 0px 0px 10px;
}

.news span {
display: block;
margin: 0px;
}

.news .title {
font-size: 12px;
margin: 0px 0px 5px;
color: #fff;
}

#right .news .date {
font-size: 10px;
color: #7AA5C5;
}

.news a {
font-weight: normal;
text-decoration: none;
}

.news a:hover .title {
text-decoration: underline;
}

/* testimonials */

.testimonial {
padding: 20px 0px;
}

.testimonial .quote {
font-size: 11px;
}

.testimonial .author {
font-size: 10px;
margin: 0px;
}

.testimonial .desc {
font-size: 11px;
margin: 0px;
}

#right .testimonial .quote {
color: #fff;
}

#right .testimonial .author {
color: #C5D6E5;
}

#right .testimonial .desc {
color: #7AA5C5;
}

/* footer */

#footer p {
color: #fff;
line-height: 20px;
padding: 0px 50px;
font-size: 11px;
}

/* breadcrumb */

#breadcrumb ul {
list-style-type: none;
padding: 0px;
margin: 0px;
padding: 0px;
}

#breadcrumb li {
font-size: 11px;
float: left;
margin: 0px 10px 12px 0px;
color: #aaa;
cursor: default;
}

#breadcrumb a {
font-weight: normal;
text-decoration: none;
color: #aaa;
}

#breadcrumb a:hover {
color: #008fb8;
text-decoration: underline;
}

/* wordpress */

#left div.blog_control {
text-align: right;
margin: 0px 25px 10px;
}

#left select {
width: 120px;
border: 1px solid #b09873;
background-color: #e3d3bc;
color: #7e5d27;
}

#left #s {
width: 110px;
padding: 2px 4px;
border: 1px solid #b09873;
background-color: #e3d3bc;
color: #7e5d27;
}

#left select:focus,
#left #s:focus {
outline: none;
background-color: #eadecd;
}

#commentform input,
#commentform textarea {
border: 1px solid #ddd;
padding: 2px 4px;
}

ol.commentlist {
padding: 0px 0px 0px 20px;
}

ol.commentlist li {
margin: 0px 0px 12px 0px;
border-bottom: 1px dashed #ddd;
}
