/*

Stylesheet for Paul Woodworks, designed for Screen Media

Author: Christopher Werby of Pipsqueak Productions, LLC
http://www.pipsqueak.com/

Begun: 2009-12-30 (Wednesday)
Last Updated: 2009-12-30 (Wednesday)

Design Notes:  
	Navigation BG Standard Color: #461111
	Navigation BG Active Color: #7F1C24
	Text Headline Color: #7F1C24
	Contact Text Color: #991313

Update Notes:

*/

html { background-color: black; }

body.secondary div#wrapper
{
	background-color: black;
	background-image: url(../images/Secondary_Main_BG.jpg);
	background-repeat: no-repeat;
	background-position: 1px 143px;
	position: absolute;
}

.hide { display: none; }

img#logo
{
	position: absolute;
	top: 5px;
	left: 30px;
}

div#sidebar
{
	background-image: url(../images/Paul_Woodworks_Wordmark_230pxW.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 602px;
	left: 33px;
	width: 350px;
	color: #991313;
}

div#sidebar ul.contact
{
	margin-top: 70px;
	margin-left: -15px;
	font-family: helvetica, arial, sans;
}

div#sidebar ul.contact li { margin-bottom: 4px; }

div#sidebar ul.contact li label
{
	width: 60px;
	float: left;
	display: inline;
	text-align: right;
	margin-right: 10px;
}

div#sidebar ul.contact a
{
	color: inherit;
	text-decoration: none;
}

div#sidebar ul.contact a:hover { text-decoration: underline; }

div#sidebar ul.iconsSocial
{
	list-style-type: none;
	list-style-position: outside;
}

div#sidebar ul.iconsSocial li
{
	float: left;
	margin-left: 10px;
}

div#sidebar ul.iconsSocial li.first { margin-left: 55px; }

div#sidebar ul.iconsSocial a
{
	text-decoration: none;
	display: block;
	height: 32px;
	width: 32px;
}

div#sidebar ul.iconsSocial li.facebook a { background-image: url(../images/Icon_Facebook_on_991313_24b_32x32.png); }
div#sidebar ul.iconsSocial li.yelp a { background-image: url(../images/Icon_Yelp_on_991313_24b_32x32.png); }

div#sidebar ul.iconsSocial a:hover
{
	position: relative;
	left: 1px;
	top: 1px;
}

div#sidebar ul.iconsSocial a span
{
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

body.secondary div#content { font-family: times, georgia, serif; }

body.secondary div#recommendations
{
	position: absolute;
	top: 249px;
	left: 376px;
	width: 602px;
	height: 132px;
	background-color: #D8AD86;
	background-image: url(../images/Recommendations_BG_602x132.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

body.secondary div#scroller ul { margin: 20px; }
body.secondary div#scroller ul li { margin-bottom: 132px; }
body.secondary div#scroller ul li.last { margin-bottom: 0; }
div#recommendations q { font-style: italic; }

div#recommendations cite
{
	display: block;
	text-align: right;
}

div#recommendations cite span.name
{
	font-weight: normal;
	font-size: 1.3em;
	color: #7F1C24;
}

body.secondary div#main
{
	margin-top: 387px;
	margin-left: 376px;
	width: 602px;
	min-height: 433px;
	background-color: #FFDAAE;
	background-image: url(../images/Content_Area_BG_Tile.jpg);
	background-repeat: repeat;
	background-position: 50px 30px;
}

body.secondary div#main div.copy
{
	margin-left: 45px;
	margin-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: black;
}

body.secondary div#main h1
{
	color: #7f1c24;
	font-size: 2em;
	margin-bottom: .5em;
}

body.secondary div#main p { margin-bottom: 1em; }

/* @group FOOTER */
body.secondary div#footer
{
	background-image: url(../images/Secondary_Footer.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1064px;
	height: 147px;
	margin-top: -67px;
	margin-left: 6px;
}

div#footer p
{
	position: absolute;
	left: 580px;
	top: 75px;
	color: #888;
	font-size: .7em;
	width: 280px;
}

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

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

/* @end FOOTER */
/* @group NAVIGATION */
div#navigation
{
	position: absolute;
	top: 50px;
	left: 250px;
}

div#navigation li { position: relative; }

div#navigation li b
{
	/*Outer Navigation Button Block*/
	width: 174px;
	height: 33px;
	margin-bottom: 6px;
	position: relative;
	display: block;
	background-color: black;
	font-weight: normal;
}

div#navigation li a
{
	/*Inner Navigation Button Block*/
	color: white;
	text-decoration: none;
	text-align: right;
	width: 114px;
	height: 26px;
	margin-left: 50px;
	padding-right: 10px;
	padding-top: 7px;
	background-color: #461111;
	display: block;
}

div#navigation li a:hover { background-color: #7F1C24; }

body#home li#navHome b, body#about li#navAbout b, body#services li#navServices b
{
	background-image: url(../images/Screw_for_Active_Navigation.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}

body#home li#navHome a, body#about li#navAbout a, body#services li#navServices a
{
	background-color: #7F1C24;
	background-image: url(../images/Screw_for_Active_Navigation.gif);
	background-repeat: no-repeat;
	background-position: -54px 6px;
}

/* @end NAVIGATION */
/* @group SPECIAL FOR HOME PAGE */
body#home { background-color: black; }

body#home div#wrapper
{
	position: relative;
	background-image: url(../images/Home_Main_BG.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 663px;
}

body#home div#footer
{
	position: absolute;
	top: 605px;
	left: 0px;
}

body#home div#footer p
{
	position: absolute;
	left: 510px;
	top: 0;
}

body#home #photos
{
	position: absolute;
	left: 465px;
	top: 111px;
}

body#home #photos p
{
	color: red;
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}

body#home #slides {
    position: relative;
    width: 347px;
    height: 272px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

body#home #slides .slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

body#home #slides .showing {
    opacity: 1;
    z-index: 2;
}

body#home #slides .slide:nth-of-type(1) {
	background-image: url('/images/home_gallery/Photo_A01.jpg');
}

body#home #slides .slide:nth-of-type(2) {
	background-image: url('/images/home_gallery/Photo_A02.jpg');
}

body#home #slides .slide:nth-of-type(3) {
	background-image: url('/images/home_gallery/Photo_A03.jpg');
}

body#home #slides .slide:nth-of-type(4) {
	background-image: url('/images/home_gallery/Photo_A04.jpg');
}

body#home #slides .slide:nth-of-type(5) {
	background-image: url('/images/home_gallery/Photo_A05.jpg');
}

body#home #slides .slide:nth-of-type(6) {
	background-image: url('/images/home_gallery/Photo_A06.jpg');
}

body#home #slides .slide:nth-of-type(7) {
	background-image: url('/images/home_gallery/Photo_A07.jpg');
}

body#home #slides .slide:nth-of-type(8) {
	background-image: url('/images/home_gallery/Photo_A08.jpg');
}

body#home #slides .slide:nth-of-type(9) {
	background-image: url('/images/home_gallery/Photo_A09.jpg');
}

body#home #slides .slide:nth-of-type(10) {
	background-image: url('/images/home_gallery/Photo_A10.jpg');
}

/* @end SPECIAL FOR HOME PAGE */
/* @group SPECIAL FOR SERVICES PAGE */
body#services div#main div.copy ul
{
	margin-left: .5in;
	margin-bottom: .3in;
}

body#services div#main div.copy ul li { margin-bottom: .05in; }

body#services div.copy img
{
	float: right;
	margin-right: -40px;
	margin-left: 10px;
}

/* @end SPECIAL FOR SERVICES PAGE */
/* @group SPECIAL FOR ABOUT PAGE */
body#about div.copy img
{
	float: right;
	margin-right: -40px;
	margin-left: 10px;
	margin-bottom: 20px;
}

/* @end SPECIAL FOR ABOUT PAGE */
