/*	THEME INFO
------------------------------------------------------------------
Theme Name:	Reel Dogs Press
Theme URI: ?
Description: The official Wordpress theme of Reel Dogs Press.
Version: 0.2
Author: Matt Feisthammel
Author URI: ?
------------------------------------------------------------------ */



/*	1)	RESET
		(Sheet-wide baseline reset values)
------------------------------------------------------------------ */
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0
}

body { line-height: 1 }

ol, ul, li { list-style: none }



/*	2)	GENERAL
		(Includes background images and baseline link/font styles)
------------------------------------------------------------------ */
html {
	background: #D5D6D6;
	color: #000000;
	font-family: "Times New Roman", "Helvetica", "Verdana", "Trebuchet MS", sans-serif;
	font-size: 16px;
	height: 100%;
	text-align: center
}

a:link { color: #5B0A11; text-decoration: none }
a:visited { color: #5B0A11; text-decoration: none }
a:hover { text-decoration: underline }

a.book_title { text-decoration: underline }
a.book_title:hover { text-decoration: none }

div#footer a:link { color: #D5D6D6 }
div#footer a:visited { color: #D5D6D6 }

h1, h2, h3, h4, h5, h6 {
  color: #5B0A11;
  display: block;
  font-weight: normal
}


h1 { font-size: 38px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 26px; }
h5 { font-size: 22px; }
h6 { font-size: 18px; }


hr { display: none }
small { font-size: 0.8em }
strong { font-weight: bold }
sub,
sup { font-size: 0.7em }


img.alignleft, div.alignleft { float: left; margin: 0 5px 5px 0 }
img.alignright, div.alignright { float: right; margin: 0 0 5px 5px }
img.aligncenter, div.aligncenter { margin: 0 auto; text-align: center }



/*	3)	STRUCTURE
		(Includes all positional and spacing properties)
------------------------------------------------------------------ */
div#header,
div#wrapper,
div#footer { margin: 0 auto 0 auto }

div#logo,
div#navbar,
div.menu,
div#coming_soon,
div.content,
div#about,
div.featured_page { float: left }

div#navbar,
div#coming_soon,
div.content { margin-bottom: 10px }
div#about { margin-top: 48px }
div#coming_soon { margin-right: 10px }

div#header,
div#logo,
div#navbar,
div#wrapper,
div#footer { width: 800px }

div#logo img { width: 550px }
div#navbar { height: 137px }
div.content { padding: 5px }
div#about { width: 380px }
div#coming_soon,
div#coming_soon img { width: 400px }
div.featured_page { width: 790px }





/*	4)	APPEARANCE
		(Includes properties affecting appearance in multiple element categories)
------------------------------------------------------------------ */
div.clearfloat { visibility: hidden }

div.content,
div#footer { overflow: hidden }

div#logo { background: #D5D6D6 }

div#navbar { background: transparent url(images/film_bar.png) no-repeat }

div.content { background: #757575 }

div#coming_soon h1 { padding: 5px 0 5px 0 }

div.content { line-height: 1.5; text-align: left }

div.content h1,
div.content h4 { line-height: 1; text-align: center }

div.content p { padding-top: 10px }

div#footer {
	background: #5B0A11;
	clear: both;
	color: #D5D6D6;
	padding: 5px 0 5px 0
}

div#fourpaws { margin: 0 auto; text-align: center }

div#fourpaws img { padding-right: 10px }



/*	4.A)	APPEARANCE: MENU
			(Includes Header-specific properties affecting appearance)
------------------------------------------------------------------ */
div.menu {
	line-height: 20px;
	margin: 30px 0 0 33px
}

.menu ul li a, .menu ul li a:visited { 
	display: block;
	font-size: 24px;
	height: 77px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 93px;
	line-height: 80px;
	margin-right: 14px
}

.menu ul { list-style: none; margin-top: 0; padding: 0 }
.menu ul li { float: left; position: relative }
.menu ul li:hover a { background: transparent url(images/paw.png) no-repeat; color: #FFFFFF }
