/*  This is the home page css file for the Draft Review System Application.
	19/09/2011 by Zebedee Creations
	These styles cover the colours used and background properties.  
	
	Table of Contents:
		1. Colour Palette
		2. Background Colours and Images
*/

/* 1. Colour Palette - start - */

#homepage .documentPreviewBoxItem p.title, #homepage .documentPreviewBoxItem p.expiryDate, #homepage .documentComments a, #homepage .documentComments span { color:#57585b }

#homepage #mostPopularTitle h2, 
#homepage .documentPreviewBoxItem h3 a {
    color:#344586;
}

#homepage #searchLabel label,
#homepage #subjectsList h2 {
    color: #344C84;
}

#homepage #mainContent h1,
#homepage #mainContent p,
#homepage #subjectsList ul li a {
    color: black;
}

/* Colour Palette - end - */

/* 2. Background Colours and Images - start - */

#homepage #mostPopularTitle .mptSliceLeft { background:#fff url('/content/images2/mostPopularLeftSlice.png') no-repeat center bottom; }

#homepage #mostPopularTitle .mptSliceRight { background:url('/content/images2/mostPopularRightSlice.png') no-repeat 0 2px; }

#homepage #mostPopularTitle h2 { background:#e7e7e7 url('/content/images2/mostPopularShadowSlice.png') repeat-x 0 -16px; }

#homepage #mostPopularTitleWrapper { background:#3f434c url('/content/images2/mostPopularTitleWrapperSlice.jpg') repeat-x 0 3px; }

#homepage .siteGuideImagesItem .siteGuideImagesItemTitle {
    background-color:#e7e7e7;
}

#homepage #searchformHome #searchField { background-color:#484a51; }

#homepage #searchformHome #searchField #searchSubmit { background:url('/content/images2/searchSubmitBackground.gif') no-repeat center; }

#homepage #searchformHome #searchField #searchSubmit:hover, #homepage #searchformHome #searchField #searchSubmit:focus { outline: none; }

#homepage #contentWrapper { background:#3f434c url('/content/images2/contentBackground.jpg') repeat-x; }

#homepage #mostPopularWrapper { background:#fff url('/content/images2/mostPopularBackground.jpg') repeat-x;	}

#homepage #siteGuideImages .findItem
{
background:url('/content/images2/findTopSlice.png') no-repeat;	
}

#homepage #siteGuideImages .readItem
{
background:url('/content/images2/readTopSlice.png') no-repeat;	
}

#homepage #siteGuideImages .commentsItem
{
background:url('/content/images2/commentsTopSlice.png') no-repeat;	
}

#homepage #siteGuideImages .shareItem
{
background:url('/content/images2/shareTopSlice.png') no-repeat;	
}

#homepage .siteGuideImagesItem .siteGuideImagesItemSlice
{
background:url('/content/images2/FindBottomSlice.png') no-repeat;	
}

#homepage #mostPopular .documentPreviewBoxItem .documentComments a { background:url('/content/images2/makeCommentListItem.gif') no-repeat left center; }

#homepage #mostPopular .documentPreviewBoxItem .documentComments span { background:url('/content/images2/commentListItem.gif') no-repeat left center; }

#homepage #subjectsList ul li
{
background:url('/content/images2/subjectListItem.gif') no-repeat 5px 7px;
}

#homepage #additionalContent div { color: #FFFFFF; }

#homepage #additionalContent > div { font-size: 1.2em; }

#homepage div.flashMessage { background-color: #F8F7A9; border: 1px dashed #C8C709; margin: 10px 0; padding: 8px; }

#homepage .flashWarning { background-color: #F8A9A9; border: 1px dashed #C80909; margin: 10px 0; padding: 8px; }

#homepage .searchHelpText { color: #333; }

/* Background Colours and Images - end - */