/*
	Theme Name: SisBoomBlogTheme
	Theme URI: http://www.sisboomblog.com/
	Description: SisBoomBlogTheme is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: Silhouette Grahphic
	Author URI: http://www.silhouettegraphic.com/
	
	Version: 2.0.2

	Template: genesis
	Template Version: 1.8

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Formats
* Column Classes
* Headlines
* Unordered / Ordered Lists
* Post Info
* Post Meta
* Author Box
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: georgia, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 15px;
	font-weight: normal;
line-height:normal;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
h3 {
color: #000;
}

input,
select,
textarea,
.sticky,
.taxonomy-description {
	background-color: #F4F1E2;
	border: 1px solid #ddd;
}

.bbPress input,
.bbPress textarea {
	padding: 5px;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #980819;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
border:  none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
  margin: 10px auto;
  padding:0px;
width: 1000px
}



/* Header
------------------------------------------------------------ */

#header {
	background: #444 url(images/header.png) no-repeat top center;
	height: 225px;
	margin: -10px auto;
	width: 980px;
align: center; 
}

.page-template-page-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0px 00px 0 0px;
	width: 1000px;
}

.header-full-width #title-area {
	padding: 35px 0 0;
}
	
#title {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 48px;
	font-variant: small-caps;
	margin: 0;
	text-shadow: #666 1px 1px;
}

.header-full-width #title {
	text-align: center;
}

#title a,
#title a:hover {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#description {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	font-style: italic;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
margin: -294px 0 0 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 225px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 980px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width:980px;
height: 225px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: none;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 12px;
	width: 10px;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 158px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.menu li ul a { 
	width: 160px;
}

#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #980819;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 980px;
}

#nav ul {
	float: left;
	width: 100%;
margin: 0 0 4px 0;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 10px 10px 8px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #444;
}

#nav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #980819;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 150px;
}

#nav li ul ul {
	margin: -31px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	padding: 0px 10px 0px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #444;
	text-decoration: none;
}

#nav li.search {
	padding: 0px 10px 0px 0;
margin: -5px 0 0 0;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
		margin: 1px auto;
border-top: solid 2px #980819; 
border-bottom: solid 2px #980819; 
	clear: both;
	color: #000;
	font-size: 15px;
text-align: left;
width: 980px;
		overflow: hidden;
	word-spacing: 2px;
}

#subnav ul {
background: #F4F1E2 url() ;
	float: left;
text-align: left;
	width: 100%;

}

#subnav li {
background: #F4F1E2 url() ;
	float: left; 
text-align: left;
	list-style-type: none;
}

#subnav li a {
		display: block;
text-align: left;
	padding: 3px 16px 1px 15px;
	position: relative;
	text-decoration: none;
color: #000;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	color: #000;
}

#subnav li a .sf-sub-indicator {
	display: block;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
background: #F4F1E2 url() ;
	border-bottom: 1px solid #ddd;
	border-top-width: 0;
	color: #000;
	font-size: 12px;
	padding: 1px 10px;
	position: relative;
	text-transform: none;
	width: 200PX;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #999999;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 150px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
color: #fff;
}
#subnav a, #subnav a:visited {
	color: #000;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 0;
	width: 980px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 980px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 950px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 980px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 980px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 620px;
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 5px 0px 10px 00px;
	width: 620px;
}

.content-sidebar-sidebar #content {
	padding: 0 10px;
	width: 430px;
}

.sidebar-sidebar-content #content {
	padding: 0 10px 0 0;
	width: 440px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	padding: 0 0 20px;
	width: 980px;
}

.page-template-page-landing-php #content  {
	padding: 20px 100px 0;
	width: 520px;
}

blockquote {
		clear: both;
	margin: 5px 15px 5px;
}

blockquote p {
	color: #777;
font-family:'CopperplateGothicLTW01- 706016';
	font-size: 14px;
	font-style: italic;
}

.post {
	background: url(images/line.png) bottom repeat-x;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.sticky {
	padding: 20px;
}

.format-aside,
.format-audio,
.format-link,
.format-quote,
.format-status,
.format-video {
	margin: 0 0 20px;
	padding: 0 0 10px;
}

.entry-content a,
.entry-content a:visited {
	text-decoration: underline;
}

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

.entry-content p,
.home #content p,
.page .entry-content p {
	padding: 5px 10px 10px;
color:#333333;
  font-size:15px;
line-height: 21.5px;
font-family: Georgia, Times, 'Times New Roman', serif;

}

#author-description {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h5,
h6 {
	color: #980819;
	font-size: 18px;
	margin: 0 0 10px;
font-family:'CopperplateGothicLTW01- 706016';

}

h1,
h2,
h2 a,
h2 a:visited {
	color: #980819;
	font-size: 27px;
font-family:'Copperplate W01 Light';
}

h2 a:hover {
	color: #444;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
font-family: 'Copperplate W01 Light';
	font-size: 20px;
	line-height: 22px;
}

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 16px;
	line-height: 20px;
}

h3 {
	font-size: 20px;
}

.bbPress h2 {
	font-size: 20px;
	margin: 0 0 5px;
}

.bbPress h2.entry-title {
	display: none;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #999999;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
line-height: default;
padding: 0px;
margin: 0px;
}

#footer-widgets h4 {
	color: #333333;
text-align:left;
font-size: 17px; 
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
font-family: Garamond;
font-size: 17px;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
font-family: Garamond;
font-size: 17px;
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ul ul,
.entry-content ol ol {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
		clear: both;
	font-size: 10px;
	padding: 5px 10px 5px;
	text-transform: none;
}
.post-info a{
	color: #000;
}



/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: none;
}
.post-meta a{
	color: #000;
}



/* Author Box
------------------------------------------------------------ */

.author-box {
	border-bottom: 4px double #000;
border-top: 4px double #000;
	margin: 0 0 10px;
	padding: 10px 0 10px;
	overflow: hidden;
}
.author-box h3 {
padding: 0px;
margin: 0px;
}
.author-box p {
font-size: 12px; 
}
.author-box img {
float: left;
border: 1px solid #999999;
padding: 2px; 
margin: 4px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.categories {
	background: url(images/icon-categories.png) no-repeat top left;
	padding: 2px 0 2px 22px;
}
	
.post-comments {
	background: url(images/icon-comments.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 22px;
}

.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 10px;
	padding: 2px 0 2px 20px;
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 100%;
}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: none;	
	max-width: none;
  margin-left: auto;
    margin-right: auto;
	padding: 4px;
}

.page-template-page-portfolio-php .featuredpost a img:hover {
	border: none;
}

.avatar,
.post-image {	
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.bbp-user-home .avatar {
	margin: 0 0 10px;
}

.bbPress .avatar {
	background-color: #fff;
}
 
.avatar.avatar-14 {
	padding: 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	max-height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	max-width: 30px;
}

img.centered,
.aligncenter {
		display: block;
	margin: 0 auto 10px;
	padding: 4px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

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

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

.wp-caption {
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
		display: inline;
	float: right;
	margin: 0 0 10px;
	padding: 5px 2px 5px;
	width: 330px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 5px 5px 5px;
	width: 120px;
}

.sidebar p {
	padding: 0 0 5px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 110px;
}
.sidebar-bottom-left h4, .sidebar-bottom-right h4 {
font-size: 12px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 125px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget { 
  margin:0 0 10px;
  padding: 2px;
}

.widget-area ol,
.widget-area ul {
	margin: 5px 0 -5px 20px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
 	word-wrap: break-word;
}

.widget-area ol li {
	list-style-type: decimal;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	background-color: #fff;
	color: #333333;
	display: inline;
	font-family: arial, serif;
	font-size: 12px;
	margin: 2px 0 0;
	padding: 3px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 5px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px 0;
}

.page-template-page-portfolio-php .featuredpage .page,
.page-template-page-portfolio-php .featuredpost .post {
	float: left;
	margin: 0 9px 10px;
	padding: 5px 0 15px;
	overflow: hidden;
	width: 212px;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}

#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

#bbp_reply_submit,
#bbp_topic_submit,
input[type="button"],
input[type="submit"] {
	background-color: #980819;
	border: 1px solid #980819;
	color: #fff !important;
	cursor: pointer;
	font-family: arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

#nav #bbp_reply_submit,
#nav #bbp_topic_submit,
input[type="button"],
input[type="submit"] {
	background-color: #9A948A;
	border: 1px solid #9A948A;
	color: #fff !important;
	cursor: pointer;
	font-family:   arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}
#nav .s {
  background-color:#FFFFFF;
  color:#9A948A;
  font-family:  arial, serif;
  font-size:12px;
  margin:5px 2px 0 0;
  padding:4px 0 5px 5px;
  width:175px;
}
.reply a,
.reply a:visited {
	padding: 0 4px;
}

#bbp_reply_submit:hover,
#bbp_topic_submit:hover,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #9A948A;
	border: 1px solid #9A948A;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	margin: 1px 0 0;
}

.s {
	background-color: #fff;
	color: #9A948A;
	font-family: arial, serif;
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 0 5px 5px;
	width: 175px;
}

#nav .s {
	padding: 2px 0 2px 5px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	background-color: #fff;
	color: #980819;
		font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 195px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
 
#footer-widgets {
		border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto 0;
	overflow: hidden;
	padding: 15px 0 0 0;
	width: 980px;
}
 
#footer-widgets .wrap {
	margin: 0 auto;
	width: 980px;
border-top: 3px double #980819;
}
 
#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	color: #333333;
	padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
	color: #980819;
	text-decoration: none;
}

#footer-widgets a:hover {
	text-decoration: underline;
}
 
#footer-widgets ul {
	color: #fff;
	list-style-type: none;
	margin: 0 0 10px;
}
 
#footer-widgets ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 0px 0 px;
	width: 240px;
}
 
.footer-widgets-2 {
	float: left;
	padding: 0 0px 0 5px;
	width: 735px;
}
 
.footer-widgets-3 {
	float: right;
	width: 0px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 0;
	width: 980px;
border-top: 3px double #980819;
}

#footer p {
	color: #333333;
	font-family: arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #980819;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 980px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 700px;
}


/* Comments
------------------------------------------------------------ */

#comments {
margin: 10px 0 0px;
padding: 40px 0 0px 0; 
	overflow: hidden;
background: url("http://www.sisboomblog.com/wp-content/uploads/2013/07/Le-Comments.jpg") top center no-repeat;
}
#respond {
	margin: 0 0 30px;
padding: 40px 0 0 0;
	overflow: hidden;
background: url("http://www.sisboomblog.com/wp-content/uploads/2018/06/parlez-vous2.gif") top center no-repeat;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	margin: 0;
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	list-style: none;
	margin: 10px 0 0;
	padding: 10px;
}

.comment-list li ul li {
	list-style-type: none;
}

.comment-list p,
.ping-list p {
	font-weight: normal;
	margin: 10px 5px 10px 0;
	padding: 0;
	text-transform: none;
}

.comment-list ul.children {
	margin-top: 20px;
}

.comment-list ul.children li.comment  {
	background: #fff;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-weight:normal;
color: #000;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 10px;
	padding: 0 10px 15px;
color: #000;
}
.comment-content p { 
		font-size: 14px;
	}
.comment-meta a { 
	color: #000;
}
.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 10px 0;
}

.thread-alt,
.thread-even {
	background: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
.lifestyle-charcoal #wrap {
	background-image:url();
padding: 20px 0 10px 0;
}


#sidebar .simple-social-icons ul li {
	border: 1px solid #555 !important;
	margin: 0 10px 0 0 !important;
	padding: 1px !important;
}

#sidebar .simple-social-icons ul li:hover {
	border: 1px solid #333 !important;
}
.sidebar .enews-widget {
  padding:11.75rem 1rem 1rem;
background: url(http://www.sisboomblog.com/wp-content/uploads/2018/06/subscribedog-1.jpg) top center no-repeat;
}
.sidebar .enews-widget .widgettitle {
padding: 0;
margin: 0;
}
.sidebar .enews #subbox {
	background-color: #fff;
	color: #980819;
		font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 5px 7px;
	width: 245px;
}
.widgettitle, #comments h3, #respond h3 {
  background-image:url( );
  background-position:initial initial;
  background-repeat:initial initial;
  text-align:center;
font-size: 26px;
color: #000;
	text-transform: none;
}
.comments-title, .widget-headline, .widgettitle, h4{
    line-height: normal;
}
.widget-headline h4{
  padding:0 0.5rem;
}

#homepagefeaturedbottom {
}
.home .featuredpage .page,
.featuredpost .post {
		background:none;
}
.featuredpost h2 {
color:#980819;
  font-family:'Copperplate W01 Light', arial, serif;
  font-size:24px;
}
#featured-post-18 h2 a, #featured-post-18 h2 a:visited {
font-size: 30px; 
}
#featured-post-4 img {
border: 1px solid #000;
}
#featured-post-18 h2 a {
color:#980819;
}

#featured-post-2 .post, #featured-post-2 a img {
border: none;
float: left;
margin: 0;
padding: 0;
background: none; 
	}
#featured-post-2 img, #featured-post-2 a img {
		margin: 0 2px 5px 2px;
	padding: none;
height: 242px;
max-width: 177px;
}
#featured-post-18 img, #featured-post-18 a img {
	border: 4px double #000;	
}
#featured-post-18 img.centered,
.aligncenter {
border: none;
}
#featured-post-19 img, #featured-post-19 a img {
	border: 4px single #000;	
}
#featured-post-19 {
border-bottom: 2px dotted #980819;
}
.user-profile h4 {
color: #980819;
font-size: 20px; 
}
.user-profile {
border-bottom: 2px dotted #980819;
}
.sidebar .user-profile {
padding: 0 0 1rem 0;
}

/* Background Color + Border Radius etc. */
.gspm-sp {
    background: #980819 url(http://curiouskita.com/SG/wp-content/uploads/2013/04/blank.png) !important;
    }

/* Hover Color/ Effects */
.gspm-sp:hover {
    background: #B1A267!important;
}
/* Social icons - align left */

#socialicons img { 
	padding: 55px 0 0 0;
}
.fb_iframe_widget iframe {
  margin: -5px 0 0 0;
}
.search-header {
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 100;
}

.search-header .icon-search {
	color: #ccc;
	font-size: 18px;
	display: inline-block;
	padding-top: 2px;
}

.search-header .search-input {
	background: #fff;
	border: 1px solid #bbb;
	color: #777;
	outline: none;
	vertical-align: top;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}

.search-header .search-input:focus {
	background: #f9f9f9;
	border: 1px solid #ccc;
	color: #333;
	-webkit-box-shadow: inset 0px 0px 10px #fff;
	box-shadow: inset 0px 0px 2px #fff;
	text-shadow: 1px 1px 1px #fff;
}

.search-header .search-submit {
	display: none;
}

#featured-post-18 .post-info {
background: #fff;	
clear: both;
font-family:'CopperplateGothicLTW01- 706016';
	font-size: 11px;
	padding: 5px 10px 5px;
	text-transform: none;
}
.post-info a{
	color: #000;
}
/* Z-List Recipe
------------------------------------------------ */

.zlrecipe-container-border { border: 4px double #980819 !important;padding: 5px !important;}

#zlrecipe-container #zlrecipe-title {
	font-family:'NewYorkerW01-TypeRegula', 'CopperplateGothicLTW01- 706016';
	color: #980819;
    	padding-bottom: 0.8em !important;
	font-size: 22px;
	font-weight: normal;
}
#zlrecipe-container .border-bottom, #zlrecipe-container .b-b {
    background: url(" ") repeat-x scroll center bottom transparent; !important;
	border-bottom: none !important;
}
#zlrecipe-container {
background: #f4f1e2;
}
.zl-recipe-link a.butn-link {
    background-image: url("http://www.sisboomblog.com/wp-content/uploads/2013/07/save-recipe.jpg")  !important;
    background-repeat: no-repeat !important;
	background-position: top !important;
    cursor: pointer !important;
    display: block;
    height: 33px !important;
    width: 107px !important;
}
.zl-recipe-link a.butn-link:hover {
	background-position: bottom !important;
}
.ziplist-button {
  background-image: url("http://www.sisboomblog.com/wp-content/uploads/2013/07/save-recipe.jpg")  !important;
    background-repeat: no-repeat !important;
	background-position: top !important;
    cursor: pointer !important;
    display: block;
    height: 33px !important;
    width: 107px !important;
z-index:10;
}
.zlrecipe-print-link a.butn-link {
    background-image: url("http://www.sisboomblog.com/wp-content/uploads/2013/07/print.jpg")  !important;
    background-repeat: no-repeat !important;
	background-position: top !important;
    cursor: pointer !important;
    display: block;
    height: 33px !important;
    width: 59px !important;
	text-indent: -99999px;
}

.zlrecipe-print-link a.butn-link:hover {
	background-position: bottom !important;
}
#zlrecipe-container .zlrecipe-print-link {
    margin-top: 5px;
    padding-left: 0.1em !important;
}

#zlrecipe-container .img-desc-wrap {
    background-color: #F4F1E2 !important;
    padding-top: 1px;
}
#zlrecipe-container .img-desc-wrap img.photo {
	float: right;
padding: 0 0px 0 10px;
}
#zlrecipe-container .bold, #zlrecipe-container .strong {
    font-weight: bold;
	color: #980819;
}
#zlrecipe-container #zlrecipe-ingredients, #zlrecipe-container #zlrecipe-instructions, #zlrecipe-container #zlrecipe-notes {
font-size: 13px;
}
#zlrecipe-container #zlrecipe-summary p {
font-wight: normal; 
line-height: 18px;
}
#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { list-style-type: disc; } 

#zlrecipe-container #zlrecipe-ingredients-list li {
    list-style-type: circle;
		padding: 0 0 2px 15px !important;
font-family: Georgia,Times,'Times New Roman',serif;
   font-size: 13px;
}
#zlrecipe-container {
font-family: Georgia,Times,'Times New Roman',serif;
font-size: 12px;
}
#zlrecipe-container #zlrecipe-instructions-list li {
   font-family: Georgia,Times,'Times New Roman',serif;
   font-size: 13px;
}
#featured-post-3 .post-info, #featured-post-3 .post-info a, #featured-post-3 .time,#featured-post-3 .post-info p {
    font-size: 12px;
    font-family: Georgia,Times,'Times New Roman',serif;
   }
#featured-post-3 h4 {
font-size: 20px;
}
#featured-post-3 h2 a {
font-size:27px;
}
#featured-post-3 .post { 
border-bottom: 2px dotted #980819;
}