/*
	Theme Name: Body Works
	Theme URI: http://www.interexcel.co.za/
	Description:
	Author: Interexcel
	Author URI: http://www.interexcel.co.za/
	Version: 1.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	This CSS file is a concatenation of style.css from HTML5 Boilerplate and style.css from Starkers.
	Comment blocks indicate where each begins and ends, like this, for example...
*/

/** START HTML5 Boilerplate CSS **/

/**
 * HTML5 ? Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

p {
    margin: 6px 0 10px 0;
}



/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; color:#62615d} /* Hack retained to preserve specificity */

/* because Safari/Mac SUCKS */
body {
    -webkit-text-size-adjust: 100%;
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

form input {
    color: #444
}
.form-success {
    color: blue;
    float: right;
    padding-bottom: 10px;
    width: 345px;
    font-size: 16px;
}
/**
 * Minimal base styles.
 */

/* 1) Always force a scrollbar in non-IE
   2) Remove iOS text size adjust without disabling user zoom: www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html { overflow-x: hidden; overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #ADCFE4; }
a:hover { color: blue; text-decoration: none;}

ul, ol { margin:0; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
div ul, div li { margin: 0 auto; list-style:none; list-style-image: none; }

.entry-content ul li {
    list-style: square;
    margin-left: 15px;
    color: #4290C0;
    font-size: 15px;
}

small { font-size: 85%; }
b, strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

.ie6 legend, .ie7 legend { margin-left: -7px; }

/* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
   2) WebKit browsers add a 2px margin outside the chrome of form elements.
      Firefox adds a 1px margin above and below textareas
   3) Set font-size to match <body>'s, and font-family to sans-serif
   4) Align to baseline */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }

select {
    padding: 0;
    width: 303px;
    border: none;
}
.countries {
    background: none repeat scroll 0 0 white !important;
    border: 0 none;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset;
    height: auto;
    margin: 0 1% 5px 0;
    outline: 0 none;
    padding: 6px 13px !important;
    width: 299px;
}
.ie7 .countries,
.ie8 .countries {
    border: 1px solid #7b250c;
}
/* 1) Remove default scrollbar in IE: www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
   2) Align to text-top */
textarea { overflow: auto; vertical-align:text-top; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner,
button::-moz-focus-inner { border: 0; padding: 0; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }


/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  font-family: GillSans, Calibri, Trebuchet, sans-serif;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */

/**
 * Primary styles
 *
 * Author: Jurgens Banninga
 */

 /*IE Styles */
html.lte9 .ieHax,
html.lte9 ul.main-nav li,
html.lte9 ul.main-nav ul.sub-menu {
    behavior: url(http://dev.interexcel.co.za/gdop/wp-content/themes/gdop/PIE/PIE.htc);
}

html, body {
    background: #fff;
}
h1, h2, h4, h5, h6 {
    color: #bfbfbf;
    font-weight: bold;
}
h3 {
    font-weight: bold;
    color: #4290C0;
    font-size: 16px;
}
a {
    color: #4290C0;
}
.entry-content a:link {
    text-decoration: underline;
}
a:link {
    text-decoration: none;
}
a:visited {
    color: #4290C0;
}
a:hover {
    text-decoration: none;
}
a:active {

}
.button {
    position: relative;
}
.button a {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}
body > div.wrap {
    margin: 0 auto;
    position: relative;
    width: 940px;
}
div.wrap > header {
    clear: both;
    position: relative;
}
div.header {
    margin: 0 auto;
    position: relative;
    background: url('images/header-bg.jpg');
    width: 940px;
    height: 216px;
}
.header-bg {
    width: 100%;
    height: 217px;
    background: #5eb8f7;
}
div.contactform {
    color: #fff;
    height: 200px;
    width: 180px;
}

div.header .search {
    text-align: right;
    float: right;
    font-weight: bold;
    width: 215px;
    margin-top: 120px;
}
div.header .search label {
    float: left;
    color: white;
    line-height: 26px;
}
.ie7 div.header .search {
    margin-top: -102px;
}
/*div.header .search .midpipe {
    background: white;
    display: block;
    float: left;
    height: 26px;
    margin: 0 0 0 9px;
    width: 1px;
}*/
div.header .search input[type="text"] {
    background: url('images/search-input-bg.jpg');
    border: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 23px 0 10px;
    width: 164px;
}
div.header .search input[type="submit"] {
    background: url('images/search-submit.png');
    border:0;
    height: 33px;
    margin-left: -25px;
    width: 34px;
}
div#main {
    margin: 0 auto;
    width: 940px;
}

.social-links {
    float: right;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 165px;
}

.twitter {
    background: url("images/twitter.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    width: 32px;
}
.twitter:hover {
    background: url("images/twitter-hover.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    width: 32px;
}

.fb {
    background: url("images/fb.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    margin-left: 10px;
    width: 32px;
}
.fb:hover {
    background: url("images/fb-hover.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    margin-left: 10px;
    width: 32px;
}

.google1 {
    background: url("images/g1.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    margin-left: 10px;
    width: 32px;
}
.google1:hover {
    background: url("images/g1-hover.png") repeat scroll 0 0 transparent;
    float: left;
    height: 32px;
    margin-left: 10px;
    width: 32px;
}
.translate {
    position: absolute;
    right: 0;
    top: 10px;
    width: 200px;
}
/* Slider */
div#content div#izg-slider .slider {
}
div#content div#izg-slider .panel-wrapper {
    height: 476px !important;
    min-height: 476px !important;
    overflow: hidden;
}
div#content div#izg-slider div.coda-nav-left a {
    background: url(http://www.globaldayofprayer.com/wp-content/themes/gdop/images/arrow-left.png);
    height: 34px;
    left: 610px;
    top: 391px;
    width: 34px;
}
div#coda-nav-left-1,
div#coda-nav-right-1 {
    /*display: block !important*/
}
div#content div#izg-slider div.coda-nav-right a {
    background: url(http://www.globaldayofprayer.com/wp-content/themes/gdop/images/arrow-right.png);
    height: 34px;
    right: 34px;
    top: 391px;
    width: 34px;
}
div#content div#izg-slider .panel-wrapper .description {
    color: #000 !important;
    height: 476px;
    margin: -10px -10px 0 0;
    padding: 20px;
    text-align: center;
    width: 383px !important;
}
div#content div#izg-slider .panel-wrapper h4 {
    font-size: 35px; /*20px;*/
}
div#content div#izg-slider .panel-wrapper {
    font-size: 14px;
}

div#content div#izg-slider .panel_tabs {
    /*display: none !important*/
    /*left: 620px;*/ /* doesn't work... */
    left: 644px;
    top: 400px;
}



/* Nav */
.menu-bg {
    background: #2b94dd;
    width: 100%;
    height: 50px;
}
ul.main-nav {
    height: 50px;
    list-style: none;
    margin: 0;
    position: relative;
    z-index: 1;
    float: left;
}

.current-menu-parent {
    background: none repeat scroll 0 0 #416B9D;

}

ul.main-nav > li:first-child {
}
div#main ul.main-nav > li > a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #000;
}
div#main ul.main-nav > li {
    display: block;
    margin: 12px 7px 0 0 ;
    padding: 9px 29px 9px 0;
    text-align: center;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top: 3px solid #dedede;
    border-left: 2px solid #dedede;
    border-right: 2px solid #dedede;

    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); /* IE6-9 */

}
div#main ul.main-nav > li.hover,
div#main ul.main-nav > li:hover,
div#main ul.main-nav > li.current_page_item,
div#main ul.main-nav > li.current-menu-ancestor {

    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-top: 3px solid #8db0d3;
    border-left: 2px solid #8db0d3;
    border-right: 2px solid #8db0d3;
    padding-right: 29px;
    height: 18px;
    margin-top: 6px;
    padding-top: 14px;

    background: rgb(125,185,232); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  rgba(125,185,232,1) 0%, rgba(30,87,153,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(125,185,232,1)), color-stop(100%,rgba(30,87,153,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center,  rgba(125,185,232,1) 0%,rgba(30,87,153,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#1e5799',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

div#main ul.main-nav > li.hover + li,
div#main ul.main-nav > li:hover + li,
div#main ul.main-nav > li.current_page_item + li {
    /*padding-left: 16px;*/
}

div#main ul.main-nav > li:first-child > a {
    border-left: none;
    color: #000;
}
ul.main-nav li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;/*bold;*/
    text-decoration: none;
}
ul.main-nav li a:hover {
    font-size: 13px;
    font-weight: 400;/*bold;*/
    text-decoration: none;
}
ul.main-nav > li > a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}

.over-right {
    background: #1A2D4B;
    display: block;
    height: 60px;
    width: 300px;
    position: absolute;
    right: -300px;
    top: 184px;
}

/* Sub nav (dropdown) styles */
ul.sub-menu {
    text-align: left;
    width: 222px;
}
ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 10px 0px 10px 0;
}
ul.sub-menu li a {
    display: inline-block;
    padding-left: 15px;
}
ul.sub-menu li:hover {
    width: 222px;
}

/* Dropdown functionality */


ul.main-nav li { /* all list items */
	float: left;
	position: relative;
}
ul.main-nav li:hover {
    background: none repeat scroll 0 0 #416B9D;
}
ul.main-nav li ul { /* second-level lists */
	top: -999em;
	position: absolute;
	left: 0;
}

ul.main-nav li > ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	left: 0;
    background: none repeat scroll 0 0 #1a2d4b;
    padding: 0;
}
ul.main-nav li > ul:hover {
    background: none repeat scroll 0 0 #1A2D4B;
}

ul.main-nav li:hover ul, ul.main-nav li.over ul { /* lists nested under hovered list items */
	top: 100%;
}

/* Sidebars */
div.sidebar {
    padding: 0 10px 10px 10px;
    position: relative;
}
div.sidebar h3 {
    font-weight: normal;
    padding: 5px 10px;
    width: 100%;

}

div.sidebar h4,
div.sidebar h4 a {
    font-size: 19px;
    padding: 5px 0;
    text-decoration: none
}

div.sidebar img {
    margin-bottom: 12px;
}
div.sidebar img.float-left {
    float: left
}
div.sidebar img.clear {
    float: none
}

/* Sidebar Left */
div.sidebar-left {
    background: none repeat scroll 0 0 #dbeaf3;
    bottom: 0;
    float: left;
    left: 0;
    padding: 25px 10px 10px 10px;
    position: absolute;
    top: 0;
    width: 265px;
}
div.sidebar-left a {
    color: #000;
}
div.sidebar-left a:hover {
    color: #4290c0;
}
div.sidebar-left li.current_page_item a {
    color: #4290C0;
}

div.sidebar-left li {
    border-bottom: 1px solid #000;
    padding: 5px 0 5px 0;
    font-size: 16px;
}
div.sidebar-left h3 {
    font-size: 20px;
}

/* Sidebar Right */
div.sidebar-right {
    display: block;
    float: right;
    width: 215px
}
div.sidebar-right h3 {
    clear: both;
    font-size: 28px;
}
#meteor-slideshow {
    margin: 0 auto;
}

/* Main content */
div#content {
    width: 940px;
    margin: 0 auto;
    position: relative;
}

h1.entry-title, .entry-content > h1:first-child {
    color: #4290c0;
    font-size: 28px;
    margin-bottom: 15px;
    border-bottom: 2px solid #4290C0;
    width: 100%;
}
h1 {
    color: #4290c0;
    font-size: 28px;
    margin-bottom: 15px;
}
h1.heading2 {
    color: #4290c0;
    font-size: 22px;
}
h2.entry-subtitle {
    color: #444;
    font-size: 18px;
    text-transform: uppercase;
}
h2 {
    font-size: 20px;
    color: #454545;
}
.main-content p {
    color: #454545;
}

div.main-content {
    float: right;
    padding: 20px 0;
    width: 940px;
}
div.main-content > div {
    min-height: 300px;
}
div.main-content.columns1 {
}
div.main-content.columns2 {
}
div.main-content.columns2.left {
    width: 626px;
}
div.main-content.columns2.right {
}
div.main-content.columns3 {
}

.future-dates {
    height: 470px; /*370px;*/
    width: 100%;
    background: #e7e7e7;
    overflow: hidden;
    margin: 20px 0 20px 0;
}
.future-dates-inner {
    width: 940px;
    margin: 25px auto;
}
.tr-border {
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.tr-border td {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    padding-top: 10px;
    text-align: center;
    width: 22%;
}
.arrow-td {
    background:url("images/arrow.png") no-repeat scroll 50px 10px transparent;
}

/* Footer */

.banner1 {
    background: url('images/banner1.png') no-repeat;
    width: 251px;
    height: 358px;
    float: left;
    margin: 12px 64px 10px 21px;

}
.banner2 {
    background: url('images/banner2.png') no-repeat;
    width: 251px;
    height: 358px;
    float: left;
    margin: 12px 70px 10px 10px;

}
.banner3 {
    background: url('images/banner3.png') no-repeat;
    width: 240px;
    height: 358px;
    float: left;
    margin: 12px 0 10px 0;
    padding: 13px 0 0 32px;

}
.copyright {
    color: #2469b3;
    font-weight: bold;
    width: 940px;
    margin: 10px auto;
    padding-left: 51%;
}
.copyright a {
    color: green;
    text-decoration: none;
}
.copyright a:hover {
    color: blue;
}
div.footer {
    clear: both;
    height: 396px;
    margin: 0 auto;
    width: 100%;
    background: #adcfe4;
    padding-top: 15px;
}
div.footer_inner {
    background: url('images/bottom-widget-bg.jpg') no-repeat;
    width: 940px;
    margin: 0 auto;
    height: 381px;
}

div.footer p {
    margin: 0
}
.links {
    background: #4290c0;
    margin: 30px 0 0 0;
    height: 40px;
    width: 100%;
}
div.foot-menu {
    padding-top: 11px;
    width: 940px;
    margin: 0 auto;
    padding-left: 47%;

}
ul.foot-nav {
    list-style: none;
    padding: 0;
}
ul.foot-nav a {
    color: #fff;
    list-style: none;
    text-decoration: none;
    font-weight: bold;
}
.ie7 ul.foot-nav {
    width: 850px;
}
ul.foot-nav li {
    border-left: 1px solid #fff;
    display: block;
    float: left;
    padding: 0 10px;
    background: #4290C0;
}
ul.foot-nav li:first-child {
    border: none
}
div.main-ie {
    float: right;
    margin-right: 20px;
    padding-top: 15px;
}
div.main-ie a {
    color: #fff;
    text-decoration: none;
}

/** Contact Form */
#contact_form {
    margin-top: 10px;
}
#contact_form .area1 {
    float: right;
    overflow: hidden;
    width: 335px;
}

.contact-wrap {
    float: right;
    position: absolute;
    right: 0;
    top: 60px;
}
#contact_form .area2 {
    float: right;
    overflow: hidden;
    width: 250px;
}
#contact_form hr {
    border: 0;
    border-bottom: 1px solid #6b7861;
    float: right;
    width: 220px;
}
#contact_form input[type=text] {
    width: 180px;
}
#contact_form textarea {
    height: 125px;
    width: 210px;
}
#contact_form input[type=text],
#contact_form textarea {
    background: none repeat scroll 0 0 white !important;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5) inset;
    height: auto;
    margin: 0 1% 5px 0;
    outline: 0 none;
    padding: 6px 13px !important;
    width: 300px;
    border: 0 none;
}

.ie7 #contact_form input[type=text],
.ie7 #contact_form textarea {
    border: 1px solid #7b250c;
}

.ie8 #contact_form input[type=text],
.ie8 #contact_form textarea {
    border: 1px solid #7b250c;
}

#contact_form input[type="submit"]{
    background: #4290C0;
    border-radius: 6px;
    color: #fff;
    display: block;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 4px 0 24px 0;
    text-align: center;
    text-decoration: none;
    width: 83px;
    clear: both;
    border: 0 none;
    margin-right: 9px;
}

#contact_form input[type="submit"]:hover {
    background: blue;
    border-radius: 6px;
    color: #fff;
    display: block;
    float: right;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    padding: 4px 0 24px 0;
    text-align: center;
    text-decoration: none;
    width: 83px;
    clear: both;
    border: 0 none;
    margin-right: 9px;
}

.ie7 #contact_form .submit {
    height: 39px;
}

.ie7 #contact_form .submit:hover {
    height: 39px;
}
div.input_wrap {
    position: relative;
}
div.ico {
    background: url(http://www.globaldayofprayer.com/wp-content/themes/gdop/images/form_icons.png) no-repeat;
	height: 38px;
    position: absolute;
    left: 10px;
    top: 10px;
    width: 39px;
}
form.contact_form div.ico.active {
    height: 41px;
    left: -2px;
    top: -1px;
    width: 36px;
}

div.ico.name {
    background-position: -48px -12px;
	height: 17px;
    top: 7px;
	width: 12px;
}
div.ico.name.error {
    background-position: -80px -12px;
	height: 17px;
	width: 12px;
}
form.contact_form div.ico.name.active {
    background-position: 0 0;
    left: -4px;
    top: -5px;
}
div.ico.email {
    background-position: -46px -55px;
	height: 12px;
	width: 17px;
}
div.ico.email.active {
    background-position: 0 -44px;
    height: 17px;
    width: 17px;
}
div.ico.email.error {
    background-position: -78px -55px;
	height: 12px;
	width: 17px;
}
div.ico.number {
    background-position: -48px -95px;
	height: 14px;
    width: 15px;
}
form.contact_form div.ico.number.active {
    background-position:  -2px -83px;
    top: -2px;
}
div.ico.number.error {
    background-position: -80px -95px;
	height: 14px;
	width: 15px;
}
div#orderform {
    display: none
}
div#cboxContent {
    background: #313131;
}
div#cboxContent .formwrap {
    padding: 60px 15px 15px 15px
}
#cboxTitle {
    font-size: 20px;
    top: 15px;
}

.req,
.error {
    color: red;
}
.contact-confirmation,
.emailsent {
    background: #d2f6cd;
    border: 1px #b5e1ae solid;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}
.errors {
    background: #ff9999;
    border: 1px red solid;
    margin: 0 0 10px 0;
    padding: 5px 10px;
}

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements in most situations.
   nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/**
 * Placeholder media queries for responsive design. Modify as design requires.
 * These follow after, and will override, the primary ('mobile first') styles
 * The closing /mediaquery comment is required by respond.js min/max-width Media Query polyfill
 */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}/*/mediaquery*/

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}/*/mediaquery*/



/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: none; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}

/** END HTML5 Boilerplate CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them

li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious
*/
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */
.alert { background:red; color:white } /* 'alert' has a basic style, since it's useful to have it standing out for testing purposes.



/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/





/* OVERWRITES */

.slider-text {
    background: url('images/slider-text.png') repeat-x;
    color: #FFFFFF;
    height: 135px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
    font-size: 20px;
    font-weight: bold;
    padding-top: 7px;
}

div#izg-slider div.description{
	background:#FFF !important;
	opacity:0.6 !important;
}
div#izg-slider div.coda-nav ul li a{
	background:#000 !important;
}
div#content div#izg-slider div.coda-nav-right a,
div#content div#izg-slider div.coda-nav-left a{
	display:none !important;
}
div#izg-slider div.coda-nav-left, div.coda-nav-right,
div#content div#izg-slider .panel_tabs{
	display:block !important;
}
div#content div#izg-slider .panel_tabs{
	border-top: 1px solid #000000 !important;
    left: 590px !important;
    padding-top: 15px;
    width: 387px !important;
}
div#izg-slider div.coda-nav ul li{
	margin-right:3px !important;
}

div#content div#izg-slider .panel-wrapper .description{
	padding: 20px 25px 20px 20px !important;
}

.main-content p{
	font-size:15px !important;
}

div.img-title{
	margin-top:20px !important;
}

.tab-wrapper {
    width: 100%;
    min-height: 195px;
    background: #bfd9ea;
    margin-top: 20px;
}
.tabs {
    width: 940px;
    margin: 0 auto;
    overflow: auto;
}
.tab {
    float: left;
    width: 281px;
    color: #353535;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
}
.widget-title {
    background: url('images/tab-bg.png') no-repeat;
    width: 281px;
    height: 86px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    line-height: 86px;
    padding-bottom: 7px;
}
.tab a {
    color: #000;
    margin: 0 0 10px 102px;
    text-decoration: underline;
    float: left;
}
.tab a:hover {
    color: blue;
}
.table-heading {
    font-size: 25px;
    font-weight: bold;
    color: #000;
}

.wp-table-reloaded th {
    font-weight: 200;
    font-size: 20px;
}