/*

Theme Name: Nittany
Description: Simple, modern, lightweight
Version: 1.5
Author: Goro Harumi
Author URI: http://goroharumi.com
Tags: orange, white, two-columns, fixed-width, right-sidebar

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org
v1.4 - Some minor tweaks to CSS for newer wp.net preview examples
v1.5 - Updated my link

*/

* {
  padding:0;
  margin:0;
  list-style:none;
}

html {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
}

body {
	font-size:1.2em;
	background:#FFF url(images/bg.jpg) repeat-x; /* Set background image here */
 	color:#6b6b6b;
	text-align:left;
}

p, h2, h3, h4, h5, h6, a, td {
  font-size:1em;
  text-align:left;

}

hr {
  border:0;
  border-bottom:1px solid #EAEAEA;
  margin:20px 0;
  height:1px;
}

img {
  border:0;
}

dl {
  color:#6b6b6b;
  margin:10px 0;
}

dt {
  font-weight:bold;
}

dd {
  font-style:italic;
  margin:5px 0 10px;
}

fieldset {
  border:1px solid #DDD;
  padding:10px 20px;
}

form h2 {
  margin-bottom:10px;
}

legend {
  font-size:1.2em;
  color:#6b6b6b;
  padding:0 10px;
}

label {
  font-weight:bold;
}

textarea {
  width:450px;
  height:200px;
  border:1px solid #CCC;
  margin:10px 0;
}

div#wrapper {
	width:977px;
	padding-top:45px;
	 margin:0px auto 0;
	background-image: url(images/top-content.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div#masthead {
	width:917px;
	position:relative;
	background-image: url(images/content-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 30px 0px 30px;
}

/* Blog Title */
h1 {
  font:24px 'Trebuchet MS', Arial, Helvetica;
  color:#900;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:40px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#900;
}

/* Tagline */
/*#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}*/

/* Pages Navigation */
div#masthead ul {
 /* float:right;*/
  margin-right:22px;
 /* position:relative;
  z-index:2;*/
  bottom:-2px;
}

div#masthead ul li {
  /*float:left;*/
  display:inline;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display: inline;
  font-size:1.2em;
  padding:0px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(images/nav_bg.png) bottom repeat-x;
}

/* Banner image dropshadow */
div#masthead_image {
	width:917px;
	height:10px;
	clear:both;
	padding:0px;
	position:relative;
	z-index:1;
	background-image: url(images/banner-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
	width:917px;
	background-image: url(images/content-repeat.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding: 0px 30px 0px 30px;
}



/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/


div#main {
	padding:20px 20px 20px;
	width:657px;
	float:right;
}
div#main-full {
	padding:20px 20px 20px;
	width:757px;
	float:right;
}

/* Hey, don't use h1 in the articles-- it's already in the header.
   This is just here because it looks totally funky in the preview at wordpress.net... */
   
div.entry h1 {
  font-size:2.4em;
  font-weight:bold;
}

div.entry h2,
div.entry h3,
div.entry h4,
div.entry h5,
div.entry h6 {
  color:#036;
  margin:20px 0 10px;
}

div.entry h2 {
  font-size:16px;
  line-height:14px;
}

div.entry h3 {
  font-size:1.4em;
}

div.entry table {
  border-collapse:collapse;
  margin:10px 0;
}

div.entry table th,
div.entry table td {
  padding:5px;
  border:0px solid #EAEAEA;
  text-align:left;
  
}
div.entry table td .soldout {
line-height:0px;
}

/* Main header on single pages */
h2.header {
 font-family:"Times New Roman", Georgia, Times, serif;
	font-size:24px;
	font-weight:bold;
	text-align:left;
	color:#900;
	padding:0 0 20px 0;
	margin:0px;
	line-height:24px;
}


div#main h2.header a {
  color:#900;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#900;
}

div#main p {
  color:#333;
  line-height:25px;
  font-size:14px;
  margin: 13px 0;
  padding: 0;
}
div#main td  {
  color:#333;
  line-height:25px;
  font-size:14px;
 
  vertical-align:top;
}

div#main a {
 	color:#900;
	text-decoration:none;
}
div#main a:hover {
	text-decoration:underline;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:none !important;
  background:#F0F0F0;
}

div.article code {
  font-size:1.2em;
}

div.article pre {
  width:500px;
  line-height:1.5;
  font-size:1.2em;
  margin:20px 0;
  overflow:hidden;
}

.article ul, .article ol {
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(images/square.png) 0 center no-repeat;
  padding-bottom: 3px;
  padding-top:3px;
  font-size:14px;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:0px 20px 20px 10px;
  width:180px;
  float:left;
  border-right:1px solid #e7e7e7;
}
 div#secondary h1 {
	 color:#0F6;
 }

/*div#secondary ul#sidebar {
  margin:15px 0 20px;
  margin:0px;
  color:#507fa3;
  padding-bottom:10px;
   border-right:1px solid #e7e7e7;
}*/
div#secondary ul {
  margin:15px 0 20px;
  margin:0px;
  color:#507fa3;
  padding-bottom:10px;
  /* border-right:1px solid #e7e7e7;*/
}
#secondary #blog-sidebar ul, #secondary #blog-sidebar ul li {
	list-style:disc!important;
}
#secondary #blog-sidebar ul {
	margin:0px 0px 0px 15px;
}
/*div#secondary ul#sidebar li {
  margin:10px 0;
  font-size:1em;
  line-height:1.5em;
}*/

ul.wpsc_second_level_categories {
	display:none;
}
ul.wpsc_top_level_categories {
	padding:0px;
	margin:0px;
	height:5px;
}
div#secondary ul li {
  margin:10px 0;
  font-size:1em;
  line-height:1.5em;
}
/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#006;
  margin:20px 0 8px 0;
  font-size:1.1em;
  line-height:15px;
  text-align:left;
}

div#secondary a {
  color:#666;
  text-decoration:none;
  font-size:14px;
}

div#secondary a:hover {
 	color:#006;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
	height:8px;
	width:977px;
	text-align:center;
	font-size:1em;
	color:#006;
	background-image: url(images/content-bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

ul#footer li {
  display:inline;
  margin:0px;
  padding:0px 10px 0px 10px;
}

ul#footer li span {
  position:absolute;
  /*text-indent:-9999em;*/
}

ul#footer li a {
	color:#006;
	text-decoration:none;
	padding:0px;
	line-height:32px;
}
ul#footer li a:hover {
 	 color:#900;
}
ul#footer li a.pauline {
 	color: #666;
	line-height:100px;
}


/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  padding:0px 10px 10px 0px;
}

.alignright {
  float: right;
  padding:0px 0px 10px 10px;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

/*-----------------------------------------------------------------------------

  Our Code

-----------------------------------------------------------------------------*/
#header {
	/*background-image: url(images/top-banner.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	margin: 0px;
	padding: 40px 30px 0px 30px;
	width: 917px;
	height:86px
}
#logo {
	float: left;
}
#hours-sub {
	float:right;
	text-align:right;
}
#wrapper .social-media-icon {
	float:right; height:30px; padding:10px 0px 0px 10px;
}
#hours-sub .bar {
	color:#999;
	padding:0px 5px 0px 5px;
}
h1.taste {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:18px;
	font-weight:bold;
	text-align:right;
	color:#900;
	padding:0px;
	margin:0px;
}
p.hours {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	padding:0px 0px 15px 0px;
	margin:0px;
	line-height:24px;
}
p.sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:right;
	color: #999;
	padding-bottom:5px;
}
#hours-sub a:link, #hours-sub a:visited {
	color:#900;
	text-decoration:none;
	padding:0px 5px 0px 5px;
}
#hours-sub a:hover {
	color:#900;
	text-decoration:underline;
}
#navigation {
	background-image:url(images/nav-back.jpg);
	background-position:top center;
	background-repeat:repeat-x;
	height:29px;
	width:837px;
	padding:7px 20px 0px 60px;
	margin:0px;
	clear:both;
}
#navigation h1 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size:24px;
	font-weight:normal;
	text-align:left;
	color:#fff;
	padding:0px;
	margin:0px;
	line-height:18px;
}
#navigation p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:0px;
	line-height:18px;
}
#navigation a:link, #navigation a:visited {
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	padding:0px 10px 0px 10px;
}
#navigation a:hover {
	text-decoration:underline;
}
#navigation a.cart {
	/*padding:5px 10px 10px 35px;
	background-image:url(images/shopping-cart.jpg);*/
	padding:5px 35px 10px 10px!important;
	background: url(http://www.mtnittanywinery.com/wp-content/themes/nittany/images/shopping-cart.jpg) 50px 0 no-repeat!important;
	background-repeat:no-repeat;
	background-positin:top left;
}
.entry #tribe-events-loop h4.event-day {
	color:#fff!important;
}
tr.wpsc_change_country, tr.wpsc_shipping_header, tr.wpsc_shipping_info, #wpsc_shopping_cart_container h2, tr.weightrate_0 {display:none;}
