/* @override http://www.sakesanjose.com/wp-content/themes/sakesanjose2010/style.css */

/*   
Theme Name: Sake San Jose 2010
Theme URI: 
Description: Sake San Jose 2010 Theme.
Author: Christopher Ueda
Author URI: http://www.chrisueda.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* @override 
	http://sakesanjose.com/css/style.css
	http://sakesanjose.com/css/style.css
	http://localhost:8888/sakesanjose2010/wp-content/themes/sakesanjose2010/style.css
	http://cu76.com/wp-content/themes/sakesanjose2010/style.css
*/

body {
		background: url(images/background.jpg) repeat-y fixed 0 top;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	margin-top: 20px;
}
#branding {
	width: 170px;
	margin: 0 10px 0 0;
	float: left;
	padding: 0;
	display: none;
}

#access{
	margin-bottom: 5px;
	border: none;
	height: 20px;
}

.menu{
	width: 564px;
}


/* @group nav */

/***  SKIN ***/
.sf-menu {
    border: none;
	float:left;
}
.sf-menu a {
	border: none;
	padding: 0;
	text-decoration:none;
}
#access .sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border: none;
	color: #ce6a35;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #464646;
	font-weight: bold;
	font-size: 1.2em;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);

}
.sf-menu li {
	background: transparent;
	margin-right: 40px;

}
.sf-menu li li {
	background: transparent;
}
.sf-menu li li li {
	background: transparent;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: transparent;
	outline:		0;
	border: none;
	color: #ce6a35;

}
.sf-menu ul {
    border: none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background: transparent;
	border-bottom:none;
	
	
}
.sf-menu ul a:hover {
    color:#ce6a35;
}

/* @end */
#main {
	background: url(images/ssj_website2010.png) no-repeat left top;
	padding: 0;
	width: 920px;
}

.entry-title{
	font-size: 1.5em;
	border-bottom: 2px solid #423928;
	text-shadow: rgba(255, 255, 255, 0.8) 0 -1px 0;
	margin: 0;
	padding: 0;
}
#content{
		background-color: #fff;
	padding: 30px;
	float: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #464646;
	width: 460px;
	min-height: 600px;
	margin-bottom: 20px;
	margin-left: 156px;
}

.align-center{
	text-align: center;
}

#main a, #footer a{
	color: #ce6a35;
	text-decoration: none;
}

#main a:hover{
	text-decoration: underline;
}

.entry-content h2{
	padding: 0;
	margin: 0px 0px 1em;
	border-bottom: 2px solid #423928;
}

.entry-content ul {
	list-style: none;
}

.entry-content table{
	font-size: 1.1em;
}

.entry-content td{
	padding: 0;
	line-height: 1.2em;
}
#sake_man{
	background: url(images/sake_man_m.png) no-repeat 0 bottom;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 226px;
	height: 369px;
}
#container{
	width: 690px;
}
#container #primary{
	position: absolute;
}
#primary{
	width: 220px;
	border: none;
	background-color: white;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

.widget_twitter div ul{
	margin-right: 0;
	margin-top: 0;
	margin-left: 0;
}

span.entry-content{
	margin: 0;
	padding: 0;

}

.widgettitle{
	margin-bottom: 10px;
	border-bottom: 2px solid;
}
#main .widget_twitter ul li{
	list-style-type: none;
	border-bottom: 1px dotted;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.twitter-avatar{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	background-color: white;
	padding: 5px;
}

#footer p{
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin: 0;
}

#footer{
	border: none;
	margin: 0 auto;
	padding: 0;
	width: 460px;
	height: 50px;
}

#siteinfo{
	display: none;
}

table {
	border: none;
}

tr {
	border: none;
}
td.title{
	text-align: right;
	padding-right: 9px;
	padding: 10px;
	font-weight: bold;
}

.address{
	float: left;
	margin-right: 70px;
}

.tickets p{
	margin: 0 0 1em;
}

.tickets h3{
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0 0 10px;
}

#paypal {
	float: left;
}

#paypal p{
	text-align: center;
}

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
#orderform {
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}
#orderform p{
	margin: 0;
	padding: 0;
}
#orderform ul{
	margin: 0 0 50px;
}

.shopping_cart{
	border: 2px dotted;
	margin-bottom: 30px;
}

.entry-content .shopping_cart h2{
	margin: 5px;
	border-bottom: none;
}


.shopping_cart th{
	border-bottom: 1px solid;
	padding-bottom: 0;
	text-align: center;
}

.shopping_cart td{
	padding-left: 20px;
}

