/*
	Theme Name: Lifestyle Child Theme
	Theme URI: http://www.studiopress.com/themes/lifestyle
	Description: Lifestyle is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	
	Version: 2.0

	Template: genesis
	Template Version: 1.6.1

	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
* Lifestyle Blue


*/


/* Defaults
------------------------------------------------------------ */
@import url(https://fonts.googleapis.com/css?family=Dancing+Script);



body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #444;
	font-family: Georgia, Helvetica, Tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input,
select,
textarea,
.sticky {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Hyperlinks
------------------------------------------------------------ */

a{
	color: #3B5998;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {color: #8EAD61;}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background-color: #F5F3F1;
}


/* Wrap
------------------------------------------------------------ */


#wrap {
background: #fff;
	margin: 15px auto;
	overflow: hidden;
	padding: 0 0 0px;
	width: 1110px;
-moz-box-shadow: 0 0 5px #83746F;
-webkit-box-shadow: 0 0 5px #83746F;
box-shadow: 0 0 5px #83746F;
}


/* Header
------------------------------------------------------------ */




#header {
/*background:  url(http://m.ortabas.com/wp-content/uploads/2015/01/BNOTPWinter.jpg) no-repeat bottom;*/
background: url(http://m.ortabas.com/wp-content/uploads/2015/01/BNOTPWinter.jpg) no-repeat bottom;height: 293px;margin: 0px auto;width: 1110px;}


.page-template-landing-php #header {
	margin: 20px auto 0;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 35px 0 0 30px;
	width: 400px;
}

.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;
	line-height: 48px;
	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: 20px;
	font-style: italic;
	text-shadow: #666 1px 1px;
}

.header-full-width #description {
	text-align: center;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 250px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.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: 1110px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;

}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#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.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#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.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#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.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 180px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 160px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -31px 0 0 179px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {  background: #564e4c;
	border-bottom: 1px solid #ddd;
	clear: both;
	font-family: 'Georgia', arial, serif;
	font-size: 15px;

	margin: 0 auto;
	overflow: hidden;
	width: 1110px;
	line-height: 17px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	padding: 9px 10px 8px;
	position: relative;
	text-decoration: none;

	color: #fff;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #F9EC8D;
}

#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: #4B3F41;
	font-size: 11px;
	padding: 5px 10px;
	position: relative;
	width: 128px;
letter-spacing 0px;
}

#nav li li a:hover,
#nav li li a:active {
	color: #fff;
background: #564e4c
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#nav li ul a { 
	width: 130px;
}

#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: 10px 10px 8px;
}

#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: 0 10px;
}

#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 {
	background: url(images/subnav.png);
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #fff;
	font-family: 'Oswald', arial, serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 auto;
	overflow: hidden;
	width: 1110px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	
	color: #81726D;
	display: block;
	padding: 9px 16px 8px 15px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #fff;
	color: #444;
}

#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-color: #fff;
	border: 1px solid #ddd;
	border-top-width: 0;
	color: #444;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	color: #509ac9;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 130px;
}

#subnav li ul ul {
	margin: -31px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 15px;
	width: 1070px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	background: url(images/line.png) bottom repeat-x;
	color: #444;
	font-family: 'Georgia', arial, serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 1080px;
}

.breadcrumb a,
.breadcrumb a:visited {
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}







/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 1080px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 1080px;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 700px;
}

.content-sidebar #content,
.sidebar-content #content {
	padding: 5px 10px 0 0px;
	width: 700px;
}

.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 {
	width: 1000px;
}

.page-template-landing-php #content  {
	padding: 20px 100px 0;
	width: 720px;
}

blockquote {
	background-color: #f5f5f5;
	clear: both;
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

blockquote p {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14px;
	font-style: italic;
}

.post {
border-bottom: 3px double #E8EFEF;
	margin: 0 0 25px;
	overflow: hidden;
	padding: 0 0 25px;
}

.single .post {
	background: none;
	margin: 0 0 20px;
	padding: 0;
}

.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: 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,
h4,
h5,
h6 {
	color: #444;
font-family: 'Georgia', cursive;
	font-size: 18px;
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
		font-family: 'Georgia', arial, serif;
	font-size: 18.5px;
line-height: 23px;
	
font-weight: normal;
color: #3B5998;
	line-height: 30px;
}

h2 a:hover {
	color: #444;
	text-decoration: none;
}

.home h2 a,
.home h2 a:visited {
	font-family: Georgia, Helvetica, Tahoma, sans-serif;

line-height: 23px;
	
font-weight: normal;
color: #3B5998;
}




h3 {
	font-size: 20px;
}

h4,
h4 a,
h4 a:hover,
h4 a:visited {
	color: #444;
	font-size: 16px;
	text-decoration: none;
}

#footer-widgets h4 {
    color: #2e4ba1;
font-size: 16px;
}

h5 {
	font-size: 16px;
}

h6 {
background: #f6f6f6;
padding: 5px;
	font-size: 18px;
color: #5E4541;
margin-top: 10px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	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 {
	font-size: 13px;
	margin: 5px 0 8px;
line-height: 13px;

}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 7px 10px 5px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/line.png) top repeat-x;
	margin: 0 0 40px;
	padding: 20px 0 0;
	overflow: hidden;
}


/* 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;
	font-size:18px;
	text-transform: none;
}
	
.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;
	display:none; //Requested on 1/10/14 by Susan. Added by Tony Oravet.
}
	
.time {
	background: url(images/icon-time.png) no-repeat top left;
	padding: 2px 0 2px 21px;
}


/* Images
------------------------------------------------------------ */

img {
	max-width: 98%;
max-height: auto;

}

.entry-content img {max-width: 700px;
max-height: auto;}

.post-format-image {
	background: none;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

.page .post-format-image {
	display: none;
}

img.alignleft,
img.aligncenter
img.alignright,
.alignleft img,
.aligncenter img,
.alignright img,
.featuredpage img,
.featuredpost img {
	border: 1px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 4px;
max-height: auto;
}



.avatar,
.post-image {	
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: left;
	height: 30px;
	margin: 0 5px 0 0;
	padding: 4px;
	width: 30px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 20px 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;
	line-height: 12px;
}

.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 {
	background: #fff;
border: 1px solid #E8EFEF;
	display: inline;
	float: right;
	margin: 0 0px 10px;
	padding: 8px;
	width: 340px;
}

#sidebar-alt {
	background: #f5f5f5;
	float: left;
	padding: 15px 15px 5px;
	width: 120px;
}

.sidebar-bottom-left {
	display: inline;
	float: left;
	width: 160px;
}
	
.sidebar-bottom-right {
	display: inline;
	float: right;
	width: 160px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	border-bottom: 3px double #E8EFEF;
	margin: 0 0 15px;
	padding: 0 0 20px;
}

.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: #509ac9;
	display: inline;
	font-family: 'Georgia', 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 #content .featuredpage .page,
.page-template-page-portfolio-php #content .featuredpost .post {
	width: 200px; 
	height: 270px; 
	float: left; 
	display: block; 
	margin: 0px 15px 10px 15px; 
	text-align: center;
}

.page-template-page-portfolio-php #content {
	width: 700px;
}

.page-template-page-portfolio-php #content h4 {
	font-family: 'Georgia', arial, serif;
	font-size: 24px;
	font-weight: normal;
	color: #3B5998;
	line-height: 30px;
	margin-bottom: 30px;
}

.page-template-page-portfolio-php #content p {
	color: #3B5998;
	font-size: 16px;
	line-height: 18px;
	padding: 0px;
}

.page-template-page-portfolio-php .featuredpage img,
.page-template-page-portfolio-php .featuredpost img {
	border: 0px solid #ddd;
	max-width: none;
	margin: 0 0 10px;
	padding: 0px;
max-height: auto;
}

#homepage-left {
	clear: none;
	float: left;
	width: 48%;
}





#homepage-right {
	clear: none;
	float: right;
	width: 48%;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #6ec6ea;
	border: 1px solid #6ec6ea;
	color: #fff !important;
	cursor: pointer;
	font-family: 'Georgia', arial, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 7px 4px;
	text-decoration: none;
}

#nav .searchsubmit {
	padding: 2px 7px 2px;
}

.reply a,
.reply a:visited {
	padding: 0 4px;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #509ac9;
	border: 1px solid #509ac9;
	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: #3B5998;
	font-family: 'Georgia', 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: #3B5998;
	font-family: 'Georgia', arial, serif;
	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 {
/*background: #fff url(http://m.ortabas.com/wp-content/uploads/2012/09/fence.png) bottom repeat-x;*/
background: #fff;
border-top: 1px solid #fff;
    clear: both;
    color: #fff;
    font-size: 12px;
    margin: 0 auto 0;
    overflow: hidden;
    padding: 10px 20px 60px 20px;
	width: 1110px;
}
 
#footer-widgets .wrap {
    margin: 0 auto;
    width: 1110px;
}
 
#footer-widgets .widget {
    background: none;
    border: none;
    padding: 0;
}

#footer-widgets p {
    color: #3b5998;
    padding: 0 0 10px;
}
 
#footer-widgets a,
#footer-widgets a:visited {
    color: #3b5998;
    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 img {height:250px; width:250px;}

.footer-widgets-1 {
    float: left;
    padding: 0 10px 0 0;
    width: 260px;
}
 
.footer-widgets-2 {
    float: left;
    width: 260px;
    padding: 0 10px 0 0;
}

.footer-widgets-3 {
    float: left;
    width: 260px;
    padding: 0 10px 0 0;

}
 
.footer-widgets-4 {
    float: left;
    width: 260px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: #5A4B48; 
width: 1110px;
	margin: 0px auto;
	clear: both;
	font-family: 'Georgia', arial, serif;
	font-size: 12px;
	overflow: hidden;
	margin: 0 auto;
	padding: 5px 10px 5px 10px;
color: #fff;

}


#footer p {
	color: #fff;
	font-family: 'Georgia', arial, serif;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 10px;
	width: 200px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 695px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 30px;
	overflow: hidden;
}

#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;
}

.comment-author { 
	background: #e5e5e5;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 10px 0;
}

.comment-meta { 
	background: #e5e5e5;
	font-size: 12px;
	padding: 0 10px 8px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
	padding: 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: Georgia, 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;
}




.category p, .category #content a {font-family: 'Georgia', arial, serif;
	font-size: 11px;

margin-bottom: 2px;
line-height: 12px;
text-align: center;
}

.page-template-page-portfolio-php h2 a,
.page-template-page-portfolio-php h2 a:visited {
	font-size: 16px;
	line-height: 20px;
}

.category #content-sidebar-wrap {width: 1110px; padding-left: 0px;}
 .category .post {
	float: left;
margin: 0px 15px 10px 15px;
	padding: 5px 0 15px;
	overflow: hidden;
font-size: 15px;
width: 200px;
height: 270px;
border-bottom: none;
}

.category .post a img, .category .post img {
float: center;
margin: 0 auto 5px;
border: none;
background: none;
}

.category p {display:none;}

.category .post-meta, .category .post-info, .category #share {display: none;}

.category .post a img, .category .post img {float: center;
margin: 0 auto 5px; }

.category #content h2 a {position:absolute;margin-top:225px; font-size: 16px;width:225px;padding-left:0;line-height:18px;}

.ads a img {margin-bottom: 8px;}

#slipfire-tabber-2 {border-bottom: none; margin-bottom: -65px; min-height: 155px;}

#slipfire-tabber-2 .tabberlive.style1 {
    padding: 15px 0 50px;
background: #F6f6f6;
border: 1px solid #ddd;
font-family: Georgia;
}

#php-widget-2 {
margin-bottom: 10px;

}

.home .featuredpost .post {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 5px 0;

}

#footer-widgets .featuredpost .post {
    margin: 0 0 0px;
    overflow: hidden;
    padding: 5px 0;
height: auto; 
border-bottom: 1px solid #778899;}

#footer-widgets h2 a {font-size: 14px; line-height: 17px;}

.page-template-pageblog-php .share {display: none;}

.page-template-default h1 {font-size: 24px;}

#dfcg-text p{
    color: #000000 !important;
    margin: -10px 5px 5px 5px!important;
    padding: 0 !important;
text-align: center;
padding-top: -10px;
text-align: center;
}

#dfcg-text p{
    color: #000000 !important;
    margin: 10px 5px 10px 5px!important;
    padding: 0 !important;
text-align: center;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#dfcg-text h3{ display: none;}

#linkwithin_logolink_0 {color: #fff;}

#text-17 input {padding: 4px; margin-right: 2px; background:#FEFEFE;}

#share {margin-left: 75px; margin-top: -22px;}

body.home #content .post p img, body.home #content .post p a img {display:none;}


table#banner-chart {
    cell-padding: 10px;
}

td.oio-pricing-tdloop {
     line-height: 25px;
     padding: 5px;
     min-width: 200px;
}



.post-nav {
    overflow: auto;
    margin: 10px 0;
    padding: 5px 0;
}
.post-nav span.next {
    border-bottom: 2px solid #f6f6f6;
    display: block;
    margin-bottom: 5px;
font-weight: normal;
color: #444444;
}
.post-nav span.prev {
    border-bottom: 2px solid #f6f6f6;
    display: block;
    margin-bottom: 5px;
font-weight: normal;
color: #444444;
}

.prev-post-nav a{color: #3B5998;}
.next-post-nav a{color: #3B5998;}

.post-nav a {
    text-decoration: none;
font-weight: bold;
text-transform: none;
}
.post-nav a:hover {
    text-decoration: underline;
}
.post-nav a:active {
}
.next-post-nav {
    width: 50%;
    float: left;
}
.prev-post-nav {
    width: 50%;
    float: right;
    text-align: right;
}

/* added by zalary July 15 2013 to address premium ad spacing issue */
#oio-banner-3 { margin: 10px auto !important; }

.signup {
background: #e0e3eb;
border: 1px solid #474747;
color: black;
line-height: 1em;
padding: 1em;
font-size:20px;}

#comment {color: #000;}


.signup input, select, textarea, .sticky {
background-color: #f5f5f5;
border: 1px solid #ddd;
padding: 16px;
color: #999;
box-shadow: 0 0 5px #ddd inset;
}

.signup button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
background-color: #333;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 16px 24px;
padding: 1rem 2.4rem;
text-transform: uppercase;
width: auto;
}

.sidebarsignup button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
background-color: #333;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 16px 24px;
padding: 1rem 2.4rem;
text-transform: uppercase;
width: auto;
}


/*Share This Customizations for FB LIKE Button*/
.fb_iframe_widget {
display: inline-block;
position: relative;
top: -10px;
}

.stButton {margin-right:0 !important;margin-left: 0 !important;}
textarea#comment {font-size:20px;}

#footer-widgets h4 {
color: #2e4ba1;
font-size: 16px;
text-align: center;
border-bottom: 1px solid #2e4ba1;
}

/*Trying to line up post widgets that longer titles*/
/*p.pis-title {position:relative; top:70px; color:#fff!important;}
a.pis-title-link {color:#fff!important; padding:4px;}
li.pis-li {height:300px; width:250px;}
#footer-widgets ul li {
list-style-type: square;
margin: -30px 0 0 15px;*/
}


#hat_widget-2 {margin-top:20px;}

#tabs {
background: none;
height: auto;
display: block;
padding: 0;
margin-bottom: 0px;
margin-left:0px;
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
width: 100%;
}

.tabs-content {
position: relative;
overflow: hidden;
padding: 15px;
background: #ededed;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}


/* removing default tabs border */
.h16{
	border: 0px;
}

/* removing default grey background from tabs menu */
.h16 ul#tabs-menu{
	background: transparent;
}

/* removing borders from tabs menu list items */
.h16 ul#tabs-menu li{
	border: 0px;
}

/* removing margins, paddings from tabs content div */
.h16 div#tabs-content{
	padding: 0;
	margin: 0;
}

/* adding bottom padding to tabs content inner div */
.h16 div#tabs-content-inner{
	padding: 0 0 30px 0;	
}

/* adding paddings, borders to divs with contents */
.h16 div#tabs-content-inner > div{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
	padding: 10px 10px 10px 10px;
	border: none;        
}

/* setting properties for all menu links */
.h16 ul#tabs-menu li a {
background: #d0d3d5;
color: #000;
border-bottom: none;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
margin-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 6px;
font-size: 12px;
}

/* setting property for links hover state */
.h16 ul#tabs-menu li a:hover{
	background: #ededed;
}

/* setting property for active link */
.h16 ul#tabs-menu li.selected a{
	background: #ededed;
}

.h16 div#tabs-content-inner > div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px 10px 10px 10px;
border: none!important;
}

.h16 div#tabs-content-inner .sidebarsignup button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
background-color: #333;
border: none;
box-shadow: none;
color: #fff;
cursor: pointer;
padding: 16px 24px;
padding: 4px 10px;
text-transform: uppercase;
width: auto;
}




body.category .socialshare {display:none;}
body.archive .socialshare {display:none;}
body.archive #ac_5268 {display:none;}

body.archive .ntent, body.category .ntent, body.search .ntent, body.category .signup, body.search .signup, body.archive .signup, body.category .googlead-post, body.archive .googlead-post, body.search .googlead-post {display:none;}
#af-form-761470151 p {color: #000;}

/*body.page-template-page-portfolio #BetweenNapsonthePorch_Above_Footer_728x90 {display:none;}*/

/* Taxonomy Description
------------------------------------------------------------ */
.taxonomy-description {
    background-color: #FFF!important;
    border: 0px solid #fff!important;
    box-shadow: none!important;
    font-family: 'Georgia', arial, serif;
    font-size: 24px!important;
    font-weight: normal;
    color: #3B5998!important;
    line-height: 30px;
    margin-bottom: 0px;
}
h1.archive-title {font-size:24px;!important}
if (window!= top) top.location.href = location.href;

