/* Vajra Farms Style Sheet - Print
Designed by Kim Le
Contact: kileku@gmail.com */

/* Typography */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: georgia, verdana, sans-serif;
	font-size: 78%
	}
	
p	{
	margin: 1.5em;
	font-size: 1.2em;
   	line-height: 1.5em;
	
	}
	
	
h1, h2, h3, h4, h5, h6 {
		margin: 0.5em;
		padding: 0.5em;
		letter-spacing: 0.5px
	}

a	{
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
a:visited {
	text-decoration: linethrough;
	}
	
ul, ol, li {
	margin: 0 1.2em;
	padding: 0;
	list-style-type: none;
	}
li {
	font-size: 1.1em;
   	line-height: 1.5em;
	}
	
.center {
	text-align: center;
	margin: auto;
	}
.left {
	float: left;
	}
	
img {
	border: 0;
	}
	
img.center {
	display: block;
	margin: 1.2em auto;
	}

img.header {
	display: block;
	margin: 0 auto;
	padding: 50px;
	}
	
.title {
	text-align: center;
	}
	
.caption {
	text-align: center;
	font-size: 0.9em;
	}
	
.table {
	width: 501px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2 em;
	}
.col1 {
	float: left;
	width: 250px;
	}
.col2 {
	float: left;
	width: 250px;
	}
	
/* Structure */

#header, #menu, #sidebar, #footer {
	display: none;
	}
	
/* Gallery Style */

div.photoset {
	clear: both;
	text-align: center;
	}

div.photofloat {
	float: left;
	margin: 2em;
	}

div.photofloat p {
	text-align: center;
	margin: 0;
	font-size: 0.9em;
	}
	
div.navigation {
	clear: both;
	text-align: center;
}
