/* 
Theme Name:Social Media Breakfast wordpress
Theme URI:Description:A premium Wordpress theme
Version:1.0
Author:DIGITAL OPERATIVE 
Author URI:http://www.digitaloperative.com/
/******************************************
* HTML Elements 
******************************************/
* {
margin: 0;
padding: 0;
}
body,html {
min-height: 101%;
}
body {
background: #fff;
color: #333;
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Arial, sans-serif;
font-size: 13px;
}
select,input,textarea {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, Arial, sans-serif;
font-size: 13px;
line-height: 1.5em;
padding: 2px 0;
}
select,input,textarea {
border: 1px solid #C9C9C9;
}
p {
margin: 1px 0;
}
hr {
display: block;
height: 1px;
background: #333;
border: 0;
}
small {
font-size: 0.9em;/* padding:3px 6px;*/
}
#home {
position: relative;
}
/******* Hyperlinks ********************/
/* standard link behaviour */
a:link,a:active,a:visited {
color: #e1060e;
}
a:hover {
color: e1060e;
}
.blogtitle a {
text-decoration: none;
}
/* Title area links */
.title:link,.title:active,.title:visited {
color: #840000;
text-decoration: none;
}
.title:hover {
color: #840000;
}
/* HTML headline links */
h3 a:link,
h3 a:active,
h3 a:visited {
text-decoration: none;
}
h3 a:hover {
}
h4 a:link,
h4 a:active,
h4 a:visite {
color: #666;
text-decoration: none;
}
h4 a:hover {
}
/* Links in the sidebar */
.subnav li a:link,
.subnav li a:visited {/* .subnav is the categories list */
background:#fff;
display: block;
padding: 4px 4px 4px 20px;
}
.subnav li a:hover,
.subnav li a:active {
background: #F4F4EC;
text-decoration: none!important;
}
ul#sidelist {
}
#sidelist a:link,
#sidelist a:active,
#sidelist a:visited {
text-decoration: underline;
}
#sidelist a:hover {
}
#sidelist .children li a,
#sidelist .children li a:visited {
padding: 2px 2px 2px 0px;
border: 0;
background: #F4F4EC;
color: #666;
}
#sidelist .children li a:hover,
#sidelist .children li a:active {
color: #000;
text-decoration: none!important;
}
/* Links in unordered lists */
.bullets li a {
text-decoration: none!important;
}
.bullets li a:hover {
}
/* How tags appear */
.tags a {
text-decoration: none;
}
.tags a:hover {
}
/* Links within comments metadata (date,Author etc.) */
.commentmetadata a:link,
.commentmetadata a:active,
.commentmetadata a:visited {
text-decoration: none;
}
.commentmetadata a:hover {
}
/* Links in the footer */
#footer a {
text-decoration: none;
}
#footer a:hover {
}
/******************************************
* Images 
******************************************/
img {
border: medium none;
padding: 1px;
}
.icons {
background: url(images/icons-sprite.png) no-repeat;
}
/*** WordPress specific image classes ***/
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
margin: 4px 15px 5px 0;
}
.alignright {
float: right;
}
.wp-caption {
text-align: center;
background-color: #fff;
margin-top: 5px;
margin-right: 15px;
margin-bottom: 0px;
}
.wp-caption img {
padding: 2px;
}
.wp-caption img:hover {
}
.wp-caption p.wp-caption-text {
color: #666;
font-size: 10px;
line-height: 12px;
padding: 7px 4px 2px 5px!important;
margin: 0!important;
}
/******************************************
* General Structure 
******************************************/
#branding {
border-bottom: 1px dashed #b2b2b2;
margin-bottom: 8px;
padding-bottom: 5px;
padding-left: 0 !important;
padding-right: 0 !important;
padding-top: 0 !important;
}
.left {
float: left;
width: 100%;
}
.right {
height: 30px;
margin: 0 auto 3px;
padding: 12px 0 0;
width: 960px;
}
.right .top_nav_wrap {
margin-left: 475px;
font-size:12px;
}
.right .search_form {
position: relative;
}
.right ul {
color: #9B9A9A;
float: left;
list-style-image: none;
list-style-position: outside;
list-style-type: none;
padding-top: 3px;
}
.right ul li {
float: left;
line-height: 14px;
padding: 0 8px 0 0;
}
.right ul li a {
margin-left: 2px;
}
.right ul li a img {
display: inline-block;
float: left;
width: 12px;
margin-right: 2px;
}
#sidebar {
float: left;
margin-bottom: 12px;
padding: 0 20px 123px 15px;
width: 262px;
}
#leftcol {/*the left homepage column carrying the "Featured Article" section*/
width:287px;
padding-right: 18px;
}
#rightcol {/*actually the column in the middle of the homepage (if the right column is the sidebar)*/
width:277px;
padding-left: 18px;
margin-top: -2px;
text-align: justify;
}
/******************************************
* Sidebar 
******************************************/
.subnav li {/*.subnav is mainly the categories list*/
list-style:none;
color: #e1060e;
}
#sidelist li {
list-style: none;
}
.bullets li {
margin: 0 0 5px 0;
list-style: square;
}
#sidelist .bullets li {
color: #E1060E;
margin-bottom: 5px;
text-decoration: underline;
width: 240px;
}
#sidelist .children {
background: #F4F4EC;
}
#sidelist .children li {
background: #F4F4EC;
list-style: none;
margin-left: 15px;
padding-left: 15px;
}
#sidelist .feed li {
margin-bottom: 5px;
padding-left: 20px;
background: url(images/rss.gif) no-repeat;
}
/******************************************
* Headlines 
******************************************/
.blogtitle,.blogtitle a {
color: #000000;
font-size: 1.8em;
padding: 0 0 10px;
}
h1 {
color: #840000;
font-size: 1.8em;
font-weight: bold;
margin: 0px 10px 0px 0px;
padding: 20px 0px 0px 10px;
}
h2 {
padding-bottom: 8px;
font-size:25px;
}
.city_entry h2 {font-size:18px;}
h3 {
font-weight: bold;
}
#sidebar h2,#sidebar h3 a {
font-size: 1.1em;
font-weight: bold;
letter-spacing: 0.101em;
line-height: normal;
margin-bottom: 4px;
padding-left: 9px;
width: 248px;
}
h3#respond {
font-size: 1.1em;
margin-top: 25px;
padding-left: 0;
padding-top: 20px;
}
h3#comments {
margin-top: 32px
}
h3 a:link,h3 a:visited {
color: #666;;
}
h4 {
font-size: 1.2em;
margin-bottom: 6px;
}
/******************************************
* Content 
******************************************/
#content {
float: right;
margin-top: 12px;
margin-right: 10px;
padding: 0px;
width: 650px;
}
#content > small {
}
#content h3 a {
color: #E1060E;
font-size: 24px;
line-height: 26px;
}
#content p {
margin: 10px 0 10px 0;
line-height: 18px;
padding-right: 25px;
}
#content .navigation {
display: none;
}
#content .post > h4 {
font-size: 22px;
line-height: 24px;
margin: 21px 0 8px;
}
#content .post > h4 a {
color: #E1060E;
}
.main_blog_content {
padding: 5px;
}
#content ul {
margin-left: 25px;
}
.post > h2, {
color: #E1060E;
font-size: 22px;
line-height: 24px;
margin: 21px 25px 8px 0;
}
.entry p strong {
}
.entry h3 {

}
.description {
font-size: 1.3em;
font-weight: bold;
color: #999;
}
/* Featured Articles formatting "leftcol" */
.feature {
background: url(images/backgrounds/bg_featured.jpg) repeat-x #F4F4EC;
padding: 15px;
}
.feature p,
#rightcol p {
margin: 0;
}
#leftcol img,#rightcol img {
padding: 1px;
}
#leftcol .feature {
margin-bottom: 15px;
}
/* Formating of the Leadstory stuff in the tabbed section */ 
#leadpic {
float: left;
margin: 0 18px 8px 0;
padding: 1px;
}
.title,a.title {
font-size: 1.1em;
font-weight: bold;
color: #840000;
letter-spacing: normal;
}
#lead p {
margin-bottom: 10px;
}
.read-on a {/* This can be used to format the "[...]" link in the lead story */
color:#840000!important;
text-decoration: none;
}
.read-on a:hover {
}
/* Formating of "rightcol" which is the column in the homepage middle ;-) */
#rightcol img {
float: left;
margin: 3px 10px 4px 0;
}
#leftcol img {
margin-bottom: 4px;
display: block
}
#rightcol .clearfloat {
padding: 12px 0;
}
/* Post Formatting */
.post {
}
.post-author-info {
margin: 0 !important;
}
.single_blog_item {
}
.entry {
padding-bottom: 28px;
width: 640px;
}
.wpcf7 p input.wpcf7-validates-as-email {
}
.wpcf7 p input {
margin-top: 12px;
}
.post blockquote {
color: #666;
background: #F4F4EC;
padding: 6px 14px;
margin: 18px 35px;
}
.post ul li {
margin-bottom: 5px;
}
.post ol li {
margin-bottom: 5px;
margin-left: 48px;
}
#tags {
padding: 3px;
}
.postmetadata {
font-size: 0.9em;
margin: 0 0 10px 0;
padding: 5px 10px;
background: #F4F4EC;
}
/* Form Elements */
.wpcf7-form {
display: inline-block;
}
.wpcf7-form input {200px;
}
select {
background: #f2f2f2;
width: 100%
}
#searchform {
color: #F4F4EC;
float: right;
padding: 0 5px 0 0;
}
input#searchsubmit {
background: transparent url(images/scope.png) no-repeat scroll 0 0;
height: 12px;
position: absolute;
right: 14px;
top: 5px;
width: 12px;
z-index: 99;
}
#content input#searchsubmit {
border: 1px solid #000;
}
input#s {
width: 145px;
}
.button {
border: medium none;
height: 12px;
margin-left: -29px;
padding: 6px 5px;
width: 12px;
}
.button:hover {
cursor: pointer;
text-decoration: none
}
#commentform input {
border: 1px solid #000000;
height: 30px;
margin: 5px 5px 1px 0;
width: 170px;
}
#commentform textarea {
margin-top: 0;
width: 600px;
}
/* Comments*/
.commentlist {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-right: 13px;
}
.commentlist li {
margin: 15px 0 3px;
padding: 8px 15px 10px 15px;
background: #F4F4EC;
}
.commentlist blockquote {
color: #666;
background: #fff;
padding: 6px 14px;
margin: 18px 35px;
}
#commentform small {
background: #FFF;
font-weight: bold;
padding: 0;
}
.commentmetadata {
display: block;
}
.commentlist small {
background: #fff;
padding-left: 6px;
}
/* Float Properties*/
.clearfloat:after {
display: block;
visibility: hidden;
clear: both;
height: 0;
content: ".";
}
.clearfloat {
display: inline-block;
}
.clearfloat {
display: block;
margin: 0 auto;
}
/******************************************
* Footer 
******************************************/
#footer {
background: transparent url(images/backgrounds/footer-bg.png) repeat-x scroll 0 0;
font-size: 12px;
color: #000;
height: 90px;
margin: 0 auto;
padding-top: 15px;
width: 962px;
}
#footer a {
color: #000;
text-decoration: underline;
}
.page_posted {
}
.post_title_class {
float: left;
font-size: 30px;
line-height: 28px;
margin-bottom: 14px;
width: 670px;
}
.footer_left {
float: left;
font-weight: bold;
margin-left: 23px;
margin-top: 16px;
text-align: left;
width: 557px;
}
.footer_right {
font-weight: bold;
float: right;
height: 22px;
margin-top: 17px;
width: 280px;
}
.footer_right p {
display: inline-block;
float: left;
line-height: 40px;
width: 98px;
}
.footer_right ul {
display: inline;
}
.footer_right ul li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
}
.footer_right ul li a img {
float: left;
margin-left: 2px;
}
.post_title_class a {
color: #E1060E;
text-decoration: none;
}
.post {
}
.city_entry h2 {
color: #000000;
}
.city_entry {
background-color: #E8E8E8;
border: 1px solid #C9C9C9;
color: #000000;
margin: 0 8px 20px 3px;
min-height: 260px;
padding: 10px;
}
.city_entry img {
float: right;
padding: 3px 0 10px 10px;
}
.city_entry p {
width: 614px;
}
.city_page_posts {
margin-left: 2px;
width: 637px;
}
.city_page_posts h3 {
color: #E1060E;
font-size: 22px;
line-height: 24px;
margin: 21px 0 8px 0;
}
.city_page_posts p {
}
.post-meta {
background: transparent url(images/backgrounds/city-bg.png) repeat-y scroll 0 0;
border: 1px solid #C9C9C9;
color: #000000;
margin-bottom: 20px;
min-height: 193px;
padding: 0 0 0 10px;
}
.post-meta img {
float: right;
width: 290px;
padding-left: 5px;
}
span.post-meta-key {
color: black;
display: inline-block;
font-size: 22px;
line-height: 22px;
padding-top: 7px;
width: 100%;
}

.sidebar_widget h2 {
color: #000;
border-bottom: #c9c9c9 1px solid;
}
.sidebar_widget h3,
.textwidget h1 {
color: #ED1D24 !important;
font-size: 18px !important;
margin-left: 70px;
text-align: center;
}
#sidebar h3:first-child {
display: none;
}
.side_bar_img img {
margin: 12px 0 15px 0;
}
li.side_bar_img_index {
height: 230px;
margin-right: 6px;
margin-bottom: 15px;
position: relative;
}
li.side_bar_img_index img {
position: absolute;
top: -33px;
}
.sidebar_widget {
display: inline-block;
margin-bottom: 20px;
}
.textwidget h2 {
display: inline-block;
margin-left: -10px;
}
.textwidget h2 span {
background: transparent url(images/icons/icon-post.png) no-repeat scroll 0 0;
color: #E1060E;
float: right;
font-size: 9px;
line-height: 15px;
padding-left: 19px;
text-decoration: underline;
}
.textwidget h4 {
color: #282727;
font-size: 14px;
text-align: left;
}
.textwidget hr {
color: #C9C9C9;
height: 1px;
margin-bottom: 11px;
width: 248px;
}
.textwidget li {
padding-bottom: 7px;
}
.homepage_posts {
border-top: 1px solid #B2B2B2;
float: left;
margin-bottom: 14px;
width: 640px;
overflow: hidden;
background-color:#fff;
}
.wrapper {
width: 100%;
}
.homepage_wrapper h4 {
display: inline-block;
}
.homepage_wrapper h4>span.view_all {
background: transparent url(images/icons/icon-star.png) no-repeat scroll 0 0;
display: inline-block;
font-size: 10px;
height: 21px;
padding-left: 19px;
float: right;
}
.homepage_wrapper h4>span.view_all a {
color: #E1060E;
}
.homepage_wrapper {

float: left;
margin-bottom: 12px;
margin-top: 12px;
width: 356px;
background-color:#fff;
background:none;
}
.homepage_posts h3 {
font-size: 20px;
line-height: 25px;
margin: 11px 0 3px;
text-decoration: none;
}
.for_feed_magnet {
float: right;
margin-right: 10px;
width: 280px;
}
#wpng-cal-widget-events {
margin-left: 11px;
width: 240px;
}
#wpng-cal-widget-events ul {
float: left;
width: 169px;
}
#wpng-cal-widget-events ul li {
list-style-image: none;
list-style-position: outside;
list-style-type: none;
margin-bottom: 6px;
width: 200px;
}
/*sidebar_widget for links - city pages*/
.sidebar_widget ul.xoxo {
border: 1px solid #C9C9C9;
display: inline-block;
margin: 5px 0 0 2px;
padding: 14px;
width: 227px;
}
.sidebar_widget ul.xoxo li {
list-style-type: none;
margin: 0 0 12px 11px;
}
.sidebar_widget ul.xoxo li a {
}
.sidebar_widget ul.xoxo li a img {
float: left;
margin: 1px 7px 0 -18px;
padding: 2px;
}
.single_blog_item {
border-bottom: 1px solid #c9c9c9;
padding: 15px 5px 12px 10px;
}
.single_blog_item a {
text-decoration: underline;
color: #000;
}
/*menu non-display items*/
li.page-item-84,
li.page-item-92 {
display: none;
}
h2.pagetitle {
color: #E1060E;
text-transform: uppercase;
}
/*comment paragrapgh*/
#content ol.commentlist p {
background-color: #FFFFFF;
margin-top: -1px;
padding: 12px 0 12px 6px;
}
/*easy slider*/
#slider {
background: transparent url(images/backgrounds/city-bg.png) repeat-y scroll 0 0;
width: 640px;
}
#slider ul {
background: transparent url(images/backgrounds/city-bg.png) repeat-y scroll 0 0;
border-bottom: 1px solid #C9C9C9;
border-top: 1px solid #C9C9C9;
color: #000000;
margin: 0 16px 20px 0;
min-height: 194px;
padding: 3px 0 17px 10px;
}
#slider ul,#slider li {
margin: 0;
padding: 0;
list-style: none;
}
#slider,#slider li {
height: 200px;
overflow: hidden;
width: 640px;
}
span#prevBtn {
}
span#nextBtn {
}
#fm-holder {
width: 275px;
float: right;
padding-top:15px;
}

#fm-holder h4>span.view_all {

display: inline-block;
font-size: 10px;
height: 21px;
padding-left: 19px;
float: right;
}
#fm-holder h4>span.view_all a {
color: #E1060E;
}
#feedmagnet {
width: 275px;
float: right;
}
#__magnet__ {

font-size: 13px;
}
.__new-posts__,.__load-more__ {
float: left;
width: 100%;
background: #ddd;
color: #666;
text-align: center;
font-weight: bold;
font-size: .8em;
padding: 5px 0;
cursor: pointer;
}
.__new-posts__ {
display: none;
}
.__load-more__ {
border-bottom: 1px solid #ccc;
margin-bottom: 5px;
}
.__new-posts__,.__load-more__,.__update__ {
border-top: 1px solid #ccc;
}
.__update__ {
float: left;
width: 100%;
overflow: hidden;
padding: 10px 0;
color: #555;
}
.__update__ p {
margin-top: 0;
}
.__update__ a,.__update__ a:hover {
color: #3B5998;
text-decoration: none;
}
.__update__ a:hover {
text-decoration: underline;
}
.fm_avatar {
float: left;
}
.fm_avatar img {
width: 48px;
height: 48px;
}
.fm_info,.fm_content {
padding-left: 58px;
}
.fm_info .fm_newdate {
display: none;
}
.fm_info .fm_place .fm_fluff,.fm_info .fm_author .fm_fluff {
display: none;
}
.fm_info .fm_time,.fm_info .fm_site,.fm_info .fm_place {
display: inline;
float: right;
font-size: .8em;
height: 20px;
}
.fm_info .fm_site .fm_fluff {
color: #ccc;
}
.fm_info .fm_time,.fm_info .fm_place {
padding-right: 4px;
}
.fm_info .fm_author {
float: left;
font-weight: bold;
}
.fm_info .fm_place {
color: #aaa;
}
.fm_info p {
margin-bottom: 3px;
}
.fm_content {
clear: right;
}
.fm_content .fm_links {
list-style: none;
padding: 0;
margin-bottom: 5px;
}
.fm_content .fm_links img {
padding: 2px;
border: 1px solid #ccc;
margin-bottom: -6px;
}
.fm_content .fm_links .__light__ {
font-size: .8em;
color: #bbc5db;
}
.fm_moderation-controls {
display: none;
}
.__video__ .fm_image-photo,.__videoblurb__ .fm_image-photo {
display: none;
}


#city-col1, #city-col2, #city-col3 {
width: 30%;
float: left;
line-height:1.5em;
font-size:1.1em;
padding:0 0 25px 15px;
}

.map-break h2 {
clear: both;
}

.carouselBtn {display:none;}

#slider {margin-bottom:10px;background:none;}

.entry .post-meta {display:none;}

.breadcrumbs {font-size:.85em; padding-bottom:10px;color:#6d6d6d;}
.breadcrumbs a:link, .breadcrumbs a:visited {color:#6d6d6d;}
.breadcrumbs a:hover {color:#e1060e;}

.pad {padding:10px 0 0 0;}

.single_blog_item ul li {line-spacing:1.5em;}

.feedlist ul li {list-style-type:none;line-spacing:1.5em;}


.photoby {font-size:.85em;padding-top:10px;color:#6d6d6d;font-style:italic;}
.photoby a:link, .photoby a:visited {color:#6d6d6d;}
.photoby a:hover {color:#e1060e;}

.sidebar_widget {color:#fff;} 
.post-pagination {border-top:#b2b2b2 solid 1px;border-bottom:#b2b2b2 solid 1px;padding:10px 0 10px 0;margin:15px 0 15px 0;text-align:center;}
.post-pagination {border-top:#b2b2b2 1px solid;