/*  
Originally created by Juxtaprose, (c) copyright 2009
http://juxtaprose.com/
*/

body {
	margin: 0;
	background: #fff; 
	background-image: url("/images/site/bg.gif");
	background-repeat: repeat-x;
	color: #0c2d53;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	text-align: center;	
}

/* centering and framing */
#wrap {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 980px;
	background: #fff;
	text-align: left;
}

/* Accessiblity Skip Menu */
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
 
#skip a:focus {
	position: static;
	width: auto;
	height: auto;
} 

/* masthead */
#masthead {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 184px;
	background: #0e549c;
	border-top: 9px solid #ff9000;	
	border-bottom: 1px solid #fff;	
}

#masthead h1, #masthead h3 {
	position: absolute;
	top: 13px;
	left: 20px;
	width: 286px;
	height: 138px;
	margin: 0;
	padding: 0;
}

#masthead h2 span, #masthead h4 span {
	display: none;
}

#masthead h1 a span, #masthead h3 a span {
	display: none;
}

#masthead #tagline {
	display: block;
	position: absolute;
	top: 45px;
	left: 647px;
	width: 274px;
	height: 99px;
	margin: 0;
	padding: 0;
	background-image: url("/images/site/tagline.gif");
	background-repeat: no-repeat;
}


#masthead #tagline span {
	display: none;
}

/* primary navigation (nav1) */
#nav1 {
	position: relative;
	list-style: none;
	width: 100%;
	height: 41px;
	margin: 0;
	padding: 0;
	background: #ff9000;
}

#nav1 li {
	position: absolute;
	top: 4px;
	height: 32px;
	width: 105px;
	margin: 0;
	padding: 0;
}

#nav1 li a {
	display: block;	
	width: 80px;
	height: 26px;
	padding-top: 8px;
	margin: 0;
	color: #fff;
	font-size: 1.333em;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

#nav1_1 {left: 5px;}

#nav1_2 {left: 125px;} 

#nav1_3 {left: 250px; width: 112px;}

#nav1_3 a {width: 110px !important;}

#nav1_4 {left: 405px;}

#nav1 #nav1_5 {left: 530px; width: 122px;}

#nav1 #nav1_5 a {width: 120px !important;}

#nav1_6 {left: 690px; width: 112px;}

#nav1_6 a {width: 110px !important;}

#nav1_7 {left: 849px; width: 112px;}

#nav1_7 a {width: 110px !important;}

.cat1 #nav1_1 a, .cat2 #nav1_2 a,
.cat3 #nav1_3 a, .cat4 #nav1_4 a,
.cat5 #nav1_5 a, .cat6 #nav1_6 a,
.cat7 #nav1_7 a {
	height: 25px;
	padding-top: 7px;
	background: #fff;
	color: #0e549c;
	border: 1px solid #2c9fea;
}

#nav1 a:hover {
	text-decoration: underline;
}

#main {
	float: left;
	display: inline; /* ie6 only */
	height: 350px; /* ie6 only */
	min-height: 350px;
	width: 600px;
	margin: 15px 0 30px 20px;
	padding-bottom: 30px;
}

html>body #main {
	height: auto; /* override ie6-only rule above */
}

#sidebar {
	float: left;
	display: inline; /* ie6 only */
	width: 300px;
	margin: 30px 0 30px 40px;
}

/* main text and inline elements */
#main p, #main ul, #main ol {
	font-size: 1.2em;
	line-height: 1.5em;
}

#main a { 
	color: #138ad8; 
	text-decoration: none;
	border-bottom: 1px dotted #138ad8;
}

#main a:hover { 
	color: #fff;
	background: #138ad8; 
}

#main .introline {
	margin: 0;
	font-size: 0.85em;
	text-transform: uppercase;
}

#main h1 {
	margin: 10px 0 3px 0;
	color: #0e549c;	
	font-size: 2.2em;
	font-weight: normal;	
}

#main h2 {
	margin: 10px 0 3px 0;
	color: #0e549c;	
	font-size: 1.5em;
	font-weight: bold;
}

.cat1 #main h2 {
	font-size: 2.2em;
	font-weight: normal;
}

#main h3 {
	margin: 15px 0 0 0;
	color: #0e549c;	
	font-size: 1.1667em;
	font-weight: bold;
}

.cat1 #main h3 {
	font-size: 1.5em;
}

#main .byline {
	font-size: 0.91667em;
	text-transform: uppercase;
}

#main h1 a, #main h2 a {
	text-decoration: none;
	border-bottom: 0;
}	

#main h1 a:hover, #main h2 a:hover, #main .byline a:hover {
	text-decoration: underline;
}	

#main .readline {
	margin: -10px 0 30px 0;
}

#main table {
	margin: 20px 0;
	background: #fdf5eb;
	border-collapse: collapse;	
	border: 1px solid #d7d7d7;	
}

#main table caption {
	margin: 0 0 2px 0;
	color: #0e549c;	
	font-size: 1.333em;
	font-weight: normal;
}

#main .booklisting img {
	float: left;
	display: inline; /* ie6 only */
	margin: 15px 15px 15px 0;
}

#main .booklisting h3 em {
	font-size: 0.90em;
	font-style: italic;
}

#main .booklisting h4 {
	margin: 0;
	text-transform: uppercase;
}

#main .bookthumbs, #main .booklisting {
	overflow: hidden;
}

#main .bookthumbs a {
	display: block;
	float: left;
	margin: 10px 35px 30px 0;
	border: 0;
}

#main .bookthumbs a.endthumb {
	margin-right: 0;
}

/* main images */
#main img.imageright, #main div.captionright {
	clear: both;
	float: right;
	padding: 0 0 15px 15px;
}

#main img.imageleft, #main div.captionleft {
	clear: both;
	float: left;
	padding: 0 15px 15px 0;
}

#main img.imagecenter, #main div.captioncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 15px 0;
	text-align: center;
}

#main div.captionright p, #main div.captionleft p, #main div.captioncenter p {
	margin: 2px 0 0 0;
	font-size: 0.9em;
}

/* main boxes */
#main .colorbox {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px;
	color: #ff9000;
	background: #fdf5eb;
	border: 1px dotted #ff9000;
	border-left: 0;
	border-right: 0;
}

#main .pullquote {
	margin: 45px 0 0 0;
}

#main .colorbox p {
	margin: 0 0 10px 0;
}

#main .colorbox blockquote {
	margin: 0;
	font-family: "Times New Roman", times, serif;
	font-size: 2.0em;
	line-height: 1.5em;
}

#main .colorbox blockquote p {
	font-size: inherit;
	line-height: inherit;
}

#main .colorbox blockquote p.byline {
	margin: 0;
	font-size: 0.6667em;
	line-height: 0.889em;
	text-align: right;
	text-transform: none;
}

#main .colorbox a {
	color: #ff9000;
	border-bottom: 0;
	text-decoration: underline;
}

#main .colorbox a:hover {
	color: #fff;
	background: #ff9000;
}

#main .highlight p {
	margin: 0 0 10px 0 !important;
	color: #666;
	font-size: 1.1em;
	line-height: 1.5em;
}

#main .colorbox ul {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

#main .colorbox ul span {
	color: #666;
	font-size: 0.9166em;
}

/* sidebar text and inline elements */
#sidebar h3 {
	margin: 0 0 10px 0;
	font-size: 1.1667em;
	font-weight: bold;
}

#sidebar p, #sidebar ul, #sidebar ol {
	font-size: 1.0em;
	line-height: 1.4em;
}

#sidebar ul, #sidebar ol {
	padding: 0;
	margin-left: 25px;
}

#sidebar li {
	margin: 0 0 5px 0;
}

#sidebar .borderbox {
	width: 298px;
	margin-bottom: 25px;
	border: 1px solid #efd6d7;
}

#sidebar .colorbox {
	width: 258px;
	padding: 15px 20px;
	margin-bottom: 25px;	
}

#sidebar .light {
	background: #b9dff8;
	color: #0e549c;
	border: 1px solid #b0c7de;
}

#sidebar .dark {
	background: #0e549c;
	color: #fff;
	border: 1px solid #0d233d;
}

#sidebar .highlight {
	padding: 20px;
	background: #fdf5eb;
	border: 1px dotted #ff9000;
	border-left: 0;
	border-right: 0;
}

#sidebar .colorbox h3 {
	width: 100%;
	margin: 0;
	padding: 0 0 7px 0;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#sidebar .light h3 {
	color: #0e549c;
	border-bottom: 1px dashed #0e549c;
	text-align: center;	
}

#sidebar .dark h3 {
	color: #fff;
	border-bottom: 1px dashed #fff;
	text-align: center;	
}

#sidebar .highlight h3 {
	margin: 0;
	color: #ff9000;
	text-align: left;
}

#sidebar .light h3 a , #sidebar .light h4 a {
	color: #0e549c;
	text-decoration: none;
}

#sidebar .light h3 a:hover, #sidebar .light h4 a:hover {
	text-decoration: underline;
}

#sidebar h4 {
	margin: 15px 0 0 0;
	font-size: 1.333em;
	font-weight: normal;
}

#sidebar .highlight p {
	margin: 10px 25px 0 0;
	color: #666;
	font-size: 1.1em;
	line-height: 1.5em;
}

#sidebar .highlight ul, #sidebar .highlight ol {
	color: #666;
}

#sidebar .highlight a {
	color: #ff9000;
}

#sidebar .highlight a:hover {
	color: #fff;
	background: #ff9000;
}

#sidebar .dark a {
	color: #fff;
}

#sidebar .dark a:hover {
	color: #0e549c;
	background: #fff;
}

#sidebar .light a {
	color: #0e549c;
}

#sidebar .light a:hover {
	color: #fff;
	background: #0e549c;
}

#sidebar .byline {
	margin: 3px 0 15px 0;
	font-size: 0.91667em;
	text-transform: uppercase;
}

#sidebar .captionbox {
	margin-bottom: 25px;
}

#sidebar .captionbox p {
	margin: 3px 0 0 0;
	text-align: center;
}

/* blog feed subscribe box */
#feed h3 {
	font-size: 1.15em !important;	
}

#feed img {
	float: right;
	display: inline; /* ie6 only */
	margin-right: 10px;
}

#sidebar .colorbox .imgbox {
	float: left;
	display: inline; /* ie6-only */
	width: 167px;
	margin: 12px 0 20px 0;	
}

#sidebar .colorbox .imgbox img {
	border: 1px solid #fff;
}

#sidebar .colorbox .txtbox {
	float: left;
	display: inline; /* ie6-only */
	width: 79px;
	margin: 12px 0 0 12px;
}

#sidebar .colorbox .txtbox h4 {
	margin: 0;
	padding: 0;
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.6em;
}

#sidebar .colorbox .txtbox p {
	margin: 12px 0 20px 0;
	font-size: 1.1em;
	line-height: 1.8em;
}

#sidebar .colorbox a.buybox {
	display: block;
	width: 68px;
	padding: 8px 0 5px 0;
	color: #fff;
	background: #2c9fea;
	border: 1px solid #fff;
	font-size: 1.0em;
	line-height: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

#sidebar .colorbox a.buybox:hover {
	background: #ff9000
}	

/* Sidebar nav 2 menus */
#sidebar .nav2 {
	width: 300px;
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;	
}

#sidebar .nav2 li {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 39px;
}

#sidebar .nav2 li a {
	display: block;
	height: 18px;
	padding: 10px 10px;
	margin: 0;
	background: #b9dff8;
	color: #0e549c;
	font-size: 1.2em;	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;	
	border-top: 1px solid #fff;	
	border-bottom: 0;
	text-decoration: none;
}

.suba1 #nav2_1 a, .suba2 #nav2_2 a, .suba3 #nav2_3 a, .suba4 #nav2_4 a,
.subb1 #nav2_1 a, .subb2 #nav2_2 a, .subb3 #nav2_3 a, .subb4 #nav2_4 a,
.subc1 #nav2c_1 a, .subc2 #nav2c_2 a, .subc3 #nav2c_3 a, .subc4 #nav2c_4 a,
#sidebar .nav2 li a:hover, #nav2_auto {
	background: #0e549c !important;
	color: #fff !important;
}

/* convenience classes */
.clr {
	clear: both;
}

.separator {
	clear: both;
	width: 100%;
	height: 10px;
	line-height: 10px;
	background-image: url("/images/site/stars.png");
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.tupper {
	text-transform: uppercase;
}

.shorttop {
	margin-top: 5px !important;
}

.marbottom {
	margin-bottom: 10px;
}

.marbottom20, .bigbottom {
	margin-bottom: 20px !important;
}

.martop30 {
	margin-top: 30px !important;
}

/* footer */
#footwrap {
	clear: both;
	width: 100%;
	height: 100px !important;
	background: #ff9000;	
}

#footer {	
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background: #ff9000;
	color: #fff;
	text-align: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#footer p {	
	width: 460px;
	height: 12px;
	margin: 0 0 15px 20px;
	font-size: 1.0em;
}

#footer p.orion {	
	margin: -54px 0 15px 490px;
	text-align: right;
	text-transform: uppercase;
}	

#footer p.nav {	
	text-transform: lowercase;
}	

#footer p.juxta {	
	margin: 0 20px 0 490px;
	padding-bottom: 10px;
	font-size: 0.85em;
	text-align: right;
	text-transform: none;
}

#footer p.juxta span {
	font-style: italic;
}

#footer p.juxta a {
	color: #fff;
}