/*
#
# DEFAULTS
#
#########################
*/

body {
	background: #ffffff;
	color: #646464;
	font-family: "Verdana", Arial, sans-serif;
	font-size: 16px;
	position: relative;
}

h1, h2, h3, h4, h5 {
	font-family: "Myriad Set", "Myriad Pro", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	letter-spacing: -0.05em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	color: #333333;
	display: block;
	padding: 5px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover {
	color: #ffffff;
	background: #333;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

a {
	color: #96a967;
}

a:active {
	outline: none;
	-moz-outline-style: none;
}

a:focus {
  -moz-outline-style: none;
}

a:hover {
	color: #999999;
}

a.read_more {
	background: url("../images/read_more.png") right top no-repeat;
	padding-right: 13px;
}

a.read_more:hover {
	background: url("../images/read_more.png") right -20px no-repeat;
	color: #999;
}

blockquote {}

.no_display {display: none;font-size:0px;}
.clear {clear:both;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
#
# LAYOUT
#
#########################
*/

#container {
	width: 500px;
	padding: 0 150px 0 150px;
	margin: 0 auto;
}

body.home #container {
	width: 890px;
	padding: 0 20px 0 70px;
/*	background: lightyellow;*/
}

