body {
	background: #3d3c3e;
	font-family:Georgia, "Times New Roman", Times, serif;
}

ul {
padding-bottom:0;
margin-bottom:0;
}

#blog-title {
	font-size: 3em;
}

#blog-title a {
	text-decoration: none;
}

#wrapper {
	width: 940px;
	margin: auto;
}

#footer {
	clear:both;
	font-size:12px;
	margin:auto;
	padding:10px 30px 0 0;
	text-align:right;
	width:940px;
}

a {
	color:#78bac3;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#menu {
	background: #edcd98;
	margin: 10px 0 10px 0;
	height: 35px;
}	

#menu ul {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li{
	float:left;
	list-style: none;
	padding: 0px 15px 0px 15px;
	line-height: 35px;
}

#menu ul li:hover {
	background: #bae0d7;
}

#menu ul li a{
	display:block;
	color: #3d3c3e;
	text-decoration:none;
}

#containerIndex {
	background:url(images/bottles.jpg) no-repeat scroll 0;
	_background: url(images/bottles.jpg) no-repeat scroll 0 4px; /* background image positioning for IE 6 */
	height:250px;
	width:193px;
}

#content {
	position: relative;
}


#centerPosts {
	width: 415px;
	height: 215px;
	position:absolute;
	top: 0;
	left: 200px;
}

#centerPosts div {
	_margin-top:20px;  /* center content positioning for IE 6 */
	width: 380px;
	height: 185px; 
	padding: 15px; 
	color: #333; 
	text-align: left; 
	font-size: 16px; 
	overflow: hidden;
}

#centerPosts h2 {
	margin-bottom: 0px;
}

#centerPosts p {
	font-size: 0.75em;
}


#footer {
	clear:both;
}

.hentry {
	background:#fff;
}

.hentry h2 {
	margin-bottom: 0px;
}

.hentry p {
	font-size: 0.75em;
}

.skip-link {
	display:none;
}

a.homePurchase {
	display: block;
	background:url(images/jipiciCover.jpg) no-repeat scroll 0;
	_background: url(images/jipiciCover.jpg) no-repeat scroll 0 4px; /* background image positioning for IE 6 */
	height:225px;
	width:280px;
}

a.homePurchase span {
	display: none;
}

#leftFeatureBox {
	float:left;
}

#rightFeatureBox {
	/*padding-left:640px;*/
	position:absolute;
	left:628px;
	height:250px;
}


/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.roundDialog {
 position:relative;
 min-width:8em;
 max-width:940px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#3d3c3e;
 z-index:1;
 margin-left:9px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under.roundDialog */
}

.roundDialog .roundContent,
.roundDialog .roundT,
.roundDialog .roundB,
.roundDialog .roundB div {
 background:transparent url(dialogJIPICI.gif) no-repeat top right;
 _background-image:url(dialogJIPICI.gif);
}

.roundDialog .roundContent {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 0px 0px 0px;
}

.roundDialog .roundT {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.roundDialog .roundB {
 /* bottom */
 position:relative;
 width:100%;
}

.roundDialog .roundB,
.roundDialog .roundB div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.roundDialog .roundB {
 background-position:bottom right;
}

.roundDialog .roundB div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.roundDialog .hd,
.roundDialog .roundBd,
.roundDialog .ft {
 position:relative;
}

.roundDialog .wrapper {
 /* extra.roundContent protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.roundDialog h1,
.roundDialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.roundDialog h1 {
 padding-bottom:0px;
}


/* roundFeature1 classes control left-hand feature box (as on Home Page) */
.roundFeature1 {
 position:relative;
 width:628px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#3d3c3e;
 z-index:1;
 margin-left:9px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under.roundFeature1 */
}

.roundFeature1 .roundContentFeature1,
.roundFeature1 .roundTFeature1,
.roundFeature1 .roundBFeature1,
.roundFeature1 .roundBFeature1 div {
 background:transparent url(featureCurvedBox.gif) no-repeat top right;
 _background-image:url(featureCurvedBox.gif);
}

.roundFeature1 .roundContentFeature1 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 0px 0px 0px;
}

.roundFeature1 .roundTFeature1 {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.roundFeature1 .roundBFeature1 {
 /* bottom */
 position:relative;
 width:100%;
}

.roundFeature1 .roundBFeature1,
.roundFeature1 .roundBFeature1 div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.roundFeature1 .roundBFeature1 {
 background-position:bottom right;
}

.roundFeature1 .roundBFeature1 div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.roundFeature1 .hd,
.roundFeature1 .roundBFeature1d,
.roundFeature1 .ft {
 position:relative;
}

.roundFeature1 .wrapper {
 /* extra.roundContentFeature1 protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.roundFeature1 h1,
.roundFeature1 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.roundFeature1 h1 {
 padding-bottom:0px;
}


/* roundFeature2 classes control right-hand feature box (as on Home Page) */

.roundFeature2 {
 position:relative;
 width:628px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#3d3c3e;
 z-index:1;
 margin-left:9px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under.roundFeature2 */
}

.roundFeature2 .roundContentFeature1,
.roundFeature2 .roundTFeature1,
.roundFeature2 .roundBFeature1,
.roundFeature2 .roundBFeature1 div {
 background:transparent url(featureCurvedBoxRight.gif) no-repeat top right;
 _background-image:url(featureCurvedBoxRight.gif);
}

.roundFeature2 .roundContentFeature1 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 0px 0px 0px;
}

.roundFeature2 .roundTFeature1 {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.roundFeature2 .roundBFeature1 {
 /* bottom */
 position:relative;
 width:100%;
}

.roundFeature2 .roundBFeature1,
.roundFeature2 .roundBFeature1 div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.roundFeature2 .roundBFeature1 {
 background-position:bottom right;
}

.roundFeature2 .roundBFeature1 div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.roundFeature2 .hd,
.roundFeature2 .roundBFeature1d,
.roundFeature2 .ft {
 position:relative;
}

.roundFeature2 .wrapper {
 /* extra.roundContentFeature1 protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.roundFeature2 h1,
.roundFeature2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.roundFeature2 h1 {
 padding-bottom:0px;
}



/* roundFeature2 classes control right-hand feature box (as on Home Page) */

.roundFeature2 {
 position:relative;
 width:290px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#3d3c3e;
 z-index:1;
 margin-left:9px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under.roundFeature2 */
}

.roundFeature2 .roundContentFeature2,
.roundFeature2 .roundTFeature2,
.roundFeature2 .roundBFeature2,
.roundFeature2 .roundBFeature2 div {
 background:transparent url(rightFeature.gif) no-repeat top right;
 _background-image:url(rightFeature.gif);
}

.roundFeature2 .roundContentFeature2 {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 0px 0px 0px;
}

.roundFeature2 .roundTFeature2 {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.roundFeature2 .roundBFeature2 {
 /* bottom */
 position:relative;
 width:100%;
}

.roundFeature2 .roundBFeature2,
.roundFeature2 .roundBFeature2 div {
 height:10px; /* height of bottom cap/shade */
 font-size:1px;
}

.roundFeature2 .roundBFeature2 {
 background-position:bottom right;
}

.roundFeature2 .roundBFeature2 div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.roundFeature2 .hd,
.roundFeature2 .roundBFeature2d,
.roundFeature2 .ft {
 position:relative;
}

.roundFeature2 .wrapper {
 /* extra.roundContentFeature2 protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.roundFeature2 h1,
.roundFeature2 p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.roundFeature2 h1 {
 padding-bottom:0px;
}



/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
/*@import url('examples/2c-l.css');*/

/* Just some example.roundContent */
/*div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
margin-top:2em;
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}*/
