/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Jacob Graf
   ========================================================================== */

#main_content ul, ol {
  padding: 5px 10px;
}

#main_content li {
  padding: 5px 0;
}

.round {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
}

.left {
float: left;
margin: 0 15px 10px 0;
}

.right {
float: right;
margin: 0 0 10px 15px;
}

a, a:hover, a:visited {
  color: #334077;
}

body {
font-family: 'Ubuntu', arial, serif;
}

body.main {
  background-color: #ffdb53;
  background-image: url(/storage/img/bg.jpg);
  background-position: top center;
  background-repeat: repeat-x;
}

#container {
background-image: url(/storage/img/site_drop_shadow.png);
background-repeat: repeat-y;
background-position: top center;
padding: 0 20px;
width: 960px;
margin: auto;
}

#header_rounded_top {
margin: 20px auto 0 auto;
height: 31px;
width: 960px;
background-image: url(/storage/img/rounded_top.png);
background-position: bottom center;
background-repeat: no-repeat;
padding: 0 20px;
}

#header {
position: relative;
background-color: white;
}

#header img.logo {
margin: 10px 0 20px 20px;
}

#header_quick_links {
border-left: 1px solid #522575;
padding-left: 15px;
position: absolute;
top: 35px;
left: 290px;
}

#header_quick_links ul {
list-style: none;
margin: 0 0 0 25px;
}

#header_quick_links ul li {
position: relative;
margin: 0 0 3px 0;
padding: 0;
}

#header_quick_links ul li a {
text-decoration: none;
color: #522575;
}

#header_quick_links ul li img {
position: absolute;
top: 2px;
left: -20px;
}

#header .social_media_icons {
position: absolute;
top: 20px;
right: 20px;
}

.social_media_icons img {
margin: 0 0 -.5em 5px;
}

#header .search_bar {
position: absolute;
top: 50px;
right: 15px;
}

.search_bar input {
width: 200px;
background-image: url(/storage/img/icons/search.png);
background-position: right center;
background-repeat: no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
outline: none;
font-size: 11px;
padding: 3px 5px;
font-family: 'Ubuntu', arial, serif;
}

#main_menu {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
margin: 0;
padding: 0;
list-style: none;
}

#main_menu ul {
  display: none;
  margin: 0 0 0 2em;
  padding: 0;
}

#main_menu li:hover ul {
display: block;
position: absolute;
top: 42px;
left: -2em;
width: 200px;
list-style: none;
z-index: 10;
}

#main_menu li ul > li {
background-color: #522575;
}

#main_menu li {
position: relative;
z-index: 20;
float: left;
}

#main_menu li a {
float: left;
padding: 1em 2em;
text-decoration: none;
color: #fff;
font-weight: bold;
background-image: url(/storage/img/menu_divider.png);
background-position: right center;
background-repeat: no-repeat;
}

#main_menu li ul li a {
font-weight: normal;
font-size: 12px;
display: block;
width: 160px;
background-image: none;
margin: 0;
padding: 10px 20px;
}

#main_menu li a:hover {
background-color: #885dac;
background-image: none;
}

#main_menu li a.active {
background-color: #522575;
background-image: none;
}

#main_menu li ul li.last > a, #main_menu li ul > li.last {
border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-webkit-border-radius: 0 0 15px 15px;
}

#alerts p {
background-color: #d2e3e9;
padding: .75em 1em;
color: #376375;
}

#alerts p.high {
color: #9e0109;
background-color: #FFBABA;
}

#alerts p.medium {
color: #9F6000;
background-color: #FEEFB3;
}

#alerts p.low {
color: #4F8A10;
background-color: #DFF2BF;
}

#alerts p.neutral {
color: #6a909f;
}

#featured {
position: relative;
background-color: #ffffff;
padding: 10px 0;
z-index: 0;
}

img.billboard {
border-radius: 0 20px 20px 0;
-webkit-border-radius: 0 20px 20px 0;
-moz-border-radius: 0 20px 20px 0;
}

#ministry_events {
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
position: absolute;
top: 10px;
right: 0;
width: 305px;
height: 300px;
-webkit-border-radius: 20px 0 0 20px;
-moz-border-radius: 20px 0 0 20px;
border-radius: 20px 0 0 20px;
}

#ministry_events h1 {
margin: 20px 35px 10px 35px;
font-size: 24px;
color: #fff;
}

#ministry_events a {
text-decoration: none;
color: #fff;
}

#ministry_events ul {
list-style-type: none;
margin: 0 35px;
padding: 0;
width: 235px;
}

#ministry_events ul li {
background-image: url(/storage/img/icons/calendar.png);
background-position: 2px left;
background-repeat: no-repeat;
position: relative;
padding-left: 27px;
margin-bottom: 10px;
float: left;
}

span.calendar_date {
font-size: 9px;
position: absolute;
top: 3px;
left: 3px;
}

a#ministry_events_more {
position: absolute;
bottom: 10px;
right: 15px;
text-decoration: underline;
font-weight: bold;
}

#service_times {
padding: .75em 1em;
color: #f6f6f6;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
}

#service_times a {
color: #f6f6f6;
}

#content_container {
padding: 20px 0;
background-color: #fff;
}


#sidebar_container {
  float: left;
  width: 320px;
  padding: 0;
  margin: 0;
}

#sidebar {
padding: 0 20px;
}

#sidebar form.newsletter {
clear: both;
display: block;
margin-top: 20px;
}

form.newsletter input {
width: 240px;
background-image: url(/storage/img/icons/email.png);
background-position: right center;
background-repeat: no-repeat;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
outline: none;
font-size: 11px;
padding: 5px 8px;
font-family: 'Ubuntu', arial, serif;
}

#sidebar h1 {
font-size: 16px;;
color: #fff;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
padding: .55em 1.5em;
margin: 20px 0 20px -20px;
border-radius: 0 10px 10px 0;
-webkit-border-radius: 0 10px 10px 0;
-moz-border-radius: 0 10px 10px 0;
}

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

ul#media li {
  float: left;
  margin-right: 3px;
  text-align: center;
  width: 50px;
}

ul#media li a {
  text-decoration: none;
  font-size: 11px;
}

ul#media li img {
  width: 45px;
  height: 45px;
}

#main_content_container {
float: left;
width: 640px;
}

#main_content {
padding: 0 20px;
}

#main_content h1 {
font-size: 24px;
margin: 0 0 10px -25px;
padding: .25em 1em;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
color: #fff;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#main_content h2 {
font-size: 14px;
padding-bottom: .1em;
margin-bottom: .5em;
border-bottom: 2px solid #ddd;
}

.blog_entry {
padding: 0 0 1.25em 0;
border-bottom: 1px solid #abbcc3;
margin-bottom: 20px;
}

.blog_entry img.author_thumb {
float: left;
width: 75px;
margin: 0 15px 10px 0;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

.blog_entry h1 {
position: relative;
}

.blog_entry h1 a {
color: #fff !important;
}

#blog_preview h1 a {
font-size: 18px;
color: #fff;
text-decoration: none;
}

p.blog_entry_info {
  color: #96938c;
  padding: 0;
  margin: 0;
}

.blog_entry_body p {
line-height: 1.5em;
font-size: 12px;
color: #2b2519;
margin-bottom: .75em;
}

a.blog_rss img {
width: 20px;
position: absolute;
top: .5em;
right: 10px;
}

.facebook_like_box {
float: left;
overflow: hidden;
position: relative;
width: 290px;
height: 245px;
}

.facebook_like_box iframe {
left: -1px;
overflow: hidden;
position: absolute;
top: -10px;
}

#finish_the_work_ad {
float: right;
}

#finish_the_work_ad img {
width: 300px;
}

iframe {
outline: none;
border: none;
}

#quick_links_container {
display: none;
position: relative;
background-image: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0, rgb(82,37,117)),
color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
center bottom,
rgb(82,37,117) 0%,
rgb(137,94,173) 100%
);
color: #fff;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgb(82,37,117)),
    color-stop(1, rgb(137,94,173))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(82,37,117) 0%,
    rgb(137,94,173) 100%
);
color: #fff;
background-color: #522575;
padding-bottom: 2.5em;
}

#quick_links_container #col1, #quick_links_container #col2, #quick_links_container #col3, #quick_links_container #col4 {
float:  left;
width: 199px;
padding: 0 10px 0 30px;
border-left: 1px dotted #522575;
}

#quick_links {
color: #e0e3c5;
}

#quick_links ul {
list-style: none;
margin: 0;
}

#quick_links h2 {
margin: 1.4em 0 0 0;
color: #fff;
font-size: 18px;
}

#quick_links a {
text-decoration: none;
color: #e0e3c5;
}

a#quick_links_button {
font-size: 12px;
position: absolute;
top: 0;
right: 100px;
background-color: #522575;
padding: 5px 25px 10px 25px;
text-decoration: none;
color: #fff;
font-weight: bold;
border-radius: 0 0 10px 10px;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
z-index: 10;
}

#footer {
clear: both;
border-top: 5px solid #522575;
position: relative;
font-size: 11px;
background-color: #ffffff;
padding: 1em 2em .5em 2em;
z-index: 0;
}

#footer p {
position: relative;
z-index: 0;
}

#header_rounded_bottom {
margin: 0 auto 20px auto;
height: 30px;
width: 960px;
background-image: url(/storage/img/rounded_bottom.png);
background-position: top center;
background-repeat: no-repeat;
padding: 0 20px;
}

/* Vimeo Badge */

.vimeoBadge {
margin: 0;
padding: 0;
font: normal 11px verdana,sans-serif;
}

.vimeoBadge img {
border-radius: 15px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
width:260px;
border: 0;
}

.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active {
color: #3A75C4;
text-decoration: none;
cursor: pointer;
}

.vimeoBadge a:hover {color:#00CCFF;}

.vimeoBadge #vimeo_badge_logo {
display:none;
margin-top:10px;
width: 57px;
height: 16px;
}

.vimeoBadge .credit {
font: normal 11px verdana,sans-serif;
}

.vimeoBadge .clip {
padding:0;
float:left;
margin:0 10px 10px 0;
width:200px;
line-height:0;
}

.vimeoBadge .caption {
  font: normal 11px verdana,sans-serif;
  overflow:hidden;
  width:200px;
  height: 30px;
}

.vimeoBadge .clear {
  display: block;
  clear: both;
  visibility: hidden;
}

ol#search_results {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol#search_results h2 {
  font-weight: normal;
  font-size: 13px;
  border: none;
  margin: 0;
  padding: 0 0 .1em 0;
}

ol#search_results h2 a {
  color: #2f3d79;
}

ol#search_results p {
  margin: 0;
  padding: 0;
}

#fb-root {
  width: 290px;
  float: left;
}

.badges {
  width: 290px;
  float: right;
}

.ministry_event {
  padding: 10px 20px;
}

/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

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

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
