@font-face {
    font-family: 'Gentium';
    src: url('../font/GenBasR.ttf');
}
@font-face {
    font-family: 'Source Pro';
    src: url('../font/sourcepro/WOFF/TTF/SourceSansPro-Regular.ttf.woff');
}
* {
    /*border: 1px solid black;*/

}
body {
    /*font-family: Arial, Helvetica, Verdana, sans-serif;*/
    font-family: 'Source Pro'
}
ul {
    padding: 0px;    
}

/* general layout */
#page {
    width: 980px;
    margin:auto;
    background-color:lightblue;   
    border-radius: 3px;
    /*border: 1px solid grey;*/
}
#header {
    padding: 10px;
    /*padding-bottom: 0px;*/
    border-bottom: 2px solid #FF0404;
}
#top {
    height: 30px;
}
#left {
    width: 200px;    
    float:left;
}
#content-right {
    /*border-left: 1px solid grey;*/
    width: 770px;
    float:left;
}
#content {
    width: 557px;
    min-height: 600px;
    float:left;        
    padding: 10px 5px 5px 5px;    
    font-family: 'Source Pro';
    text-align: left;
    /*border-right: 1px solid grey;*/
}
#right {
    width: 180px;    
    float: right;
    padding: 10px;
    /*padding-top: 157px;*/
    padding-top:20px;
    margin-right: 3px;
}
#right img {
    margin-bottom: 48px;
}
/* colors */
body {
    background-color: grey;
}
#page {
    background-color:white;
}

/* Menu */
.menu li {
    list-style: none;
}
.menu li a {
    color:black;
    text-decoration: none;    
}

.menu li a,
.menu li span {    
    background-color: #E7E7E7;    
    display: block;    
    margin-right: 5px;
    margin-left: 5px;
    margin-top: -5px;
    /*font-family: Arial, Helvetica, Verdana, sans-serif;*/
    /*font-family: 'Gentium';*/
    font-family: 'Source Pro';
    font-size: 20px;

}
.menu li a:hover,
.menu li span:hover {    
    background-color: #4C4C4C;
    color:white;    
}
.menu li.active a,
.menu li.active span {    
    background-color: #4C4C4C;
    color:white;
    border-bottom: 2px solid black;    
}
#top .menu li a,
#top .menu li span {    
    float: left;
    width: 100px;
    text-align: center;
    height: 30px;
    line-height: 30px;

}
#left .menu li a,
#left .menu li span {
    text-align: left;
    width: 180px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;    
}
#footer .menu li a, #footer .menu li span {
    font-size: 16px;
    background: none;
    display: inline;
}
#footer .menu li a:hover, #footer .menu li span:hover {
    color:black;    
} 
#footer .menu li a {
    text-decoration: underline;
}
#footer .menu li {
    display:inline;
}
#footer {
    padding-bottom:1px;
}
/* Content */
h1, h2, h3, h4, h5, h6, #content {    
    font-weight: normal;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
}

#content h1,
.contentheading  {
    font-size: 24px;
}
#content h2
 {
    font-size : 20px;
}
#content h3 {
    font-size : 18px;
    font-weight: bold;
}

.ev_detail {
    font-weight: bold;
}


#content {
    font-weight: 400;
    /*font-family: Liberation Sans;*/
    font-size: 16px;
    line-height: 1.2em;

}
#footer {
    line-height: 18px;
    font-size: smaller;
    text-align: center;
    border-top: 2px solid #FF0404;


}
/* Pagination */
.pagination li {
    display : inline;
    margin-right: 20px;
}

/* Right column */
#right h1 {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #E6E6E8;
    margin-left: -10px;
    padding-left: 20px;
    margin-right: -19px;

}

/* The jevent calendar */
.mod_events_latest_table small {
    display: block;
    text-align: right;
    margin-top: 2em;
    margin-bottom: -10px;
    border-top: 1px solid grey;
    font-size: 17px;
}
.mod_events_latest_table h2 a{
    text-decoration: none;
    color : #FA0301;
    font-size: 18px; 
    display: block;
    margin-bottom: -10px;
}
/* Content */
#content table {
    width: 100%;
    border-collapse: collapse;
}
#content table th {
    border-bottom: 1px solid black;

}
#content table td {    
    vertical-align: top;
    padding: 3px;
}
#content input {
    border: 1px solid grey;
    height:2em;
    padding:3px;
}
#content button {
    border: 1px solid grey;
    background-color:rgb(231, 231, 231);
    color:black;
}
#content button:hover {
    background-color: rgb(76, 76, 76);
    color:white;
}
#content li {
    margin-left:2em;
}
#content a {
    color: rgb(250, 3, 1);
    text-decoration: none;
}
#content a:hover {
    text-decoration: underline;
}
#content img {
	margin:10px;
}

/* Minor tweaks */
#left img {
    margin-top: 15px;
}
#left #muenstertal_img {
    margin-top:100px;
    margin-left: 10px;
}
#mod-search-searchword {
    border: 1px solid black;
    margin-top: -20px;
    width: 190px;
    display: block;
}
.items-leading {
    margin:0px;
}
/* RSS button */
#rss-position {
	position: relative;
	top:-4px;
	right:5px;
	float:right;
}
#rss-position img {
	height: 32px;
}
#rss-position {
	height:0px;
}


/* Changes to the JEvent Plugin */
.jev_catselect {
    display:none;
}
.chzn-container {
    width: 100px !important;
}

li.ev_td_li {
    /*font-size: 0.8rem;*/
}
a.ev_link_row {
	/*    font-size: 0.9rem; */
}

.jev_evdt_title {
  font-size: 24px !important;
}
.jev_evdt_summary {
  font-size: 20px !important;
}

.mod_events_latest_table h2 a {
  font-weight: normal;
}
.jevbootstrap ul, .jevbootstrap ol {
	margin: 10px 0 10px 0px;  
}

#jevents_body * {
    font-family : 'Source Pro' !important;
    /*font-size: 16px !important;*/
}
#jevents_body p {
    font-size: 16px !important;
}
#jevents_body td {
    font-size: 16px;
}
/* Blog layouts */
.blog-featured .clearfix,
.blog .clearfix,
.blog  div {
    border-bottom: 1px solid grey;
    border-length: 80%;
}

