/** Do not remove this line. Edit CSS below. */

/* this is so title doesn't show up on landing pages */
.page-template-landing .page.type-page  h1.entry-title {
    display: none;
}

/* make mobile friendly */
.wp-caption {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
}


/* added to make MediaVine adds fit in sidebar */
.sidebar {
	width: 290px;
}


/* added by Wes to get ads in header-widget-area to not butt up against Kara's logo. */
.header-widget-area .widget {
    float: right;
}

/* added by Wes: to make the space for the add so the social buttons below it don't jump when it comes in */
#text-65 {
    width: 728px;
    height: 90px;
}

/* added by Wes: provides vertical spacing between top ad and row of social buttons */
#text-66 {
    padding-top: 15px;
}

/* added by Wes: move nav bar over a little and spaces it down from logo a little. */
#nav {
    margin-left: 2px;
    margin-top: 10px;
}

/* added by Wes: removes artificial padding (40px) above the header-widget-area. */
#header .header-widget-area {
    padding: 0;
}

/* added to size each slider image */
div.slide-image a img {
    height: 190px;
    width: 380px;
}

body {
    width: 1200px;
}

#inner {
    width: auto;
}

#content-sidebar-wrap {
    width: auto;
}

#content-sidebar-wrap #content {
    padding-left: 20px;
    width: 850px;
}

#nav .wrap {
    padding-left: 10px;
}

/*
#header {
    margin: 0;
}
*/

 /* added by Wes to number comments */
.comment-list li {
    list-style: decimal inside none;
}

/* added by Wes to get LinkyTools captions to be bigger */
span#DataList1 span div div {
    line-height: 180% !important;
}
span#DataList1 span div div a {
    font-size: 16px !important;
    text-decoration: none !important;
}

/* added by Wes 4/12/15 to suppress rounded corners on recipe index and tips pages */
div.riview ul li {
    -webkit-border-radius: 0px;-moz-border-radius: 0px;border-radius: 0px !important;
}

/* added by Wes 4/12/15 to suppress borders on recipe index and tips pages */
div.riview ul li{
	border: none !important;
}
