/*
Theme name: ITIC 3
Description: A custom theme for http://itic-corp.com/.
Version: 1.0
Author: Angela Taylor
Author URI: http://websitetaylor.com/
Tags: blue, red, black, stars, tech, three columns, two sidebars
*/

/* CUSTOM FONTS! Whee!
@font-face {
    font-family: "SF Theramin Gothic", sans-serif;
    src: url('fonts/SF_Theramin_Gothic.ttf') format("truetype");
}

    font-family: 'Bree Serif', serif;
    font-family: 'Alegreya Sans', sans-serif;
 */


/* Tags in alphabetical order */

* {
    -webkit-font-smoothing: antialiased;
}

a, a:link, a:visited, a:hover, a:active {
    color: #b00120;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #8c0010;
}

a:hover {
    text-decoration: underline;
}

a img {
	border: none;
}

blockquote {
	margin: 10px 25px;
	padding: 1px 20px;
	color: #666666;
	font-weight: normal;
    font-size: 13px;
	border: 1px solid #cfcfcf;
    font-family: 'Bree Serif', serif;
    position: relative;
}

blockquote.left {
    float: left;
	margin: 5px 20px 10px 0px;
}

blockquote.right {
    float: right;
	margin: 5px 0px 10px 20px;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

blockquote ul {
    padding-left: 15px;
}

blockquote.imgcaption {
    padding: 15px 20px;
    margin-bottom: -5px;
}

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #00193a url('images/bkgd.jpg') fixed bottom center no-repeat;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Exo', sans-serif;
    color: #000;
    position: relative;
}

cite {
    font-size: 14px ! important;
    font-style: normal;
}

dl {
    margin: 0 ! important;
    padding: 0 ! important;
}

form {
    margin: 0px;
}

form[name="buynow"] {
    margin: 0px auto;
    text-align: center;
}

form[style="text-align:left;"] {
    text-align: center ! important;
}

form[target="paypal"] {
    /*display: inline;*/
    text-align: center;
    margin: 0px auto;
    margin-top: -30px;
}

h1 {
    height: 31px;
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 32px;
    color: #0c3577;
    line-height: 31px;
    text-align: center;
}

h2 {
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    font-style: italic;
    font-size: 26px;
    color: #0c3577;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
    color: #0c3577 ! important;
}

h3 {
    text-align: center;
    font-weight: normal;
    font-size: 22px;
    color: #ba0025;
    font-family: 'Bree Serif', serif;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
    color: #ba0025 ! important;
}

h4 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
}

h4.faq-header {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    font-style: normal;
    color: #4b8f8f;
    font-family: 'Exo', sans-serif;
}

h5 {}

h6 {}

html {
    width: 100%;
    height: 100%;
}

iframe.alignleft, iframe.floatleft {
	border: 3px solid #cfcfcf;
	margin: 5px 20px 20px 0px;
}

iframe.alignright, iframe.floatright {
	border: 3px solid #cfcfcf;
	margin: 5px 0px 20px 20px;
}

img {
    display: inline-block;
}

img.centered, img.aligncenter {
	border: 3px solid #cfcfcf;
	display: block;
	margin: 0px auto;
}

img.alignleft, img.floatleft {
	border: 3px solid #cfcfcf;
	margin: 5px 20px 5px 0px;
}

img.alignright, img.floatright {
	border: 3px solid #cfcfcf;
	margin: 5px 0px 5px 20px;
}

input, select, textarea {
    background: #fff;
	border: 1px solid #999;
    color: #000;
    font-weight: normal;
    font-size: 13px;
}

/*input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active {
    -webkit-box-shadow: 0 0 7px #0066ff;
    -moz-box-shadow: 0 0 7px #0066ff;
    box-shadow: 0 0 7px #0066ff;
}*/

input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    background: #be0026;
    height: 22px;
	border: none;
    color: #fff;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Bree Serif', serif;
}

input[type="checkbox"], input[type="radio"], input[type="image"] {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0px;
}

input[type="text"], input[type="password"] {
    padding: 2px;
    font-family: 'Exo', sans-serif;
}

label {
    position: relative;
    top: -1px;
}

label[for="comment_mail_notify">] {
    content: "Notify me of comments via email";
}

label[for="saddr"] {
    content: "Enter your street address:";
}

object {
    display: block;
    text-align: center;
    margin: 0px auto;
	border: 3px solid #cfcfcf;
}

.postentry p object {
    display: inline;
}

small {
    font-size: 11px;
    color: #666;
}

textarea {
    width: 644px;
    height: 100px;
    margin: 0px;
    padding: 2px;
}

ul {
}

ul.fix {
    overflow: hidden;
}

ul.post-list > li {
    border: none ! important;
    line-height: 14px ! important;
    margin: 5px 0 ! important;
}

.wplinks > h2 {
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    font-style: normal;
    color: #4b8f8f;
    font-family: 'Exo', sans-serif;
}

.wplinks ul {
    list-style-type: none ! important;
    list-style-image: none ! important;
    margin: 0px;
    margin-bottom: 15px;
    padding: 0px;
    text-align: center;
    line-height: 25px;
}

.wplinks ul li {
    display: inline;
    padding: 5px;
    margin: 0px 5px;
}

.wplinks ul li a {
    white-space: nowrap;
    padding: 0px;
}


/* Begin Typography & Colors */

.alt {
}

code {
	font-size: 1.1em;
    font-family: 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
    font-size: 1.3em;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* IDs in alphabetical order */
#cat {
    width: 160px;
}

#comment_mail_notify {
    margin-right: 5px;
}

#commentform {
    margin: 0px 0px 20px 0px;
    padding: 0px 5px;
}

#commentform p input#comment_mail_notify, #commentform p label {
    clear: right;
    float: left;
    margin-top: 15px;
    text-align: left;
    white-space: nowrap;
}

#commentform p input#comment_mail_notify {
    margin-top: 18px;
}

#recaptcha_area table {
    text-align: center ! important;
    margin: 0px auto ! important;
}

#recaptcha-submit-btn-area {
    text-align: right ! important;
    margin-top: 10px ! important;
}

#recaptcha_widget_div {
    float: left;
    margin-right: 10px;
}

#saddr {
    width: 315px;
    margin-right: 5px;
}

/*
#searchform {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#searchform #s {
	width: 153px;
    vertical-align: bottom;
    *vertical-align: text-bottom;
}

#searchform #searchsubmit {
    vertical-align: bottom;
    *vertical-align: text-bottom;
}
*/

.searchform {
    width: 204px;
    height: 20px;
    white-space: nowrap;
    background: #fff;
	border: 1px solid #cfcfcf;
    padding: 1px 2px;
}

#searchform {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

#searchform #s {
	width: 175px;
    height: 20px;
    padding: 2px 5px;
    vertical-align: bottom;
    *vertical-align: text-bottom;
	border: 1px solid #999;
}

#searchform #searchsubmit {
    width: 30px;
    height: 28px;
    font-weight: normal;
    font-size: 18px;
    line-height: 10px ! important;
    margin-left: 5px;
    position: relative;
    top: 1px ! important;
    vertical-align: bottom;
    *vertical-align: text-bottom;
}

#submit, #submitc {
    float: right;
    font-weight: normal;
    height: 33px;
    width: 150px;
	border: none;
    color: #fff;
    padding-bottom: 3px;
    font-size: 15px;
}


/* Classes in alphabetical order */

.aligncenter {
	white-space: nowrap;
	border: 3px solid #cfcfcf;
	margin: 0px auto;
}

.alignleft, .floatleft {
	float: left;
	white-space: nowrap;
	border: 3px solid #cfcfcf;
	margin: 5px 20px 10px 0px;
}

.alignright, .floatright {
	float: right;
	white-space: nowrap;
	border: 3px solid #cfcfcf;
	margin: 5px 0px 10px 20px;
}

.archivehead {
    height: 30px;
    color: #ba0025;
    line-height: 30px;
    font-size: 25px;
    font-family: 'Bree Serif', serif;
    text-align: center;
    border-bottom: 2px solid #ba0025;
    padding: 0px 10px;
    margin-bottom: 50px;
}

.attachment {
    text-align: center;
    margin: 10px auto;
    padding-top: 10px;
}

.attachment img {
	border: 3px solid #cfcfcf;
}

img.attachment-thumbnail, div.attachment-thumbnail img, p.attachment-thumbnail img {
	border: 3px solid #cfcfcf;
}

.attribute {
    font-size: 11px;
    position: absolute;
    bottom: 20px;
    right: 190px;
}

.bodyfloat {
}

.bodywrapper {
    padding: 0px 18px;
    position: relative;
}

.bottom {
    vertical-align: bottom;
}

.breaking-news {
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    background: #be0026;
    color: #ffffff;
    text-align: center;
	padding: 1px 5px 2px 5px;
}

.breaking-news a, .breaking-news a:link, .breaking-news a:visited, .breaking-news a:hover, .breaking-news a:active {
    color: #ffffff !important;
    text-decoration: none !important;
}

.breaking-news a:hover {
    text-decoration: underline !important;
}

.center {
    text-align: center;
    margin: 0px auto;
}

.clear {
    clear: both;
    display: block;
    margin: 0px;
    padding: 0px;
    height: 0px;
}

.comment, .pingback {
    margin: 15px 0px;
    padding: 5px;
    border: 1px solid #cfcfcf;
    position: relative;
}

.comment p, .pingback p {
    padding: 0px 10px;
}

.commentavatar {
    float: left;
    margin: 3px 5px 3px 3px;
}

.commentbody {
    margin: 5px;
    line-height: 15px;
    font-weight: normal;
    font-size: 13px;
	padding: 1px 0px;
}

.commentbody > p:first-child {
    margin-top: 0.5em;
}

.commentbody > p:last-child {
    margin-bottom: 0.5em;
}

.commentbuttons {
    text-align: right;
}

.commentdata {
    font-weight: normal;
    font-size: 11px;
}

.commentedit {
    text-align: right;
    white-space: nowrap;
    font-size: 11px;
}

.commentinput {
    margin-bottom: 5px;
}

.commentlist, .pinglist {
    list-style-type: none ! important;
    list-style-image: none ! important;
    padding-left: 0px ! important;
    margin: 15px 10px 0px 10px ! important;
    font-size: 16px ! important;
    position: relative;
}

.commentlist .children {
    list-style-type: none ! important;
    list-style-image: none ! important;
    padding-left: 25px ! important;
}

.commentlist .children .comment {
    margin-bottom: 0px ! important;
}

.commentreply {
    text-align: right;
    font-size: 12px;
    padding: 0px 5px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.commentsbkgd {
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    padding: 0;
    margin-top: 0px;
}

.commentsbkgd2 {
    font-weight: normal;
    font-size: 14px;
    background: #fff;
    padding: 0;
    margin-top: 0px;
}

.commentsbkgd p, .commentsbkgd2 p {
    margin: 5px 10px;
}

.commentsbkgd2sub {
    font-weight: normal;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.commentsbkgd2sub > .postindent > p {
    margin-bottom: 75px;
}

.comments_bubble {
    width: 31px;
    height: 28px;
    background: url('images/comments.png') center center no-repeat;
    float: right;
    margin: 2px 1px 2px 5px;
    line-height: 19px;
    text-align: center;
    font-size: 16px ! important;
    font-weight: bold ! important;
    font-family: 'Exo', sans-serif ! important;
    letter-spacing: -1px;
}

.commentshead {
    height: 25px;
    height: 25px;
    color: #015ab6;
    line-height: 25px;
    padding: 0px 8px;
    font-size: 18px;
    font-family: 'Bree Serif', serif;
	margin-top: -50px;
}

.commentsheader-title {
    clear: both;
    min-height: 26px;
    color: #004892;
    line-height: 26px;
    padding: 0px 10px 5px 10px;
    font-size: 24px;
    font-family: 'Bree Serif', serif;
    border-bottom: 2px solid #004892;
    margin-top: 50px;
    margin-bottom: -25px;
}

.commentssubhead {
    height: 20px;
    height: 20px;
    color: #ba0025;
    line-height: 20px;
    padding: 0px 8px;
    font-size: 18px;
    font-family: 'Bree Serif', serif;
	margin-top: 35px;
}

.contact-row {
    clear: both;
    margin: 5px 0px;
    line-height: 22px;
}

.contact-label {
    width: 125px;
    float: left;
    margin-right: 10px;
    text-align: right;
}

.contact-field {
}

.contact-field .wpcf7-captcha-captcha {
    vertical-align: bottom;
}

.contact-field textarea {
    width: 532px;
}

.content {
    width: 680px;
    padding: 10px;
    margin: 0px;
    margin-bottom: 425px;
    clear: both;
    background: #fff;
    position: relative;
    top: 0px;
    left: 300px;
}

.content a, .content a:link, .content a:visited, .content a:hover, .content a:active {
    text-decoration: underline;
}

.content a:hover {
    text-decoration: none;
}

.content h2 {
    margin-top: 10px;
}

.csc_post_thumbnail {
    float: left;
	border: 2px solid #cfcfcf;
	margin: 5px 10px 5px 0px;
}

.csc_post_thumbnail img {
}

.csc_post_title {
    font-size: 22px;
    font-weight: bold;
    padding-top: 10px;
}

.csc_post_date {
    font-size: 12px;
    color: #666;
}

.csc_post_author {
    display: none;
}

.csc_post_category {
    display: none;
}

.csc_post_excerpt {
}

.csc_post_excerpt .price {
    text-align: left;
    margin-bottom: -10px;
}

.csc_post_excerpt form {
    display: none;
}

.csc_post_content {
}

.csc_break {
    clear: both;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: center;
}

.even {
    background: #eee;
}

.eventdetails {
    padding: 0px 15px;
    background: #f5f3f6;
    border: 1px solid #dfdae1;
}

.excerpts-from-children {
    margin-top: 50px ! important;
}

.excerpts-from-children h2 {
    text-align: left ! important;
    font-weight: bold ! important;
    font-style: italic ! important;
    font-size: 14px ! important;
    font-family: 'Exo', sans-serif ! important;
    display: none ! important;
}

.excerpts-from-children h2 a:link, .excerpts-from-children h3 a:visited, .excerpts-from-children h3 a:hover, .excerpts-from-children h3 a:active {
    color: #ba0025 ! important;
}

.excerpts-from-children h3 {
    margin-top: 20px ! important;
    margin-bottom: 0px ! important;
}

.excerpts-from-children h3 a:link, .excerpts-from-children h3 a:visited, .excerpts-from-children h3 a:hover, .excerpts-from-children h3 a:active {
    color: #ba0025 ! important;
}

.postentry .excerpts-from-children:first-child {
    margin-top: 0px ! important;
}

.excerpts-from-children p {
    margin-bottom: 0px;
}

.faq-answer {
    margin: -15px 25px 10px 25px;
    padding-top: 0px;
}

.faq-header {} /* same as h2 */

.faq-question a, .faq-question a:link, .faq-question a:active, .faq-question a:visited, .faq-question a:hover {
    color: #4b8f8f ! important;
}

.footer {
    height: 20px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.footerbottom {
    line-height: 20px;
    text-align: center;
    vertical-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #999;
}

.footerbottom a, .footerbottom a:link, .footerbottom a:visited, .footerbottom a:active {
    color: #86bce8;
}

.formimgbutton {
    display: inline;
}

.formimgbutton input[type="image"] {
}

.fracden {
    font-size: 50%;
}

.fracnum {
    font-size: 50%;
    vertical-align: .7ex
}

.gallery-item {
    padding: 10px 0px 25px 0px ! important;
}

.google-ajax-feed-date {
    display: none;
    text-align: right;
    font-size: 11px;
    line-height: 11px;
}

.google-ajax-feed-list {
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 12px;
}

.google-ajax-feed-item {
    height: auto;
    margin-bottom: 3px;
}

.header {
    background: url('images/logo.png') 0px 21px no-repeat;
    text-align: center;
    width: 1300px;
    height: 222px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.headercontainer {
    background: rgba(1, 25, 58, 0.8);
    position: absolute;
    top: 0px;
    left: 400px;
    width: 800px;
    height: 200px;
}

.headlinkhome, .headlinkhome a {
    width: 393px;
    height: 200px;
    margin: 0px;
    padding: 0px;
    margin-left: -400px;
}

.headlinkhome a img {
    display: block;
    margin: 0px;
    padding: 0px;
}

.headmenu {
    height: 50px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ccc;
    font-family: 'Bree Serif', serif;
    padding: 0px;
    background: #000;
    position: fixed;
    z-index: 99;
}

.headmenu a {
    color: #fff ! important;
}

.headmenu a:hover {
    border-bottom: 2px solid #fff;
}

.headquotes {
    text-align: left;
    padding: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 390px;
    height: 185px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 15px;
    color: #fff;
}

.headquotes a {
    text-decoration: underline ! important;
}

.headquotes blockquote {
    border: none;
    display: none;
}

.mtphr-dnt-tick-container {
    position: relative;
    top: 15px;
}

.mtphr-dnt-tick-contents p a strong, .mtphr-dnt-tick-contents p a b, .mtphr-dnt-tick-contents p strong, .mtphr-dnt-tick-contents p b {
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

.mtphr-dnt-tick-contents p {
    font-family: "Arial", sans-serif;
    font-size: 12px;
}

.headnews {
    text-align: left;
    padding: 5px;
    position: absolute;
    /*left: 425px;*/
    left: 400px;
    top: 0px;
    /*width: 732px;*/
    width: 390px;
    height: 190px;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 13.5px;
    color: #fff;
}

.headnews a, .headquotes a {
    color: #fff ! important;
}

.headnews h3, .headquotes h3 {
    margin-top: 0px;
    margin-bottom: -10px;
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    font-size: 20px;
    color: #f20031 ! important;
}

.headnews h3 a.rsswidget {
    color: #f20031 ! important;
}

.headnews ul {
    margin-left: 0px;
    padding-left: 25px;
}

.stream {
    max-width: 160px ! important;
    width: 160px ! important;
}

a.link1, a.link1:link, a.link1:visited, a.link1:hover, a.link1:active {
    color: #014dab;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 10px;
}

a.link1:hover {
    color: #0e73c3;
}

a.link2, a.link2:link, a.link2:visited, a.link2:hover, a.link2:active {
    color: #890018;
    text-decoration: none;
    cursor: pointer;
    padding: 0px 10px;
}

a.link2:hover {
    color: #ba0025;
}

.highlight {
    background: #a9cce8;
    padding: 3px 5px;
}

.homelink {
    position: absolute;
    top: 10px;
    left: 0px;
}

.icon1 {
    position: absolute;
    top: 17px;
    left: 932px;
}

.icon2 {
    position: absolute;
    top: 56px;
    left: 932px;
}

.icon3 {
    position: absolute;
    top: 95px;
    left: 932px;
}

.icon4 {
    position: absolute;
    top: 134px;
    left: 932px;
}

.imgnext {
    text-align: right;
    padding-bottom: 3px;
}

.imgprev {
    text-align: left;
    padding-bottom: 3px;
}

.left {
    text-align: left;
}

.LTitem a img {
    text-align: center !important;
    margin: 5px auto 0px auto !important;
}

.main {
    padding: 0px;
    width: 1300px;
    margin: 0px auto;
    text-align: justify;
    position: relative;
    top: 50px;
}

.menubkgd {
    font-weight: normal;
    font-size: 14px;
    padding: 0;
    margin-top: 50px;
}

.menucontent {
    padding: 0px;
    padding: 15px 10px 0px 10px;
}

.menucontent a, .menucontent a:link, .menucontent a:visited, .menucontent a:hover, .menucontent a:active {
    color: #002566;
}

.menucontent a:visited {
    color: #093a99;
}

.menucontent ul {
    /*margin: 0px 0px 0px 20px;
    padding: 0px;*/
    list-style-type: none;
    margin: 0px;
    margin-bottom: -10px;
    padding: 0px;
}

.menucontent ul ul {
    /*margin: 0px 0px 0px 20px;
    padding: 0px;*/
    list-style-type: none;
    margin-left: 35px;
    margin-bottom: 10px;
    padding: 0px;
    list-style-type: disc;
}

.menucontent ul li {
    padding: 0px;
    margin-bottom: 10px;
}

.menucontent ul ul li {
    padding: 0px;
    margin-bottom: 0px;
}

.menuhead {
    height: 25px;
    color: #ba0025;
    line-height: 25px;
    font-size: 20px;
    font-family: 'Bree Serif', serif;
    border-bottom: 2px solid #ba0025;
    padding: 0px 10px;
}

.middle {
    vertical-align: middle;
}

.navigation {
    font-size: 12px;
    line-height: 12px;
	display: block;
	margin: 10px 0px;
    padding: 0px 10px;
}

.navigation-center {
    font-size: 12px;
    line-height: 12px;
	display: block;
	margin: 10px 0px;
    padding: 0px 10px;
    text-align: center;
}

.navigation-img {
    font-size: 12px;
    clear: both;
    margin-bottom: 5px;
    line-height: 12px;
}

.navigation .alignleft, .navigation .alignright, .navigation-img .alignleft, .navigation-img .alignright, .navigationtop .alignleft, .navigationtop .alignright {
    border: none ! important;
}

.navigation img {
	border: 2px solid #cfcfcf;
}

.navigationtop {
    margin-top: 5px;
}

 /* BEGIN NEW */
.navigation {
    font-size: 15px;
    line-height: 13px;
	display: block;
	margin: 0px;
    padding: 0px;
}

.nav-left, .nav-right {
    width: 300px;
    opacity: 0.4;
}

.nav-left:hover, .nav-right:hover {
    opacity: 1;
}

.nav-left-text-link, .nav-right-text-link {
    font-size: 14px;
    line-height: 1.1em;
}

.nav-left-text-qual, .nav-right-text-qual {
    font-size: 17px;
    margin-bottom: 10px;
}

.nav-left-text, .nav-right-text {
    padding: 10px;
    font-family: 'Bree Serif', serif;
}

.nav-left, .nav-left-image {
    float: left;
}

.nav-left-image {
}

.nav-left-text {
    text-align: left;
    /*margin-left: 110px;*/
}

.nav-left-text-link {
}

.nav-left-text-qual {
    font-size: 17px;
}

.nav-right-image {
}

.nav-right-text {
    text-align: right;
    /*margin-right: 110px;*/
}

.nav-right-text-link {
}

.nav-right-text-qual {
}

.nav-right, .nav-right-image {
    float: right;
}
/* END NEW */

.normal {
    font-size: 0.9em;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.odd {
    background: #fff;
}

.page {
    clear: both;
    margin: 50px 0px 35px 0px;
}

.pagetitle {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    clear: both;
    padding-top: 10px;
}

.pagination {
    height: 25px;
	margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
}

.paging.prepend, .paging.append {
    display: none;
}

.permalink-arrow {
    width: 24px;
    height: 25px;
    background: url('images/permalink2.png') center center no-repeat;
    float: left;
    position: absolute;
    top: -15px;
    left: 5px;
    text-decoration: none ! important;
}

.post {
    clear: both;
    margin: 0px 0px 35px 0px;
}

.postbody {
	text-align: justify;
    font-weight: normal;
    font-size: 16px;
    position: relative;
    clear: both;
}

.postcats {
}

.postcats a, .postcats a:link, .postcats a:visited, .postcats a:active {
    color: #015ab6;
}

.postcoms {
    margin-top: -15px;
    font-size: 14px;
    font-family: 'Bree Serif', serif;
    text-align: center;
}

.postentry {
    margin-bottom: -15px;
    padding: 6px 10px;
}

.postentry p {
    overflow: hidden;
}

.postentry > p:first-child {
    margin-top: 0px;
}

.postentry > p:last-child {
    margin-bottom: 0px;
}

.postheader {
    padding: 0px;
    overflow: visible;
    text-align: left;
    clear: both;
}

.postheader-datetime {
    height: 20px;
    color: #ba0025;
    line-height: 20px;
    font-size: 16px;
    font-family: 'Bree Serif', serif;
}

.postheader-date {
    float: left;
    white-space: nowrap;
}

.postheader-time {
    float: right;
    white-space: nowrap;
}

.postheader-title {
    clear: both;
    min-height: 32px;
    color: #004892;
    line-height: 32px;
    padding: 0px 10px 5px 10px;
    font-size: 30px;
    font-family: 'Bree Serif', serif;
    border-bottom: 2px solid #004892;
    margin-bottom: 5px;
    margin-top: -25px;
}

.postheader-title a, .postheader-title a:link, .postheader-title a:visited, .postheader-title a:hover, .postheader-title a:active {
    color: #004892;
    text-decoration: none ! important;
}

.postheader-title a:hover {
    text-decoration: none ! important;
}

.postinfo {
    padding: 3px 5px;
    color: #666;
    clear: both;
    margin-top: 10px;
    font-weight: normal;
    font-size: 12px;
}

.postlinks {
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    text-align: right;
}

.postlinks a, .postlinks a:link, .postlinks a:visited, .postlinks a:active {
    color: #015ab6;
}

.posttags {
    text-align: left;
    clear: both;
}

.posttags a, .posttags a:link, .posttags a:visited, .posttags a:active {
    color: #015ab6;
}

.posttime {
    text-align: right;
    font-weight: normal;
    font-size: 11px;
}

.price {
    font-size: 16px;
    font-weight: bold;
    color: #39559f;
    text-align: center;
}

.quicklinks {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 150px;
	margin: 5px 0px 10px 20px;
	padding: 3px 5px;
	color: #666666;
	font-weight: normal;
    font-size: 12px;
	background: url('images/bkgd-quote2.jpg') top left repeat;
	border: 1px solid #d0c3d9;
    font-family: 'Bree Serif', serif;
}

.quicklinks p {
    margin: 0px;
}

.quicklinks ul {
    padding-left: 20px;
    margin: 5px 10px 0px 0px;
}

.quotation {
    width: 75%;
    height: 152px;
    margin: 0px auto;
	padding: 20px;
	color: #666666;
	font-weight: normal;
    font-size: 13px;
    text-align: justify;
	background: url('images/bkgd-quote2.jpg') top left repeat;
	border: 1px solid #d0c3d9;
    font-family: 'Bree Serif', serif;
    position: relative;
}

.quotation p:first-child, .quotation p:first-child img {
    margin-top: 0px;
}

.quotation p:last-child {
    margin-bottom: 0px;
}

.quotehead {
    margin: 5px 0px 30px 0px;
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    font-size: 24px;
    color: #ba0025 ! important;
    text-align: left;
}

.read-more {
    /*text-align: left;
    margin-top: 0px;
    margin-bottom: -15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: 'Bree Serif', serif;*/
    font-size: 16px;
    font-family: 'Bree Serif', serif;
    text-align: center;
    margin-top: -15px;
    margin-bottom: -25px;
    background: #abc9f1;
    padding: 5px 10px;
    opacity: 0.4;
    clear: both;
    position: relative;
    bottom: 0px;
    left: 0px;
}

.read-more:hover {
    opacity: 1;
}

.read-more a {
    display: block;
}

li .read-more {
    position: relative;
    margin: 0px 0px -30px -40px;
}

.excerpts-from-children .read-more {
    margin-top: 10px;
}

.required {
    font-weight: bold;
    color: #c00;
}

.right {
    text-align: right;
}

h3 a.rsswidget {
    color: #fff ! important;
}

.rss-date {
    font-style: italic;
    color: #86bce8 ! important;
    padding-left: 5px;
    font-weight: normal ! important;
}

.rss-widget-icon {
    display: none ! important;
}

.rule {
    height: 1px;
    background: #cfcfcf;
    /*border-top: 1px solid #5f4770;*/
    border: none;
    margin: 20px auto ! important;
    clear: both ! important;
}

.saddlebottom {
    background: url('images/saddle-bottom.jpg') bottom center no-repeat;
}

.saddletop {
    background: url('images/saddle-top.jpg') top center no-repeat;
}

.screen-reader-text {
    display: none;
}

.share-h {
    text-align: left;
    margin-top: 15px;
}

.share-h .share-google, .share-h .share-twitter, .share-h .share-facebook {
    float: left;
    margin: 0px 5px;
}

.share-v {
    float: right;
    text-align: center;
    margin-left: 10px;
    padding: 5px;
    background: #e3dfd4;
}

.share-v .share-google, .share-v .share-twitter, .share-v .share-facebook {
}

.share-google, .share-twitter {
    margin-bottom: 5px;
}
/*
.share-twitter, .share-facebook {
    padding-top: 5px;
    border-top: 1px solid #a2766b;
}

.share-facebook {
    padding-left: 6px;
}
*/

.shipping {
    font-size: 12px;
    text-align: center;
    clear: both;
}

.sidebarleft,
.sidebarright {
    width: 245px;
    padding: 0px 15px 0px 15px;
	text-align: left;
    margin: 0px 0px -50px 0px;
    position: absolute;
    top: 247px;
    /*position: relative;
    top: 0px;*/
}

.sidebarleft div:first-child,
.sidebarright div:first-child {
    margin-top: 0px;
}

.sidebarleft {
    left: 0px;
    background: url('images/menu-left-fill.png') top center repeat-y;
}

.sidebarright {
    right: 0px;
    background: url('images/menu-right-fill.png') top center repeat-y;
    margin-bottom: 50px;
}

.sidebarright .menuhead {
    text-align: right;
}

.sidebarlefttop,
.sidebarleftbottom,
.sidebarrighttop,
.sidebarrightbottom {
    width: 275px;
    height: 26px;
    position: absolute;
    left: 0px;
}

.sidebarlefttop,
.sidebarrighttop {
    top: -26px;
}

.sidebarleftbottom,
.sidebarrightbottom {
    bottom: -26px;
}

.sidebarlefttop {
    background: url('images/menu-left-top.png') top center no-repeat;
}

.sidebarrighttop {
    background: url('images/menu-right-top.png') top center no-repeat;
}

.sidebarleftbottom {
    background: url('images/menu-left-bottom.png') top center no-repeat;
}

.sidebarrightbottom {
    background: url('images/menu-right-bottom.png') top center no-repeat;
}

.sidebarspacer {
    height: 50px;
    margin: 0 0 -50px 0;
    background: transparent;
}

.social-fb,
.social-li,
.social-sk,
.social-tw {
    width: 51px;
    height: 51px;
    position: absolute;
    right: 18px;
}

.social-fb {
    top: 4px;
}

.social-li {
    top: 58px;
}

.social-sk {
    top: 112px;
}

.social-tw {
    top: 166px;
}

.srm-items li p sub {
    /*display: none;*/
}

.statsul {
    margin-bottom: 10px ! important;
}

.statsul li {
    margin-bottom: 3px ! important;
}

.stream {
    max-width: 160px ! important;
    width: 160px ! important;
}

.tablestats {
    width: 80%;
    margin: 20px auto;
}

.tablestatshead {
    font-weight: bold;
    text-align: center;
}

.tablestatsrow1label {
    padding: 3px 6px;
    text-align: right;
    background: #bfd1e9;
}

.tablestatsrow1data {
    padding: 3px 6px;
    text-align: center;
    background: #bfd1e9;
}

.tablestatsrow2label {
    padding: 3px 6px;
    text-align: right;
    background: none;
}

.tablestatsrow2data {
    padding: 3px 6px;
    text-align: center;
    background: none;
}

.top {
    vertical-align: top;
}

.wp-caption {
    overflow: none;
	padding: 5px;
	margin: 0px 10px 18px 11px ! important;
}

.wp-caption img {
	border: 2px solid #cfcfcf;
	position: relative;
	top: -1px;
	left: -1px;
}

.wp-caption-text {
    white-space: normal;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.wp-smiley {
    vertical-align: text-top;
}

/*
Gallery styles
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-caption {
	margin-left: 0;
	}

.gallery {
	margin: auto 35px ! important;
}
*/