/* search */

.search {
position: relative;
padding: 3px 3px 3px 6px;
background-color: #fff;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
}

.search #s {
float: left;
width: 180px;
height: 25px;
line-height: 25px;
font-size: 12px;
padding: 0px 12px;
color: #2e6dab;
border: none;
}

.search #s.clearinput-default {
color: #9ac6e2; 
}

.search #go {
float: right;
margin: 0px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: none;
background-image: url(../images/search_go.gif);
background-repeat: repeat-x;
background-color: #3d82b8;
background-position: top;
padding: 5px 10px;
color: #fff;
}

/* sidebar */

#sidebar h3, #sidebar p {
margin: 7px 0px;
}

#sidebar p, #sidebar li {
font-size: 12px;
}

/* breadcrumb */

#breadcrumb {
position: absolute;
left: 40px;
top: 15px;
}

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

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

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

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

/* fontsizer */

#tools {
position: absolute;
top: 10px;
right: 0px;
cursor: default;
}

#tools a {
padding: 0px 2px;
color: #555;
}

#tools a.decrease {
font-size: 15px;
color: #555;
}

#tools a.increase {
font-size: 18px;
}

#tools a:hover {
color: #f9660b;
text-decoration: none;
}

/* search */

.thisPage {
font-weight: bold;
}

.pageNav {
cursor: default;
}

.pageNav a {
text-decoration: none;
}

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

/* login */

#login {
position: relative;
height: 36px;
background-color: #a6a29c;
background-color: rgba(80,75,65,0.4);
margin: 12px 0px;
}

#login p {
font-size: 12px;
padding: 0px 20px;
line-height: 36px;
margin: 0px;
color: #fff;
}

#login p strong {
color: #fff;	
}

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

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

/*/////////////////
/// login_form ///
///////////////*/

#main .login_form {
width: 330px;
margin: 0px auto;
}

/* image */

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

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

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

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

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

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

/* */

.title {
color: #504b41;	
}

.read_more {
color: #eba81c;
font-weight: bold;
font-size: 12px;
}

.date {
color: #777;	
}


.module {
}

.module span {
display: block;
}

.module a {
display: block;
margin: 0px 0px 12px;
color: #555;
font-size: 14px;
}

.module .title {
font-size: 16px;
}

.module .date,
.module .description,
.module .read_more {
font-size: 12px;
}

.module a:hover {
text-decoration: none;
}

.module a:hover .title { color: #000; }
.module a:hover .description { color: #2d2d2d; }
.module a:hover .date { color: #4b4b4b; }
.module a:hover .read_more { color: #df810c; }

/* */

.gallery .image {
float: left;
margin: 0px 10px 10px 0px;
}

.gallery .image a {
margin: 0px;
}

.article.inactive,
.image.inactive,
.event.inactive {
opacity: 0.4;
filter: alpha(opacity = 40);
zoom: 1;
}

/* Search */

#search_form {
width: 330px;
margin: 0px auto;
}

#search_form .input_text {
width: 320px;
padding: 4px 8px;
font-size: 12px;
color: #978668;
border: 1px solid #e1d6bd;
}

#search_submit {
width: auto;
padding: 4px 8px;
font-size: 12px;
color: #fff;
border: 1px solid #978668;
background-color: #978668;	
}

#search_submit:active {
border: 1px solid #00457c;
background-color: #00457c;	
}

/* #galleries */

#galleries .gallery {
float: left;
width: 200px;
margin: 0px 20px 20px 0px;
}

#galleries .gallery.no_margin {
margin-right: 0px;  
}

#galleries a {
color: #06517D;
margin: 0px;
}

#galleries span {
display: inline-block;  
}

#galleries .galleries_image { 
position: relative;
width: 170px;
height: 100px;
overflow: hidden;   
}

#galleries img {
width: 170px;
height: auto; 
}

#galleries .galleries_text {
padding: 5px 0px 0px;
font-size: 14px;
}


/* google_map */
#google_map {
position: relative;
width: 460px;
height: 300px;
}