
/* templates/bank/style.css  */
/********* General Styles Bank Creative website*********/
div.linklist span.menu_title {
	list-style: none;
	margin: 0;
	color: #000;
	padding-left: 2px;
	padding-bottom: 3px;
}

div.linklist ul {
	list-style: none;
	padding: 0px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	font-weight: normal;
	white-space: nowrap;
}

a {
	color: #963A6B;
	font-weight: 700;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #017189;
	text-decoration: none;
	background-color: inherit;
}

a img {
	border: none;
}

a.serendipity_webimage_link {
	float: left;
	padding-right: 5px;
}

.serendipity_webimage_text {
	display: block;
	float: left;
	width: 155px;
	padding-right: 5px;
	text-align: center;
}

.serendipity_webimage_text_last {
	display: block;
	float: left;
	width: 153px;
	text-align: center;
}

p {
	padding: 0 0 1.6em 0;
}

p form {
	margin-top: 0;
	margin-bottom: 20px;
}

blockquote {
	color: #017189;
	font-style: italic;
	margin: 15px 30px 0 15px;
	padding-left: 15px;
	border-left: 4px solid #FFD86F;
}

code, pre, .bb-code {
	color: #017189;
	margin: 0px 0 0px 0;
	font-size: 1em;
	font-weight: bold;
}

div.bb-code-title {
	display: none;
}

/* used when s9y needs to center something */
.serendipity_center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* warning messages from s9y */
.serendipity_msg_important {
	color: red;
}

/* messages letting you know something has happened eg comment saved */
.serendipity_msg_notice {
	color: green;
}

/* style to temporarily change something to grey, used in pagefooter */
.grey {
	color: #999;
}

/********* End of General Styles *********/
/********* Structure Styles *********/
/* Define every style unless explicitly mentioned alsewhere */
* {
	margin: 0;
	padding: 0;
}

body {
	font: 76% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1.4em;
	text-align: center;
	color: #303030;
	background: #fff;
}

/* container for page */
#mainpane {
	height: 100%;
	/*leave in, needed by firefox for preview in admin suite */
	width: 900px;
	margin: 0px auto;
	padding: 0px 0;
	text-align: left;
	background: url(/templates/bank/img/background.jpg);
	background-position: 0px 0px;
	color: #303030;
}

/* container style for comments popup */
.s9y_wrap {
	text-align: left;
	padding: 5px;
}

/********* End of Structure Styles *********/
/********* Header and navigation styles *********/
#header {
	float: left;
	margin-right: -1px;
	height: 120px;
	width: 695px;
	background: url(/templates/bank/img/header3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ffffff;
}

#header h1 {
	display: none;
	padding: 35px 0 0 20px;
	font-size: 2.2em;
	background-color: inherit;
	color: #ffffff;
	letter-spacing: -2px;
	font-weight: normal;
}

#header h2 {
	padding: 95px 0 0 107px;
	margin: 0px 0 0 40px;
	font-size: 1.2em;
	font-family: skia, verdana, tahoma, arial, helvetica, sans-serif;
	background-color: inherit;
	color: #aaa;
	letter-spacing: 1px;
	font-weight: normal;
}

#navigation {
	display: inline;
	float: left;
	height: 1.9em;
	line-height: 1.5em;
	font-size: 9px;
	letter-spacing: 1px;
	width: 682px;
	margin: 0 0px 0 11px;
	border-top: 0px solid #FFD86F;
	border-bottom: 0px solid #FFD86F;
	padding: 0 0 0 0px;
	background: #017189;
	color: #ffffff;
}

* html #navigation {
	font-size: 8px;
	letter-spacing: 0px;	
}

#navigation li {
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #005C6F;
	border-left: 1px solid #005C6F;
	border-top: 1px solid #00849F;
	border-right: 1px solid #00849F;
	background: #017189;
	white-space: nowrap;
}

#navigation li a {
	display: block;
	padding: 1px 7px 0 7px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
	vertical-align: middle;
	color: #fff;
}

* html #navigation a {
	width: 1%;
}

#navigation a:hover {
	background: #963A6B;
	background: url(/templates/bank/img/menu_bg.jpg);
	background-position: bottom;
	color: #ffffff;
	text-decoration: none;
}

#navigation .selected {
	background: #963A6B;
	color: #ffffff;
	text-decoration: none;
}

/* style for quicksearch form in header */
.quicksearch {
	display: none;
	padding: 0 10px 0 0;
	border-left: 1px solid #fff;
	text-align: right;
}

/* style for quicksearch input field */
.quicksearch input {
	margin: 4px 5px 0 0;
	width: 153px;
	color: #ccc;
}

/******** End of Header and Navigation Styles *********/
/**************** Footer styles ****************/
#footer {
	clear: both;
	width: 900px;
	padding: 0px;
	margin: 0px auto;
	font-size: 0.8em;
	color: #555;
	background: #017189;
	background: url(/templates/bank/img/footer.jpg);
	background-repeat: no-repeat;
}

div#footer_text {
	text-align: left;
	width: 645px;
	padding: 5px;
	margin: auto;
	font-size: 0.8em;
	color: #555;
}

#footer p {
	padding: 0;
	margin: -10px;
	text-align: center;
}

#footer a {
	color: #963A6B;
	background-color: inherit;
	font-weight: bold;
}

#footer a:hover {
	color: #017189;
	background-color: inherit;
	text-decoration: underline;
}

/********* End of Footer Styles *********/
/********* Content styles *********/
#content {
	float: left;
	width: 645px;
	font-size: .9em;
	padding: 25px 23px 3px 25px;
}

#content h2, .serendipity_date, .serendipity_commentsTitle {
	color: #505050;
	margin: 0 0 12px 0;
	padding: 0px 0px 0 0;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	background-color: inherit;
}

.serendipity_entry_body a:visited, .serendipity_entry_extended a:visited {
	text-decoration: none;
}

.serendipity_entry li {
	margin-bottom: 10px;
	list-style-position: inside;
}

.serendipity_entry_extended {
	margin-top: 20px;
	clear: left;
}

/* the small text at the end of each entry 'Posted by etc' */
.serendipity_entryFooter {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	padding-top: 3px;
	font-size: 0.78em;
	color: #31314B;
	text-align: left;
	clear: both;
}

/* styles for bottom of page next and previos page links */
div.serendipity_pageFooter {
	font-size: 0.8em;
	clear: both;
	margin: 10px auto 50px auto;
	text-align: center;
}

#content img {
	padding: 0;
	margin-bottom: 3px;
	border: 1px solid #ddd;
}

#content img.emoticon, #content img.serendipity_entryIcon {
	border: none;
}

#content img.serendipity_entryIcon {
	float: right;
}

#content h2 a {
	font-weight: normal;
}

#content h3 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
	letter-spacing: -1px;
}

#content h2 a:hover {
	color: #963A6B;
	text-decoration: none;
}

#content ul,#content ol {
	margin: 0 5px 16px 35px;
}

#content dl {
	margin: 0 5px 10px 25px;
}

#content dt {
	font-weight: bold;
	margin-bottom: 5px;
}

#content dd {
	margin: 0 0 10px 15px;
}

.galapagos {
	margin: 0 50% 0 22%;
	width: 70%;
}

/********* End of Content Styles **********/
/********* Sidebar styles *********/
#sidebar {
	display: inline;
	float: right;
	width: 195px;
	padding: 30px 10px 10px 0;
	line-height: 1.4em;
	font-size: 0.9em;
	background: url(/templates/bank/img/sidebar_top.jpg);
	background-color: inherit;
	background-position: top right;
	background-repeat: no-repeat;
}

.serendipitySideBarItem {
	display: inline;
	float: right;
	width: 178px;
	padding: 8px 8px 10px 8px;
	line-height: 1.4em;
	font-size: 0.9em;
	background-color: inherit;
}

#sidebar h2, .serendipitySideBarTitle {
	display: block;
	margin: 4px 0 8px 0;
	padding: 10px 0px 0px 0;
	font-family: skia, verdana, tahoma, arial, helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #333;
	border-bottom: 1px solid #ddd;
	background-color: inherit;
}

#sidebar .serendipity_html_nugget_plugin {
	padding: 0 0 0 0;
}

#sidebar p {
	margin: 0 0 16px 0;
	font-size: 0.9em;
}

#sidebar a {
	font-weight: bold;
	}

/* #sidebar a:hover {
	text-decoration: underline;
} */

#sidebar input, #sidebar textarea, #sidebar select {
	width: 95%;
}

/********* End of Sidebar Styles *********/
/********* Calendar Styles *********/
/* style for calendar date links */
table.serendipity_calendar a {
	text-decoration: none;
}

/* style for today's date in calendar */
td.Today {
	border: 1px solid #578bb8; }
/* style for calendar links when hovered over */
table.serendipity_calendar a:hover {
	text-decoration: none; }
/* style for calendar weekday names */
td.serendipity_weekDayName {
	font-weight:bold;
	text-align:center; }
/* styles for month name and arrows in calendar */
td.serendipity_calendarHeader a:link, td.serendipity_calendarHeader a:visited, td.serendipity_calendarHeader a:hover {
	text-decoration: none; }
/* style for wekday names in calendar */
td.serendipity_weekDayName {border-bottom:1px solid #dddddd; }
/* style to center dates */
tr.serendipity_calendar td {text-align:center; }
/* background color in calendar first column */
td.FirstInRow {background-color:#e7f0f8; }
/********* End of Calendar Styles *********/
/********* Embedded images with the s9y image manager *********/
/* container for images and text */
.serendipity_imageComment_center, .serendipity_imageComment_left, .serendipity_imageComment_right {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }
/* style to center image and text within entry */
.serendipity_imageComment_center {
	display:block; margin:0 auto 5px auto; }
/* style to left align image and text within entry */
.serendipity_imageComment_left {
	float:left; margin:0 12px 5px 0; }
/* style to right align image and text within entry */
.serendipity_imageComment_right {
	float:right; margin:0 0 5px 12px; }
/* styles for the images */
.serendipity_imageComment_img, .serendipity_imageComment_img img {
	text-align: center; }
/* styles for the text below the image if used */
.serendipity_imageComment_txt {
     clear: both;
     text-align: left; }
/********* End of Image Manager Styles *********/
/********* Plugin Stlyes *********/
/* style for the seearch term and number of results using quicksearch */
.searchterm, .searchresults {color:#467aa7;font-weight:bold; }
/* used in comments */
.oddbox, .plugin_comment_wrap {
	margin:0 0 20px 0;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em; }
/* not used */
.evenbox {}
/* container for comments plugin within sidebar */
.container_serendipity_plugin_comments {
	color:#333; }
/* style for line break in comments plugin */
.container_serendipity_plugin_comments br {
	line-height:0.5em; }
/* style for comment body within sidebar */
.plugin_comment_body {
	font-style:oblique; }
/* container cloud for tags and static page navigation */
.serendipity_freetag_taglist, .staticpage_navigation, .serendipity_search {
	padding:15px;
	margin:0 0 50px 0;
	padding:10px;
	border:1px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
	clear:both; }
.container_serendipity_plugin_freetag a {
	font:85% Verdana,Tahoma,Arial,sans-serif;
	line-height: 1!important; }
/* shift the feed icon in the freetag sidebar plugin */
.serendipity_freeTag_xmlButton {
	padding-left:2px; }
/* place freetag list on new line in entry footer */
.serendipity_freeTag {
	clear:both; }
/* adjust line height in entry footer */
.serendipity_karmaVoting, .serendipity_freeTag {line-height: 1!important;}
/********* End of Plugin Styles *********/
