
/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 1em;
    line-height:22px;
    color: #333333;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	//font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#333333;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    //font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    height:1px;
    margin: 25px 0 25px 0;
}
.ie7 hr {
	background-color:transparent;
	color:#ccc;
}

h1, h2, .widgettitle {
    font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;   
}
h2 {
    font-size: 1.3em;
    color: #b90f27;
}
h3 {
    color: #b90f27; 
    font-weight: bold;
}


/* =Header
-------------------------------------------------------------- */

#header {
    //z-index:-1;
}
/* #branding {
    padding:88px 0 44px 0;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #FF4B33;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:italic;
} */




/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:32px;
    //font-size:13px;
    overflow:visible;
    z-index:100;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
}
.sf-menu {
	line-height:1.0;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:0;
	top:2.5em; /* match top ul list item height */
	z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
	 float:left;
	 margin-left:1px;
}
.sf-menu li {
	//background:#fff;
}
.sf-menu li li {
	//background:#fff;
}
.sf-menu li li li {
	//background:#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover{
	outline: 0;
  color: #e9a523
}
.sf-menu ul {
  //border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    //background:#fafafa;
	  //border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/*** 2nd level ***/
/* sub menu styling aka dropdown */
.sf-menu ul {
    border-right: 1px solid #dee7ed;
    border-left: 2px solid #dee7ed;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles- adjust if you have gaps between first level and drop-down sub menu*/
}
.sf-menu ul ul {
    margin-top:0; /*unlikely to need adjusting */
}
/* 2nd level side triangles with pure CSS */
.sf-menu li li .sf-sub-indicator { /*right arrow*/
	//border-color: transparent transparent transparent WHITE;
}


/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:66px 0 22px 0;
}
.page-title {
    font-size:1.8em;
    font-weight:bold;
    line-height:26px;
    color:#b90f27;
    padding:0 0 44px 0;
}
.page-title-tips{
    padding-bottom: 10px;
}
.attachment .page-title {
    font-style:italic;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
/* don't display who published the article or when etc */
.entry-meta {
    display: none;
}
.archive .hentry {
    padding: 25px 25px 5px 25px;
    margin-bottom: 25px;
    background-color: #f0efef;
    border-radius: 10px; 
}
.category-options {
    font-size: 0.9em;
}

/*makes sure that the read more tag and an image are covered by the background*/
.archive .hentry:after {
    content:'';
    display:block;
    clear: both;
}

//make every other box a slightly different shade
.archive .hentry:nth-child(odd), .archive .hentry.category-tips:nth-child(odd)  {
    background-color: #f2f5f7; 
}
.archive .hentry.category-tips{
    background-color: #f0efef;   
    margin-right: 25px;
}
/*don't display the meta info (author, date etc) or the post a comment stuff */
.archive .hentry.category-tips .entry-meta, 
.archive .hentry .entry-utility{
    display: none;
}
.entry-thumb .wp-post-image{
    border: none;
    padding: 0;
}
.category-tips .entry-thumb .wp-post-image{
    float: left;
    padding-right: 10px;
    margin: 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title{
    font-weight:bold;
    line-height:26px;
    padding:0 0 7px 0;
    color:#b90f27;  
}
h1.entry-title {
    font-size:1.8em;
}
h2.entry-title {
    font-size:1.5em;
}
.entry-meta {
    color:#666;
    //font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n, .entry-meta .nickname {
    //font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    //font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}

.entry-content {
    padding:22px 0 35px 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    //font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
}
.entry-content h3 {
    //font-size:17px;
    //font-style:italic;
    padding:0 0 0 0;
}
.entry-content h4 {
    //font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	  clear:both;
    color:#666;
    //font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
}
.page .edit-link {
	clear:both;
	display:block;
}
.page-link {
	clear:both;
    //font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}


/*BULLET POINTS IN CONTENT*/ 
.page .entry-content ul.bullet_styling {
    list-style-position: inside;
    margin: auto;
    width: 70%;
    margin-bottom: 25px;
}
.page .entry-content ul.bullet_styling li{
    background-color: #f0efef;
    padding: 5px 5px 5px 25px;
}
.page .entry-content ul.bullet_styling li:first-child{
    border-top-left-radius: 15px;
}
.page .entry-content ul.bullet_styling li:last-child{
    border-bottom-right-radius: 15px;
}
.page .entry-content ul.bullet_styling li:nth-child(odd){
    background-color: #f2f5f7; 
}/*END BULLET POINTS*/

/*HIGHLIGHT BOX */
.highlight_box {
    border: 2px solid #06817b;
    border-radius: 15px;
    padding: 25px 25px 25px 10px;
    background-color: white;
    background-image: url('images/highlight_background.gif');
    background-repeat: repeat-x;
    background-position: bottom;
}
.highlight_box h2 {
    padding-top: 0;
}
.highlight_box:after{
    content:'';
    display:block;
    clear: both;
}
/* homepage */
.let_us {
    color: #b90f27; 
    font-weight: bold;   
    font-size: 1.3em;
}
/*END HIGHLIGHT BOX */

#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}

/*Majority of styling for this is in links.css */
.moretag {
    margin: 15px 0 25px 0;
	float: right;
}


/*ICONS*/
.entry-content img.icon, .page-id-99 .entry-content img{
  border: 1px solid black;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #333333;
}

img.static_slider_image {
  border: none;
  border-radius: 0px; 
  box-shadow: none;
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;  
}

/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


/* =Navigation
-------------------------------------------------------------- */
.navigation {
    color:#666;
    //font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    //font-size:13px;
    line-height:18px;
}
#comments code {
    //font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    //font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px;
}
#comments-list h3 {
	padding-bottom: 0;
}
#comments-list,
#comments-list ul {
    list-style:none;
}
#comments-list ul,
#comments-list ol {
    padding-bottom: 18px;
}
#comments-list ul ul,
#comments-list ol ol,
#comments-list ul ul ul,
#comments-list ol ol ol {
    padding-bottom:0;
}
#comments-list .comment {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul .comment {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    //font-size:11px;
    padding:0 0 9px 46px;
}
.comment-reply-link {
    //font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-navigation {
    font-weight:bold;
	  padding: 18px 0 24px;
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    //font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}

#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    //font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    //font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    //font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    //font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    //font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    //font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
    //border-top:1px solid #ccc;
    margin-top:22px;
}
#siteinfo {
    color:#666;
    //font-size:11px;
    line-height:18px;
    padding:22px 0 44px 0;
}