/*
Theme Name: LimeBerry Yogurt
Theme URI: http://limeberryyogurt.com
Author: vic@6foot8.com
Description: Custom theme developed for LimeBerry Yogurt by 6 foot 8 utilizing WordPress' own Twenty Eleven for code base.
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
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 img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

body {
background: #000000;
margin:0;
padding:0;
line-height:140%;
color:#000000;
font-family:arial, sans-serif;
min-width:1000px;
}

.lime-container {
width:960px;
margin:0 auto 0 auto;
}

#lime-top {
background: #ffffff url(images/limeberry-yogurt-bg-wave.gif) bottom center repeat-x;
width:100%;
}

#lime-top-upper {
background: url(images/limeberry-yogurt-bg-top-inner-berries.jpg) top right no-repeat;
}

#lime-logo {
background: url(images/limeberry-yogurt-logo.png) top center no-repeat;
width:276px;
height:106px;
float:left;
margin-top:25px;
}

#lime-logo a {
width:100%;
height:100%;
display:none;
}

#lime-nav-social {
float:right;
margin-top:15px;
}

#facebook {
width:25px;
height:25px;
background: url(images/facebook-logo.png) top center no-repeat;
float:right;
margin:0 0 15px 5px;
}

#facebook a {
width:100%;
height:100%;
display:block;
}

#twitter {
width:25px;
height:25px;
background: url(images/twitter-logo.png) top center no-repeat;
float:right;
margin:0 0 15px 5px;
}

#twitter a {
width:100%;
height:100%;
display:block;
}

#lime-slider {
background: url(images/limeberry-yogurt-bg-slider.png) top center no-repeat;
height:448px;
padding:56px 0 0 40px;
width:920px;
}

#lime-top-lower {
width:100%;
background: url(images/limeberry-yogurt-bg-top-lower.png) bottom center no-repeat;
}

.lime-top-lower-thirds {
margin:0 0 30px 0;
min-height:219px;
text-align:center;
padding-top:15px;
}

.lime-top-lower-thirds img {
margin-bottom:15px;
}

#lime-top-lower-thirds-01 {
background: url(images/limeberry-yogurt-bg-bottom-feature-img-01.png) top center no-repeat;
}

#lime-top-lower-thirds-02 {
background: url(images/limeberry-yogurt-bg-bottom-feature-img-02.png) top center no-repeat;
}

#lime-top-lower-thirds-03 {
background: url(images/limeberry-yogurt-bg-bottom-feature-img-03.png) top center no-repeat;
margin-right:0;
}

.lime-thirds {
width:247px;
float:left;
margin-right:40px;
padding-left:23px;
padding-right:23px;
}

#lime-bottom {
background:#000000;
}

#lime-footer {
width:100%;
padding-bottom:30px;
text-align:right;
}

#main {
width:580px;
float:left;
margin:30px 0 0 0;
}

#lime-sidebar {
width:350px;
float:right;
margin:30px 0 0 0;
}

#lime-clear-under-main {
height:100px;
}

#lime-clear-under-main-home {
height:30px;
}

#lime-sidebar-feature-image {
width:325px;
background: url(images/limeberry-yogurt-bg-page-feature-img.png) top center no-repeat;
min-height:249px;
padding:30px 0 15px 25px;
}

#lime-locations-facebook {
width:342px;
height:66px;
background: url(images/limeberry-locations-links-follow-on-facebook.png) top center no-repeat;
}

#lime-locations-facebook a {
width:100%;
height:100%;
display:block;
}

#lime-locations-directions {
width:342px;
height:66px;
background: url(images/limeberry-locations-links-get-directions.png) top center no-repeat;
margin:10px 0 0 0;
}

#lime-locations-directions a {
width:100%;
height:100%;
display:block;
}



/* STYLING */

h1, h2, h3, h4 {
font-family: 'Spicy Rice', 'Impact', sans-serif !important;
color:#c959a2;
font-weight:normal;
margin:0 0 20px 0;
padding:0;
line-height:120% !important;
}

h1 {
font-size:30px;
}

h2 {
font-size:26px;
}

h3 {
font-size:22px;
margin-bottom:10px;
}

h4 {
font-size:18px;
}

p, table {
margin: 0 0 20px 0;
}

a {
color:#c959a2;
text-decoration:none;
}

a:hover {
color:#9fcf67;
}

.rs-content-holder span a {
padding:5px 10px 5px 10px !important;
font-family: 'Spicy Rice', 'Impact', sans-serif !important;
font-size:20px;
color:#ffffff;
background: #c959a2;
}

.rs-content-holder span a:hover {
color:#000000;
}

.lime-top-lower-thirds h2 a:hover {
color:#000000;
}

#lime-bottom h3 {
color:#9fcf67;
margin-bottom:5px;
}

#lime-bottom {
color:#b7b7b7;
}

#lime-bottom .cat-post-item a {
font-weight:bold;
}

#lime-bottom .cat-post-item p {
font-size:12px;
}

#lime-bottom .lime-thirds li {
margin-bottom:7px;
}

#lime-footer {
color:#898989;
font-size:13px;
border-top:solid 1px #363636;
padding-top:15px;
}

#lime-footer a {
color:#898989;
}

#login {
font-size:11px;
color:#363636;
}

#login a {
color: #363636;
}

input, textarea, select {
border:4px solid #f0d5e6;
background:white;
padding:10px;
font-family:arial, sans-serif;
font-weight:bold;
}

.wpcf7-submit:hover {
font-color:white;
background:#c959a2;
}

#lime-locations-menu ul {
list-style:none;
}

#lime-locations-menu li {
font-family: 'Spicy Rice', 'Impact', sans-serif !important;
font-size:22px;
margin-bottom:15px;
}

#lime-bottom ul {
list-style:none;
margin:0;
padding:0;
}

.lime-disclaimer {
font-size:11px;
line-height:110%;
}

.entry-content img {
border:4px solid #ffddf3;
background:#ffffff;
padding:1px;
margin:5px;
}

.entry-content a img:hover {
border:4px solid #fdbbe6;
}

#post-166 table td {
font-size:11px;
line-height:120%;
text-align:center;
color:#898989;
}




/* STYLING END */

/* MEGA MENU TWEAKS */

#megaMenu ul.megaMenu {
border:0 !important;
}

#megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a, #megaMenu ul ul.sub-menu li a {
font-size:14px !important;
font-family:arial !important;
}

#megaMenu ul.megaMenu > li > a {
font-size:20px !important;
font-family: 'Spicy Rice', 'Impact', sans-serif !important;
font-weight:normal !important;
}

#megaMenu ul.megaMenu > li > a:hover, #megaMenu ul.megaMenu > li > ul > li > a:hover {
color:#9fcf67 !important;
}

#megaMenu ul li.mega-with-sub > a,
#megaMenu ul li.ss-nav-menu-mega > a{
	background-image:url(images/toptri_white.png) !important;
	background-position: 97% 50% !important;
	background-repeat: no-repeat !important;
}

/* MEGA MENU TWEAKS END */

/* GENERAL WP STYLING */

strong {
font-weight:bold;
}

em {
font-style:oblique;
}

.entry-meta, .more-link {
font-size:11px;
}

article {
margin:20px 0 40px 0;
}

article .entry-content{
margin:20px 0 0 0;
}

.alignright {
float:right;
margin: 20px 0 20px 20px;
}

.alignleft {
float:left;
margin: 20px 20px 20px 0;
}

.widget {
margin-bottom:20px;
}

ul {
list-style-type:circle;
margin:0 0 25px 20px;
padding:0;
}

li {
margin:0 0 10px 0;
padding:0;
}

.assistive-text, .nocomments, .nopassword {
display:none;
}

.nav-next, .nav-previous {
font-size:12px;
}


/* GENERAL WP STYLING END */

