/* CSS document*/

h1{
  display: none;
}

h2{
  font-size: 10px;
}

h3{
  font-size: 15px;
}

h4{
  font-size: 14px;
}

body{
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-size:80%;
}

img{
  border:0;
}

p, a{
  font-size: 13px;
}

ul{
  list-style:none;
  margin:0;
  padding:0;
}

div.underline{
  background-image: url("../img/left-underline-stripe.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
}

div.imgrow{
  float:left;
  margin:0px;
  padding:0px;
  width:33.3%;
}

img.leftalign{
  border:0;
  padding-bottom:10px;
  padding-right:10px;
}

img.rightalign{
  border:0;
  padding-left: 10px;
  padding-bottom: 10px;
}

li.styled{
  background-image:url("../img/star-small.jpg");
  background-repeat:no-repeat;
  background-position:0px 5px; 
  padding-left:14px;
}

span.black{
  color:#000000;
}

.red{
  color:red;
}

.imgrow-wrapper{
  height: 110px;
}

span.yellow{
  color:yellow;
}

table.cellcentre td{
  padding: 10px;
  text-align: center;  
}

#blackback{
  background-color:#000000;
}

#header{
  padding-top: 25px;
}

#page-wrapper{
  padding-top: 40px;
}

#header-left{
  background-image: url("../img/header-logo.png");
  background-repeat:no-repeat;
  display: block;
  float: left;
  height: 110px;
  width: 110px;
}

#header-right{
  background-image: url("../img/header-right.png");
  background-repeat:no-repeat;
  display: block;
  float: right;
  height: 110px;
  width: 630px;
}

#mainmenu{
  float: right;
  height: 20px;
  margin-right:0;
  margin-left:auto;
  position: relative;
  top: 15px;
}

#main{
  bottom:40px;
  float: left;
  position: relative;
  width:750px;
}

#left{
  float:left;
  position: relative;
  width:550px;
}

#page{
  background-color:#ffffff;
  margin-left:auto;
  margin-right:auto;
  position:relative;
  top:0;
  width:750px;
}

#right{
  float:left;
  padding-bottom:10px;
  padding-left:10px;
  position:relative;
  width:190px;
}

#menu{
  float:left;
  margin-left: 0px;
  padding-top: 0px;
  position:relative;
  width:190px;
}

#footer{
  clear: both;
  height:20px;
  text-align:center;
  width:750px;
}

#footer-bottom{
  clear:both;
  background:url("../img/footer.jpg") no-repeat;
  height:30px;
  margin-top:-13px;
  width:750px;
}

#copyright{
  color:#3f3f3f;
  text-align:center;
  padding-top:10px;
}

#left h2{
  color:#2E8B57;
  font-size:20px;
  letter-spacing:3px;
  padding-bottom: 2px;
}

#left h3{
  color:#000000;
  font-size:16px;
  line-height: 1em;
}

#right h2{
  color:#2E8B57;
  font-weight: bold;
  font-size:15px;
  padding-top:15px;
  text-align:center;
}

#youtube-pow{
  background-image:url("../img/youtube-pow.png");
  display:block;
  height:216px;
  width:270px;
}

#youtube-pow:hover {
  background-image:url("../img/youtube-pow.png");
  background-position:0 -216px;
  height:216px;
  width:270px;
} 

#godor{
  background-image:url("../img/flickr/godor-210310.png");
  display:block;
  height:173px;
  width:270px;
}

#godor:hover{
  background-image:url("../img/flickr/godor-210310.png");
  background-position:0 -173px;
  height:173px;
  width:270px;
}

#subscribe{
  background-image:url("../img/subscribe.png");
  display:block;
  height:166px;
  width:270px;
}

#subscribe:hover {
  background-image:url("../img/subscribe.png");
  background-position:0 -166px;
  height:166px;
  width:270px;
} 

#note{
  font-size:10px;
}

#mainmenu ul{
  float: right;
  list-style: none;
  margin:0;
  padding:0;
}

/*main menu color*/
#mainmenu li{
  color:#696969;
  float: left;
  margin: 0;
  margin-left: 0.65em;
}

/*visited link in main menu*/
#mainmenu li a:visited{
  color:#00964E;
  text-decoration: none;
}

#flickr-rea-1{
  background-image:url("../img/flickr/baja-200310.png");
  background-repeat:no-repeat;
}

#flickr-rea-1:hover{
  background-image:url("../img/flickr/baja-200310.png");
  background-position:0 -84px;
  background-repeat:no-repeat;

}

#flickr-rea-2{
  background-image:url("../img/flickr/szeged-200319.png");
  background-repeat:no-repeat;
}

#flickr-rea-2:hover{
  background-image:url("../img/flickr/szeged-200319.png");
  background-position:0 -84px;
  background-repeat:no-repeat;
}

#flickr-rea-3{
  background-image:url("../img/flickr/artworkshop-bp-190310.png");
  background-repeat:no-repeat;
}

#flickr-rea-3:hover{
  background-image:url("../img/flickr/artworkshop-bp-190310.png");
  background-position:0 -84px;
  background-repeat:no-repeat;
}

#flickr-rea-4{
  background-image:url("../img/flickr/mehkasaula-200310.png");
  background-repeat:no-repeat;
}

#flickr-rea-4:hover{
  background-image:url("../img/flickr/mehkasaula-200310.png");
  background-position:0 -84px;
  background-repeat:no-repeat;
}

#fb{
  text-align: center;
}

/* unvisited link */
a:link {
  color:#696969;
  text-decoration: none
}

/* visited link */
a:visited {
  color:#00964E;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color:#00964E;
  text-decoration: none;
}

/* selected link */
a:active {
  color:#00964E;
}

.bulletlist{
  list-style-type: square;
  padding-left: 15px;
}

.button{
  background: #2E8B57;
  border: 1px solid #006;
  color:#FFFFE0;
  cursor: pointer;
}

.checkbox{
  background: #FFFFE0;
  margin-left: 0;
  padding-left: 0;
}

.grey{
  color: #696969;
}

.help{
  cursor: help;
}

.hide{
  display:none;
}

.highlight{
  background: url("../img/highlight.png");
  background-repeat: repeat-x;
  border: solid 2px #f0f0f0;
  margin-bottom:20px;
  padding:10px;
  width:526px;
  -moz-border-radius: 2em 0.5em 2em 0.5em;
  -webkit-border-radius: 2em 0.5em 2em 0.5em;
}

.input{
  background: #FFFFE0;
  border: 1px solid #696969;
  overflow: hidden;
  width: 200px;
}

.input:hover {
  background: #FFFFFF;
  border: 1px solid #2E8B57;
}

.right{
  text-align:right;
}

.robot{
  display: none;
  visibility: hidden;
}

.smallinput{
  background: #FFFFE0;
  border: 1px solid #696969;
  width: 20px;
}

.smallinput:hover {
  background: #FFFFFF;
  border: 1px solid #2E8B57;
}

.submit-date{
  font-size:0.85em;
  margin-top:-15px;
}

.teaser{
  border-bottom: solid 2px #f0f0f0;
  margin-bottom:20px;
  padding: 10px 0;
  width:550px;
}

.teaserend{
  clear: both;
  height: 0;
}

.teaserimg{
  float: left;
  padding-right: 10px;
  width: 160px;
}

.morelink{
  background-color: #f0f0f0;
  float: right;
  padding: 0 8px 2px 8px;
  -moz-border-radius: 1em 0.5em 1em 0.5em;
  -webkit-border-radius: 1em 0.5em 1em 0.5em;
}

.free-fest{
  background-image:url("../img/free-fest-bg.gif");
  background-repeat: no-repeat;
  clear: both;
  padding:10px;
  padding-top:290px;
  width:530px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.free-fest p{
  font-size: 12.5px;
}

.free-fest p{
  color: #ffffff;
  padding: 0 50px;
}

#left .free-fest h3{
  color: #ffffff;
  padding: 0 50px;
}

.free-fest a{
  color:#cc9b01;
}

.stick{
  left:-5px;
  position:relative;
  top:-5px;
  width:80px;
}

.gallery{
  background-color:#000000;
  color:#ffffff;
  height:125px;
  padding:5px;
  width:540px;
}

.flickr{
  background-color:#ffffff;
  float:left;
  height:74px;
  margin:5px;
  padding:5px;
  width:115px;
}

.tablestyle{
  font-size:100%;
}

.textup td{
  vertical-align:top;
}

.bold{
  font-weight:bold;
}

.newsimg{
  float: left;
  padding-right: 10px;
  width: 300px;
}

label {
  display: block;
  float: left;
  margin: 2px 4px 6px 4px;
  text-align: right;
  width: 80px;
}

.button:hover {
  background: #FFFFE0;
  border: 1px solid #2E8B57;
  color:#000000;
}

.hide{
  display: none;
}
