/*
Theme Name: Exum Mountain Guides 
Theme URI: http://www.exumguides.com/
Description: Custom Wordpress theme for Exum Mountain Guides created by Wyolution. 
Version: 1.0
Author: Wyolution 
Author URI: http://www.wyolution.com/

	Exum Mountain Guides	
	 http://www.exumeguides.com

	The style, design, and imagery created by Wyolution.
	Graphics and style by Joanna Kail. Theme construction
	by Steve Neff.

	All rights reserved, Exum Mountain Guides.
*/

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 31, 2012 */
@font-face {
    font-family: 'GoodTimesRegular';
    src: url('fonts/good_times/goodtime-webfont.eot');
    src: url('fonts/good_times/goodtime-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/good_times/goodtime-webfont.woff') format('woff'),
         url('fonts/good_times/goodtime-webfont.ttf') format('truetype'),
         url('fonts/good_times/goodtime-webfont.svg#GoodTimesRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* end @font-face section */

hr {
	display: block;
	color: #6d81a2;
	background-color: #6d81a2;
	height: 1px;
    clear: both;
    border: 0;
	}

a img {
	border: none;
	}

/* float fixing css */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Begin Typography & Colors */
/*  #01215c   (darkest blue)*/
/*  #6d81a2   (darkest menu blue)*/
/*  #9baabf   (light menu blue)*/
/*  #e0e5eb   (primary background blue)*/
/*  #bfc2c9   (nav bar off background grey)*/
/*  #919cae   (nav bar on  background grey)*/
/*  #d40000   (logo and border red)*/
/*  #3F5783   (default text blue)*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #e0e5eb;
	color: #3f5783;
	text-align: center;
	}


#page {
	background-color: #e0e5eb;
	text-align: left;
	border: 0px solid #919cae;
	}

#header {
	width: 950px;
	/* height:55px; */
	background-image: url('images/hdr_bkgd_full.png');
	background-repeat: repeat-x;
	margin: 0 0 0 0;
	padding: 0;
}

#header-addy {
	position: absolute;
	left: 725px;
	top: 10px;
}

#header-addy .title {font-weight:bold; font-size:1.2em;}

#header-80yrs {
	position:absolute;
	left:260px;
	top:24px;
	}

#header-slogan {
	background-color:blue;
	padding-top: 77px;
	font-size: 18px;
	// color: #6d81a2;
	color: #142457;
	text-align: center;
	
	position:absolute; 
	right: 260px;
	top:-50px; 
	height:83px;
}

#header-slogan .noClimberWidth {
	max-width: 465px;
	_width: 465px;		/* IE6 hack - ie6 doesn't support max-width */
}

#header-slogan .climberWidth {
	max-width: 393px;
	_width: 393px;		/* IE6 hack - ie6 doesn't support max-width */
}

#header-slogan img {
	display: inline;
	float: left;
}

#header-slogan .sloganBody {
	background-image: url('images/promo-slice.jpg');
	background-repeat: repeat-x;
	display: inline;
	float:left;
	height: 83px;
	padding: 8px;
	min-width: 293px;
	overflow: hidden;
}

#header-slogan .sloganBody a {
	text-decoration: none;
	color: #142457;
}

#header .nav {
	background-color: #bfc1c7;
	border-top: solid 8px #01255f;
	border-bottom: solid 4px #d30100;
	align: center;
	font-family: GoodTimesRegular;
	font-weight: bold;
}
#header .nav ul {
     list-style: none;
     margin:0;
     padding:0;
     display: table;
     width: 100%;
 }
#header .nav li {
     z-index:10;
     text-align: center;
     display: table-cell;
 }
#header .nav a {
     text-decoration: none;
     padding: 4px;
     font-size: 12px;
     height: 20px;
     line-height: 20px;
     display: block;
     text-align: center;
     color: #01255f !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {		/* HACK for safari: safari needs smaller font size for nav */
	#header .nav a {font-size: 10px;}
}

#header .nav a:hover {
	color: #d30100 !important;
}

/*********************************
sub navs
**********************************/
#header .nav li div.submenu {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	z-index: 99999;
	background-image: url(images/submenu_bkgd.png);
	text-align:left;
	width:220px;
}
*+html #header .nav li div.submenu,
*+html #header .nav div.liSubPrograms,
*+html #header .nav div.liProducts {background-color: #ccc;} /* IE 7 hack */
@media \0screen {
	#header .nav li div.submenu,
	#header .nav div.liSubPrograms,
	#header .nav div.liProducts  {background-color: #ccc;} /* IE 8 hack */
}
#header .nav a {
	height: auto;
	line-height: 16px;
}
#header .nav a.hasSubs {
	background-image: url(images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px !important;
}
#header .nav li div.submenu li {
	display:block;
}
#header .nav li div.submenu div {
}
#header .nav li:hover > div.submenu {
	display: block;
}
#header .nav li div.submenu a {
	text-align: left;
	padding: 0px;
	margin: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: verdana;
	font-weight: normal;
	line-height: 24px;
}
#header .nav li div.submenu br {
	display:none;
}
#header .nav li div.submenu h3 {
	margin-top: 18px;
	margin-left: 4px;
}
#header .nav li div.submenu ul {
	margin-left: 0px;
}
#header .nav .liProgramSelected {
	padding-left: 4px;
}

#header .nav .liSubProgramSelected {
	text-indent: 0px;
	margin-left: 0px;
}
/*********************************
sub-sub navs
**********************************/
#header .nav div.liSubPrograms {
	position:absolute;
	margin-left:216px;
	margin-top:-16px;
	width:260px;

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	z-index: 99999;
	background-image: url(images/submenu_bkgd.png);
	text-align:left;
}

#header .nav div.liProducts {
	position:absolute;
	margin-top: -16px;
	margin-left: 260px;
	width:100%;

	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	z-index: 99999;
	background-image: url(images/submenu_bkgd.png);
	text-align:left;
}

#header .nav li div.liSubPrograms,
#header .nav li div.liProducts {
	display:none;
}
#header .nav div:hover > div.liSubPrograms,
#header .nav div.liSubProgram:hover > div.liProducts,
#header .nav div.liSubProgramSelected:hover > div.liProducts {display:block}

/* Search Bar */
#search-input {
	background-color: #9baabf;
	/* padding: 5px 0px 2px 17px; */
}

#search-input input {
	border: 1px solid #919CAE; 
	font-size: 14px;
	width: 125px;
}

#breadtrail {
	height:30px;
	margin-left: 1px;
	width:949px;
	background-image: url('images/breadtrail_bg.jpg');
	overflow:hidden;
}
#breadtrail-img {
	left: 0;
	top: 0;
	float:left;
	padding:0px;
}
#breadtrail-txt{
	color: #01215c;
	padding: 7px 5px 0px 15px;
	margin-left: 15px; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	display: none;
}
#breadtrail-txt a {
	color: #01215c;
	font-weight: bold;
	padding: 0 10px 0 10px;
	font-size: 14px;
}
#breadtrail-nav {
	float:right;
}

#content {
	font-size: 1.2em;
	width:  690px;
	border: 0px solid #000;
	margin: 0 0 0 234px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#home-body {
	width: 949px;
	background-image: url('images/home_right_bkgd.gif');
	background-repeat: repeat-y;
	background-position: right;
	border:0px solid #000;
	/* margin: 0 auto; */
	}

#home-content {
	font-size: 1.2em;
	width: 688px;
	border:0px solid #000;
	padding: 0 3px 0 3px;
	}

#home-content b, #home-content strong {
	color: #01215c;
	font-size: 18px;
	font-weight: bold;
	}


#home-sidebar {
	float: right;
	/*width: 220px;*/
	border:0px solid #000;
	margin-top: -10px;
	}
	
#home-sidebar hr {background-color:#e0e5eb;}	
	
#sponsors {
	color: #01215c;
	font-size: 11px;
	font-weight: bold;
	}

#sponsors .content {margin-left: 18px; margin-right: 2px}

#upcoming {
	background: url('images/upcoming_events.jpg') no-repeat top;
	padding: 45px 5px 5px 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	}


#whatsnew a, #upcoming a {
	text-decoration: none;
	color: #01215c;
	}

#upcoming a {
	color: #FFFFFF;
	}

#whatsnew a:hover, #upcoming a:hover {
	background-color:#9baabf;
	text-decoration: none;
}
#mountain_wire .header {
	background-image: url(images/mtn_wire_hdr.png);
	background-repeat: no-repeat;
	height:29px;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
}
#mountain_wire .header a, 
#mountain_wire .header a:visited {
	color: #01255f;
}
#mountain_wire .header a:hover {
	color: #d30100;
	text-decoration: none;
}

#footer {
	border: none;
	}

#footer-links {
	font-size: 10px;
	padding-top: 3px;
	padding-left: 2px;
	}

.small {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
.smaller {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	line-height: 1.2em;
}
.styledTitle {
	font-family: GoodTimesRegular;
	font-weight: bold;
	color: #01255f;
}
.styledTitle.large {
	font-size: 14px;
}
.styledTitle.menu {
	font-size: 12px;
}
h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 18px;
	}

h2.pagetitle {
	font-size: 18px;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #3F5783;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	/* color: #b85b5a; */
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 12px Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 0px auto;
	padding: 0;
	width: 950px;
	border:0px solid #000;
	}

#header-img {
	margin: 0 0 0 0px;
	display: block;
	width:950px;
	}

.narrowcolumn {
	width: 680px;
	padding: 0 10px 0 10px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	width: 680px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	text-align: left;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 950px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
.wp-caption {text-align:center;}
.wp-caption-text {text-align:center; margin-top:0px; font-size: 0.8em; font-style: italic;}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
*/
.postmetadata ul, .postmetadata li {
	display: inline;
	_list-style-type: none;
	_list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li, #sidebar ul ul li {
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 15px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	}

.pagemenu_cur_0, .pagemenu_cur_x, .pagemenu_0, .pagemenu_x {
	color: #6d81a2;
	font-size: 12px;
	font-weight: bold;
	}

.pagemenu_cur_0 a {
	font-weight: bold;
	color: #d40000;
	}

.pagemenu_cur_x {
	font-weight: bold;
	font-size: 11px;
	color: #d40000;
	}

.pagemenu_cur_x a {
	color: #D40000;
}

.pagemenu_0 a, .pagemenu_x a {
	font-weight: normal;
	color: #6d81a2;
	}

.pagemenu_x a {
	font-weight: normal;
	font-size: 11px;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin registration form */
#reg_form {
	text-align:left;
}

#reg_form h2 {
	width:100%;
	border-bottom:solid 1px #6e81a2;
}

#reg_form .info {
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 10px;
}

#reg_form .emphasis {
	font-weight: bold;
}

#reg_form select {
	width:auto;
}

#reg_form .labelwrap {
	display:inline-table;
	width:130px;
	float:left;
}

#reg_form label {
	display:inline-table;
	width:130px;
	float:left;
	
}

#reg_form label.nowidth {
	width:auto;
	float:none;
}

#reg_form label.part1 {
	width:50px;
}

#reg_form label.part2 {
	width:50px;
}

#reg_form label.part3 {
	text-align:right;
	width:251px;
}

#reg_form label.checkbox {
	width:auto;
	float:none;
}

#reg_form .tab {
	margin-left:130px;
}

#reg_form .productGroup {
	margin-top: 12px;
	margin-bottom: 20px;
}

.error {
	color: red;
	font-style: italic;
}
/* End registration form */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	display: none;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0 0 10px 5px;
	margin: 0 0 0 0;
	border: 0px solid #000;
	float: left;
	width: 225px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.navigation {
	display: none;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Styles for database generated elements */
.longDescription {
}

.liProgram {
	margin-top:3px;
	margin-bottom:3px;
}

.liProgramSelected {
	margin-top:3px;
	margin-bottom:3px;
}

.liProgramSelected a {
	color:#d30102;
	font-weight:bold;
}

.liSubPrograms {
	font-size:11px;
	margin-left:11px;
	margin-top:8px;
	margin-bottom:8px;
}

.liSubProgram {
	margin-top:2px;
	margin-bottom:2px;
}

.liSubProgram a {
	color: #0066CC;
	font-weight: normal;
}

.liSubProgramSelected {
	text-indent:-11px;
	margin-left:11px;
}

.liSubProgramSelected a {
	color:#d30102;
	font-weight:bold;
}

.liProducts {
	margin-left:0px;
	font-size:11px;
	margin-top:4px;
	margin-bottom:4px;
}

.liProduct {
	margin-left:22px;
	margin-top:2px;
	margin-bottom:2px;
	text-indent:-11px;
}

.liProduct a {
	color: #0066CC;
	font-weight: normal;
}

.liProductSelected {
	margin-left:22px;
	text-indent:-11px;
	margin-top:2px;
	margin-bottom:2px;
}

.liProductSelected a {
	color:#d30102;
	font-weight:bold;
}

#registerNow {
	background-color:#9fabc1;
	color:#022461;
}

.listingWrapper {
	margin-top:18px;
}

.listingWrapper .listing {
	margin-top:18px;
	_clear:left; 
}

.listingWrapper .listing .photo {
	width: 120px;
	height: 150px;
	border: solid 1px black;
	float:left;
}

.listingWrapper .listing .photospacer {
	width: 122px;
	float:left;
}

.listingWrapper .listing .info {
	margin-left:138px;
}

.listingWrapper .listing .minheight {
	min-height: 150px;
}

.listingWrapper .listing .info .title {
	margin-bottom: 6px;
}

.listingWrapper .listing .info .shortDescription {
}

.details {
	margin-top: 18px;
}

.details .item {
	clear:left;
	margin-top:1em;
}

.details .item .title {
	float:left;
	width:120px;
	margin-top:1em;
}

.details .item .detail {
	float:left;
	margin-top:1em;
}

.longDescription .photo {
	width: 120px;
	height: 150px;
	border: solid 1px black;
}

#moreText {
	display:none;
	border: solid 2px #6d81a2;
	position:absolute;
	z-index:99;				/* should be on top of everything */
	width: 100px;
	height: 100px;
	/* background-color: #bfc2c9; */
	background-color: #9fabc1;
	overflow:auto;
}

#moreText .moreTextInternal {
	clear:both;
	padding-top:0px;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:18px;
}

.photo img {
	width: 120px;
	height: 150px;
}

.formLayout {
	text-align: left;
}

#sendPage {
	position:absolute;
	z-index:2;
	display:none;
	border: solid 2px #6d81a2;
	background-color: #9fabc1;
}

.entry #admail-form form {
	text-align:left;
}

#infoIcon {
	/*position: relative;
	bottom: 24px;
	margin-right: 8px;
	float: right;*/
	
	width: 16px;
	height: 16px;
	z-index:2;
	margin-top: -24px;
	margin-left: 926px;
	position: absolute;
}

#textPreview {
	margin:0px;
	padding:0px;
	width:347px;
	position:absolute;
	z-index:1;
	visibility:hidden;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);	
	border:solid 1px black;
	background-color:white;
}

#textPreview .text {
	min-height:28px;
	padding:10px;
}

#page .previous_page_link {float:left;}
#page .next_page_link {float:right;}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

