/*  
Theme Name: Liddabit Sweets Wordpress Theme
Theme URI: http://www.joshshayne.com/
Description: The Liddabit Sweets Theme was developed by Josh Shayne
Version: 1.0
Author: Josh Shayne 
Author URI: http://www.joshshayne.com/

*/

/* Reset default browser styles */
@import url('styles/reset.css');

/* Rebuild default browser styles */
@import url('styles/rebuild.css');

/* Rebuild default browser styles */
@import url('styles/wp.css');

/* Structure
----------------------------------------------- */

body {
    background: #FEEAE5 url('images/liddabit-bg-10-pink.jpg');
    font-family: "news-gothic-std";
    font-weight: 400;
}

#wrap {
    width:1024px;
    margin: 0 auto 0 auto;
}

#content-wrap {
    width: 827px;
    float: right;
    background: #fff;
    overflow: hidden;
    padding: 20px 0px 40px 0px;
}

a:link, a:active, a:visited {
    color: #EF6682;;
    text-decoration:none;
}

a:hover {
    color: #000;
    text-decoration:none;

}

.clear {
    clear: both;
}


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

#header {
    float: left;
    width: 172px;
    margin: 0px 0 0 0;
}

.headerlogo {
    float: left;
    display: block;
    width: 172px;
    height: 172px;
    background: url('images/liddabit-logo.png') no-repeat;
    background-size: 100%;    
}

.header-right {
    float:right;
    margin: 10px 0 0 0;
    font-family: helvetica, Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    text-align: right;
}

.header-right a:link, .header-right a:visited, .header-right a:active {
    color: #000;
    text-decoration: none;
    padding-left: 10px;
}

.header-right a:hover {
    color:#fff;
    text-decoration: none;
}

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

.header-sidebar {
    background: url('images/liddabit-sidebar-bg.png');
    margin: 190px 0 0 0;
    padding: 10px;
    clear: both;
    color: #EF6682;
    font-size: 14px;
}

.header-sidebar h2 {
    border-bottom: 3px dotted;
    padding: 0 0 5px 0;
    margin: 0 0 25px 0;
    color: #EF6682;
    font-weight: 500;
    font-size: 15px;
}

.header-sidebar ul {
    margin:0;
    padding: 0;
}

.header-sidebar li {
    list-style-type: none;
}

.header-sidebar ul li {
    list-style-type: none;
    margin: 0 0 25px 0;
    padding: 0;
}

.header-sidebar a {
    color: #D65B75;
}

.header-sidebar a:hover {
    color: #000;
}

.header-social {
    border-top: 3px dotted;
    padding: 10px 0 0px 0;
    margin: 15px 0 0px 0;
	height: 20px;
}

.header-social .fb-like {
	float: left;
}

.header-social .twitter-btn {
    float: right;
    margin: 0px 0 0 0;
}


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

.menu-header-wrap {
    background: #fff;
    float: right;
    width: 801px;
    height: 62px;
    padding: 0px 0px 0px 26px;
    margin: 0 0 10px 0;
}

.menu-header {
     background: none repeat scroll 0% 0% #ffffff;
     display: block;
     font-family: Pichi-bold;
     letter-spacing: 0.06em;
     margin: 0px;
     padding: 5px 0px 5px;
     text-align: center;
  }

.menu-header ul {
     list-style: none outside none;
     margin: 0px;
     text-align: center;
}

.menu-header ul li {
     display: inline-block;
     padding: 0px;
     position: relative;
}

.menu-header li a, .menu-header li a:link, .menu-header li a:visited {
     border-bottom: 0px solid #ffffff;
     border-right: 2px dotted #cccccc;
     color: #cccccc;
     font-size: 30px;
     font-weight: 400;
     padding: 0px 15px;
     text-decoration: none;
     text-transform: uppercase;
     transition: color 0.3s linear 0s;

}

.menu-header li a:hover, .menu-header li a:active {
     background: none repeat scroll 0% 0% transparent;
     color: #ef6682;
     padding: 0px 15px;
     text-decoration: none;
     transition: color 0.3s linear 0s;
}

.menu-header li li a, .menu-header li li a:link, .menu-header li li a:visited {
	float: none;
        font-family: "news-gothic-std";
        font-weight: 400;
        display: block;
	border-right: none;
	background: none;
	margin: 0px;
        font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
}

.menu-header li li a:hover, .menu-header li li a:active {
	background: #FFFFFF;
	border-bottom: 1px solid #c2c2c2;
	border-top: 0px solid #fff;
	color: #EF6682;
}

.menu-header li {
	float: left;
	padding: 0px;
}

.menu-header li ul {
    position: absolute;
    height: 25px;
    left: -999em;
    background: none;
    margin: 0px;
    padding: 7px 0 0 0;
    z-index: 9999;
}

.menu-header li li {
    
}

.menu-header li ul a {

}

.menu-header li ul a:hover, .menu-header li ul a:active {
    
}

.menu-header li ul ul {
	margin: -43px 0pt 0pt 140px;
}

.menu-header li:hover ul ul, .menu-header li:hover ul ul ul, .menu-header li.sfhover ul ul, .menu-header li.sfhover ul ul ul {
	left: -999em;
}

.menu-header li:hover ul, .menu-header li li:hover ul, .menu-header li li li:hover ul, .menu-header li.sfhover ul, .menu-header li li.sfhover ul, .menu-header li li li.sfhover ul {
	left: auto;
}

.menu-header li:hover, .menu-header li.sfhover {
	position: static;
}

.menu-header li:hover a {
    background-color: #fff;
    color: #EF6682;
}

/* Styling for current menu item */
.menu-header li.current-menu-item, .menu-header li.current-menu-parent, .menu-header li.current-page-ancestor, .menu-header li.current-post-ancestor {
color: #EF6682;
background: url("images/triangle-down.png") no-repeat center bottom transparent;
}

.menu-header li.current-menu-item a, .menu-header li.current-menu-parent a, .menu-header li.current-page-ancestor a, .menu-header li.current-post-ancestor a {
color: #EF6682;
}

/* Menu Layer 2 */

.menu-header li li a, .menu-header li li a:link, .menu-header li li a:visited {
	float: none;
	background: #f7f7f7;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #f7f7f7;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
	width: 160px;
	margin: 0px;
	padding: 7px 18px 7px 18px;
        font-size: 14px;
        font-weight: 300;
	color: #aaa;
	text-transform: lowercase;
        height: auto;
}

.menu-header li li a:hover, .menu-header li li a:active {
	background: #fff;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #f7f7f7;
	color: #EF6682;
}

.menu-header li ul a {
	width: 181px;
}

.menu-header li ul a:hover, .menu-header li ul a:active {
    
}

.menu-header li ul {
    position: absolute;
    height: auto;
    width: 198px;
    left: -999em;
    background: #fff;

	border-bottom: 1px solid #e7e7e7;
    padding: 7px 0 0 0;
    margin: 0px;
    z-index: 9999;
}

li.shop-menu ul.sub-menu {
    position: absolute;
    margin: 0 0  0 -26px;
}

.menu-header li li {
}

/* Menu Layer 3 */

.menu-header li ul ul {
	margin: -41px 0 0 216px;
	border-left: 1px solid #777;
}

.menu-header li:hover ul ul, .menu-header li:hover ul ul ul, .menu-header li.sfhover ul ul, .menu-header li.sfhover ul ul ul {
	left: -999em;
}



/* Menu - Additional
----------------------------------------------- */

.menu-social {
    display: block;
    float: left;
    height: 30px;
    width: 31px;
    background: url('images/liddabit-icon.png') no-repeat;
    margin: -4px 0 0 10px;
}

.menu-social img {

}

.menu-shop {
    font-size: 11px;
    color: #EF6682;
    text-transform: uppercase;
    float: left;  
    display: block;
    background: none;
    height: 0px;
    padding: 10px 0px 0px 10px;
    margin: 0 0 30px 0;
}

.menu-shop a {
    color: #EF6682;
    padding: 0 5px 0 5px;
}

.menu-shop a:hover {
    color: #000;
}

.nav-submenu {
    width: 100%;
    background: #EF6682;
    height: 24px;
    margin: 10px 0 30px 0;
    padding: 0 10px 0 20px;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .06em;
}

.nav-submenu ul {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

.nav-submenu li {
    list-style: none outside none;
    float: left;
    margin: 0px;
    padding: 4px 15px 0 0;

}

.nav-submenu li a, .nav-submenu li a:link, .nav-submenu li a:visited {
    color: #fff;
}

.nav-submenu li a:hover, .nav-submenu li a:active {
    color: #000;
    background: #fff;
}


/* Middle
----------------------------------------------- */

.middle {
    float: left;
    width: 487px;
    background: #fff;
    padding: 0px 40px 0px 40px;
    margin: 0;
    font-size: 15x;
}

.middle p {
    font-size: 15px;
    line-height: 1.8em;
    color: #555;
}

.middle small {
    font-size: 12px;
}

.middle img {
    max-width: 100%;
    height: auto;
}

.middle h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.middle h2 {
    line-height: 1em;
    margin: 10px 0 15px 0;
    font-size: 45px;
    font-family: Pichi-Bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #EE6682;
}

.middle h3 {
    font-size: 17px;
    font-weight: 700;
    padding: 0 0 8px 0;
}

.middle h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 8px 0;
}

.cut-quote {
    float: right;
    width: 200px;
    color:#F392A4 ;
    font-size: 20px;
    font-family: "double-pica";
    font-style: italic;
    text-align: center;
    line-height: 1.6em;
    border-top: 4px dotted #FFECE8;
    border-bottom: 4px dotted #FFECE8;
    display: block;
    margin: 0 10px 10px 10px;
    padding: 10px 5px 10px 5px;
}

.waves {
    background: url('images/wave.png') repeat-x;
    height: 5px;
    width: 100%;
    margin: 15px 0;
    opacity:.5;
}


.dots {
    border-top: 4px dotted #FFECE8;
    width: 100%;
    margin: 15px 0;
}


/* Right Sidebar
----------------------------------------------- */
.right {
    float: right;
    width: 220px;
    padding: 11px 40px 0 0;
}

.right ul li ul li a {
    font-family: 'pichi-bold';
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: .09em;
    line-height: 1.2em;
}

.right li.current-menu-item a, .right li.current-menu-parent a{ 
color: #000;
}
	
.right ul {
    width: 100%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.right ul li {
    width: 100%;
    list-style-type:none;
    font-size: 14px;
    line-height: 1.6em;
    color: #666;
}

.right ul li p a {
    letter-spacing: .03em;
}

.right h2 {
    font-family: 'pichi-bold';
    font-size: 35px;
	color: #EF6682;
    text-transform: uppercase;
    letter-spacing: .09em;
    line-height: 1em;
	padding: 0 0 10px 0;
}

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

#footer {
    background: none;
    width:1024px;
    padding: 20px;
    margin: 0px auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
    color: #333;
    overflow: hidden;
    clear: both;
}

#footer a {
    color: #333;
    font-weight: 300;
}

#footer a:hover {
    color: #EF6682;
    font-weight: 300;
}

#footer p {
    margin: 0;
}

.footer-inside {
    width: 827px;
    float: right;
}


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

.footer-box-left {
    float: left;
    width: 50%;
    display: block;
}

.footer-box-right {
    float: right;
    width: 255px;
    display: block;
    overflow: hidden;
}


#footer h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    letter-spacing: .02em;
}

/* Email Signup
----------------------------------------------- */

.subscribe-form {
    margin: 20px 0 0 0;
}

.subscribe-btn {
    border: none;
    background: #EF6682;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px 8px;
    width: 82px;
    height:34px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight:none;
    letter-spacing: .1px;
    font-family: "news-gothic-std", arial, helvetica, arial, sans-serif;
    cursor:pointer;
}

.subscribe-btn:hover {
    background: #000;
    color: #FFFFFF;
}


input#bliddk-bliddk {
    background: #fff;
    border:1px solid #fff;
    font-family: "news-gothic-std";
    font-weight: 400;
    height:31px;
    width: 140px;
    margin: 0px 5px 10px auto;
    color:#333;
    font-size:14px;
    padding: 1px 10px 0px 10px;
}


/* Prev/Next
----------------------------------------------- */
.prev-next-box {
    float: left;
    width: 480px;
    padding: 0 0 0px 0;
}


/* Press
----------------------------------------------- */

.middle-press {
    float: left;
    width: 750px;
    background: #fff;
    padding: 0px 40px 0px 40px;
    margin: 0;
}

.middle-press p {
    font-size: 13px;
    line-height: 1.8em;
    color: #444;
}


.middle-press h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.middle-press h2 {
    line-height: 1em;
    margin: 10px 0 15px 0;
    font-size: 45px;
    font-family: Pichi-Bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #EE6682;
}

.middle-press h3 {
    font-size: 14px;
    font-weight: 700;
}

.post-press {
    margin: 0 0 20px 0;
    padding: 0 0 10px;
    overflow: hidden;
    border-bottom: 3px dotted #eee;

}

.press-subheadline {
    margin: 0 0 30px 0;
}

.press-image {
    float: left;
    width: 250px;
}

.press-image .interior img {
    float: right;
    max-width: 250px;
    max-height: 60px;
    width: auto;
    height: auto;
    text-align:right;
    margin: 10px 0 0 0;
}

.press-content {
    margin: 0 0 0 280px;
}

.press-content p {
    font-size: 15px;
}


/* Home
----------------------------------------------- */

.middle-home {
    float: left;
    width: 750px;
    background: #fff;
    padding: 0px 40px 0px 40px;
    margin: 0;
}

.middle-home p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}


.middle-home h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.middle-home h2 {
    line-height: 1em;
    margin: 10px 0 15px 0;
    font-size: 45px;
    font-family: Pichi-Bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #EE6682;
}

.middle-home h3 {
    font-size: 14px;
    font-weight: 700;
}

.home-ticker {
    font-size: 15px;
    list-style: none;
    color: #EE6682;
    line-height: 1.6em;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 25px 0;
    margin: 0 0 30px 0;
}

.home-ticker a, .home-ticker a:link, .home-ticker a:active {
    color: #666;
}

.home-ticker a:hover {
    color: #000;
}

.home-video {
    margin: 0 0 30px 0;
}


/* BLOG
----------------------------------------------- */

.middle-blog {
    float: left;
    width: 750px;
    background: #fff;
    padding: 0px 40px 0px 40px;
    margin: 0;
    font-size: 15px;
}

.middle-blog hr {
    background: none;
    border-top: 1px solid #eee;	
    margin: 0;
}

.middle-blog p {
    font-size: 15px;
    line-height: 1.8em;
    color: #000;
}

.middle-blog img {
    max-width: 100%;
    height: auto;
}

.middle-blog h1 {
    margin: 0px;
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.middle-blog h2 {
    line-height: 1em;
    margin: 10px 0 15px 0;
    font-size: 45px;
    font-family: Pichi-Bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #EE6682;
}

.middle-blog h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 0 0 10px 0;
	color: #EE6682;

}

.middle-blog h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 8px 0;
}


/* Posts
----------------------------------------------- */

.post-meta-block {
    padding: 0;
    margin:0;
    font-size: 14px;
    color: #808285;
   display: block;
   float: left;
  width: 90px;
  text-align: center;
}

.author-meta-photo img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-right-block {
	margin: 5px 0 0 0;
  font-size: 14px;
  color: #808285;
	display: block;
  float: right;
  width: 620px;
}

.post-divider {
	clear:both;
	display: block;
	border-bottom: 1px solid #ccc;
}

.social-box {
    height: 35px;
    padding: 5px 5px 0 5px;
    margin: 30px 0 0 0;
    background: #f8f8f8;
    border-top: 1px solid #eee;
}

.post-wrap {
    width: 100%;
    margin: 0 0 15px 0;
    overflow: hidden;
    clear: both;
}

.post-body {
    float: left;
    width: 750px;
    border-bottom: solid 1px #eee;
    padding: 25px 0 25px 0;
}

.post-body img {
    max-width: 100%;
    height: auto;
    margin: 10px 0 0px 0;
    padding: 0;
    border: 0 !important;
}

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

.read-more-btn {
    display: block;
    float: right;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background: #EF6682;
    padding: 10px 20px;
    width: auto;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1px;
    cursor:pointer;
    opacity: .8;
}

.read-more-btn a {
    color: #fff;
}

.read-more-btn a:hover {
    color: #fff;
}

.read-more-btn:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

.wp-caption {
    border-top: 4px dotted #FFECE8;
    border-bottom: 4px dotted #FFECE8;
    font-size: 14px;
    width: 600px !important;
}

.middle img {
    border: 0 !important;
}

p.wp-caption-text {
    text-align:center;
    line-height:1.2em;
    font-style: oblique;
    font-size: 14px;
    padding: 15px 0 20px 0;
    color: #F392A4;
}


/* Comments
----------------------------------------------- */
.comment-wrap {
    width: 100%;
    margin: 20px 0 20px 0;
    overflow: hidden;
    clear: both;
}

.comment-title {
    float: left;
    padding: 0px 0 0px 0;
}

.comment-wrap ol {
    margin: 0;
    padding: 0;
}

.commentlist li {
    width: 100%;
    overflow: hidden;
    clear: both;
    list-style-type: none;
    margin: 0;
}

.comment-left {
    width: 50px;
    float: left;
    padding: 5px 0 0 0;
    text-align: right;
}

.comment-text {
    float: right;
    width: 410px;
    padding: 0 0 0 0;
    margin: 0;
}

.comment-divider {
    display: block;
    width: 100%;
    float: right;
    clear: both;
    border-bottom: solid 1px #E2E3E4;
    margin: 0 0 20px 0;
}

.comment-form {
    float: right;
    width: 100%;
    border-bottom: solid 1px #eee;
    padding: 0 0 0px 0;
}

.comment-form textarea#comment {
    font-weight: 300;
    font-size: 13px;
    padding: 15px 0px 0 15px;
    width: 440px;
    height: 150px;
}

.comment-form #submit {
    border: none;
    background: #EF6682;
    padding: 9px 10px;
    width: auto;
    height:32px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    font-weight:none;
    letter-spacing: .1px;
    cursor:pointer;
}

.comment-form #submit:hover {
    background: #000;
    color: #FFFFFF;
}

