/*
Owner: Members Church of God International (MCGI)
URL: www.mcgi.org
Date: Feb 12, 2009

Colors:
dark-brown1: #544c4c;
dark-brown2: #7a7269;
light-blue: #778895;
light-brown: #988a62;
black: #393939;
light-gray: #9f9f9f;
medium-gray: #7b7b7b;
dark-gray: #686868;
*/

/* GENERAL */
* { outline: none; }
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Times New Roman", Times, Libertine, Georgia, serif;
    color: #232222;
    font-size: 1.04em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Times New Roman", Times, Libertine, Georgia, serif;
    margin: 10px 0;
    font-weight: normal;
}

ul, li, img, body, html {
    margin: 0;
    padding: 0;
}

a img, img {
    border: none;
}

a {
    text-decoration: none;
    color: #695E3B;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a.readmore {
    text-decoration: underline;
    white-space: nowrap;
}

a.readmore:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
    margin-top: 4px;
}

.fr {
    float: right;
    margin-top: 4px;
}

/* WRAPPER */
#wrapper {
    width: 950px;
    text-align: left;
    margin: 0 auto;
}

/* HEADER */

#header {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    position: relative;
}

#header #logo {
    height: 70px;
    background: url('/mcgi/img/mcgi_logo.gif') no-repeat left; /* alternative: mcgi_logo_2.gif and mcgi_logo_3.gif */
    text-align: left;
    font-size: 3em;
    margin-top: 17px;
}

#header #logo span {
    visibility: hidden;
    display: none;
}

#header #logo img {
    width: 260px;
    height: 70px;
}

#header #logo a, #header #logo a:hover {
    text-decoration: none;
}

#header #tool {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #666666;
}

#header #tool form {
    display:inline;
}

#header #tool select {
    color: #666666;
}

#header #tool .field {
    width: 160px;
    padding-left: 5px;
    padding-right: 5px;
    color: #666666;
    border: 1px solid #9f9f9f;
}

#header #tool .button {
    background: #ffffff;
    color: #666666;
    border: thin outset #9f9f9f;
}

/* MENU */
#menu {
    z-index: 1000000;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ADADAD;
}

#menu #nav {
    text-align: center;
    height: 20px;
}

#menu #nav li {
    text-transform: uppercase;
    display: inline;
    padding: 0 5px;
    position: relative;
}

#menu #nav a {
    color: #232222;
    font-size: 1.25em;
    font-family: Georgia,"Times New Roman", Times,Libertine,serif;
    padding: 0 10px;
}

#menu #nav a:hover {
    text-decoration: none;
    color: #736542;
}

/* FEATURED */

#header #tool #choose_language {
    font-family: Arial, Verdana, Helvetica, "Liberation Sans", "deJaVu Sans", "Bittream Vera Sans", sans-serif;
    font-size: smaller;
}

#header #featured {
    width: 100%;
    margin: 10px auto 10px auto;
    text-align: center;
    min-height: 100px;
}

#header #featured a, #header #featured a:hover, #header #featured a:visited {
    text-decoration: none;
}

/* CONTENT */

#content {
    border-top: 1px solid #ADADAD;
    width: 930px;
    margin: 0px auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}

#content .left {
    padding-right: 20px;
    padding-bottom: 40px;
}

#content .right {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #F4F3F1;
    border-left: 1px solid #E0E0E0;
    max-width: 264px;
}

#content .left, #content .right {
    padding-top: 16px;
}

#content ul, #content ol {
}

#content li {
    display: list-item;
    list-style-position: inside;
}

.articleContent p a {
    text-decoration: underline;
}
.articleContent p a:hover {
    text-decoration: none;
}

/*#content .pubdate {
	font-style: italic;
	color: #9f9f9f;
	font-size: 10px;
	line-height: 0;
}*/

/* FOOTER */

#footer {
    clear: both;
    margin: 0 auto;
    border-top: 3px double #ADADAD;
    font-size: 0.8em;
    padding: 5px 27px;
    color: #262626;
    margin-bottom: 105px;
}

#footer a {
    text-decoration: underline;
}

#footer a.copyright_link {
    text-decoration: none;
    color: #262626;
}

#footer .footer_links a {
    color: #736542;
}

#footer .footer_links > span > span:first-child > span.footerSeparator {
    display: none;
}

/* sidebar navigation */

/*
.right .navActive a {
	color: #778895;
	text-decoration: underline;
}

.right .level1 {
	padding: 10px 0;
}

.right .level2 {
	padding: 7px 0;
        padding-left: 8px;
}

.right .level3 {
	padding: 2px 0;
        padding-left: 8px;
}

.right .level4 {
	padding-left: 16px;
}

.right .level5 {
	padding-left: 24px;
}

.right .level6 {
	padding-left: 32px;
}

.right .level7 {
	padding-left: 40px;
}
*/

.right {
    padding-bottom: 20px;
}
.right .navActive a {
    text-decoration: underline;
}
.right .level1 {
    padding: 10px 0;
    padding-left: 4px;
}
.right .level2 {
    padding: 2px 0;
    padding-left: 12px;
}
.right .level3 {
    padding: 0;
    padding-left: 40px;
}

/*
.right .level1 a {
	text-transform: uppercase;
	font-weight: bold;
	color: #778895;
	font-size: 11px;
}

.right .level2 a {
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .1em;
}

.right .level3 a {
	font-size: 10px;
	letter-spacing: .1em;
}

.right .level4 a, .right .level5 a, .right .level6 a, .right .level7 a {
	font-size: 9px;
}
*/

.right .level1 a {
    text-transform: uppercase;
    font-weight: bold;
    color: #686868;
    font-size: 1.2em;
    font-family: "Times New Roman", Times, georgia, Libertine, serif;
}
.right .level2 a {
    font-weight: bold;
    font-size: 0.95em;
}
.right .level2:before {
    content: '\02666\00A0';
    font-size: x-small;
    height: 100%;
    vertical-align: middle;
}

.right h2 {
    color: #686868;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    font-weight: bold;
}

div.list {
    clear: both;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px dotted #EEEEEE;
}

.imgL {
    padding-right: 8px;
    float: left;
    clear: both;
}

.imgR {
    padding-left: 8px;
    float: right;
    clear: both;
}


.feedbackPanelERROR {
    color: red;
}