/*
Theme Name: Watson Printing
Theme URI: http://watsonprinting.net
Description: The default watson printing theme
Version: 1
Author: Andrew Watson
Author URI: http://www.watsonprinting.net


*/
/* HTML Defaults and Generics Classes */

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 { 
	margin: 0; 
	padding: 0;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background: #C1C1C1;
	color: #333;
}

a {
	overflow: hidden;
}

h2 { font-size: 1.2em;}
h3 { font-size: 1.2em;}
h4 { font-size: 1em;}

#wrapper {
	background: #FFFFFF;
	width: 800px;
	margin: 20px auto;
	border: 8px solid #ffffff;
}

h1#logo a {
	background: url('img/interface/header-bg-01.jpg') left top no-repeat;
	display: block;
	width: 800px;
	height: 208px;
	text-indent: -9000px;
}

ul#navigation {
	height: 24px;
	background: #1F5394;
	margin: 2px 0 0 0;
}
	ul#navigation li {
		float: left;
		list-style: none;
		margin: 5px 0 0 0;
		padding: 0 10px 0 10px;
        position: relative;
		border-left: 2px solid #CFD4D7;
	}
		ul#navigation li.page-item-3 {border-left: 0; }
		ul#navigation li a {
			color: #CFD4D7;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
		}
		ul#navigation li.current_page_item a{
			color: #FFFFFF;
		}
		
        
/* dhtml on top level headers */
ul#navigation ul {
	background: #1F5394;
	display: none;
	padding: 2px;
	position: absolute;
		left: 5px;
		top: 13px;
}
	ul#navigation ul li {
		border: none;
        padding: 1px 3px 1px 3px;
		float: none;
	}
	ul#navigation ul li a {
		display: block;
        font-size: 1em;
		font-weight: bold;
		padding: 0 20px 0 0 ;
	}
        
        
        
ul#navigation-footer {
	height: 20px;
}
	ul#navigation-footer li {
		float: left;
		list-style: none;
		margin: 2px 0 0 0;
		padding: 0 10px 0 10px;
		border-left: 1px solid #929BA0;
	}
		ul#navigation-footer li.page-item-3 {border-left: 0; }
		
		ul#navigation-footer li a {
			color: #929BA0;
			text-decoration: none;
		}
		
#content {
	width: 590px;
	float: left;
	padding: 10px 5px 10px 5px;
	font-size: 1.3em;
	line-height: 150%;
}
	#content h2 {
		margin: 0 0 20px 0;
        font-family: georgia;
	}
    #content p {
        margin: 10px 0 10px 0;
    }
     
#content ul {
     margin: 10px 30px 10px 30px;
}

#sidebar {
	float: right;
	margin: 20px 0 20px 0;
	width: 180px;
	font-size: 1.1em;
}
	#sidebar .focusArea {
		border: 1px solid #e0e0e0;
	}
		#sidebar .focusArea h2 {
			background: #929BA0;
			color: #ffffff;
			padding: 5px;
			font-size: 1.2em;
		}
			#sidebar .focusArea ul {
				margin: 10px;
			}
				#sidebar .focusArea ul li {
					margin: 7px 0 7px 10px;
				}
                    #sidebar .focusArea ul li a {
                        color: #000000;
                    }
		

#footer {
	clear: both;
	border-top: 1px solid #929BA0;
	padding: 10px 0 10px 0;
}
	#footer p {
		color: #929BA0;
        margin-left: 10px;
	}
    #footer address {
        color: #929BA0;
        margin: 5px 0 5px 10px;
        font-style: normal;
    }
#footer a {
    color: #929BA0;
}