/*
	Theme Name: Meriter Hospital Child Theme
	Theme URL: http://www.studiopress.com/themes/landscape
	Description: Custom design for Serendipity Studios.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


body {
	background: #EAF2F1 url(http://serendipityphotostudio.com/meriter-hospital/site/wp-content/themes/meriter/images/main-bg.gif) repeat-x top left fixed;
	color: #A9A195;
	font-size: 14px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 auto 0;
	padding: 0;
	line-height: 17px;
	}
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #F2737D;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

#wrap {
	width: 890px;
	margin: 0 auto 0;
	padding: 0;
	background: #FFF;
	}

/***** Header ********************/

#header {
	width: 890px; 
	height: 240px;
	margin: 0;
	padding: 0;
	background: url(images/baby-header-wide.png) no-repeat top left;
	}
	
#header .wrap {
	}

#title-area {
	width: 440px;
	float: left;
	margin: 0; 
	padding: 10px 0 0 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	margin: 0; 
	padding: 5px 0 0 10px;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 10px;
	}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	background: url(images/logo.png);
	display: block; 
	float: right;
	width: 480px;
	height: 165px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 890px;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	background: #9FB755;
	width: 890px;
	height: 27px;
	color: #FFFFFF;
	font-size: 14px;
	margin: 0 auto 5px;
	padding: 0;
	text-transform: lowercase;
	}

#nav .wrap {
	}
	
#nav ul {
	width: 880px;
	float: left;
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	margin: 0;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	position: relative;
	}
	
#nav .page-item-21 a, #nav .page-item-21 a:link, #nav .page-item-21 a:visited, #nav .page-item-21 a:hover, #nav .page-item-21 a:active {
	background: url(images/nav-meriter-off.gif) no-repeat top right;
	text-indent: -9999px;
	width: 170px;
	height: 27px;
	float: right;
	margin-right: 5px;
	}
	
#nav .static-current a,
#nav .static-current a:link,
#nav .static-current a:visited,
#nav .static-current a:hover,
#nav .static-current a:active {
	background: url(images/nav-meriter-on.gif) no-repeat top right;
	text-indent: -9999px;
	width: 170px;
	height: 27px;
	float: right;
	margin-right: 5px;
	
}
	
#nav li a:hover, #nav li a:active, #nav .current_page_item a {
	background: #94AB4D;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-radius: 6px 6px 0 0;
	}


		
#nav .current_page_item a,
#nav .current_page_item a:hover {
	background: #FFF !important;
	color: #A9A195;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #9FB755;
	color: #FFFFFF;
	font-size: 14px;
	width: 153px; 
	margin: 0;
	padding: 4px 10px 4px 10px;
	position: relative;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-radius: 6px 0 6px 0;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #94AB4D;
	color: #FFFFFF;
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-radius: 6px 0 6px 0;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 175px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 155px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -29px 0 0 173px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}
	
#nav li.right {
	float: right;
	margin: 0 10px 0 0;
	padding: 5px 5px 0 0;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	padding: 5px 5px 0 0;
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 16px;
	}
	
#nav li.search {
	padding: 0;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	background: #FFF url(images/subnav-bgd.jpg) repeat-x bottom;
	width: 850px;
	height: 48px;
	color: #53817F;
	font-size: 14px;
	margin: 15px auto 0 auto;
	padding: 0;
	text-transform: lowercase;
	}

#subnav .wrap {
	}
	
#subnav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0 0 0 12px;
	padding: 0;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	}
	
#subnav li a {
	color: #53817F;
	display: block;
	margin: 0;
	padding: 5px 13px 5px 13px;
	text-decoration: none;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active, #subnav .current_page_item a {
	color: #2E4B4A;
	background: #EAF2F1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}

#subnav .current-cat a,
#subnav .current-cat a:hover {
	background: #53817F;
	color:# FFF;
	font-weight: bold;
	}
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: none;
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: none;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #333333;
	color: #FFFFFF;
	width: 139px; 
	font-size: 11px;
	margin: 0;
	padding: 4px 10px 4px 10px;
	border-bottom: 1px solid #666666;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #666666;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -29px 0 0 159px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	background: #FFFFFF;
	width: 840px;
	margin: 0 auto 0;
	padding: 0 20px 20px 20px;
	border: 5px solid #FFF;
	overflow: hidden;
	clear: both;
	}
	
#homepage {
	background: #FFFFFF;
	width: 840px;
	margin: 0;
	padding: 0;
	}

.welcome-wrap {
	width: 830px;
	margin: 0;
	padding: 0px;
	}

#welcome-message h4 {
	font-size: 26px;
	color: #F2737D;
	text-transform: lowercase;
	margin: 0 0 0 346px;
	padding: 20px 0;
	}

#welcome-message h3 {
	font-size: 16px;
	color: #86A9A8;
	margin: 0;
	padding: 0 0 5px 0;
	}

#welcome-message h5 {
	font-size: 18px;
	color: #F2737D;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 5px 0;
	}

#welcome-message p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 23px;
	}

#welcome-message img {
	margin: -43px 0px 10px 0 !important;
	padding:0;
	line-height: 17px;
	}

.slideshow-wrap {
	width: 790px;
	height: 523px;
	margin: 0; 
	padding: 5px;
	border: 1px solid #EEE;
	}
	
#slideshow {
	margin: 0;
	padding: 0;
	}
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    	}
   
.sidebar-content #inner {
    	}
   
.content-sidebar-sidebar #inner {
    	}
   
.sidebar-sidebar-content #inner {
    	}
    
.sidebar-content-sidebar #inner {
    	}

.full-width-content #inner {
    	}
	
/***** Breadcrumb ********************/

.breadcrumb {
	font-size: 13px;
	margin: 0 0 20px -15px;
	padding: 5px 7px 5px 15px;
	border-top: 1px dashed #CCD9EF;
	border-bottom: 1px dashed #CCD9EF;
	width:864px;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 670px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 840px;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 470px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 640px;
	}
	
.full-width-content #content {
	width: 840px;
	}

#content .post img, #content .post p img {
	max-width: 100%;
	}

#content blockquote {
	color: #666666;
	font-style: italic;
	margin: 5px 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 1px dashed #FFC40C;
	font-size: 15px;
	}
	
#content .post blockquote p {
	margin: 0;
	padding: 0;
	}

#content .post {
	margin: 0 0 10px 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: visible;
	}

#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li {
	list-style-type: none;
	background: url(images/icon-bullet.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 0 18px;
	}
	
#content .post ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .post-image {
	margin: 0 0 10px 0;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}
	
#content .archive-page {
	float: left;
	width: 50%;
	margin: 0;
	padding: 20px 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	font-size: 12px;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 12px;
	margin: 0;
	padding: 16px 50px 11px 0;
	border-top: 1px dashed #CCD9EF;
	border-bottom: 1px dashed #ccd9ef;
	text-align: left;
	}
	
/***** Author Box ********************/
	
.author-box {
	font-size: 12px;
	margin: 0 0 40px 0;
	padding: 10px 0 10px 0;
	overflow: auto;
	border-top: 1px dashed #CCD9EF;
	border-top: 1px dashed #CCD9EF;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
#content .author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #EEE;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #50807F;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-transform: normal;
	margin: 0;
	padding: 0 0 15px 0;
	}

#content h1 {
	font-size: 26px;
	color: #2E4B4A;
	background: #EAF2F1;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 10px 5px 10px;
	text-align: center;
	margin: 10px 0 20px 0;
	}
	
#content h2 {
	font-size: 24px;
	}
	
#content h2 a, #content h2 a:visited {
	color: #50807f;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #FFC30D;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 22px;
	}
	
#content h4 {
	font-size: 20px;
	}
	
#content h5 {
	font-size: 18px;
	}
	
#content h6 {
	font-size: 16px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}
	
.categories {
	margin: 0;
	padding: 0;
	}
	
.tags {
	background: #FFFFFF url(images/icon-dot.gif) no-repeat top left;
	margin: 0px 0px 0px 3px;
	padding: 0px 0px 2px 10px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 10px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #FFF;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #EEE;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	border: 0;
	}

/***** Post Navigation **********/

.navigation {
	width: 100%;
	font-size: 13px;
	margin: 0 0 0 0;
	padding: 10px 0 15px 0;
	overflow: auto;
	text-align: left;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #948c7d;
	padding: 5px 8px 5px 8px;
	border: 1px solid #FFF;
	}

.navigation li a:hover {
	background: #FFF;
	color: #F2737D;
	border: 1px solid #FFF;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	color: #DFDBD6;
	}

.navigation li.active a {
	background: #4f807e;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #4f807e;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 0;
	}
	
#sidebar .searchform {
	padding: 0;
	}
	
#nav .searchform {
	float: right;
	padding: 1px 0 0 0;
	}
	
.s {
	background: #FFF;
	color: #7f7767;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 13px;
	margin: 0 1px 0 0;
	padding: 3px 0 3px 6px;
	border: none;
	}
	
#sidebar .s, #sidebar-alt .s {
	background: #FFFFFF !important;
	color: #7f7767;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;	
	font-size: 13px;
	margin: 0 1px 0 0;
	padding: 3px 0 3px 6px;
	border: 1px solid #EEE;
	}
	
#header .s {
	width: 170px;
	}
	
#sidebar .s {
	width: 130px;
	}
	
#sidebar-alt .s {
	width: 80px;
	}
	
#nav .s {
	width: 150px;
	background: #94AB4D;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-left: 15px;
	}

.searchsubmit {
	background: #708988;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;	
	text-decoration: none;
	text-transform: lowercase;
    	margin: 0;
	padding: 3px 0 3px 6px;
	border: 1px solid #708988;
	}

.searchsubmit:hover {
	background: #FFC30D;
	border: 1px solid #FFC30D;
	color: #F2737D;
	}
	
#nav .searchsubmit {
	background: #9FB755;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: lowercase;
    	margin: 0;
	padding: 1px 10px;
	border: 1px solid #9FB755;
	}

#nav .searchsubmit:hover {
	background: #FFD350;
	color: #F2737D;
	border: 1px solid #FFD350;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
	
/***** eNews & Updates Widget ********************/

#header .enews {
	width: 290px;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#sidebar .enews, #sidebar-alt .enews {
	margin: 0;
	padding: 0;
	}
	
#sidebar .enews p {
	margin: 0;
	padding: 10px 0 0 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#sidebar .enews #subscribe {
	padding: 0;
	}
	
.enews #subbox {
	background: #F7F7F7 !important;
	width: 200px;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	margin: 5px 5px 0 0;
	border: 1px solid #CCCCCC;
	}
	
.enews #subbutton {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Century Gothic, Verdana, Arial;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: none;
	}
	
.enews #subbutton:hover {
	background: #3A8A91;
	border: none;
	}

/***** Latest Tweets Widget********************/

#header .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	width: 350px;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	}

#sidebar .latest-tweets, #sidebar-alt .latest-tweets {
	background: url(images/twitter.png) top right no-repeat;
	margin: 5px 0 15px 0;
	padding: 0 0 15px 0;
	}
	
#footer-widgeted .latest-tweets a, #footer-widgeted .latest-tweets a:visited {
	color: #4F807E;
	text-decoration: none;
	}
	
#footer-widgeted .latest-tweets a:hover {
	color: #F2737D;
	text-decoration: underline;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Century Gothic, Verdana, Arial;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	background: #F7F7F7 !important;
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	background: #F7F7F7;
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_wrapper {
	margin: 0 auto !important;
	width: 550px;
	}

.gform_wrapper li {
	list-style: none !important;
	background-image: none !important;
	margin: 0 0 0 5px !important;
	padding: 0 !important;
	}

.gform_footer .button {
	background: #406E6D !important;
	color: #FFFFFF !important;
	font-size: 13px !important;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	margin: 0 0 0 5px !important;
	padding: 3px 10px 3px 10px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}
	
.gform_footer .button:hover {
	background: #FFC30D !important;
	border: none !important;
	color: #406E6D !important;
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
.gform_wrapper input,
.gform_wrapper select {
	font-size: 14px !important;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
}

/***** Footer ********************/

#footer {
	clear: both;
	width: 890px;
	height: 40px;
	color: #A9A195;
	font-size: 12px;
	margin: 0 auto 50px;
	padding: 0 0 20px 0;
	text-transform: lowercase;
	}

#footer .wrap {
	}
	
#footer a, #footer a:visited {
	color: #A9A195;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #A9A195;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	width: 180px;
	float: left;
	margin: 0 0 0 20px;
	padding: 10px 0 0 0;
	}
	
#footer .gototop a {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(images/footer-top.png) no-repeat left center;
	color: #F2737D;
	text-transform: uppercase;
	}
	
#footer .creds {
	width: 630px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	}
#footer .creds a {
	color: #F2737D;
	}

/***** Footer Gallery ********************/
	
#footer-gallery {
	background: #FFF;
	width: 880px;
	color: #A9A195;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 0 8px 0;
	overflow: auto;
	clear: both;
	}
	
#footer-gallery .wrap {
	padding: 0 20px 15px 20px;
	}
	
#footer-gallery .widget {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
#footer-gallery h4 {
	color: #F2737D;
	font-size: 36px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	}

#footer-gallery .featuredpost, #footer-gallery .featuredpage {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	clear: both;
	}
	
#footer-gallery .featuredpost .post, #footer-gallery .featuredpage .page {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	overflow: auto;
	}
	
#footer-gallery .featuredpost a img, #footer-gallery .featuredpage a img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #EEEEEE;
	}


#footer-gallery .featuredpost a:hover img, #footer-gallery .featuredpage a:hover img {
	margin: 0;
	padding: 4px;
	border: 1px solid #FFC30D;
	background: #FFC30D;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #FFF url(images/footer-widget-bg.jpg) no-repeat top left;
	width: 838px;
	color: #AFA79C;
	font-size: 12px;
	margin: 0 auto 20px auto;
	padding: 0;
	overflow: auto;
	clear: both;
	border: 1px solid #EEE;
	}
	
#footer-widgeted .widget {
	background: transparent;
	margin: 0 0 15px 0;
	padding: 10px;
	}
#footer-widgeted .widget_text {
	margin-right: 10px;
	}
#footer-widgeted h2 {
	color: #4F807E;
	font-size: 13px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 ;
	padding: 0 0 2px 0;
	}

#footer-widgeted h4 {
	color: #699392;
	font-size: 18px;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	text-transform: normal;
	text-shadow: -1px -1px 2px #FFF;
	border: none;
	}
	
#footer-widgeted p {
	color: #AFA79C;
    font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#footer-widgeted .textfield {
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:170px !important;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 2px;
	color: #A9A195;
	margin-top: 5px;
	}
	
#footer-widgeted .submit {
	background: #D3E1E2 !important;
	color: #406E6D !important;
	font-size: 13px !important;
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	margin: 15px 0 0 0 !important;
	padding: 3px 10px 3px 10px;
	border: none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	}

#footer-widgeted .submit:hover {
	background: #FCD6D7 !important;
	border: none !important;
	color: #F38086 !important;
	}
	
#footer-widgeted .rememberme {
	margin-left: 5px;
}

#footer-widgeted a, #footer-widgeted a:visited {
	color: #4F807E;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #F2737D;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted ul li {
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
	word-wrap: break-word;
	}

#footer-widgeted .featuredpost a img, #footer-widgeted .featuredpage a img {
	background: #FFFFFF;
	margin: 0;
	padding: 4px;
	border: 1px solid #EEEEEE;
	}


#footer-widgeted .featuredpost a:hover img, #footer-widgeted .featuredpage a:hover img {
	margin: 0;
	padding: 4px;
	border: 1px solid #FFD760;
	background: #FFD760;
	}
	
.footer-widgeted-1 {
	width: 224px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.footer-widgeted-2 {
	width: 312px;
	float: left;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
.footer-widgeted-3 {
	width: 285px;
	float: right;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
/***** Comments ********************/

.comments {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #333333;
	}
	
#comment {
	background: #FFFFFF !important;
	width: 98%;
	height: 150px;
	color: #333333;
	font-family: Century Gothic, Verdana, Arial;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #333333;
	}
	
#submit {
	background: #333333;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: none;
	}
	
#submit:hover {
	background: #3A8A91;
	border: none;
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #333333;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	font-weight: normal;
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border-left: 1px solid #333333;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border-left: 1px solid #333333;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
/*nextgen*/

.ngg-galleryoverview {
	margin: 0 0 30px -5px !important;
	width: 880px !important;
	display:block !important;
	border: 1px solid #FFF !important;
	}

.ngg-gallery-thumbnail {
	margin-right: 8px !important;
	}

.ngg-gallery-thumbnail img {
	border:1px solid #EEE !important;
	}

.ngg-gallery-thumbnail img:hover {
	background-color: #FFC30D !important;
	border:1px solid #FFC30D !important;

	} 

/* shadowbox */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{
	font-family: Candara, "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	color:#A9A195 !important;
	}
	
#sb-wrapper-inner{
	border:2px solid #4F807E !important;
	background: #FFF !important;
	padding: 3px;
	}
	
#sb-body,#sb-loading{
	background-color:#FFF !important;
	}
	
#sb-counter a{
	color:#A9A195 !important;
	}
	
.page h4 {
	margin: 40px 0 15px 0 !important;
	padding: 0 0 5px 0 !important;
	border-bottom: 1px dashed #CCD9EF;
	}

.page-id-3 h5 {
	padding:0 !important;
	margin: 0 !important;
	}
	
.pricing {
	border: 1px solid #D1DFDF !important;
	width: 840px;
	margin: 20px 0 0 0 !important;
	padding:0 !important;
	background: #FFFFFF !important;	
}

.pricing .odd {
	background: #EAF2F1 !important;
	margin:0 !important;
	padding: 0 !important;
}

.pricing .even {
	background: #FFFFFF !important;
	margin:0 !important;
	padding: 0 !important;
}

.pricing td {
	margin: 0 !important;
	padding: 10px 30px 10px 30px !important;
	border-right: 1px solid #D1DFDF !important;
}

.pricing h6 {
	margin: 0 !important;
	padding:0 !important;
}

.widgetheart {
  float: right;
  background: url(http://serendipityphotostudio.com/images/heart.png);
  margin-top:-45px;
  width: 60px;
  height: 65px;
}

.hearttext{
margin-right:65px;
font-size: 13px;
}
