/* -----------------------------------

Anna's Happy Trotters :: Yorkshire Free Range Pork

Version 1.0.0

Author: Stephen Wilson

----------------------------------- */

* {
	margin:0;
	padding:0;
}

body {
	background:#ddd url("../images/bg-body.gif") repeat-x;
	color:#333;
	font:62.5% Arial, Helvetica, clean, sans-serif;
	text-align:center;
}

div#wrapper {
	width:760px;
	margin:10px auto;
	background:#fff url("../images/bg-wrapper.gif") repeat-y top left;
	text-align:left;
}

div#header {
	width:760px;
	height:100px;
	background:#963 url("../images/bg-header.gif") no-repeat top left;
}

div#logo {
	text-align:right;
}

div#search { }

div#column1 {
	float:left;
	width:500px;
	min-height:350px;
}

div#column2 {
	float:left;
	width:260px;
	min-height:350px;
}

div#footer {
	clear:both;
	width:760px;
	padding:10px 0;
	background-color:#963;
	text-align:center;
}

div.padding {
	padding:10px;
}

/* Images */

div.image1 {
	background:#fff url("../images/bg-image-01.jpg") no-repeat bottom right;
}

/* ---------->>> LINKS <<<-----------*/

a {
	color:inherit;
	text-decoration:underline;
}

a:hover {
	color:#963;
	text-decoration:underline;
}

/* ---------->>> NAVIGATION <<<-----------*/

#navigation ul {
	float:left;
	width:100%;
	margin-left:0;
	padding-left:0;
	background-color:#9c6;
	color:#fff;
	font:bold 1.5em/50px Georgia, "Times New Roman", Times, serif;
}

#navigation ul li {
	display:inline;
}

#navigation ul li a {
	float:left;
	padding:0 19px;
	border-right:1px solid #fff;
	color:#fff;
	text-decoration:none;
}

#navigation ul li a:hover {
	background-color:#fff;
	color:#333;
}

#navigation ul li a.selected {
	background-color:#fff;
	color:#333;
}

/* ---------->>> FONTS <<<----------- */

h1 { 
	display:none;
}

h2	{
	margin-bottom:10px;
	color:#963;
	font:bold 2.8em/30px Georgia, "Times New Roman", Times, serif;
}

h3 {
	margin-bottom:10px;
	color:#963;
	font:bold 1.2em/20px Georgia, "Times New Roman", Times, serif;
}

h4 {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	font-size:1.4em;
	line-height:20px;
}

h5 {
	margin-bottom:10px;
	font-size:1.2em;
	line-height:20px;
}

h6 { }

p {
	margin-bottom:10px;
	color:#666;
	font-size:1.1em;
	line-height:20px;
}

ul {
	list-style:none;
}

div#column1 ol,
div#column2 ol {
	margin-left:30px;
	margin-bottom:10px;
}

div#column1 ul,
div#column2 ul {
	margin-left:10px;
	margin-bottom:10px;
}

div#column1 ol li,
div#column1 ul li,
div#column2 ol li,
div#column2 ul li {
	color:#666;
	font-size:1.1em;
	line-height:20px;
}

div#column1 ul li,
div#column2 ul li {
	padding-left:20px;
	background:transparent url("../images/bg-bullet.gif") no-repeat top left;
}

div#footer p {
	margin:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	line-height:20px;
}

div#footer a {
	color:#fff;
	text-decoration:none;
}

div#footer a:hover {
	text-decoration:underline;
}

abbr, acronym {}

blockquote { }

blockquote p { }

cite { }

hr {
	display:block;
	width:100%;
	height:1px;
	margin:20px 0;
	border:0;
	background-color:#ccc;
	color:#ccc;	
}

img {
	vertical-align:sub;
}

strong {
	color:#000;
}

sub {
	font-size:8px;
}

sup {
	font-size:8px;
}