/*
Theme Name: Landscape
Theme URI: http://blankthemes.com/landscape/
Author: Blank Themes
Author URI: http://blankthemes.com/
Description: Landscape is a simple, responsive WordPress theme. 
Version: 1.0.3
License: GNU General Public License
License URI: license.txt
Tags: white, black, one-column, custom-background, custom-header, flexible-width

This theme, Landscape WordPress Theme, Copyright 2013 BlankThemes.com,  like WordPress, is licensed under the GPL. Landscape is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.


-------------------------------------------------------------- */



body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #000;
	xfont-family: georgia, sans-serif;
	font-size: 22px;
	xline-height: 1.5;
}

body { font-size:15px; }

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  
	margin: 0 0 30px 0;
}
h1{
	font-size:32px;
	
}
h2{
	font-size:28px;
}
h3{
	font-size:22px;
}
h4{
	font-size:20px;
}
h5{
	font-size:18px;
}
h6{
	font-size:14px;
	font-weight:bold;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	xmargin-bottom: 1.5em;
    xmargin:65px 0 0 0;
}
ul, ol {
    margin: 0em 0 1.5em 1.5em;
	xmargin: 1.5em 0 1.5em 3em;
	line-height:28px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #e6e6e6;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: top;
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	background: #000;
	color: #fff;
	cursor: pointer;
	font: 700 12px/1;
	letter-spacing: 0.1em;
	padding: 11px 22px;
	text-transform: uppercase;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus{
	background-color: #333;
}
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #333;
	box-shadow: inset 0 0 8px 2px rgba(0, 0, 0, 0.2), 0 1px 0 0 rgba(0, 0, 0, 0.2);
}
input[type="checkbox"],
input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
	vertical-align: middle;
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	color: #111;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	xfont-size: 15px;
	padding: 7px 3px 8px 7px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 7px 7px 8px 7px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/* Links */


.button a,
.button a:visited,
.buttona:active {
	color: #fff;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #666;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin:20px 20px 20px 0;
}
.alignright {
	display: inline;
	float: right;
	margin:20px 0 20px 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}
.alignnone{
	clear: both;
	display: block;
	margin: 20px 0;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Container
----------------------------------------------- */

#wrapper{
	width:100%;
}
#page{
	max-width:100%;
	margin: 0 auto;
}

#main {
	max-width:1000px;
	margin:0 auto;
	xpadding-top: 4em;
}

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



#masthead {
  


padding-bottom: 0;
max-width: 100%;
height: auto;
border-top: 9px solid #ff8a16;
border-bottom: 2px solid #313491;
position: fixed;
width: 100%;
z-index: 999;
background: #fff;
margin-top: -23px;
box-shadow: 0 0 5px 2px #666;
  

/*  
  
	xbackground:#111 url(images/default-header.jpg ) center 0 no-repeat;
	margin-top: 0;
	padding-bottom: 0;
	max-width: 100%;
	height: auto;
	position: relative;
	background-attachment: fixed;
    border-top: 9px solid #ff8a16; border-bottom:2px solid #313491;
  
  */
  
  
}
.admin-bar #masthead {
	background-position: center 28px;
}
#masthead #logo{
	
	margin:0 auto;
	position:absolute;
	top:27px;
    width:145px;
    height:50px;
}

#masthead #icons { position:absolute; top:33px; right:5px; }
#icons img { opacity:0.85; }
#icons img:hover { opacity:1; }
#icon_twitter img { display:inline-block; margin: 0 5px 0 0; }

h1.site-title {
	
	font-style: normal;
	padding:0;
    margin:0;
	font-weight:normal;
	xline-height: 1.2;
	position: relative;
	xtext-shadow:1px 1px #111;
}
.site-title a,
.site-title a:hover,
.site-title a:visited,
.site-description {
	color: #fff;
    font-size:0;
	text-decoration:none;
}
.site-title a:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
h2.site-description {
	font-style: italic;
	padding: 0;
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	xfont-family:georgia, arial;
}


/* =Menu
----------------------------------------------- */
#menu-item-258 { display:none; } 
#menu-item-230 {  margin-left: 40px; }

.main-navigation {
	display: block;
	xfloat: left;
	width: 100%;
	xfont-family: georgia, arial;
	text-transform:capitalize;
	xbackground:#000;
	z-index: 99999;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	clear:left;
	font-size:14px;

}

.main-navigation a{
	color:#333491;
}
.main-navigation ul {
	float: right;
        list-style: none;
        xmargin: 0;
        padding: 33px 0 0 0;
        position: relative;
        right: 50%;
}
.main-navigation ul li {
	display: inline-block;
	position: relative;
	left: 50%;
}
.main-navigation ul li:after {
	color: #666;
	xcontent: "|";
	display: inline;
	font-size: 12px;
	margin: 0 0 0 17px;
	font-style:italic;
}
.main-navigation ul li:last-child:after {
	content: normal;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul li {
	float: left;
	left: auto;
	font-style:normal;
}
.main-navigation ul a {
	display: inline-block;
	text-decoration: none;
	padding: 10px 30px;
	font-style:normal;
}
.main-navigation ul ul a {
	color: #606060; /* text color on drop down */
}
.main-navigation ul ul {
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: #fff;
	display: none;
	float: left;
	position: absolute;
		top: auto;
		left: -21px;
		right: auto;
	text-align: left;
	z-index: 99999;
	border:1px solid #a0a0a0;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 190px;
	font-size: 15px;
	padding: 7px 15px;
	border-bottom:1px solid #e0e0e0;
}
.main-navigation ul ul li:after {
	content: normal;
	margin: 0;
	padding: 0;
}
.main-navigation li:hover > a {
	color: #ff8b14;
	background:#333491;
}
.main-navigation ul ul :hover > a {
	color: #ff8a16;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
	color: #999;
}

/* Small menu */
.main-small-navigation {
	background:#000;
	margin: 0;
	padding: 0.5em 0 0;
	z-index:99999;
	position:fixed;
	width:100%;
}
.menu-toggle {
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	text-align: center;
}
.main-small-navigation .menu {
	display: none;
}
.main-small-navigation .menu,
.main-small-navigation .menu a {
	color: #fff;
}
.main-small-navigation ul{
	z-index:9999;
}
.main-small-navigation ul li{
	list-style-type:none;
}

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

.sticky {
}
.entry-title, .entry-title a{
	text-decoration:none;
	font-size:38px;
	color:#000;
	text-transform:capitalize;
	text-align:center;
}
.entry-title a:hover{
	text-decoration:none;
	color:#666;
}
.archive-title{
	margin-bottom:15px;
	font-size:22px;
	text-transform:uppercase;
	color:#999;
	text-align:center;
}
.hentry {
	xmargin:0 0 80px 0;
	xpadding:0 0 80px;
	xborder-bottom:4px double #e6e6e6;
}
.entry-meta {
	clear: both;
	text-align:center;
	font-family: georgia, serif;
	font-style:italic;
	margin:20px 0;
}
.entry-meta a{
	text-decoration:none;
	color:#999;
}
.sep{
	color:#e6e6e6;
	font-style:italic;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.single-thumbnail{
	margin:20px 0;
}
.single-thumbnail img:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* =Homepage template
----------------------------------------------- */

#intro{
	margin:0 0 40px 0;
	padding:0 0 20px;
	border-bottom:1px solid #e6e6e6;
	text-align:center;
	overflow:hidden;
	xfont-family: georgia, serif;
}
#intro p{
	padding:0 0 40px 0;
	margin:0;
	}



/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img,
.single-thumbnail img  {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
	xbox-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.single-thumbnail img,
.widget img  {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full,
.single-thumbnail img  {

}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley,
.widget img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
	box-shadow:none;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

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

#comments{
	border-bottom:4px double #e6e6e6;
	margin-bottom:20px;
}


.comments-title,
#respond h3#reply-title {
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0 0 0.9em;
	text-transform: uppercase;
}
#respond h3#reply-title {
	border: none;
}
#respond {
	margin: 2em 0;
}
.commentlist,
.children {
	list-style: none;
	margin: 0;
}
.children {
	margin: 0 0 0 6%;
}
.full-width .children {
	margin: 0 0 0 4%;
}
.commentlist li.comment,
.commentlist li.pingback {
	border-bottom: 1px solid #e3d3d3;
}
.commentlist .children li {
	border: none;
}
article.comment,
li.pingback {
	overflow: hidden;
	padding: 3em 0 0.7em;
    position: relative;
}
.children article.comment,
.children li.pingback {
	padding-top: 1.0em;
}
.comment-author {
	margin: 0;
	position: relative;
}
.comment-author cite {
	font-style: normal;
	font-weight: bold;
}
.comment-author .avatar {
    border: 1px solid #ccc;
    padding: 3px;
    position: absolute;
    	right: 0;
   	 	top: 0;
}
.bypostauthor > article .comment-author .avatar {
	background: #4188d4;
	padding: 3px;
}
.comment-meta {
	color: #7d7d7d;
	font-size: 12px;
	font-weight: 300;
	margin: 0 0 1.5em;
    padding: 0;
}
.comment-meta a {
	color: #7d7d7d;
}
.comment-content {
	margin: 0;
	position: relative;
}
.comment-content p {
	font-size: 13px;
	line-height: 1.538em;
	padding-bottom: 1.13em;
}
a.comment-reply-link {
	background: #f2f2f2;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    line-height: 2.429em;
    margin: 0 0 2em;
    opacity: 0.8;
    padding: 0 0.8em;
    text-align: center;
}
a.comment-reply-link:hover {
	opacity: 1;
}
#cancel-comment-reply-link {
	background: #f2f2f2;
    color: #333;
    display: inline-block;
    float: right;
    font-size: 10px;
    margin-left: 1.5em;
    padding: 0.3em 1em 0.1em;
    text-align: right;
}
#cancel-comment-reply-link:hover {
	opacity: 0.8;
}
#content .comment-navigation {
	margin: 1em 0 0;
}
.nopassword,
.nocomments,
.logged-in-as,
#respond .comment-notes {
	color: #7d7d7d;
	font-size: 12px;
	font-style: italic;
}

/* Comments Form */
#commentform {
	position: relative;
}
#respond label {
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
	margin: 0.5em 0;
}
#respond .comment-form-author input[type="text"], 
#respond .comment-form-email input[type="text"] {
	margin-left: 0;
}
#respond .comment-form-url input[type="text"] {
	margin-left: 0;
}
.form-allowed-tags {
	color: #7d7d7d;
	line-height: 1.6em;
}
.form-allowed-tags,
.form-allowed-tags abbr,
.form-allowed-tags code {
	font-size: 11px;
	font-size: 1.1rem;
}
#respond .required {
	color: #ff4b33;
}

/* =Widgets
----------------------------------------------- */

#secondary{
	width:100%;
	clear:both;
}
#left-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px;
}
#middle-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px 50px;
}
#right-sidebar{
	float:right;
	width:30%;
	margin:30px 0 60px;
}
#homepage-left-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px;
}
#homepage-middle-sidebar{
	float:left;
	width:30%;
	margin:30px 0 60px 50px;
}
#homepage-right-sidebar{
	float:right;
	width:30%;
	margin:30px 0 60px;
}
.widget {
	margin: 0 0 20px 0;

}
.widget ul{
	margin:0;
	padding:0;
}
.widget ul li{
	list-style-type:none;
}
.widget ul li a{
	color:#999;
	text-decoration:none;
}
.widget ul li a:hover{
	color:#000;
	text-decoration:none;
}
.widget-title, .widget-title a{
	text-align:left;
	font-size:18px;
	xfont-family: georgia, serif;
	font-weight:bold;
	margin-bottom: 1.5em;
	text-decoration:none;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* Twitter Widget */

.tweets li{
	margin-bottom:14px;
}


/* Akismet widget*/
.widget_akismet_widget .a-stats a {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Blogs I follow widget*/
.widget_jp_blogs_i_follow ol {
	list-style-position: inside;
}

/* Authors Widget */
.widget_authors img {
	margin-right: 10px;
}

/* Blog Subscription */
.widget_blog_subscription input[type="text"] {
	font-size: 15px;
	padding: 7px 3px 8px 7px !important;
	width: 100% !important;
}

/* Caledar widget*/
.widget_calendar #wp-calendar a {
	display: block;
}
.widget_calendar #wp-calendar tbody a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	display: block;
}
.widget_calendar #wp-calendar tbody a:hover {
	background-color: rgba(255, 255, 255, 0.2);
}
.widget_calendar #wp-calendar {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 1px 0 1px 1px;
	line-height: 2.52;
	margin: 0;
}
.widget_calendar #wp-calendar caption {
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.2142857142;
	margin-bottom: 17px;
	text-align: left;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar thead th,
.widget_calendar #wp-calendar tbody td {
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-width: 0 1px 1px 0;
	text-align: center;
}
.widget_calendar #wp-calendar tfoot td#prev {
	padding-left: 5px;
}
.widget_calendar #wp-calendar tfoot td#next {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 5px;
	text-align: right;
}

/* Cloud Widgets */
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
 	word-wrap: break-word;
}

/* Contact Info Widget */
.widget_contact_info #contact-map {
	margin-bottom: 17px;
}
.widget_contact_info #contact-info-map-canvas {
	height: 264px;
}

/* Gravatar Profile widget */
.widget-area .widget-grofile h4 {
	font: 400 14px/1.2142857142 georgia, sans-serif;
	margin: 17px 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.widget-grofile .grofile-thumbnail {
	border-radius: 50%;
}
.widget-grofile .grofile-accounts {
	margin-top: 4px;
	margin-top: 0.4rem;
}

/* Milestone Widget */
.widget-area .milestone-widget .milestone-content {
	max-width: 100%;
}
.widget-area .milestone-header {
	border-bottom: 0;
}
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	border-color: rgba(255, 255, 255, 0.2);
	border-top: 0;
}
.widget-area .milestone-header,
.widget-area .milestone-countdown,
.widget-area .milestone-message {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.widget-area .milestone-countdown {
	background-color: rgba(255, 255, 255, 0.1);
}
.widget-area .milestone-widget {
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
}
.widget-area .milestone-content {
	margin-top: 0;
}

/* My Community Widget */
.widget-area .widgets-multi-column-grid ul li {
	border: 0;
	padding: 0 8px 6px 0;
}

/* RSS Widget */
.widget_rss ul > li {
	padding: 17px 0;
}
.widget_rss li:last-child {
	margin-bottom: 0;
}

/* Recent Comments Widget */
.widget_recent_comments .avatar {
	max-width: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
	padding: 5px 5px 5px 0;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
	padding: 5px 0 5px 5px;
	vertical-align: middle;
}

/* Search widget */
.widget_search #s {
	width: 100%;
}
.widget_search .submit {
	display: none;
}



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

#colophon{
	clear:both;
	max-width:100%;
	margin:20px auto 0;
	xpadding:40px;
	text-align:center;
	xborder-top:4px double #e6e6e6;
	
}
#colophon a{
	color:#999;
	text-decoration:none;
}
#colophon a:hover{
	color:#000;
	text-decoration:none;
}




/* =Responsive Structure
----------------------------------------------- */


@media only screen and (max-width: 1000px) {
	#main {
		max-width:1000px;
		margin:0 auto;
		xpadding: 4em 2em;
	}

}
@media only screen and (max-width: 960px) {
	#main {
		max-width:1000px;
		margin:0 auto;
		xpadding: 4em;
	}
	
#middle-sidebar{
	float:left;
	width:25%;
	margin:30px 0 60px 50px;
}

#homepage-middle-sidebar{
	float:left;
	width:25%;
	margin:30px 0 60px 50px;
}

}
@media only screen and (max-width: 768px) {
	#main {
		max-width:1000px;
		margin:0 auto;
		xpadding: 4em;
	}
	#left-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#middle-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#right-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-left-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-middle-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
	#homepage-right-sidebar{
		float:none;
		width:100%;
		margin:30px 0 60px;
	}
#searchform input#s {
	background:#fafafa;
	height: 22px;
	line-height: 1.2em;
	padding: 0.2em 2.3em 0.2em 0.6em;
	width: 80%;
}
}


/*============================================================================================================== */
/*                                          simplefeed.com css styles */
/* =============================================================================================================*/


      @font-face {
        font-family:'HelvNeueBold';
        src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-75Bold.EOT');
        src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-75Bold.EOT?#iefix') format('embedded-opentype'),
             url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-75Bold.woff') format('woff'),
             url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-75Bold.ttf') format('truetype'),
             url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelvNeueBold/HelveticaNeueW01-75Bold.svg#HelvNeueBold') format('svg');
          font-weight: normal;
        font-style: normal;
        }

      @font-face {
      font-family:'NeueHelvetica';
          src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/helveticaneueltstd-ultlt-webfont.eot');
          src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/helveticaneueltstd-ultlt-webfont.eot?#iefix') format('embedded-opentype'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/helveticaneueltstd-ultlt-webfont.woff') format('woff'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/helveticaneueltstd-ultlt-webfont.ttf') format('truetype'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/helveticaneueltstd-ultlt-webfont.svg#HelveticaNeueLTStdUltLtRg') format('svg');
          font-weight: normal;
          font-style: normal;
        }

      @font-face {
      font-family:'Helvetica Neue';
          src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-55Roman.eot');
          src: url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-55Roman.eot?#iefix') format('embedded-opentype'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-55Roman.woff') format('woff'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-55Roman.ttf') format('truetype'),
               url('//www.simplefeed.com/wp-content/themes/landscape/css/font/HelveticaNeueW01-55Roman.svg#HelveticaNeueLTStdUltLtRg') format('svg');
          font-weight: normal;
          font-style: normal;
      }
          

      body { margin:0; padding:0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;  }
      #headerWrapper { position:relative; width:980px; height:99px; margin:0 auto; Xmin-height: 98px; xborder-top: 9px solid #ff8a16; xborder-bottom:2px solid #313491; xposition:relative;  }
      #header { width:980px; height:98px; Xmin-height:65px; xbackground:#ffffff url('../img/logo.jpg') no-repeat left 25px; margin:0 auto; xpadding:30px 0 0 0; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; }
      .wrapper_menu { margin:30px 0 0 0; display:inline-block; width:800px;}
      #navbar { margin:10px 0 0 0; }
      .icons { xfloat:right; padding-top:5px;}
      .icons  img.twitter { margin-right:5px;}
      h1 { xdisplay:inline; }
      a#sflogo { float:left; background:#ffffff url('../img/logo.jpg') no-repeat left 25px; display:inline-block; width:143px; height:98px; overflow:hidden; text-indent:100%; white-space:nowrap;  }

      /* Custom container */
      .container-narrow { margin: 0 auto; max-width: 980px; padding:120px 0 0 0; }
      .container-narrow > hr { margin: 30px 0; }

      .mainImg { width:980px; text-align: center; margin:43px 0 0; padding: 0 0 20px;}
      .mainImg Img { display:inline-block; margin:0 auto; text-align:center; }


      .boxborder { border:1px solid #cecece; border-radius: 5px; border-top:1px solid #f7f7f7; border-bottom: 2px solid #cecece; }
      .itemTitle { text-align: center; color:#343683; padding: 10px 0 20px; font-size:21px; font-weight:bold;}
      .row-fluid .span3 { height: 247px; }
       img.stats { margin-left:8px;}
      

      /* Main marketing message and sign up button */
	   #cover a { outline:0; }
       #cover h2 {  background:#333490; text-align:center; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 27px; padding: 16px 0; margin:22px 0 0 0; font-weight:normal; color:#fff; line-height: 1; }
      
	  ul.main { margin:0em 0 1.5em 2.2em; }
      ul.main li { color:#333491; padding:5px 0; font-size:16px;}
      ul.main li span { color:#606060; }

      /* Supporting marketing content */
      .marketing {  margin: 57px 0;  }
      .marketing p + h4 {  margin-top: 28px; }

      .titleDesc { background:#f3f3f3; font-size:20px; color:#616161; margin: 7px 0 0;}
      .titleDesc ul { padding:18px 0; list-style: none; }
      .titleDesc ul li { text-align:center;   padding: 13px 0; }
      .titleDesc ul li span { font-weight:bold;  }

      .button { margin: 48px 0 62px; text-align: center; }

      /* sign up button css override */
      .btn { border-width:2px; border-color:#fff; box-shadow: 0 1px 0 #FFFFFF, 0 2px 8px #333333;}
      .btn-large { font-size: 28px;  padding: 25px 28px;}

      /* social icons row */
      h4 { background:#333490; font-size:19.5px; color:#fff; padding: 10px 0 10px 8px; margin:0; }
      #blog img  { xfloat:right; margin-left:220px; }
      #youtube img  { xfloat:right; margin-left:145px; }
      #twitter img  { xfloat:right; margin-left:130px; }

     /* #tweet { height:220px; overflow:hidden;} */
      .timeline .stream { height: 125px !important; }
      #feed, #video {  height:300px; overflow:hidden; border:1px solid #e0e0e0; padding:5px; font-size:11px; border-bottom-left-radius:8px; border-bottom-right-radius:8px; }

 
      /* YouTube box */
     #video { text-align:left; padding:5px;}
     #video li { list-style: none; margin:0 0 11px 0; font-size:11px;}
     .gf-title a:link, .gf-title a:visited  { color:#0088cc; text-decoration: none;   }
     .gf-title a:hover, .gf-title a:active  { color:#0088cc; text-decoration: underline;  }

     .gfc-resultsHeader {  border-bottom: 0!important;  margin-bottom: 0!important; }
     .gfc-result { line-height: 15px; }

    /* twitter box */
     #tweets { text-align:left; height:310px; padding:0 11px;  border:1px solid #e0e0e0; overflow:hidden; border-bottom-left-radius:8px; border-bottom-right-radius:8px; }
     #tweets li { list-style: none; margin:0 0 5px 0; font-size:11px; line-height: 15px; }
     #tweets li a:link, #tweets li a:visited { color:#0088cc; text-decoration: none; }
     #tweets li a:hover, #tweets li a:active { color:#0088cc; text-decoration: underline; }
     
     #tweets { margin:0; padding:0; }
     .latest-tweets { margin: 5px 0 0 0px; }
     .latest-tweets ul { margin:0 5px; }


      /* footer */
      #footerWrapper { background:#f3f3f3; margin:50px 0 0 0; border-top:1px solid #a0a0a0; border-bottom:1px solid #e0e0e0; }
      #footer { width:980px; font-size:12px; color:#646464; margin:0 auto; padding: 23px 0 35px; }
        #copyright { float:left; }
        #links { float:right;}
        #links a { color:#656565;}


     /* misc */
     #cover p  { margin: 0; }


/* page styling */
  h1, h2 { color: #3F7BBE; x#999; font-size:19px; margin:35px 0 0 0; line-height:0;}
  h3 { color:#3F7BBE; xcolor:#666; font-size:15px; margin:0 0 0 0;}
  .row-fluid p { xfont-size:15px; }

  

/*
  #icon_rss { position:absolute; top:40px; right:300px; z-index: 999; }
  #icon_twitter { position:absolute; top:40px; right:373px; z-index: 999; }
*/



/* ========= solution/Rss Feeds ========= */
	#rss-feeds div.img { display:inline-block; text-align: center; margin:10px 0 0 0; }
    #rss-feeds div.img img { display:inline;}
    #rss-feeds h2 {margin: 35px 0 20px 0;}
    #rss-feeds #img2 { margin:0 0 0 60px; }


/* ============= solution/social publishing =========== */
     #socialpub div.img { text-align: center;  margin: 20px 0; font-size:12px; }
     #socialpub div.img img { display:inline; border: 1px solid #e0e0e0; border-radius: 5px; }
     #socialpub h3 { line-height:25px;}
     #socialpub p { margin:0 0 20px 0;}

/* =================  solution/sshub=================================== */

#sshub #imgOne { border:1px solid #e0e0e0; border-radius:5px;  margin:0;}
#sshub .imgStyle { border:1px solid #e0e0e0; border-radius:5px;  margin:0;  }
#sshub .imgTitle { font-size:12px; text-align:center; }
#sshub img { padding:2px; }
#sshub #lastrow { margin:30px 0 0 0; };


/* ============= solution/email =========== */
   
     #email h3 { line-height:25px;}
     #email p { margin:0 0 15px 0;}

     #email .img { text-align:center; font-size:12px; margin:0 0 30px 0; }
     #email .img2 {  text-align:center; font-size:12px; }


/* ================ customers/b2b ================= */
/*
     #b2b  div.img { text-align: center;  margin: 40px 0; font-size:12px;}
     #b2b  div.img img { display:inline;}
     #b2b  img#report { border:1px solid #e0e0e0; padding:50px; display:inline-block; }
     #b2b  h3 { xline-height:25px;  }
     #b2b  p { margin:0 0 30px 0;}
*/
     #b2b div.img { text-align: center;  margin: 20px 0; font-size:12px; }
     #b2b div.img img { display:inline; border: 1px solid #e0e0e0; border-radius: 5px; }
     #b2b h3 { line-height:25px;}
     #b2b p { margin:10px 0 20px 0;}
     .alignnone { margin:0; }

    

/* ========================= customers/b2c =====================*/
 
      #b2c div.img { text-align: center;  margin: 40px 0; font-size:12px;}
      #b2c div.img img { display:inline; border-radius:5px;}
      #b2c img.report { border:1px solid #e0e0e0; padding:50px;}
      #b2c h3 {font-size:16px; }
	  #b2c h3#bus { line-height:20px; padding:20px 0 0 0; }
      #b2c p {  margin:0 0 10px 0;}



/* ============ news/news ====================*/

     #news .span3 a { display:block; }
     #news .row-fluid .span3 { height:120px;}
     #news  #toprow { height: 160px; }
     #news  h4 { background:#333490; border-radius: 5px; font-size:18px; font-weight:normal; }     
     #news a, #news a:link { color:#0088cc; text-decoration:none; }
     #news a:hover { text-decoration:underline; }
     #news p { margin: 8px 0 10px; }
   


/* =============== news/events ========================*/
      #events .span3 a { display:block; }
      #events .row-fluid .span3 { height:100px;}
      #events a:link, #events a:visited { color:#fff; text-decoration: none;}
      #events a:hover { color:#fff; text-decoration: underline;}
      #events h4 { xheight:40px; font-size:14px; font-weight:normal; background:#333490; xbackground:666; border-radius: 5px; margin:0 0 10px 0; }
      #events #toprow { height: 160px; }*/ 


/*=================== new/press releases ======================*/
    #press-releases  .span3 a { display:block; }
    #press-releases  .row-fluid .span3 { height:120px;}
    #press-releases   #toprow { height: 160px; }
    #press-releases   h4 { font-size:14px; font-weight:normal; background:#333490; border-radius: 5px; }
    #press-releases .row-fluid .span2 {  width:17%; }

    #press-releases   a { display:block; color:#fff; text-decoration: none;}
    #press-releases   h4:hover { color:#fff; opacity:.9; text-decoration: underline;}



/* ========================== partners/existing partners==========================*/
   #existing-partners  .wrapper_menu { margin:30px 0 0 0;}
   #existing-partners  .span3, #existing-partners .span12 { text-align: center; xmargin:0 0 20px 0;}
   #existing-partners  .span3 img, #existing-partners .span12 img { xborder: 1px solid #e0e0e0; padding:10px; margin:5px;}
   #existing-partners  .span3 img:hover, #existing-partners .span12 img:hover { xborder:1px solid #a0a0a0; cursor:pointer; }
   #existing-partners  h2 { text-align: left; color:#3F7BBE; }
   #existing-partners  .row-fluid .span3 { height:160px; }


#existing-partners .row-fluid .span3 {
background:#FFF;
border: 1px solid #e0e0e0;
border-radius:5px!important;
}

#existing-partners .span3:hover {
x-webkit-box-shadow:  1px 1px 1px 1px ;
xbox-shadow:  1px 1px 1px 1px ;
border: 1px solid #FAAA39;  
opacity:.8;
}

#existing-partners .right-margin { margin:0 20px 0 0; }
#existing-partners .top-margin { margin:20px 0 0 0; }
#existing-partners a { display:block; }	

	
/* ======================== partners/partnering =======================*/

   /* form styling */
   #partnering   label { width: 5em; float: left; }
   #partnering   label.error { width:150px; float: right; font-size:9px; color: red; padding-left: .5em; vertical-align: top;  xmargin-right:300px;}
   #partnering   p { clear: both; margin:0 0 10px 0; }
   #partnering   .submit { margin-left: 12em; }
   #partnering   span { xfont-weight: bold; padding-right: 1em; ve<prtical-align: top; }
   #partnering   span.ast { color:#e0e0e0;}

   #partnering   input[type="text"], #partnering input[type="email"] { height:30px; width:604px; border:1px solid #cccccc; border-radius:5px; }
   #partnering   textarea { height:78px; border-radius:5px; }
   #partnering   #address { margin-top:35px;}

   #partnering   input[type=submit] { color:#FFFFFF; width:202px; height:50px; width:604px; margin:10px 0 5px;  xpadding:5px 0 0 0; background: #F89406; border:1px solid #999; border-radius: 5px; font-size:20px; xfont-weight: bold; xletter-spacing: .01em; 
        -webkit-transition: background 0.3s ease;
  		-moz-transition: background 0.3s ease;
  		-o-transition: background 0.3s ease;
  		transition: background 0.3s ease; }

   #partnering   input[type=submit]:hover { background:#FAAA39;  }
      
   #partnering   form { display:block; xbackground:#e0e0e0; border:1px solid #e0e0e0; border-radius: 10px; padding:20px; }
   #partnering   h3 { margin:0; line-height: 20px; margin:0 0 5px 0; }
   #partnering    #required_fields { float:right; margin:0 20px 0 0;}
   
   #partnering input[type="text"], #partnering input[type="email"], #partnering input[type="password"], #partnering input[type="search"], #partnering textarea { padding:7px 0 0 7px; }


/* =============================about/management ========================*/
#management h3 { color:#3F7BBE; font-size:15px; xfont-weight:bold; margin:16px 0 0 0; }



/*=========================  About/FAQ =================================*/

    #faq .question { xfont-size:14px; }
    #faq .question:hover { color:#3F7BBE;}
    #faq .question:hover { cursor: pointer;}
    #faq { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;   }
    #faq #footerWrapper { margin:50px 0 0 0;}
    #faq p:last-child { display:none; }
    #faq a.contact  { color:#f89406; text-decoration:underline; }
    .ui-widget { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;  }



/* =============  11-21-2005 ===============*/
 #nov212005  h2,  #nov62006 h2,  #nov282006 h2,  #sep162008 h2, #oct192009 h2, #june142011 h2 { line-height: 30px; }
 #nov212005  .span12 ul li { margin: 0 0 0 50px;}



/* ============ 11-6-2006 ==================*/
#nov62006 img#sears { xfloat:right; margin:10px 0 0 30px;}



/* =================== 1-13-2009 ==============*/

   #jan132009 img#redherring, #jan132009 img#redherring, #jan272009 img#redherring { float:right;}
   #jan132009 .span3, #jan132009 .span3, #jan272009 .span3 { height:150px!important;}


/* ============= 6-23-2009 ==================*/

 #june232009 img#twitter { float:right;}



/* ========================= About/contact ===================================*/

      /* form styling */
     #contact label { width: 6em; float: left; }
     #contact label.error { width:250px; float: right; color: red; padding-left: .5em; vertical-align: top;  xmargin-right:300px;}
     #contact p { clear: both; }
     #contact .submit { margin-left: 12em; }
     #contact span { xfont-weight: bold; padding-right: 1em; vertical-align: top; }
     #contact span.ast { color:#fff; }
     #contact #address { margin-top:35px;}
     #contact input, #contact textarea, #contact .uneditable-input {  xwidth: auto; }

     #contact h3 { margin:0; }
     
     #contact .span3 { border:1px solid #e0e0e0; border-radius: 5px; xbox-shadow: 5px 5px 5px #e0e0e0; padding:0 0 0 20px; height:502px; }
     #contact  form { display:block; margin:0; padding:0; xbackground:#e0e0e0; border-radius: 10px; padding:20px; border:1px solid #e0e0e0; }
     #contact  input, #contact input[type=text], #contact input[type=submit], #contact textarea { color:#616161; height: auto; xbackground-color:#f2f2f2; border:1px solid #e0e0e0; border-radius: 4px; xbox-shadow: inset 0 2px 0 rgba(0,0,0,.05); height:30px; width:312px; padding:0 0 0 5px; xcursor: pointer;}
     #contact  textarea { width:500px; height:100px; padding:10px 0 10px 10px;}  
     
     #contact  input[type=submit] { width:312px; height:50px; margin:20px 0 0 200px; background: #F89406;  font-size:20px; color:#fff; xfont-weight: bold; xletter-spacing: .01em;   border: 1px solid #999;  border-radius: 5px; 
                 -webkit-transition: background 0.3s ease;
 				 -moz-transition: background 0.3s ease;
  				 -o-transition: background 0.3s ease;
  			     transition: background 0.3s ease; }

     #contact  input[type=submit]:hover { border: 1px solid #999; background-color: #FAAA39; xtext-shadow: 2px 2px 5px #ffffff;  }

     #contact  input:hover, #contact textarea:hover { xbackground:#fff;}
     #contact  #required_fields { float:right; margin:0 20px 0 0;}
     #contact  .wrapper_menu { margin:30px 0 0 0;}


/* input field focus color */

     #contact input, #contact input[type="text"], #contact textarea 
{
   
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
   
}


	#contact input:focus, #contact input[type="text"]:focus, #contact textarea:focus 

{
  
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}



/************* misc ******************/


/* set font size for faq page */
.ui-widget { font-size:15px; }

/* override default font color in jquery-ui.css */
.ui-widget-content { color: #666666; }

/* SF Feed Publising */
table.tblGreyContentContainer { padding-top:98px; margin-top:0; }

/* table[width=767px] { margin-top:23px!important; } */
       

/*  END SF CSS - last updated 7/2/2014 */
