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

/* Typography */

body {
	margin: 0;
	padding: 0;
	background: url(./siteimages/gold.png) repeat-y center #fff;
	color: #000;
	font-family: "trebuchet ms", 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;
		color: #493F0B;
	}

a	{
	text-decoration: none;
	font-weight: bold;
	}
	
a.bio {
	color: #493F0B;
	}


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

.links {
	text-align: center;
	color: #493F0B;
	}
.description {
	text-align: center;
	font-size: 2em;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 0;
	}
.header {
	text-align: center;
	font-size: 5em;
	letter-spacing: 5px;
	padding-top: 20px;
	padding-bottom: 0;
	margin: 0;
	}
	
.logo {
	background: url(./siteimages/logo4.gif) no-repeat center;
	height: 200px;
	margin: 0;
	padding: 0;
	}

.underline {
	text-decoration: underline;
}
/* Structure */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 780px;
	background: #F5F6D4;
	border: 0.9px solid #E4E4E4;
	}
	
#header {
	margin: 0;
	padding: 0;
	height: 220px;
	background: url(./siteimages/headerbg.png) repeat-y center #CDE855;
	}
	
#header a {
	color: #493F0B;
	text-decoration: none;
	}
#header img {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
#menu {
	margin: 0;
	padding: 5px;
	background: url(./siteimages/menu.gif) repeat-y center #27408B;
	color: #F5F6D4;
	text-align: center;
	}
#menu a {
	letter-spacing: 1px;
	margin: 0 25px;
	}
#menuwrap {
	width: 500px;
	text-align: center;
	}
	
#sidebar {
	background: url(./siteimages/sidebar.gif) no-repeat center bottom #A7C520;
	margin: 0;
	padding: 0px;
	min-height: 850px;
	float: left;
	width: 222px;
	letter-spacing:1px;
 	}
 
* #sidebar {
	height: 850px;
	}
#sidebar ul, #sidebar li {
	list-style-type: none;
	}
	
#sidebar.flowers {
	background: url(./siteimages/flowers.gif) no-repeat center bottom #A7C520;
	}
	
#sidebar.grass {
	background: url(./siteimages/grass.gif) no-repeat center bottom #A7C520;
	}
	
#sidebar.leaves {
	background: url(./siteimages/leaves.gif) no-repeat center bottom #A7C520;
	}
	
#sidebar.trees {
	background: url(./siteimages/trees.gif) no-repeat center bottom #A7C520;
	}
	
#sidebar.wild {
	background: url(./siteimages/wild.gif) no-repeat center bottom #A7C520;
	}
 	
#sidebar ul {
	margin: 0 1.2em;
	padding: 0;
	color: #fff;
	}
#sidebar li {
	margin: 0 1.2em;
	padding: 0.5em;
	background: url(./siteimages/link.gif) repeat-y center #8fa81c;
	color: #fff;
	border: 1px solid #6F8315;
	}

#sidebar p, #sidebar a, #footer a, #menu a {
	color:  #fff;
	}

#sidebar li:hover {
	background: #7C9218;
	}
 	
#main {
	background: #F5F6D4;
	margin: 0;
	padding: 10px 0px;
	float: left;
	width: 530px;
	}

#main a {
	color: #6E8B3D;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 5px;
	height: 20px;
	background: #493F0B;
	color: #CDE855;
	text-align: center;
	font-weight: bold;
	letter-spacing: 3px;
	border: 0.9px solid #493F0B;
	}
	
.table {
	width: 501px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2 em;
	}
.col1 {
	float: left;
	width: 250px;
	}
.col2 {
	float: left;
	width: 250px;
	}
	
/* 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;
}
