/*
Theme Name: Ralphs Italian Ices & Ice Cream
Theme URI:
Description: Ralphs Italian Ices & Ice Cream Wordpress Theme 
Version:1.0
Author:<a href="http://p80w.com" title="http://p80w.com">http://p80w.com</a>
Author URI:http://p80w.com
Tags:white, blue, pink, black, Worpdress 3
*/


/**********************************************/
/*     RESET             					  */
/**********************************************/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/**********************************************/
/*     CLEAR             					  */
/**********************************************/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*
The following zoom:1 rule is specifically for IE6 + IE7.
Move to separate stylesheet if invalid CSS is a problem.
*/

* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}
    
/**********************************************/
/*     GLOBALS             					  */
/**********************************************/
/* 
•	Lubalin Graph Medium - font-family:'ITCLubalinGraphW01-Md';
•	Lubalin Graph Medium Italic - font-family:'ITCLubalinGraphW01-MdOb';
•	Lubalin Graph Demi - font-family:'ITCLubalinGraphW01-Demi';
•	Lubalin Graph Demi Italic - font-family:'ITCLubalinGraphW01-DmOb';
•	Lubalin Graph Bold - font-family:'ITCLubalinGraphW01-Bd';
•	Lubalin Graph Bold Italic - font-family:'ITCLubalinGraphW01-BdOb'; Footer
font-family: 'Yellowtail', cursive; */

@font-face {
    font-family: 'yellowtailregular';
    src: url('fonts/yellowtail-regular-webfont.eot');
    src: url('fonts/yellowtail-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yellowtail-regular-webfont.woff') format('woff'),
         url('fonts/yellowtail-regular-webfont.ttf') format('truetype'),
         url('fonts/yellowtail-regular-webfont.svg#yellowtailregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	color:#fff;
	background:#0066ff;
}
body.home {
	background:#fff;
}
.wrap {
	width:960px;
	margin:0 auto;
	position:relative;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
img.alignleft {	
	margin:0 20px 0 0;
}
img.alignright {
	margin:0 0 0 20px;
}
img.aligncenter {
	margin:0 auto;
	display:block;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
	visibility:hidden;
}

h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	margin:0 0 12px;
	color:#fff;
}
h1 {
	font-size:26px;
	color:#fff;
	font-weight:700;
	font-family:'ITCLubalinGraphW01-Bd'
}
h2 {
	font-size:17px;
	color:#fff;
	font-family:'ITCLubalinGraphW01-Md';
	font-weight:700
}
h3 {
	font-size:14px;
	font-family:'ITCLubalinGraphW01-Md';
	color:#fff;
}
h4, h5, h6 {
	font-family:'ITCLubalinGraphW01-Md',
	font-size:13px;
	color:#fff;
}
ul, ol {
	margin:0 0 18px;
	padding:0 0 0 25px;
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
ul li, ol li {
	padding:0 0 5px;
}
em {
	font-style:italic;
}
strong {
	font-weight:700;
}
a {
	color:#fff;
	text-decoration:underline;
	font-weight:700;
}
a:hover {
	text-decoration:none;
	opacity:0.8;
}
p {
	line-height:22px;
	margin:0 0 15px;
}
p img {
	display:block;
}
blockquote {
	padding:20px 20px 10px 20px;
	background:#0545C4;
	margin:0 0 15px
}

	
/**********************************************/
/*     MASTHEAD            					  */
/**********************************************/
#masthead {
	width:100%;
	float:left;
	background:url(images/bg-head.jpg) repeat-x;
}
#masthead .wrap {
	height:105px;
	background:url(images/bg-masthead.jpg) repeat-x;
}
#masthead .logo {
	width:187px;
	height:105px;
	float:left;
	margin:0 0 0 17px;
}
#masthead .logo a {
	width:187px;
	height:0;
	display:block;
	padding:105px 0 0;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
}
#masthead ul li,
#masthead ul {
	list-style:none;
	padding:0;
	margin:0;
}
#masthead .social-media {
	float:right;
	margin:7px 108px 0 0;
}
#masthead .social-media li {
	display:inline;
	float:left;
	padding:0 0 0 8px;
}
#masthead .social-media li a {
	display:block;
	float:left;
}
#masthead .header-menu {
	float:right;
	margin:10px 8px 0 0;
}
#masthead .header-menu li {
	display:inline;
	float:left;
	padding:0 0 0 15px;
}
#masthead .header-menu a {
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
#masthead .main-menu { 
	position:absolute;
	left:318px;
	top:43px;
}
#masthead .main-menu li {
	float:left;
	display:inline;
}
#masthead .main-menu a {
	font-size:17px;
	font-weight:normal;
	width:130px;
	text-decoration:none;
	color:#fff;
	display:block;
	float:left;
	padding:9px 0 0 50px;
	font-family:'ITCLubalinGraphW01-Bd';
}
#masthead .main-menu .btn-flavor a {
	padding-top:0
}

/**********************************************/
/*     COVER	           					  */
/**********************************************/
#cover {
	width:100%;
	float:left;
	position:relative;
	z-index:10;
	background:#0066ff;
}
#cover img {
	display:block
}

/**********************************************/
/*     PINK		           					  */
/**********************************************/
#pinkbar {
	width:100%;
	float:left;
	position:relative;
	z-index:10;
	background:#ff0099 url(images/bg-pink.jpg) repeat-x;
}
#pinkbar .wrap {
	height:108px;
	width:755px;
	padding:0 37px 0 168px
}
.flavors-products #pinkbar .wrap {
	width:785px;
	padding:0 37px 0 138px
}
.store-locators #pinkbar .wrap {
	background:url(images/icon-store-loc.png) no-repeat 100% 0; 
}
#pinkbar h2 {
	width:298px;
	float:left;
	font-family: 'yellowtailregular', cursive;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size:42px;
	font-weight:normal;
	line-height:108px;
	margin:0;
}
.flavors-products #pinkbar h2 {
	width:328px;
}
#pinkbar .store-loc {
	width:457px;
	float:left;
	padding:27px 0 0;
}
#pinkbar .store-loc .text {
	width:179px;
	float:left;
	padding:7px 0 0 47px;
	background:url(images/icon-pinkbar.jpg) no-repeat;
}
#pinkbar .store-loc .text h3 {
	font-weight:normal;
	font-family: 'yellowtailregular', cursive;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#fff;
	margin:0;
	font-size:30px;
	line-height: 30px;
}
.form {
	width:230px;
	height:44px;
	background:#fff;
	float:left;
	margin:8px 0 0 0;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.store-list {
	display:none;
}
.store-list .form {
	float:none;
	margin:0 0 20px;
}
.form input {
	padding:0;
	margin:0;
	border:0;
	float:left;
	outline:0;
	font-size:15px;
	display:block;
	color:#0066ff;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background:transparent;
}
.form #store_wpress_address,
.form .textbox {
	width:144px;
	margin:12px 0 0 21px;
}
.form #store_wpress_search_btn,
.form .button {
	width:54px;
	margin:7px auto 0 auto;
	color:#fff;
	background:#9900ff;
	cursor:pointer;
	border:solid 1px #fff;
	padding:3px 0;
	text-transform:uppercase;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.3);
	box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.3);
}

/**********************************************/
/*     CONTENT           					  */
/**********************************************/
#content {
	width:100%;
	float:left;
	position:relative;
	z-index:10;
	background:#0052ff url(images/bg-blue.jpg) repeat-x;
}
.home #content {
	background:transparent;
}
#content .wrap {
	width:755px;
	padding:33px 37px 30px 168px
}
.home #content .wrap {
	width:960px;
	padding:0;
}
.flavors-products #content .wrap {
	width:100%;
	padding:0;
}
#content .home-columns {
	padding:5px 0 0 62px;
}
#content .home-columns .col {
	float:left;
	width:250px;
	margin:0 4px 0 0;
}
#content .home-columns .col-3,
#content .home-columns .col-2 {
	width:280px;
}
#content .home-columns .col-row {
	background:#9900ff;
	margin:0 0 4px;
	position:relative;
}
#content .home-columns .col-row-1 {
	background:#ff0099 url(images/icon-hcol-1.jpg) no-repeat 9px 109px;
	height:174px;
	text-align:center;
}
#content .home-columns .col-row-3 {
	background:#33cc00;
	height:174px;
}
#content .home-columns .col-row-5 {
	height:174px;
}
#content .home-columns h3 {
	font-family: 'yellowtailregular', cursive;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
	color:#fff;
	font-size:30px;
	background:url(images/white-border.jpg) repeat-x 0 50%;
}
#content .home-columns .col-row-5 h3,
#content .home-columns .col-row-3 h3,
#content .home-columns .col-row-1 h3 {
	background:url(images/white-border.jpg) repeat-x 0 50%;
	text-align:center;
	margin:0 8px;
}
#content .home-columns .col-row-1 h3 span {
	padding:0 10px 0 5px;
	background:#ff0099;
}
#content .home-columns .col-row-3 h3 span {
	padding:0 10px 0 5px;
	background:#33cc00;
}
#content .home-columns .col-row-5 h3 span {
	padding:0 10px 0 5px;
	background:#9900ff;
}
#content .home-columns .col-row-1 input {
	padding:0;
	margin:0;
	border:0;
	outline:0;
	font-size:15px;
	text-align:center;
	display:block;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background:cyan;
}
#content .home-columns .col-row-1 label {
	margin:0 0 8px;
	display:block;
}
#content .home-columns .col-row-1 .textbox {
	width:153px;
	margin:0 auto 19px auto;
	color:#0066ff;
	padding:9px 0;
	background:#fff;
	-webkit-box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
	box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#content .home-columns .col-row-1 .button {
	width:54px;
	margin:0 auto;
	color:#fff;
	background:#9900ff;
	cursor:pointer;
	border:solid 1px #fff;
	padding:4px 0;
	text-transform:uppercase;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.4);
}
#content .home-columns .col-row-3 h4 {
	margin:6px 0 8px 0;
	display:block;
	font-family:'ITCLubalinGraphW01-Demi', sans-serif;
	color:#fff;
	font-size:23px;
	line-height: 24px;
	text-transform:uppercase;
	text-align:center;
}
#content .home-columns .col-row-3 img {
	margin:0 8px 0 5px;
}
#content .home-columns .col-row-3 p {
	margin:0;
	line-height:18px;
}
#content .home-columns .col-row-5 {
	background:#9900ff url(images/icon-hcol-3.jpg) no-repeat 97% 92%;
}
#content .home-columns .col-row-5 h4 {
	font-family:'ITCLubalinGraphW01-Bd', sans-serif;
	text-align:center;
	font-size:42px;
	line-height:42px;
	margin:15px 0 0;
}
#content .home-columns .col-row-2 .twitter-wrap {
	padding:10px;
}
#content .home-columns .col-row-4 {
	background:#fff;
}
#content .home-columns .col-row-4 img {
	display:block;
}
#content .home-columns .col-row-4 .text {
	padding:0 14px;
}
#content .home-columns .col-row-4 h3 {
	background:transparent;
	color:#0066ff;
	margin:0 0 5px;
}
#content .home-columns .col-row-4 p {
	color:#666;
	line-height:18px;
}
#content .home-columns .col-row-4 a {
	color:#0066ff; 
}
#content .home-columns .col-row-6 {
	height:363px;
	background:#9900ff url(images/icon-hcol-4.jpg) no-repeat 0 100%;
}
#content .home-columns .col-row-6 .scroll-flavors {
	height:258px;
	margin:14px 0 18px;
	position:relative;
	text-align:center;
	line-height:20px;
	display:block;
	float:left;
	width:100%;
}
#content .home-columns .col-row-6 .scroll-flavors ul li,
#content .home-columns .col-row-6 .scroll-flavors ul {
	list-style:none;
	padding:0;
	margin:0;
}
#content .home-columns .col-row-6 .scroll-flavors ul {
	width:100%;
}
#content .home-columns .col-row-6 .scroll-flavors a {
	font-size:15px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#content .home-columns .col-row-6 .row-btns {
	height:90px;
	position:relative;
	clear:both;
}
#content .home-columns .col-row-6 .row-btns a {
	height:28px;
	line-height:28px;
	width:130px;
	margin:29px auto 0 76px;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background:#ff00cc;
	border:solid 1px #fff;
	float:left;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	-webkit-box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.4);
	box-shadow:  2px 4px 2px 1px rgba(0, 0, 0, 0.4);
}
#content .row {
	padding:20px 0;
}
#content .row-light {
	background:#0066ff;
}
#content .row-wrap {
	width:960px;
	margin:0 auto;
}
#content .row h2 {
	font-size:22px;
	font-family:'ITCLubalinGraphW01-Bd', sans-serif;
	color:#fff;
	font-weight:400;
	margin:0 0 3px;
}
#content .row .note {
	display:inline-block;
	font-size:12px;
	color:#0066ff;
	background:#ffff00;
	padding:5px;
	margin:0 0 18px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#content .row .img {
	width:162px;
	float:left;
}
#content .row .text {
	width:798px;
	float:left;
}
#content .row ul li,
#content .row ul {
	list-style:none;
	padding:0;
	margin:0;
}
#content .row ul li {
	padding:0 0 6px;
}
#content .row p {
	line-height:20px;
	margin:0 0 20px;
}
#content .row .col {
	width:176px;
	float:left;
	display: block;
	margin:0 10px 15px 0;
}
#content .row .col-wide {
	width:auto;
	float:none;
	margin:0 10px 15px 0;
}
#content .row .col-desc {
	width:340px;
	float:left;
	margin:0 50px 0 0;
}
#content .row-last .col-desc1 {
	width:380px;
	float:left;
	margin:0 50px 0 0;
}
#content .row-last .col-desc2 {
	margin:0;
}
#content .row-last h2 {
	margin:0 0 15px
}
#content .row-last ul {
	margin:0 0 35px
}
#content .row a {
	color:#ffff00;
	font-weight:normal;
	text-decoration:none;
}
#content .row strong a {
	font-weight:bold;
}
#content .row .post-434 span {
	color:#ffff00;
}
#content .store-list b,
#content .store-list a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#content .store-list #store_locator_list > div {
	border:0 !important;
	line-height: 20px;
}
#content .left-content {
	width:420px;
	float:left;
}
#content .left-content .entry {
	margin:0 0 30px;
}
#content .left-content a {
	color:#fff;
	text-decoration:none;
}
#content .left-content .meta {
	margin:0 0 15px;
	font-size:13px;
}
#content .sidebar {
	width:220px;
	float:right;
}
#content .sidebar .widget {
	margin:0 0 20px;
}
#content .sidebar ul li,
#content .sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
}
#content .sidebar ul li {
	padding:0 0 6px;
}
#content .sidebar a {
	color:#fff;
	text-decoration:none;
}

/**********************************************/
/*     FOOTER           					  */
/**********************************************/
#footer {
	width:100%;
	float:left;
	position:relative;
	z-index:20;
	background:transparent;
	padding:13px 0;
	text-align:center;
}
#footer ul li,
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
#footer ul li {
	padding:0 2px;
	color:#fff;
	font-weight:bold
}
.home #footer ul li {
	color:#ff0099;
}
#footer ul li a {
	font-size:13px;
	color:#fff;
	text-decoration:none;
}
.home #footer ul li a {
	color:#ff0099;
}
#footer .year {
	font-size:11px;
	color:#fff;
	font-weight:bold;
	display:block;
	padding:8px 0 0;
}
.home #footer .year {
	color:#0066ff;
}
