/*
Theme Name: MHFM Theme
Theme URI: http://www.vaticancatholic.com
Description:
Author: MHFM
Author URI: http://www.vaticancatholic.com
Template: mhfm-theme
Version: 1.0
*/
@import "css/reset.css";
@import "css/home.css";
@import "css/header.css";
@import "css/navigation-menu.css";
@import "css/top-page.css";
@import "css/footer.css";
@import "css/content.css";
@import "css/sidebar.css";
@import "css/category.css";
@import "css/widget.css";
@import "css/e-exchanges.css";
@import "css/youtube.css";
@import "css/content-entry.css";
@import "css/print.css";
@import "slider/slider.css";
@import "css/recent-comments.css";
@import "css/news.css";
@import "css/disqus.css";

/* General elements rules */
html
{
font-family: Verdana, serif;
background-color: black;
font-size: 16px;
margin-top: 10px;
}
body
{
background-color: black;
max-width: 1200px;
margin: 0px auto;
background-color: #B7AB6A;
}
#wrapper
{
max-width: 1200px;
margin: 0px auto;
background-color: #B7AB6A;
}
@media screen and (max-width: 1100px)
{
    html
    {
    margin-top: 0px !important;
    }
}
@media screen and (max-width: 900px)
{
    body
    {
    width: 100%;
    }
}
div
{
box-sizing: border-box;
}
a
{
outline: none;
}
p, ol
{
font-weight: normal;
line-height: 22px;
}
ul, li, ol
{
margin-bottom: 15px;
}
p
{
margin-bottom: 15px;
}
list-style-type: disc;
}
#navigation-menu ul, .widget-page ul
{
  list-style-type: none;
}
h1, h1 a
{
font-size: 30px;
font-weight: bold;
text-align: left;
text-decoration: none;
color: black;
line-height: 1.3;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h2
{
font-size: 20px;
font-weight: bold;
line-height: 1.3;
text-align: left;
padding-bottom: 15px;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h2 a
{
font-family: 'Georgia',"Times New Roman",Times,serif;
}
h3
{
font-weight: bold;
font-size: 18px;
padding-bottom: 15px;
font-family: 'Georgia',"Times New Roman",Times,serif;
}
figure
{
text-align: center;
}
figcaption
{
margin-top: 10px;
font-size: 14px;
font-style: italic;
text-align: center;
margin-right: 50px;
margin-left: 50px;
text-align: center;
line-height: 1.3;
}
blockquote
{
font-style: normal;
margin-left: 5%;
margin-right: 5%;
line-height: 22px;
margin-top: 10px;
margin-bottom: 10px;
}
th
{
font-weight: bold;
}
ol
{
list-style-type: decimal;
margin-left: 40px;
}
b
{
font-weight: bold;
}
i
{
font-style: italic;
}
hr
{
width: 30%;
margin-top: 20px;
margin-bottom: 20px;
}
/*table
{
margin: auto;
border: 1px solid black;
}
td
{
border: 1px solid black;
padding: 10px;
}*/
strong
{
font-weight: bold;
}
u
{
text-decoration: underline;
}
em
{
font-style: italic;
}
