/* $Id: common.css,v 1.11 2006/08/30 07:37:14 drumm Exp $ */

/*
** HTML elements
*/
a, a:link, a:active {
  font-weight: bold;
  text-decoration: none;
  
}
a:hover {
  text-decoration: underline;
}
body {
  margin: 0;
  padding-top: 0em;
  padding-bottom: 3em;
  /*padding-left: 1em;*/ 
  font-size: 16px;   /*.9em */
  line-height: 1.3em;
}
blockquote {
  font-style: italic;
}
table {
  margin: 0;
  border-collapse: collapse;
  
}
code, pre {
 font-size: 1em;
}
pre {
 font-size: 0.8em;
 padding: 1em;
 background: #eee;
}
li {
 padding-bottom: .3em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: .25em;
}
h1 {
  font-size: 1.8em;
  color: #9b181c;
  margin-bottom: 0.7em;
  line-height: 140%;
 
}
h2 {
  font-size: 1.5em;
  text-decoration: underline; 
  color:#c00000; 
  line-height: 2em;
}


h3 {
  font-size: 1.6em;
  color: gray;
  line-height: 1.3em;
}
h4 {
  font-size: 0.7em;
}
h5{
  font-size: 0.5em;
}
h6{
  font-size: 0.3em;
}


p {
  margin: 0 0 0.7em 0;
}
br {
  line-height: 0.6em;
}

/*
** Page layout blocks / IDs
*/
#header {
  margin-bottom: 0em;
}
#help {
  font-size: 0.8em;
}
#content {
  clear: both;
}
#sidebar-left, #sidebar-right {
  vertical-align: top;
  
  
}




#main {
  vertical-align: top;
  padding-top: 2em;
  padding-left:2em; 
  /*padding-right: 0em;*/
  padding-right: 2em;  
}
#footer {
 font-size: 0.8em;
 padding-top: 2em;
 text-align: center;
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/
.title {
  margin: 0 0 .9em 0;
}
.content {
  margin: 0 0em 0 0;    /*2.5em*/
}
ul.links.inline {
  font-size: 0.9em;
  line-height: 1.25em;
}
.block {
  width: auto;
  max-width: 300px;
  padding-left: 1em;
  
}
.messages {
  padding: 3em;
  margin: 2em 2em 2em 2em;
}
.status {
  border: 3px dashed #3a3;
  color: #3a3;
  font-weight: bold;
}
.error, form-item input.error {
  border: 1px solid red;
  color: red;
}

/*
** Common navigation links added on the admin/build/themes/settings page
*/
.navlinks {
  padding: 0em 0.5em 1.5em 0em;
  clear: both;

}
.primary a {
  font-size: 1.0em;
  padding: 0em 0.5em 0em 0em;
  
}
.secondary a {
  font-size: 0.8em;
  padding: 0em 0.5em 0em 0em;
  
}

/*
** Logo Image Positioning
*/
#header img {
  float: left;
  padding: 0em 0em 0em 0em;
}
#header {
  clear: both;
}
/*
** Module specific styles
*/
.form-item textarea {
  font-size: 1em;
}
#aggregator .feed-source {
  border: 1px solid gray;
  padding: 1em;
}


.imagemobile {
 
 max-width: 99%;     /*width: auto; */
 height: auto;
 
}



#content .hidemobile {   
   display: block;   
} 


 #content .hidedesk {   
   display: none;   
} 



.hidedesk {   
   display: none;   
} 

.hidemobile {   
   display: block;   
} 


.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}



.video-responsive object {
    left:0;
    top:0;
    height:100%;
    width:100%;
    max-width: 700px;
    max-height: auto;
    position:absolute;
}



.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    max-width: 700px;
    max-height: auto;
    position:absolute;
}


@media screen and (max-width: 768px) {




.hidemobile {   
   display: none;   
} 


.hidedesk {   
   display: block;   
} 


#content .hidemobile {   
   display: none;   
} 


#content .hidedesk {
   display: block;
}


#sidebar-left .hidemobile {   
   display: none;   
} 


#sidebar-right .hidemobile {   
   display: none;   
} 


#header .hidemobile {   
   display: none;   
} 

#main {
  vertical-align: top;
  padding-top: 0.5em;
  padding-left: 1em;
  padding-right: 1em;

    
}

.content {
  margin: 0 0.5em 0 0;    /*2.5em*/
}


}

@media screen and (max-width: 1200px) and (min-width: 601px)  {

#main {
  min-width: 400px;  
} 

}

