/* RESET
--------------------------------------------------*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, acronym, em, font, img,
small, strike, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, q,
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.01%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
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: "" "";
}

/* COMMON
--------------------------------------------------*/

body {
	color: #312d24;
	line-height: 1;
	font-family: Georgia, serif;
	font-size: 1em;
	background: #f7e2b5 url(../img/hog-bgr.jpg) left top;
	background-attachment:fixed;
}
dd,dt,li,p {
	line-height: 1.4em;
}
dl,p,ol,ul {
	margin: 0em 0em 1em 0em;
}
dd {
	margin: 0em 0em 1em 1em;
}
ul li {
	padding: 0px 0px 5px 10px;
	list-style: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	color: #666;
	margin: 10px;
}
strike {
	text-decoration: line-through;
}
table {
	margin-bottom: 1em;
}
table td {
	padding: 4px;
}

/* HEADS
--------------------------------------------------*/

h1,h2,h3,h4 {
	line-height: normal;
	margin-bottom: 1.2em;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 185%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 100%;
}

/* LINKS
--------------------------------------------------*/

a {
	text-decoration: none;
}
#content p a,
#content li a,
#content dd a {
	font-style: italic;
}
a:link {
	color: #b25b03;
	background: transparent;
}
a:visited {
	color: #b25b03;
	background: transparent;
}
a:hover {
	color: #000;
	background: transparent;
}
a:active {
	color: #000;
	background: transparent;
	text-decoration: none;
}

/* GENERAL
--------------------------------------------------*/

#wrapper {
	width: 960px;
	margin: auto;
	background: transparent url(../img/hog-bgr-neil.png) no-repeat center bottom;
}

/* HEADER
--------------------------------------------------*/
.logo {
	width: 960px;
	text-align: center;
	margin-bottom: 20px;
}

/* CONTENT
--------------------------------------------------*/

#content {
	width: 918px;
	overflow: hidden;
	margin: 0 0 20px 0;
	clear: both;
	padding: 10px 20px 300px 20px;
}
#sub-content.two-col {
	width: 620px;
	overflow: hidden;
	float: left;
}
#sub-content ul li {
	padding: 0px 0px 5px 10px;
	background: transparent url(../img/bullet.png) no-repeat  0 .5em;
}
#masthead {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #a6977b;
}
#masthead p {
	font-size: 80%;
}
.img-border {
	border: 1px solid #a6977b;
	padding: 4px;
	background-color: #d9c6a0;
	margin-bottom: 5px;
}

/* POST STYLES
--------------------------------------------------*/

#sub-content.two-col .post {
   padding: 20px;
   margin-bottom: 1em;
   border-bottom: 1px solid #ccc;
   background: #fff;
}
h2.postTitle a:link,
h2.postTitle a:visited,
#content h3 a:link,
#content h3 a:visited {
	color: #000;
}
h2.postTitle a:hover,
#content h3 a:hover {
	color: #b25b03;
}
.postTitle {
	margin-bottom: 0;
}
.meta,
.postComments {
	font-size: .9em;
}
.meta a:link,
.postComments a:link {
	font-family: Georgia, serif;
	font-style: italic;
}

#sub-content .sociable ul li {
	background: none;
	padding: 0;	
}
ol li {
	margin-left: 23px;
}
#sub-content.two-col h3 {
	margin-bottom: .5em;
	color: #000;
}
.postContent {
	padding-left: 20px;
}
/* SIDEBAR
--------------------------------------------------*/

#sponsors {
	width: 200px;
   	padding: 0 20px;
	float: right;
	border-left: 1px dotted #a6977b;
}
#sponsors li {
	margin: 0;
	padding: 0;
}
#sponsors div {
	margin-bottom: 1.5em;
}
#sponsors ol {
	margin-left: 20px;
}
#sponsors h2 {
	margin-bottom: .5em;
}

/* FOOTER
--------------------------------------------------*/

#footer {
	clear: both;
	width: 940px;
	margin: auto;
	text-align: center;
	padding: 0 0 10px 0;
	color: #f4dfb2 ;
	padding-top: 10px;
	border-top: 1px dotted #f4dfb2;
}
#legal {
	padding-top: 10px;
}
#legal a {
	color: #f4dfb2;
	font-weight: bold;
}
#legal a:hover {
	text-decoration: underline;
	color: #f4dfb2;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
