/*
 * Colors
 *
 *	#49ade1 - lt blue
 *	#b4cceb - lt blue
 *	#5591be - blue
 *	#1c3759 - drk blue
 *	#ff8e00 - orange
 *	#fce5b5 - tan (bg)
 *
 * Fonts
 *
 *	font-family: 'BlewExtendedNormal', Georgia, serif;
 */
 
 
/* Text */
html,
body {
	color: #000000;
	font-family: Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
}
th,
td,
li {
	font-size: 12px;
	font-size: 1.2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'BlewExtendedNormal', Georgia, serif;
	font-weight: 900;
	text-transform: uppercase;
}
h1 {
	font-size: 40px;
	font-size: 4rem;
}
h2 {
	font-size: 24px;
	font-size: 2.4rem;
}
h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
h4 {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 12px;
	font-size: 1.2rem;
}
h6 {
	font-size: 10px;
	font-size: 1rem;
}
p {
	font-size: 12px;
	font-size: 1.2rem;
}


/* Links */
a,
a:link,
a:visited,
a:active,
a:focus {
	color: #5591be;
	text-decoration: underline;
}
a:hover {
	color: #5591be;
	text-decoration: none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}


/* Layout */
html {
	background: #ffe9b8;
	font-size: 62.5%;
	height: 100%;
}
body {
	background: url('../images/bg.jpg') no-repeat 50% 0;
	min-height: 100%;
}
#page-container {
	background: #ffffff;
	box-shadow: 0 5px 25px #000000;
	margin: auto;
	width: 960px;
}
#header,
#content,
#footer {
	clear: both;
	float: none;
}


/* Header */
#header {
	background: url('../images/blue-sq-repeat.png') repeat-x 4px 0;
	padding: 20px 0 0;
	width: 100%;
}
#header-info-container {
	background: url('../images/header.png') no-repeat 10px 50%;
}
#site-name {
	color: #000000;
	height: 50px;
	font-size: 45px;
	font-size: 4.5rem;
	padding: 30px 0 0 225px;
}
#site-name a {
	color: #000000;
	text-decoration: none;
}
#site-slogan {
	height: 26px;
	padding: 0 0 26px;
	text-indent: -99999px;
}
#header-body-container {
	background: url('../images/red-sq-repeat.png') repeat-x 3px 100%;
	padding: 0 0 30px;
}


/* Admin Nav */
#block-system-management {
	clear: both;
	float: none;
	height: 18px;
}
#block-system-management .menu li {
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}
#block-system-management .menu li a {
	color: #000000;
}
#block-system-management .menu li .menu li .menu {
	background: #ffffff;
	border: 1px solid #0000;
	top: 14px;
}
#block-system-management .menu li .menu li .menu li {
	color: #000000;
	height: 18px;
	width: 200px;	
}
#block-system-management .menu li .menu li .menu li a {
	color: #000000;
}
#block-system-management .menu li .menu li:hover .menu li:hover {
	background: #000000;
	color: #ffffff;
}
#block-system-management .menu li .menu li:hover .menu li:hover a {
	color: #ffffff;
}


/* User Nav */
#block-system-user-menu .menu li {
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
}
#block-system-user-menu .menu li a {
	color: #ffffff;
}
#block-system-user-menu .menu li .menu {
	background: #ffffff;
	border: 1px solid #000000;
	top: 14px;
}
#block-system-user-menu .menu li .menu li {
	color: #000000;
	height: 18px;
	width: 200px;
}
#block-system-user-menu .menu li:hover .menu li:hover {
	background: #000000;
	color: #ffffff;
}
#block-system-user-menu .menu li:hover .menu li:hover a {
	color: #ffffff;
}


/* Main Nav */
#block-system-main-menu {
	padding: 9px 0 0;
	text-align: center;
}
#block-system-main-menu .menu {
	display: inline-block;
	list-style: none;
}
#block-system-main-menu .menu li {
	background: #98012e;
	border: 3px solid #000000;
	float: left;
	font-family: 'CityDBolRegular', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 10px;
	padding: 0 8px;
}
#block-system-main-menu .menu li a {
	border-top: 3px solid #a99a6f;
	color: #ffffff;
	display: block;
	margin: -6px 0 0;
	padding: 6px 0 2px;
	text-decoration: none;
}
#block-system-main-menu .menu li a:active,
#block-system-main-menu .menu li a:hover {
	border-top: 3px solid #423e3f;
	color: #a99a6f;
}
#block-system-main-menu .menu .menu {
	display: block;
}


/* Content */
#content {
	margin: auto;
	width: 960px;
}
#sidebar {
	float: left;
	width: 200px;
}
#main-content {
	padding: 12px;
}
#main-content p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 20px;
	line-height: 2rem;
	margin: 24px 0;
}
#main-content p .signature {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 25px 0 0;
}
#main-content .letter-body p {
	text-indent: 24px;
	text-indent: 2.4rem;
}
.w-sidebar #main-content {
	float: left;
	width: 740px;
}
#content-header {
}
#page-title {
}


/* Messages */
#messages {
}


/* Breadcrumbs */
#breadcrumbs {
}


/* Tabs */
#tabs-actions-container {
	clear: both;
	float: none;
	overflow: hidden;
}
#tabs {
}
#tabs ul.primary li a {
	color: #000000 !important;
	text-decoration: none !important;
}
#tabs ul.primary li a:hover,
#tabs ul.primary li.anchor a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}
#tabs ul.primary li.anchor a {
	color: #000000 !important;
}


/* Actions */
#actions {
}
#actions ul li a {
	color: #000000 !important;
	margin: 0 5px !important;
	padding: 0 !important;
	text-decoration: none !important;
}
#actions ul li a:hover,
#actions ul li.anchor a:hover {
	color: #000000 !important;
	text-decoration: underline !important;
}
#actions ul li.anchor a {
	color: #000000 !important;
}


/* Help */
#help {
}


/* Node Types */
.node-type-list dt {
	font-size: 18px;
	font-size: 1.8rem;
}
.node-type-list dt a {
}


/* Content Body */
#content-body {
}


/* Featured Photos */
.bx-wrapper {
	margin: 0 !important;
}
.bx-wrapper .bx-viewport {
	border: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager {
	bottom: 15px !important;
	display: none;
	padding: 20px 10px 0 0 !important;
	text-align: right !important;
	width: 950px !important;
}
.bx-wrapper .bx-pager .bx-pager-item {
	text-align: left;
	text-indent: -99999px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
	background: #cdcdcd !important;
	border: 2px solid #49ade1;
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.bx-wrapper .bx-pager .bx-pager-item .active {
	background: #fce5b5 !important;
}
.bx-wrapper .bx-controls-direction {
	display: none;
}
.bx-wrapper:hover .bx-pager,
.bx-wrapper:hover .bx-controls-direction {
	display: block;
}
.view-featured-photos,
.node-featured-photo {
	height: 400px;
	position: relative;
	width: 960px;
}
.view-featured-photos ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.node-featured-photo h2 {
	color: #ffffff;
	padding: 25px;
	position: absolute;
	text-shadow: 0 0 10px #000000;
	top: 0;
}
.node-featured-photo a {
	color: #ffffff;
	text-decoration: none;
}


/* Letter Page */
.page-node-11 #page-title {
	display: none;
}


/* Feeds */
#feeds {
}


/* Footer */
#footer {
}
#footer-body {
}


/* Credits */
#credits {
	padding: 50px 0;
}
#credits a {
	background: transparent url('http://nanainanurses.org/sites/all/themes/nanaina/images/c6gx-logo.png') no-repeat 50% 0;
	display: block;
	height: 45px;
	margin: auto;
	text-indent: -99999px;
	width: 141px;
}