/*
	Theme Name: Happy Dog
	Theme URI: http://www.happydogprogram.com
	Theme Author: Giles Freeman
	Version: 3
	Media: Screen
	Version: Tue 6, Jan 2008
*/

/* ----------------------------------------------- [ * ] */

@import url(css/grid-900.css);

* {
	margin: 0;
	padding: 0;
}

/* -------------------------------- [ General Elements ] */

body {
	font-family: "Tahoma", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
/*	background: transparent url(images/grid-900.gif) repeat-y top center;
/*	background: ef4035; */
	background: #897967;
}

hr {
	display: none;
}

img {
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4 {
	padding-left: 8px;
	padding-right: 8px;
	color: #897967;
}

h1 {
	margin-bottom: .3em;
	font-size: 2.8em;
	line-height: .95em;
}

h2 {
	margin-bottom: 1em;
	font-size: 1.8em;
	line-height: 1.3;
}

h3 {
	margin-top: 15px;
	font-size: 1.5em;
	line-height: 1.3;
}

h4 {
	margin-bottom: .6em;
	font-size: 1.3em;
	line-height: 1.6;
}


p {
	margin-bottom: 1em;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
	line-height: 1.4;
	color: #53493e;
	font-family: "Tahoma", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #606060;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #606060;
}     
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #606060;}  
a:hover {
color: #ef4035;
}  
a:active {
color: #fff !important;
background: #ef4035 !important;
-moz-border-radius: 5pt;
-webkit-border-radius: 5pt;
}


/* ----------------------------------------- [ Wrapper ] */
#border {
	width: 900px;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: 3em;
	border: 10px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#wrapper {
	width: 900px;
	overflow: hidden;
	background: #fff;
}

/* ---------------------------------------- [ Main Nav ] */
#main-nav {
	padding: 0;
	overflow: hidden;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}
.main-nav-a {
	border-bottom: 1px solid #ddd;
	background: #f7f9ff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

}
.main-nav-b {
	border-bottom: 1px solid #eee;
	background: #eee;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#main-nav ul {
list-style-type: none;
float: left;
clear: left;
width: 100%;
}
#main-nav li.page_item {
	padding: 10px;
	float: left;
	border-right: 1px solid #ccc;
}
#main-nav li {
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1.3;
	padding: 5px;
	color: #897967;
}
#main-nav li a {
	font-size: 12px;
	text-transform: capitalize;
	line-height: 1.3;
	padding: 5px;
	color: #897967;
}
#main-nav li a:hover {
	background: #ef4035;
	color: #fff;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}

/* ------------------------------------------ [ Header ] */

#header {
	height: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	background: #fff;
}
#header a{
	text-decoration: none !important;
}
#header a:hover{
	text-decoration: none !important;
	background: #fff !important;
}
#header h1 {
	margin-top: .45em;
}

#header h1 a, #header h2 {
	color: #000;
	text-decoration: none;
}


/* --------------------------------------- [ gallery overide ] */
.gallery{
	float: left !important;
	margin-bottom: 0px !important;
	padding: 0;
}
.gallery-row {
	margin-bottom: 0;
	padding: 0;
}
.gallery-item {
	float: left !important;
	margin-bottom: 10px !important;
	padding: 0px !important;
}
.gallery-icon img{
	float: left !important;
	clear: left;
	padding: 8px !important;
	background: #eee;
	border: 1px solid #b1a395;
	margin-left: 20px !important;
	margin-bottom: 20px !important;
}

#thumbnail-frame{
	float: left !important;
	clear: both !important;
	background: #eee;
	margin-top: 25px !important;
	margin-left: 10px !important;
}
.thumbnail {
	float: left !important;
	clear: both !important;
	padding: 8px;
	border: 1px solid #b1a395;
}
#thumbnailtext-frame{
	float: left !important;
	clear: both !important;
}
.thumbnailtext {
	padding-left: 15px;
	font-size: 17px;
	font-family: "Helvetica Neue", Helvetica, Helvetica, Geneva, sans-serif;
	font-style: bold;
	text-align: left;
	line-height: 1.1em;
	color: #ef4035;
	font-weight: bold;
	background: #eee;
	padding: 8px;
}
.thumbnail .img{
	margin: 0px;
	padding: 0px;
}


/* ------------------------------------------ [ Content ] */
#page {
	float: left !important;
	clear: none !important;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	display: inline;
}
.page-border {
	border-left: 1px solid #ddd;
}

#page .col img {
	padding: 8px;
	border: 1px solid #b1a395;
	background: #eee;
	margin-top: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
	display: inline;
}
#content {
	overflow: hidden;
	background: 1px solid #000;
	display: inline;
}
.col h3 {
	padding-left: 10px;
	font-size: 28px;
	font-family: "Helvetica Neue", Helvetica, Tahoma, , Arial, Helvetica, Geneva, sans-serif;
	color: #897967;
	font-weight: normal;
	margin-bottom: 10px;
	border-left: 1px solid #ddd;
}
.col p {
	padding-left: 10px;
	width: 90%;
	line-height: 1.4em;
}
.col p strong{
	line-height: 1.2em;
}

#page a {
	border-bottom: 1px dotted #ddd !important;
	color: #897967 !important;
	font-weight: bold;
	padding: 3px;
	line-height: 2em;
	background: #eee;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}
#page a:hover {
	color: #fff !important;
	background: #ef4035;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}

#page ul li{
	margin-left: 50px !important;
	font-size: 14px;
	font-family: "Tahoma", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.5;
	color: #7a6c5c;
	font-weight: bold;
	font-style: normal !important;
	text-align: left;
}
#page ul {
	margin-bottom: 20px;
	list-style: none;
	list-style-type: disc;
	list-style-position: inside;
}

ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

.nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.2em;
	line-height: 1.6;
}

.nav li.last {
	border-bottom: 0;
}

ul.navlinks {
	position: absolute;
	top: 36.4em;
	list-style-type: none;
	overflow: hidden;
}

.navlinks li {
	font-size: 1.2em;
	line-height: 1.6;
}

.navlinks li a {
	display: block;
	padding: .4em 8px .5em 8px;
}

.navlinks li a:hover {
	background: #000;
	color: #fff;
}


/* -------------------------------------------- [ Post ] */

.post {
	padding: 1em 0 2em 0;
	border-top: 1px solid #897967;
	overflow: hidden;
	clear: both;
	color: #897967;
}

.post-content h3 {
	line-height: .9;
}

.post-content h5 {
	margin-top: 2.5em;
	margin-bottom: .5em;
	padding-left: 8px;
	padding-right: 8px;
	text-transform: uppercase;
}

.post-content blockquote {
	margin: 0 3.2em 0 3.2em;
}

.post-content blockquote p {
	width: 30em;
	padding: 0;
}

.post-content blockquote ul {
	width: 30em;
}

.post-content dl {
	margin: 0 0 1em 0;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 1.2em;
}

.post-content dt {
	margin: 0 0 .5em 0;
	font-weight: bold;
	font-size: 1em;
}

.post-content dd {
	width: 30em;
	margin: 0 0 1em 2em;
	line-height: 1.6;
}

.post-content ul, .post-content ol {
	width: 44.8em;
	margin-left: -12px;
	padding-right: 8px;
	list-style-type: none;
}

.post-content li {
	margin: 0 0 1em 0;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.6;
	background: transparent url(images/bullet.gif) no-repeat left 2px;
}

.post-content ol {
	margin-left: 8px !important;
}

.post-content ol li {
	padding-left: 0;
	list-style-type: decimal;
	background: none;
}


/* -------------------------------------- [ Fields ] */

label {
	display: block;
	padding-top: 7px;
	font-size: 1.2em;
	line-height: 1.6;
	font-weight: bold;
}

input, textarea {
	width: 94%;
	padding: 8px;
	font-family: "Tahoma", Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

textarea {
	height: 10em;
}

/* ----------------------------------------- [ Sidebar ] */

#sidebar {
	margin: 0;
	padding: 1em 0 0 0;
	overflow: hidden;
}

#sidebar h4 {
	padding-bottom: .6em;
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}

#sidebar p {
	font-size: 1.1em;
	color: #111;
}

#sidebar .section input {
	width: 15.8em;
	margin: 0 0 1em 0;
	padding: 6px 6px 6px 23px;
	border: 1px solid #ccc;
	background: transparent url(images/bg-search.gif) no-repeat 7px center;
	font-size: 1.1em;
	float: left;
}

#sidebar ul.nav {
	margin: 0 0 2em 0;
	list-style-type: none;
}

#sidebar .nav li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
}

#sidebar .nav li.last {
	border-bottom: 0;
}

.section {
	margin: 0 0 1em 0;
	clear: both;
	overflow: hidden;
}

.section .col {
	overflow: hidden;
}

#content .section {
	margin: 0 0 2em 0;
	padding: 1em 0 0 0;
}

#content .first {
	border: 0;
}

#content .img {
	padding-bottom: 10px;
}

.submit {
	width: auto;
	padding: 0;
	border: 0;
}

.navigation {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	list-style-type: none;
	overflow: hidden;
	clear: both;
}

.navigation li {
	font-size: 1.2em;
}

/* --------------------------------------- [ Footnotes ] */

#footnotes {
	overflow: hidden;
	clear: both;
	margin-top: 15px !important;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #ef4035;
	text-align: center;
	background: #fff;
	border-top: 1px dotted #ddd;
}

#footnotes a {
	border-bottom: 1px dotted #ddd !important;
	color: #897967 !important;
	font-weight: bold;
	padding: 3px;
	line-height: 2em;
	background: #eee;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}
#footnotes a:hover {
	color: #fff !important;
	background: #ef4035;
	-moz-border-radius: 5pt;
	-webkit-border-radius: 5pt;
}

/* --------------------------------- [ General Classes ] */

.left {
	float: left;
}

.right {
	float: right;
}

.align-right {
	display: block;
	text-align: right;
}

.align-center {
	display: block;
	text-align: center;
}

.both {
	clear: both;
}

.image {
	background-color: #f9f9f9;
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	display: block;
	padding: 7px;
}
.last-field, .first-post {
	border: 0;
}

.search-field {
	padding: 0;
}

/* Use for full width images (596px) */

.full-image {
	margin-left: -15.2em;
}

/* Centering for older posts */ 

.centered {
	display: block;
	margin: 0 auto;
}

/* ---------------------- [ Wordpress required classes ] */

ul.widgetized-sidebar {
	list-style-type: none;
}

ul.widgetized-sidebar li {
	margin: 0 0 2em 0;
	clear: both;
	overflow: hidden;
}

ul.widgetized-sidebar li h2 {
	margin-bottom: 0.6em;
	padding-bottom: .6em;
	font-size: 1em;
	line-height: 1.6;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	color: #000;
}

ul.widgetized-sidebar li ul li {
	margin: 0;
	padding: .4em 8px .5em 8px;
	font-size: 1.1em;
	line-height: 1.6;
	font-size: 1.1em;
}

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

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
	margin: 1em;
	padding: .8em;
	text-align: center;
}

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

.wp-caption p.wp-caption-text {
	margin: .5em 0 .5em 0;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.6;	
}

.categories { }
.cat-item { }
.current-cat { }
.current-cat-parent { }
.pagenav { }
.page_item { }
.current_page_item { }
.current_page_parent { }
.widget { }
.widget_text { }
.blogroll { }
.linkcat{ }

#wp-calendar {
	border-collapse: collapse;
	font-size: 1.1em;
	margin: 0 auto;
}

#wp-calendar caption {
	margin-bottom: .8em;
	font-size: 1.1em;
	font-weight: bold;
}

#wp-calendar thead tr th {
	padding: 1em;
}

#wp-calendar td {
	padding: 1em;
}

#wp-calendar tr {
	padding: 1em;
}


