/*  
Theme Name: cheese plus!
Theme URI: http://cheeseplus.com
Description: A custom theme built for cheese plus in San Francisco
Version: 1
Author: Mark Martin
Author URI: http://lotusvskoi.com/
*/

/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* end reset */

/* Global */

body {
	font-size:75%;
	font-family:Verdana, sans-serif;
	line-height:2;
	color:#666;
}

html>body { font-size:12px; }

h1, h2, h3 {
	font-weight:normal;
}

h1 {
	font-size:1.1667em;
	line-height:1.2857;
	color:#c66;
}

h2 {
	font-size:1em;
	color:#c93;
}

blockquote {
	background:#eee;
	padding:5px;
	margin:10px 0 10px 0;
}


#wrap {
	margin:0 auto;
	width:775px;
	border:1px solid #666;
}

#logo {
	width:90px;
	float:left;
	margin:29px 0 29px 45px;
}

#address {
	margin-top:53px;
	margin-left:100px;
}

#nav {
	margin-left:194px;
	margin-top:20px;
}

#nav li {
	float:left;
}

#nav li a {
	display:inline-block;
	display:block;
	
}

#splash {
	border-bottom:1px solid #666;
	margin-bottom:15px;
}

#splash img {
	margin-bottom:-7px;
}

#subnav {
	float:right;
	width:639px;
	margin-bottom:100px;
}

#subnav li {
	float:left;
}

#subnav a {
	display:inline-block;
	display:block;
}

#subnav .social a {
	float:left;
	margin-top:1px;
}

#footer {
	font-size:0.8333em;
	line-height:1.8;
	color:#ccc;
	margin:0 auto;
	margin-bottom:25px;
	width:775px;
}

#content {
	border-top:1px solid #666;
	padding-top:52px;
	margin-bottom:25px;
	padding-left:93px;
}

#home_content {
	border-top:1px solid #666;
	margin-bottom:25px;
}

#content p, h1, h2 {
	width:370px;
	margin-bottom:10px;
}

img.right {
	float:right;
	margin-right:15px;
	margin-top:15px;
}

/* Links */

#links li a:link,
#links li a:visited {
	color:#666;
	text-decoration:none;
}

#links li a:hover,
#links li a:active {
	color:#666;
	text-decoration:underline;
}

.entry a:link,
.entry a:visited {
	color:#fc6;
	text-decoration:none;
}

.entry a:hover,
.entry a:active {
	color:#fc6;
	text-decoration:underline;
}


#footer a:link,
#footer a:visited {
	color:#ccc;
	text-decoration:none;
}

#footer a:hover,
#footer a:active {
	color:#ccc;
	text-decoration:underline;
}


/* Utility
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix { display:inline-block; display:block; }
