/*
Theme Name: Fetchers Dog Care Default Theme
Theme URI: http://www.fetchersdogcare.com/blog/
Description: The default Fetchers Dog Care theme.
Version: 1.0
Author: Nikki Selene Lamagna
Author URI: http://www.nikkilamagna.com/

*/

/* CSS Document */

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
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%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, 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: "" "";
}

/* End CSS Reset */

body {
	background-color: #630;
	margin: 10px 0;
	padding: 0;
	color: #333;
	font-size: 62.5%;
	font-family: tahoma, verdana, sans-serif;
}

p, a { font-size: 12px; line-height: 16px; }

a { color: #663300; text-decoration: underline; }

p { padding: 5px 0; }

#wrapper {
	background-image: url(images/coloralexbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px dotted #330;
}

#header {
	border-bottom: 1px solid #330
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
}

#header h1 a { text-indent: -9999px; display: block; width: 400px; height: 104px; background: url('images/fdc_logo.gif') top left no-repeat; float: left; margin: 0 0 0 5px; }

#header p {
	float: right;
	text-align: right;
	width: 500px;
	font-size: 15px;
	font-family: "Trebuchet MS", verdana, sans-serif;
	line-height: 17px;
	margin: 0 5px 0 0;
}

#header h3 {
	width: 500px;
	min-width: 500px;
	float: right;
	text-align: right;
	line-height: 0;
}

#main-content {
width: 100%;
float: left;
}

#leftbar {
	width: 200px;
	float: left;
	margin: 0 5px;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 190px;
	border-bottom: 1px solid #630;
	background: #fff;
}

#links ul li {
	position: relative;
	background: #fff;
}

#links li ul {
	position: absolute;
	left: 189px;
	top: 0;
	display: none;
	background: #fff;
}

#links ul li a {
	display: block;
	background: #fff;
	padding: 5px;
	padding-left: 30px;
	border: 1px solid #630;
	border-bottom: 0;
	color: #630;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
}

#links li:hover ul, #nav li.over ul { 
	display: block; 
	background: #fff;
	background-image: url(images/paw.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#links a:hover {
	color: #c96;
	background: #fff;
	background-image: url(images/paw.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#main {
	padding: .5em;
	width: 450px;
	float:left;
	border: 1px dotted #c96;
}

#main .image {
	text-align: center;
}

#main .hover {
	text-align: center;
}

.hover a:hover img {
	background-image: url(images/applybg.gif);
	background-position: 50% 50%
}

#main ol {
	list-style: none;
	border: 0;
}

#main li {
	padding: .7em 0 .7em 0;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 0;
}

#main a {
	background-image: none;
	color: #630;
}

#main a:hover {
	background-image: none;
	color: #c96;
}

#main p {
	line-height: 1.4;
	font-size: 12px;
}

#rightbar {
	padding: .5em;
	margin: 0 5px;
	width: 250px;
	float: right;
	border: 1px dotted #c96;
}

#rightbar a {
	color: #663300;
}

#rightbar a:hover {
	color: #cc9966;
}

#footer {
	border-top: 1px solid #000000;
	width:100%;
	float: left;
	clear: both;
	margin: 10px 0;
	padding: 10px 0 0 0;
}

#footer p {
	text-align: left;
	color: #663300;
	padding: 0 10px;
}

#footer a:hover {
	color: #cc9966;
	background-image: none;
}

h1 {
	font-size: 1.4em;
	font-variant: small-caps;
	text-align: left;
	padding: 10px 0 5px 0;
}

.strong {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	color: red;
}

table#info {
	font-size: .9em;
	margin-bottom: 2em;
}

table#info_noborder {
	font-size: .9em;
	margin-bottom: 2em;
}

table#info_noborder input, table#info_noborder textarea {
	border: 1px solid #663300;
}

table#info td {
	border-bottom: 1px solid #cc9966;
}

.table_title {
	font-weight: bold;
}

.question {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
}

table#contact {
	font-size: 100%;
	border: 1px solid #663300;
	margin: 0 auto;
	background: #cc9966;
}

table#contact input, table#contact textarea {
	border: 1px solid #663300;
}

.required {
	border-bottom: 1px solid #663300;
}

.specials {
	text-align: center;
	color: #600;
	font-size: 16px;
	line-height: 18px;
}

.splash {
	text-align: center;
	font-weight: bold;
	color: #600;
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0 10px 0;
}

.frontImage {
	padding: 4px;
	margin: 5px;
	border: 1px solid #630;
}

.title {
	letter-spacing: .2em;
	font-size: 1.5em;
	color: #663300;
	text-decoration: underline;
	text-align: center;
}

#clear { clear: both; }

/* WORDPRESS SPECIFIC STYLES */

.post h2, h2 { font-size: 16px; color: #330; padding: 0 0 10px 0; }

.wp_title {
	letter-spacing: .2em;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 2em;
}

.image-box { float: left; width: 140px; height: 200px; margin: 0 2px 10px 2px; border: 1px solid #630; padding: 2px; }

.image-box h2 { padding-top: 160px; text-align: center; }

.members-box { background: url('/images/members-dogs.jpg') top left no-repeat; }

.studio-box { background: url('/images/studio-dogs.jpg') top left no-repeat; }

.foster-box { background: url('/images/foster-dogs.jpg') top left no-repeat; }

.default-box { background: url('images/default-pic.jpg') top left no-repeat; }