/*
Theme Name: Millie's Ice Cream and Sandwich Shoppe
Theme URI: http://milliesicecreamshoppe.com/
Description: 
Version: 1
Author: Millies
Author URI: 
Tags: 

*/
/*
Millie's Pallet
background: #191919;
soup-schedule-background: #742005;
lighter-red: #942609;
background-swirls-red: #863013;
*/

@charset "utf-8";
html {
	background-color: #191919;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center; 
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #191919 url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/background.jpg) repeat-y center fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link,a:visited  {
	color: #742005;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
	color: #863013;
	border-bottom: 1px solid;
}
a:link img {
	border: none;
	text-decoration: none;	
}
a.more-link {
		text-decoration: none;
	border-bottom: none;	
}
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}	
/*The following img elements take advantage of WP's new CSS classes for image alignment and the text wrapping around the image*/
img.alignright {
	float:right;
	margin:0 0 1em 1em;
}
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}
img.aligncenter {
	display: block; 
	margin-left: auto;
	margin-right: auto;
}
a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}
a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}
a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
/*End new img elements*/

.thrColFixHdr #container { 
	background: url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/logo-navbar-2.png) no-repeat top center;
	width: 796px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/*------Header------*/
.thrColFixHdr #header { 
	/*background: #DDDDDD;*/
	height: 175px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	display: none;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header #homeImage {
	float: left;
	height: 170px;
	width: 160px;
}
.thrColFixHdr #header img#contactInfo {
	/*margin: 17px 0 0 125px;*/ /*These margins are for when Google Voice widget is not enabled*/
	margin: 17px 0 0 25px; /* These margins are for when Google Voice widget is enabled*/
}
.thrColFixHdr #navigation {
	color: #FFF;
	height: 30px;
	margin: 6px 0 0 175px;
	padding-top: 6px;
	text-align: center;
	width: 570px;
}
.thrColFixHdr #navigation ul {
	list-style: none;
	margin: 0;
}
.thrColFixHdr #navigation li {
	display: inline;
	margin-right: 20px;
}
.thrColFixHdr #navigation li a:link, .thrColFixHdr #navigation li a:hover, .thrColFixHdr #navigation li a:visited {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}
#googleVoice {
	/*margin: 0 20px 0 530px;*/	/*These margins were for Google Voice widget when it was just above the footer*/
	float: right;
	margin: 17px -20px auto auto;
}

/*------Panel------*/
/* sliding panel */
#toppanel {
    /*position: absolute;*/   /*Panel will overlap  content */
    position: relative;   /*Panel will "push" the content down */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 130%; /* font-size set to 130% for the default Kubrick Wordpress theme */
}
 
#panel {
	width: 100%;
	height: 280px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
 
#panel h1 {
	font-size: 1.25em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel h2{
	font-size: 1em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
	text-align: left;
}
 
#panel p {
	font-size: .75em;
	margin: 5px 0;
	padding: 0;
}
 
#panel a {
	text-decoration: none;
	/*color: #15ADFF;Original font color*/
	color: #942609;
}
 
#panel a:hover {
	color: white;
}
 
#panel a-lost-pwd {
	display: block;
	float: left;
}
 
#panel ul {
	font-size: .75em;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.6em;
	list-style: none;
}
 
#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}
 
#panel .content .left {
	width: 280px;
	float: left;
	margin-bottom: 25px;
	padding: 0 15px;
	border-right: 1px solid #333;
	min-height: 220px;
}
 
#panel .content .border {
	border-left: 1px solid #333;
}
 
#panel .content .narrow {
	width:120px !important;
}
 
#panel .content form {
	margin: 0 0 10px 0;
}
 
#panel .content label {
	float: left;
	font-size: .85em;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}
 
#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}
 
#panel .content input:focus.field {
	background: #545454;
}
 
/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}
 
#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}
 
#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
 
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
 
/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}
 
.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	/*right: 150px; Original position*/
	right: 8%;
  	color: white;
  	font-size: 80%;
	text-align: center;
}
 
.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: inline;
	float: left;
}
 
.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: inline;
	float: left;
}
 
.tab ul.login li {
 	font-size: .75em;
	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}
 
.tab ul.login li a {
	/*color: #15ADFF;Original font color*/
	color: #942609;
	width: 150px;
}
 
.tab ul.login li a:hover {
	color: white;
}
 
.tab .sep {color:#414141}
 
.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 120px;
	position: relative;
	top: 11px;
}
/*------End Panel------*/

#breadcrumb {
	clear:both;
	margin:0 auto;
	width:92%;
}
/*------End Header------*/	


/*------Content------*/
.thrColFixHdr #wrapper {
	background: url(http://www.milliesicecreamshoppe.com/wp-content/themes/Millies/images/body-background-top-1.png) no-repeat top center;
	margin: 0;
	padding: 1px 0 0 0;
	position: relative;
	width: 100%;
}
.thrColFixHdr #subWrapper1 {
	background: url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/body-background-center.png) repeat-y;
	margin: 50px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.thrColFixHdr #subWrapper1 h3, .thrColFixHdr #subWrapper1 h4 {
	margin-top: 0;	
}
.thrColFixHdr #mainContent { 
	display: inline;
	float: left;
	margin: 0 20px 0 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	max-width: 500px;
	min-width: 500px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*width: 375px; This is the width when 2 sidebars are present*/ 
	width: 500px; /*This is the width when ther is only 1 sidebar*/
}
.postFrontPage {
	margin-top: 25px;
	width: 520px;
}
.postArchivePage {
	margin-left: 30px;
	width: 515px;	
}
.thumbnail {
	border: solid 1px #000;
	display: inline-block;
	float: left;
	height: 120px;
	margin: 0 10px 10px 0;
	width: 120px;
}
.thumbnail a:link, .thumbnail a:hover, .thumbnail a:visited {
	border-bottom: none;	
}
.post h2.singlePost {/*This lines up the post title with the top of the sidebar but only when using single.php. It doesn't affect the post on the front page were we need some spacing.*/
	margin-top: 0;
	margin-bottom: 0;
}
p.postmetadata {
	margin: 0;
}
p.commentsLink{
	margin-top: 0px;	
}
p.commentsLinkFrontPage {
	margin: -20px auto -5px auto;
}
.thrColFixHdr #mapMainContent {
	float: left;
	margin: 0 0 0 30px;
	width: 500px;
}
.thrColFixHdr #map {
	border: #000 solid 2px;
	width: 100%;
}
.entry img {
	border-bottom: solid 20px #FFF;
	border-left: solid 10px #FFF;
	border-right: solid 10px #FFF;
	border-top: solid 10px #FFF;
}
.wp-caption-text {
	font-size: small;
	text-align: center;
}
.thrColFixHdr #subWrapper2 {
	background: url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/body-background-bottom.png) no-repeat bottom;
	height: 65px;
} 
/*------End Content------*/


/*------Sidebars------*/
.thrColFixHdr #sidebar1 {
	display: inline;
	float: right; /* since this element is floated, a width must be given */
	width: 200px/*130px*/; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 20px 0 0;
	padding: 0 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar1 ul, .thrColFixHdr #sidebar2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.reg_passmail {
	font-size: 10px;	
}
a#closeRegisterForm {
	border-bottom: none;
	text-decoration: none;
}
a#closeLogInForm {
	border-bottom: none;
	text-decoration: none;	
}
#dailySpecial {
	background: #742005 url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/specials-background.png) no-repeat bottom;
	border: solid 1px #000;
	color: #FFF;
	margin: 0 0 10px 0;
	min-height: 100px;
	text-align: center;
	width: 100%;
}
h2.specialHeading {
	text-decoration: underline;
	margin-bottom: 5px;
	margin-top: 10px;
}
h3.specialHeading {
	margin-bottom: 10px;
	margin-top: 10px!important; /*Overrides margin property inherited from .thrColFixHdr #subWrapper1 h3, .thrColFixHdr #subWrapper1 h4*/
}
.specialPrice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 800;
	line-height: 40px;
}
li#freeSandwich a{
	border-bottom: none;
	text-decoration: none;
}
.thrColFixHdr #sidebar2 {
	display: inline;
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 ul {
	margin-top: -2px;
	padding-top: 0;
}

/*------Widgets------*/
.widgettitle {
	font-size: medium;
	margin-bottom: 5px;
	text-align: center!important;	
}
#wp-calendar {
	border: #742005 solid 2px;	
}
#wp-calendar a {
	border-bottom: none;
	text-decoration: none;
}
#wp-calendar th {
	background-color: #742005!important;	
}
#wp-calendar caption {
	margin: 0 !important;	
}
#wp-calendar .eventday	{
	background-color: #742005;
	color: #FFF !important;
}
#mrt_sub_form {
	padding-left: 5px;	
}
#mrt_sub_form div {
	display: none;
}
#sms-text-message h6 {
	font-size: 9px;
	margin-top: 5px;
}
#registerform center {
	display: none;	
}
/*------End Widgets------*/

/*------End Sidebars------*/


/*------Footer------*/
.thrColFixHdr #footer { 
	color: #666;
	background: url(http://milliesicecreamshoppe.com/wp-content/themes/Millies/images/footer-background.png) no-repeat top center;
	height: 124px;
	margin-top: -6px;
	padding: 0 30px 0 40px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.thrColFixHdr #footer a {
	color: #666;
	font-size: 14px;	
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.thrColFixHdr #footer #footerColumnLeft {
	float: left;
	height: 100px;
	padding: 3px;
	width: 350px;	
}
.slacker {
	clear: both;
	height: 100px;
	margin: auto;
	text-align: center;
	width: 430px;
}
.thrColFixHdr #footer #footerColumnCenter {
	float: left;
	height: 100px;
	padding: 3px;
	width: 175px;	
}
.thrColFixHdr #footer #footerColumnRight {
	float: left;
	height: 100px;
	padding: 3px;
	width: 175px;	
}
li.linkcat, li.linkcat ul	{
	list-style: none;
	margin: 0;
	padding: 0;
}
li.linkcat h2 {
	font-size: 16px;
	list-style-position: outside;
	margin: 10px 0 10px 0;
	text-decoration: underline;
}
li.linkcat a {
	color: #666;
	font-size: 14px;
}
.thrColFixHdr #copyright {
	color: #333;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px auto 0 auto;
	text-align: center;
}
/*------End Footer------*/

/*------Miscellaneous Layout-----*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form .forgetmenot  {
	margin-top: 5px;	
}
div#book2 {
	margin: 0 auto 0 auto;
	width: 796px;		   
}
div#book2 div a{
	display: none;	
}
/*------End Miscellaneous------*/

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/*------s3Slider jQuery Carousel------*/
#s3slider {
   background-color: #000;
   border: solid 1px #000;
   height: 278px; /* important to be same as image height */
   overflow: hidden; /* important */
   position: relative; /* important */
   width: 515px; /* important to be same as image width */
}

#s3sliderContent {
   width: 515px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin: 0; /* important */
   padding: 0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 15px/20px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   height: 20px;
   width: 515px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}
/*------End s3Slider jQuery Carousel------*/