/****** FILE: themes/VagabondFamily/css/reset.css *****/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Some basic settings */

h1 { font-size: 30px; }

h2 { font-size: 26px; }

h3 { font-size: 22px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 14px; }

ol { list-style: decimal; }

ul { list-style: disc; }

li { margin-left: 25px; }

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,
table,address,fieldset,blockquote { margin-bottom: 20px; }

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2009/12/06/new-clearfix-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/*
	The following zoom:1 rule is specifically for IE6 + IE7.
	Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
	zoom: 1;
}

/****** FILE: themes/VagabondFamily/css/style.css *****/
/* ---------------------------------------------------- */
/*		Basic Elements
/* ---------------------------------------------------- */
@font-face {
    font-family: 'ChalkdusterRegular';
    src: url('/themes/VagabondFamily/fonts/chalkduster-webfont.eot');
    src: url('/themes/VagabondFamily/fonts/chalkduster-webfont.eot?iefix') format('eot'),
         url('/themes/VagabondFamily/fonts/chalkduster-webfont.woff') format('woff'),
         url('/themes/VagabondFamily/fonts/chalkduster-webfont.ttf') format('truetype'),
         url('/themes/VagabondFamily/fonts/chalkduster-webfont.svg#webfont8GYrCgIw') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #ebe9e5 url(../images/top-shine.png) repeat-x;
	color: #5e5c5c;
	font: 12px "Century Gothic", "Helvetica Neue", Helvetica, sans-serif;
}

a:link, a:visited  {
	color: #539BC7;
	text-decoration: underline;
}

	a:hover { color: #539bc7; }

hr {
	background: #fff;
	color: #fff;
	border: 0;
	border-bottom: 1px solid #e3e1d9;
	height: 2px;
}
	/* Webkit Fix */
	@media screen and (-webkit-min-device-pixel-ratio:0){hr {height: 1px;}}

dl { margin: 0 0 10px; }
	
	dt {
		float: left;
		font-weight: bold;
		margin-right: 3px;
	}
	
		dd { margin: 0 0 1px; }

/* ---------------------------------------------------- */
/*		CONTACT FORM PAGE
/* ---------------------------------------------------- */
.contact .enquiry form .middleColumn {
	margin: 0;
	width: 685px;
}
.contact .enquiry form p.checkbox {
	width: 200px;
	float: left;
}
.contact .enquiry form p.checkbox input {
	float: left;
}
.contact .enquiry form p.checkbox label {
	width: 180px;
}
.contact .enquiry form p.checkbox .right {
	text-align: left;
	margin: 0;
}
.contact .enquiry form .middleColumn label.error {
	background-color: pink;
	width: 660px;
	color: red;
	padding: 10px;
	border: 1px solid red;
}
/* ---------------------------------------------------- */
/*		Generic Classes
/* ---------------------------------------------------- */
#PageComments {
	margin: 0;
	padding: 0;
}
#PageComments li {
	list-style: none;
	margin: 10px 0;
	padding: 10px;
	border: 1px solid #D8D8D8;
}
#PageComments li.odd {
	background-color: #EBE9E5;
}
#PageComments li.even {

}
#PageComments li p.info {
	font-size: 11px;
	font-weight: bold;
}
#PageComments_holder .good {
	background: lightgreen;
	border: 2px solid green;
	color: green;
	font-weight: bold;
	padding: 10px;
}

#PageComments_holder span.required {
	background: pink;
	border: 2px solid red;
	color: red;
	padding: 10px;
	width: 660px!important;
	display:block;
	margin: 0 0 10px 4px;
	font-weight: bold;
	
}
#PageComments_holder .left {
	background: transparent url(../images/form-required.png) no-repeat center left;
	padding-left: 12px;
}
/* ---------------------------------------------------- */
/*		Generic Classes
/* ---------------------------------------------------- */

.white { color: white; }

.red { color: red; }

.green { color: green; }

.align-center { margin: 0 auto; text-align: center; }

.align-left { float: left; text-align: left; }

.align-right { float: right; text-align: right; }

#AuthorList {
	margin: 40px 0 0 0;
}
#AuthorList li {
	clear:both;
	list-style:none;
	border-bottom: 1px dotted #D8D8D8;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#AuthorList .entry-image {
	margin-right: 0!important;
}
.authorContent {
	margin-left: 245px;
}
.authorDetails {
	margin:0!important;
	padding:0;
}
.authorDetails li {
	border: none!important;
	margin:0!important;
	padding:0!important;	
	list-style-type: none;
}
.authorDetails li strong {
	display:block;
	float:left;
	width:100px;
}
#LookingForMentors, .fullAuthorDetails {
	border: 1px solid #539BC7;
	padding: 20px 20px 40px 20px;
	color: #6F6F6F;
	background: #D8EBF6;
}
.fullAuthorDetails li {
	list-style:none!important;
}
/* ---------------------------------------------------- */
/*		Misc Classes
/* ---------------------------------------------------- */

.container {
	margin: 0 auto;
	position: relative;
	width: 1030px;
}

.zoom a {
	float: left;
	position: relative;
}

	.zoom a span {
		background: url(../images/enlarge-icon.png) no-repeat;
		bottom: 7px;
		display: none;
		height: 47px;
		margin: 0 25px 19px 0;
		right: 7px;
		position: absolute;
		width: 57px;
	}

		.zoom.align-right a span { margin: 0 0 19px 15px; }
		.zoom.align-left a span { margin: 0 15px 19px 0; }
	
hr.full {
	margin-left: -20px;
	margin-right: -20px;
}

ul.arrow { list-style: none; }

	ul.arrow li { margin: 0; }
	
		ul.arrow li a {
			background: url(../images/categories-arrow.png) no-repeat 0 5px;
			display: block;
			padding: 0 0 0 12px;
		}

dl.horizontal dd {
	float: left;
	margin: 0 5px 0 0;
}

	dd .separator { font-weight: bold; }

/* ---------------------------------------------------- */
/*		Social Media
/* ---------------------------------------------------- */
#SocialMedia {
	margin: 10px auto 0 auto;
	height: 40px;
}
#SocialMediaButtons span iframe {
	height: auto!important;
	margin-top: 5px;
}
#StayConnected {
	float: right;
	width: 330px;
	height: 40px;
	line-height: 40px;
}
#StayConnected span {
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	text-shadow: none;
	display:block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	float: left;
}
#StayConnected a {
	display:block;
	width: 38px;
	height: 39px;
	float: left;
}
#StayConnected img {
	margin: 5px;
}
#SocialMediaButtons {
	float: left;
	width: 540px;
	height: 40px;
	line-height: 40px;
}
.twitter-share-button {
	width: 50px;
	float: left;
	padding: 11px 0 0 10px
}
.fb_iframe_widget {
	float: left;
	width: 420px;
	padding: 5px 0 0;
}
#sidebar iframe {
	background-color:#F8F7F6;
	margin-bottom: 10px;
}
.shareLinks img {
	border: none!important;
}
/* ---------------------------------------------------- */
/*		Forms
/* ---------------------------------------------------- */

.form .input {
	background: #f9f9f9 url(../images/input-bg.png) repeat-x;
	color: #77746E;
	border: 1px solid #d9d9d9;
	font: 11px/1.7 Arial,Helvetica,sans-serif;
	padding: 8px 10px;
}

.form textarea.input { background: #f9f9f9 url(../images/textarea-bg.png) repeat-x; }

	.form input:hover, .form input:focus, .form textarea:hover, .form textarea:focus { color: #5c5c5c; }

	.form .placeholder {
		color: #adacab !important;
		font-style: italic !important;
	}

.form .submit {
	background: #f3f3f3 url(../images/button-bg.png);
	border: 1px solid #e1dddd;
	color: #797474;
	cursor: pointer;
	float: right;
	font: bold 11px/31px Arial,Helvetica,sans-serif;
	height: 31px;
	padding: 0 20px;
}
	
	.form .submit:hover { background: #f3f3f3 url(../images/button-bg-hover.png); }

#comment-form  {
	color: #77746e;
	padding: 15px 20px;
}
	
	#comment-form .input_block {
		float: left;
		margin-right: 60px;
		width: 214px;
	}
	
		#comment-form .input_block input {
			height: 15px;
			padding: 5px 6px;
			width: 200px;
		}
		
		#comment-form .input_block p, #comment-form .textarea_block p { margin-bottom: 20px; }

		#comment-form .input_block label, #comment-form .textarea_block label {
			cursor: pointer;
			display: block;
			font-weight: bold;
			margin: 0 2px 3px;
		}

			#comment-form .input_block label span, #comment-form .textarea_block label span { font-weight: normal; }

	#comment-form .textarea_block {
		float: right;
		margin-top: -5px;
		width: 384px;
	}

		#comment-form .textarea_block textarea {
			height: 150px;
			margin-bottom: -5px;
			padding: 5px 6px;
			width: 370px;
		}
		
		#comment-form .textarea_block label { margin: 0 2px 2px; }

/* ---------------------------------------------------- */
/*		Page Customisations
/* ---------------------------------------------------- */

.basepage {
	background: none repeat scroll 0 0 #F8F7F6;
    border: 1px solid #D8D8D8;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    padding: 10px 20px;
    width: 678px!important;
}
.family-profiles {

}

.profile-info-container {
	float: left;
	margin-top: -2px;
	padding: 15px;
	width: 688px;
}
.profile-info-container a .entry-image	{
	margin-right: 0!important;
}
.profile-info-container ul {
	list-style: none;
	margin: 0;
}
.profile-info-container {
	margin-top: -20px!important;
	padding-top: 0!important;
}
.profile-info-container .profile-image {
    margin-top: 20px;
}
.familyInfo {
	display: block;
	clear: left;
}
.familyInfo span {
	display: block;
	width: 170px;
	float: left;
	font-weight: bold;
}
div.familyInfo {
	padding-top: 20px;
}
.familyInfo span.status-icon {
	background: transparent url(../images/icons/status-icons/OnTheRoad.png) no-repeat top left;
	height: 16px;
	width: 20px;
	display: block;
}
.familyInfo span.Dreaming {
	background: transparent url(../images/icons/status-icons/Dreaming.png) no-repeat top left;
}
.familyInfo span.Planning {
	background: transparent url(../images/icons/status-icons/Planning.png) no-repeat top left;
}
.familyInfo span.Finished {
	background: transparent url(../images/icons/status-icons/Finished.png) no-repeat top left;
}
/* EDITING AND MAINTAINING THE FAMILY PROFILES */
#EditFamilyMemberForm {
    width: 425px;
    float: left;
    border-right: 1px solid #ccc;
}
#YourFamilyMembers {
    width: 250px;
    float: left;
}
#YourFamilyMembers ul {
    
}
#YourFamilyMembers ul li {
    height: 30px;
    clear: left;
    list-style: none;
    margin: 5px 0;
}
#YourFamilyMembers ul li img {
    margin: 0;
    padding: 0;
}
.yourFamilyMemberImage {
    display: block;
    height: 30px;
    width: 30px;
    float: left;
}
.yourFamilyMemberName {
    line-height: 30px;
    font-size: 20px;
    padding-left: 10px;
    display: block;
    height: 30px;
    width: 190px;
    float: left;
}
#FamilyMemberDetails {
    
}
#FamilyMemberDetails li {
    clear: both;
    list-style: none;
    border-bottom: 1px solid #333;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#FamilyMemberDetails li h4 {
    line-height: 30px;
}
#FamilyMemberDetails li img {
    float: left;
    margin-right: 20px;
} 
#MainRSSFeed ul li {
	list-style: none;
}
#MainRSSFeed .small {
	font-size: 11px;
}
#MainRSSFeed .feedItems img {
    display:none;
}
.box-header h2 {
	border-bottom: 10px!important;
}
/* ---------------------------------------------------- */
/*		Header
/* ---------------------------------------------------- */

#header-top {
	border-bottom: 1px solid #e3e1d9;
	color: #858278;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}

		#header-top .rss-icon {
			position: absolute;
			right: 19px;
			top: 0;
		}

		#header-top .left { float: left; }
		
		#header-top .right {
			float: right;
			padding-right: 130px;
		}
                #header-top .right a {
                    
                    height: 26px;
                    width: auto;
                    line-height: 26px;
                }
			#header-top a { text-decoration: none; }
	
				#header-top a:hover { text-decoration: underline; }

#header {
	border-top: 1px solid #fff;
	height: 110px;
	overflow: hidden;
	background: transparent url(../images/header-bg.png) repeat-x top left;
}

	#logo {
		float: left;
		margin: 0;
	}
	
	#header-placements {
		float: right;
		margin: 22px 0 0 0;
	}
/* ---------------------------------------------------- */
/*		Recent Feature Articles
/* ---------------------------------------------------- */
	
#RecentFeatureArticles {
	margin: 0;
	padding: 0;
}
.featureEntry {
	width: 211px;
	float: left;
	border: 1px solid #d8d8d8;
	background-color: #f8f7f5;
	list-style: none;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	height: 425px;
}
.featureEntry-image {
	border: 4px solid #333;
}
.featureEntry-content {
	height: 150px;
	overflow: hidden;
}
.featureEntry-header {
	margin: 10px 0;
	height: 60px;
}
.featureEntryPos-3, .featureEntryPos-6, .featureEntryPos-9 {
	margin-right: 0;
}
.featureEntry-header a:link, .featureEntry-header a:visited {
	color: #4e4d4a!important;
	font-size: 18px;
	line-height: 18px;
	text-decoration: none;
}
.featureEntry-header a:hover, .featureEntry-header a:active {
	color: #539BC7!important;
}
.featureEntry-links {
	margin: 20px 0 0 0;
}
.featureEntry-ssmedia {
	float: right;
}

/* ---------------------------------------------------- */
/*		IMPORTANT ENTRY CONTENT ON HOMEPAGE
/* ---------------------------------------------------- */
.important-entry-content {
	margin: 0;
	padding: 0;
	border-top: 1px solid #D8D8D8;
}
.important-entry-content li {
	border-bottom: 1px solid #D8D8D8;
	list-style: none;
	padding: 5px 10px;
	margin: 0;
	height: 30px;
}
.important-entry-content li span.important-entry-category {
	display:block;
	float: left;
	width: 120px;
	padding-left: 25px;
	background: transparent url(../images/icon-blog-default.png) no-repeat center left;
	line-height: 30px;
}
.important-entry-content li.important-entry-header span.important-entry-category {
	padding-left: 0;
	width: 145px;
	line-height: 30px;
	background: none;
}
.important-entry-content li span.important-entry-title {
	display:block;
	float: left;
	width: 370px;
	line-height: 30px;
}
.important-entry-content li span.important-entry-author {
	display:block;
	float: left;
	width: 115px;
	line-height: 30px;
}
.important-entry-content li span.important-entry-comments {
	display:block;
	float: left;
	width: 68px;
	line-height: 30px;
	text-align: center;	
	background: transparent url(../images/icon-comment-count.png) no-repeat 21px 5px;
	color: #fff;
	font-weight: bold;
}
.important-entry-content li.important-entry-header span.important-entry-comments {
	background: none;
	color: #5E5C5C;
}
.important-entry-header {
	font-weight: bold;
}
.important-entry-content li span.travel-tips {
	background: transparent url(../images/icon-travel-tips.png) no-repeat center left;
}
.important-entry-content li span.getting-started {
	background: transparent url(../images/icon-getting-started.png) no-repeat center left;
}
.important-entry-content li span.road-schooling {
	background: transparent url(../images/icon-road-schooling.png) no-repeat center left;
}
.important-entry-content li span.travel-health {
	background: transparent url(../images/icon-travel-health.png) no-repeat center left;
}
/* ---------------------------------------------------- */
/*		Slider
/* ---------------------------------------------------- */

#slider {
	margin: 0;
	clear: both;
	position: relative;
	z-index: 1;
}

	#slider ul {
		background: #fff;
		border: 1px solid #d8d8d8;
		list-style: none;
		margin-bottom: 10px;
	}

		#slider li {
			height: 330px;
			margin: 0;
			padding: 9px;
			position: relative;
		}
		
			#slider li .slide-info {
				background: url('../php/rgba.php/rgba(28, 28, 27, 0.6)') repeat; /* For IE */
				background: rgba(28,28,27,0.6);
				bottom: 19px;
				color: #fff;
				left: 19px;
				padding: 15px 10px;
				position: absolute;
				width: 265px;
			}
			
				#slider li .slide-info h2 {
					letter-spacing: -1px;
					line-height: 29px;
					margin: 0;
				}
				
					#slider li .slide-info h2 a {
						color: #fff;
						text-decoration: none;
					}

						#slider li .slide-info h2 a:hover { text-decoration: underline; }
					
				#slider li .slide-info .meta { margin-bottom:12px; }
				
				#slider li .slide-info .meta, #slider li .slide-info .meta a { color: #dfdfdf; }

					#slider li .slide-info .meta a { text-decoration: underline; }

						#slider li .slide-info .meta a:hover { color: #b70e4f; }

				#slider li .slide-info .comments-count {
					color: #bfbdbd;
					float: left;
					font-weight: bold;
					margin-top:5px;
					text-decoration: none;
				}

					#slider li .slide-info .comments-count:hover { text-decoration: underline; }

				#slider li .slide-info .slider-button {
					background: url('../php/rgba.php/rgba(156, 22, 62, 0.8)') repeat; /* For IE */
					background: rgba(156,22,62,0.8);
					color: #fff;
					float: right;
					font-weight: bold;
					height: 10px;
					padding: 5px 10px 10px;
					text-decoration: none;
				}
	
					#slider li .slide-info .slider-button:hover { text-decoration: underline; }
					
	#sliderNav {
		bottom: 22px;
		position:absolute;
		right: 20px;
		z-index:99;
	}

		#sliderNav a {
			background: url('../php/rgba.php/rgba(152, 151, 149, 1)') repeat; /* For IE */
			background: rgba(152, 151, 149, 1);
			color: #fff;
			display: block;
			float: left;
			font-size: 12px;
			font-weight: bold;
			margin-left: 6px;
			padding: 3px 8px 3px 9px;
			text-decoration: none;
			border: 1px solid #666;
		}

			#sliderNav a.activeSlide {
				background: url('../php/rgba.php/rgba(238, 105, 33, 1)') repeat; /* For IE */
				background: rgba(238, 105, 33, 1);
				border: 1px solid #EE4104;
			}

/* ---------------------------------------------------- */
/*		Content
/* ---------------------------------------------------- */

#content {
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}

	#content .ad { margin-bottom: 30px; }

	#content .box {
		background: #f8f7f6;
		border: 1px solid #d8d8d8;
		margin-bottom: 10px;
	}

		#content .box-header {
			background: #f2f2f2 url(../images/box-header-bg.png) repeat-x;
			height: 43px;
			line-height: 43px;
			padding: 0 20px;
		}
		
			#content .box-header h6 {
				display: inline;
				font-size: 12px;
				margin: 0;
			}

		#content .box-footer {
			background: #f2f2f2 url(../images/box-footer-bg.png) repeat-x;
			height: 13px;
			padding: 17px 20px;
		}

/* ---------------------------------------------------- */
/*		Main
/* ---------------------------------------------------- */

#main {
	float: left;
	margin-right: 10px;
	width: 720px;
}



	#main .button {
		background: #f3f3f3 url(../images/button-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		color: #797474;
		font-weight: bold;
		height: 10px;
		padding: 7px 15px;
		text-decoration: none !important;
	}
	
		#main .button:hover { background: #f3f3f3 url(../images/button-bg-hover.png) repeat-x; }

	#main .entry {
		background: #f8f7f6;
		border: 1px solid #d8d8d8;
		margin-bottom: 10px;
		overflow:hidden;
	}
	
		#main .entry-header {
			border-bottom: 1px solid #e3e1d9;
			overflow: hidden;
			padding: 5px 20px 10px;
			position: relative;
		}
	
		#main .entry-footer {
			border-top: 1px solid #e3e1d9;
			overflow:hidden;
			padding: 15px 20px;
		}
	
			#main .entry-header a { text-decoration: none; }
	
				#main .entry-header a:hover { text-decoration: underline; }
	
			#main .entry-header .meta, #main .entry-header .title  {
				float: left;
				width: 540px;
			}
	
			#main .entry-header .title {
				letter-spacing: -0.2px;
				margin: 0;
			}
	
				#main .entry-header .title, #main .entry-header .title a { color: #539BC7; }
	
			#main .entry-header .meta { margin: 0 0 0 2px; }
	
				#main .entry-header .meta a {
					text-decoration: underline;
				}
	
				#main .collapsible .entry-header .meta, #main .collapsible .entry-header .title { width: 435px; }
	
			#main .entry-header .button {
				display: block;
				padding: 7px 15px 13px;
				position: absolute;
				right: 20px;
				top: 15px;
			}
	
		#main .entry-content {
			border-top: 1px solid #fff;
			overflow: hidden;
			padding: 15px 20px 15px;
		}
                #main .hidden-content, #main .map-content {
                        border-top: 1px solid #fff;
                        border-bottom: 1px solid #E3E1D9;
                        padding: 20px;
                        background: #539BC7;
                        color: #FFF!important;
                }
                #main .hidden-content h4, #main .hidden-content p,
                #main .map-content h4, #main .map-content p {
                        color: #fff!important;
                }
                #main .hidden-content a:link, #main .hidden-content a:visited,
                #main .map-content a:link, #main .map-content a:visited {
                    color: #fff!important;
                }
                #main .hidden-content a:hover, #main .hidden-content a:active,
                #main .map-content a:hover, #main .map-content a:active {
                    color: #fff!important;
                    text-decoration: underline!important;
                }
                #main .hidden-content p.code,
                #main .map-content p.code {
                    font-family: monospace!important;
                    font-size: 12px!important;
                    margin: 15px;
                    padding: 5px;
                    border: 1px solid #fff;
                    background-color: #85B7D6;
                    text-shadow: #808080 1px 1px 1px;
                }
	
			#main .entry-image, #main .entry-title-image {
				border: 4px solid #333;
				float: left;
				margin: 0 25px 0 0;
			}
	
				#main .align-right .entry-image, #main .align-right.entry-image {
					margin: 0 0 15px 15px;
				}
				#main .align-left .entry-image, #main .align-left.entry-image {
					margin: 0 15px 15px 0;
				}
	
				#main .collapsible .zoom.align-right a span, #main .collapsible .zoom.align-left a span { margin-bottom: 14px; }
	
			#main .entry-title-image { margin: 6px 20px 0 0; }
	
			#main .entry-content p { margin-bottom: 10px; }
	
				#main .single .entry-content p, #main .collapsible .entry-content p { margin-bottom: 15px; }
	
			#main .entry-links, #comments .comment-links {
				list-style: none;
    			float: right;
				margin-right: 0px;
				margin-top: 0px;
				padding-top: 0px;
				width: 250px;
    			
			}
			
			#main .entry-links li {
				list-style:none;
				line-height: 30px;
			}
			.shareLinks img {
				margin-bottom: 0!important;
				margin-top: 5px!important;
			}
			.family-profiles .entry-links {
				width: 260px!important;
				margin-right: 35px!important;
			}
			.profile-meta {
				clear: left;
				margin: 10px 0!important;	
			}
			.profile-meta li strong {
				width: 150px;
				display: block;
				float: left;
			}
				#main .entry-links li, #comments .comment-links li {
					float: left;
					font-weight: bold;
					margin: 0;
				}
	
					#main .entry-links li a, #main .entry-links li .separator,
					#comments .comment-links li a, #comments .comment-links  li .separator {
						color: #878080;
						text-decoration: none;
					}
	
						#main .entry-links li a:hover, #comments .comment-links li a:hover {
							color: #9c163e;
							text-decoration: underline;
						}
	
					#main .entry-links li .separator, #comments .comment-links li .separator { margin: 0 7px 0 4px; }
	
	#BreadCrumbs {
		background: #f8f7f6;
		border: 1px solid #d8d8d8;
		margin: 0 0 10px 0;
		overflow:hidden;
		float: left;
                margin-right: 0px;
                width: 678px;
                padding: 10px 20px 10px;
	}
	#BreadCrumbs p {
		margin-bottom: 0;
	}	
	/** Single Entry Post **/
	
	#main .entry.single .post-rating {
		color: #797474;
		float: right;
		margin-top:-25px;
		text-align: center;
	}

		#main .entry.single .post-rating span.on, #main .entry.single .post-rating span.off {
			display: inline-block;
			height: 14px;
			width: 14px;
		}
		
		#main .entry.single .post-rating span.on { background: url(../images/rating-star-on.png) no-repeat; }
		#main .entry.single .post-rating span.off { background: url(../images/rating-star-off.png) no-repeat; }
		
		#main .entry.single .post-rating p { margin: -2px 0 0; }

	#main .entry.single .entry-image {
		float: none;
		margin-bottom: 15px;
	}
	
	#content .entry .box-footer { color: #878080; }
	
		#content .entry .box-footer ul {
			list-style: none;
			margin: 0;
			overflow: hidden;
		}
		
			#content .entry .box-footer li {
				float: left;
				margin: 0;
			}
			
				#content .entry .box-footer li a { color: #539BC7; }
	
					#content .entry .box-footer li a:hover { color: #9c163e; }

		#content .entry .box-footer .social-links { margin: -7px 0 0; }
	
			#content .entry .box-footer .social-links li { margin-left: 10px; }
			
	#content .author-bio {
		background: #f9f9f9;
		border: 1px solid #d8d8d8;
		color: #52504d;
		margin-bottom: 30px;
		overflow: hidden;
		padding: 15px 20px;
	}
	
		#content .author-bio .avatar {
			background:#fff;
			border: 1px solid #c1c1c1;
			float: left;
			margin: 0 25px 0 0;
			padding: 4px;
		}
		
		#content .author-bio h4 {
			float:left;
			margin: 0 0 2px;
			width:523px;
		}
	
		#content .author-bio p { margin: 10px; }
		
		#content .author-bio .button {
			display: block;
			float: right;
			padding: 7px 15px 13px;
		}
		
/* ---------------------------------------------------- */
/*		Comments
/* ---------------------------------------------------- */

#comments {
	background: #f9f9f9;
	border: 1px solid #d8d8d8;
	color: #52504d;
	margin-bottom: 15px;
	overflow: hidden;
}

	#comments .box-header {
		color: #77746e;
		overflow:hidden;
		padding: 0 20px;
	}

		#comments .comments-count, #comments .comments-count em {
			background: url(../images/comments-count-bg-right.png) no-repeat;
			color: #fff;
			display: block;
			float: left;
			font-style: normal;
			font-size: 12px;
			font-weight: bold;
			height: 28px;
			line-height: 22px;
			margin: 10px 5px 0 28px;
			padding: 0 10px 0 3px;
			position: relative;
		}

			#comments .comments-count em {
				background: url(../images/comments-count-bg-left.png) no-repeat;
				margin: 0 0 0 -29px;;
				padding: 0 0 0 12px;
			}

	#comments .comments-list {
		list-style: none;
		margin: 0;
		overflow:hidden;
		padding: 0 20px 5px;
		width:658px;
	}

		#comments .comments-list .comment {
			border-bottom: 1px solid #e3e1d9;
			border-top: 1px solid #fff;
			float:left;
			margin: 0;
			padding: 20px 0 15px;
		}

			#comments .comments-list .comment:first-child { border-top: none; }
			#comments .comments-list .comment:last-child { border-bottom: none; }

			#comments .comments-list .comment .comment-avatar {
				float:left;
				width: 70px;
			}

				#comments .comments-list .comment .comment-avatar .avatar {
					background: #fff;
					border:1px solid #c1c1c1;
					padding:4px;
				}

			#comments .comments-list .comment .comment-body {
				float:right;
				margin-left:30px;
				width:558px;
			}

				#comments .comments-list .comment .comment-meta {
					color: #52504d;
					margin-bottom: 4px;
				}

				#comments .comments-list .comment .comment-meta a {
					color: #52504d;
					font-weight: bold;
					text-decoration: none;
				}
					#comments .comments-list .comment .comment-meta a:hover { text-decoration: underline; }

				#comments .comments-list .comment .comment-meta .date { font-style: italic; }

				#comments .comments-list .comment .comment-links {
					float: right;
					margin-bottom: 0;
				}

#respond { overflow: hidden; }

	#respond .box-header h6 { color: #393938; }

		#respond .box-header h6 span { color: #b3244b; }

/* ---------------------------------------------------- */
/*		Pagination
/* ---------------------------------------------------- */

#main .pagination {
	list-style: none;
	margin-bottom: 30px;
	overflow:hidden;
}

	#main .pagination li {
		background: #f3f3f3 url(../images/pagination-bg.png) repeat-x;
		border: 1px solid #e1dddd;
		float: left;
		margin: 0 8px 0 0;
	}
	
		#main .pagination li.active, #main .pagination li.active:hover {
			background: #f3f3f3 url(../images/pagination-active-bg.png) repeat-x;
			border: 1px solid #9f1840;
		}

		#main .pagination li a {
			color: #939191;
			display: block;
			font-weight: bold;
			height: 27px;
			line-height: 27px;
			text-decoration: none;
			padding: 0 8px;
		}
	
			#main .pagination li.prev a {
				background: url(../images/pagination-prev-arrows.png) no-repeat 8px 11px;
				padding: 0 14px 0 24px;
			}
	
			#main .pagination li.next a {
				background: url(../images/pagination-next-arrows.png) no-repeat 47px 11px;
				padding: 0 24px 0 14px;
			}

			#main .pagination li.active a, #main .pagination li.active:hover a {
				color: #fff;
			}

			#main .pagination li:hover {
				background: url(../images/pagination-bg-hover.png) repeat-x;
			}
			
				#main .pagination li:hover a {
					color: #777;
				}

/* ---------------------------------------------------- */
/*		Trips Viewer
/* ---------------------------------------------------- */

#trips-viewer {
	overflow: hidden;
	position: relative;
}

	#trips-viewer .box-header .tabs-nav {
		float: left;
		list-style: none;
		margin: 15px -5px -5px -5px;
		overflow: hidden;
	}

		#trips-viewer .box-header .tabs-nav li {
			float: left;
			margin: 0 20px 0 0;
			list-style: none;
		}

			#trips-viewer .box-header .tabs-nav li a {
				color: #77746e;
				font-size: 12px;
				font-weight: bold;
				height: 10px;
				padding: 12px;
				text-decoration: none;
				background: #EBE9E5;
				border: 1px solid #D8D8D8;
			}

				#trips-viewer .box-header .tabs-nav li.active a, #trips-viewer .box-header .tabs-nav li a:hover {
					background: #539BC7;
					color: #fff;
					font-size: 12px;
					border: 1px solid #386A96;
				}
	
		#trips-viewer .box-header .rss img {
			border: 0;
			float: right;
			margin: 18px 0px 0 0;
		}

	#trips-viewer img { border: 4px solid #333; }
	
	#trips-viewer .tab-content { width: 718px !important; }

	#trips-viewer .trips-nav  {
		float: right;
		list-style:none;
		margin: -2px 0 0;
		width: 397px;
	}

		#trips-viewer .trips-nav li {
			background: #eeede9;
			border-bottom:1px solid #E3E1D9;
			border-left:1px solid #fff;
			border-top:1px solid #fff;
			margin:0;
		}

			#trips-viewer .trips-nav li .content {
				border-left: 1px solid #E3E1D9;
				padding: 12px 10px 12px 20px;
				overflow: hidden;
			}

				#trips-viewer .trips-nav li.activeSlide .content {
					border-left: 1px solid #F8F7F6;
				}

			#trips-viewer .trips-nav li.activeSlide {
				background: none;
				border-left:1px solid #F8F7F6;
			}

			#trips-viewer .trips-nav li:hover {
				background: none;
				cursor: pointer;
			}

			#trips-viewer .trips-nav li:first-child { border-top: none; }

			#trips-viewer .trips-nav li:last-child { border-bottom: none; }

			#trips-viewer .trips-nav li img {
				float:left;
				margin-right:10px;
			}

			#trips-viewer .trips-nav li .title { text-decoration:none; }

				#trips-viewer .trips-nav li .title h6 {
					color:#878786;
					display:block;
					margin-bottom:2px;
				}

					#trips-viewer .trips-nav li.activeSlide .title h6, #trips-viewer .trips-nav li:hover .title h6 {
						color:#4e4d4a;
					}

			#trips-viewer .trips-nav li .meta, #trips-viewer .trips-nav li .meta a {
				color:#8a8a89;
				margin-bottom: 10px;
			}

				#trips-viewer .trips-nav li.activeSlide .meta, #trips-viewer .trips-nav li.activeSlide .meta a:hover { color:#4b4a46; }

				#trips-viewer .trips-nav li.activeSlide .meta a, #trips-viewer .trips-nav li .meta a:hover { color:#B70E4F; }

			#trips-viewer .trips-nav li .links {
				list-style: none;
				margin:0;
			}

				#trips-viewer .trips-nav li .links li {
					background: none;
					border: none;
					float:left;
					font-weight:bold;
					margin:0;
					padding: 0;
				}
					#trips-viewer .trips-nav li .links li a, #trips-viewer .trips-nav li .links li .separator {
						color:#a1a1a0;
						text-decoration:none;
					}

						#trips-viewer .trips-nav li.active .links li a, #trips-viewer .trips-nav li.active .links li .separator { color:#767676; }

						#trips-viewer .trips-nav li .links li a:hover {
							color:#9c163e;
							text-decoration:underline;
						}

					#trips-viewer .trips-nav li .links li .separator { margin:0 7px 0 4px; }

	#trips-viewer .trips-container  {
		float: left;
		margin-top: -2px;
		padding: 15px;
		width: 270px;
	}
	
		#trips-viewer .trips-container ul {
			list-style: none;
			margin: 0;
		}
	
			#trips-viewer .trip-content { margin: 0 0 30px; }
			
			.js #trips-viewer .trip-content {
				margin: 0;
				width: 250px;
			}
	
				#trips-viewer .trip-content a { text-decoration: none; }
	
					#trips-viewer .trip-content a:hover { text-decoration: underline; }
					
				#trips-viewer .trip-content img { margin-bottom: 4px; }
	
				#trips-viewer .trip-content .title {
					color: #4e4d4a;
					letter-spacing: -0.2px;
					line-height: 22px;
					margin-bottom: 2px;
				}
				
				#trips-viewer .trip-content .title:hover { text-decoration: underline; }
	
				#trips-viewer .trip-content .meta {
					color: #72716f;
					margin-bottom: 10px;
				}
	
					#trips-viewer .trip-content .meta a { text-decoration: underline; }

				#trips-viewer .trip-content p {
					color: #52504d;
					margin-bottom: 10px;
				}
	
				#trips-viewer .trip-content p a { text-decoration: underline; }
				
					#trips-viewer .trip-content .sent-to-friend {
						float: left;
						font-weight: bold;
						margin-top: 7px;
					}
	
				#trips-viewer .trip-content .button {
					display: block;
					float: right;
					padding: 6px 12px 12px;
					text-decoration: none;
				}

/* ---------------------------------------------------- */
/*		Search
/* ---------------------------------------------------- */

#main .search-result {
	margin: 0 0 10px;
	padding: 5px 20px;
}

	#main .search-result h2 { margin: 0; }

	#main .search-result p { margin: 0 0 10px; }

/* ---------------------------------------------------- */
/*		Archives
/* ---------------------------------------------------- */

#archives {
	margin: 0 0 10px !important;
	padding: 15px 20px;
}

	#archives.closed { padding: 15px 20px 10px; }

	#archives h6 {
		font-size: 12px;
		margin-bottom: 5px;
	}

	#archives .archive-trigger {
		cursor: pointer;
		float: right;
		margin-top: -2px;
	}

	#archives ul {
		list-style: none;
		margin-bottom: 0;
		margin-top: -10px;
	}

	#archives ul, #archives h6.list-title {
		float: left;
		margin-right: 40px;
		width: 192px;
	}

		#archives ul.last, #archives h6.last { margin-right: 0; }
		#archives h6.last { width: 165px; }

		#archives li {
			background: url(../images/categories-arrow.png) no-repeat 0 5px;
			margin: 0 0 10px;
		}

			#archives li a {
				color: #72706a;
				margin-left: 8px;
				padding: 3px 5px;
				text-decoration: none;
			}

				#archives li a:hover {
					background: #ebebeb;
					border: 1px solid #cecdcc;
					color: #b3244b;
					font-weight: bold;
				}

/* ---------------------------------------------------- */
/*		News
/* ---------------------------------------------------- */

#main .entry .collapsible-content { position: relative !important; }

#main .button .collapse-arrow-up { margin-left: 8px; }

/* ---------------------------------------------------- */
/*		Sidebar
/* ---------------------------------------------------- */

#sidebar {
	float: right;
	width: 300px;
        margin-top: -24px;
}
.home #sidebar {
    margin-top: -2px!important;
}
	#sidebar h6 {
		font-size: 12px;
		font-weight: bold;
	}
	
	#sidebar .ad-bar { margin-left: 2px; }
	
	#sidebar .thisFeature { padding: 12px 16px; }
	
		#sidebar .thisFeature ul {
			list-style: none;
			margin: 0 0 -10px;
			overflow: hidden;
		}
		
			#sidebar .thisFeature li {
				float: left;
				margin: 0;
				padding: 0 15px 10px 0;
                                list-style: none;
			}
			
				#sidebar .thisFeature li.even { padding: 0 0 10px; }
				
		#sidebar .thisFeature p { margin: 0 0 -5px; }
		
			#sidebar .thisFeature a {
				color: #9b9b9b;
				text-decoration: underline;
				text-align: center;
			}

				#sidebar .thisFeature a:hover {
					color: #9c163e;
				}
				
	#recent-tabs { }
	
		#recent-tabs .nav {
			list-style: none;
			margin: 0 -20px;
			overflow: hidden;
		}

			#recent-tabs .nav li {
				float: left;
				margin: 0 10px;
			}

				#recent-tabs .nav li a {
					color: #77746e;
					font-size: 12px;
					font-weight: bold;
					height: 10px;
					padding: 6px 12px;
					text-decoration: none;
				}
				
					#recent-tabs .nav li a.current, #recent-tabs .nav li a:hover {
						background: #9c163e;
						color: #fff;
						font-size: 12px;
					}
				
		#recent-tabs .list-wrap ul {
			list-style:none;
			margin: 0;
			overflow: hidden;
		}

			#recent-tabs .list-wrap li {
				border-bottom: 1px solid #e3e1d9;
				border-top: 1px solid #fff;
				margin: 0;
				overflow: hidden;
				padding: 12px 10px;
			}
			
				#recent-tabs .list-wrap li:first-child { border-top: none; }
				#recent-tabs .list-wrap li:last-child { border-bottom: none; }

					#recent-tabs .list-wrap li:hover { background: #fafafa; }
			
				#recent-tabs .list-wrap li img {
					border: 4px solid #333;
					float: left;
					margin-right: 10px;
				}
				
				#recent-tabs .list-wrap li .title {
					color: #6a6965;
					display:block;
					font-size: 12px;
					font-weight: bold;
					margin-bottom: 10px;
					text-decoration: none;
				}
				
				#recent-tabs .list-wrap li .meta {
					color: #8d8c8a;
					margin: 0;
				}
	
					#recent-tabs .list-wrap li .meta a {
						color: #8d8c8a;
						text-decoration: underline;
					}
				
					#recent-tabs .list-wrap li a:hover { color: #9c163e; }
				
		#sidebar .family-profile-list {
			padding-bottom: 10px;
		}
			
		#sidebar .family-profile-list ul {
			list-style: none;
			overflow: hidden;
			margin: 0;
			padding: 0 0 5px 10px;
		}
		.family-intro-heading {
			background: transparent url(../images/family-intro-heading.png) no-repeat top left;
			padding-left: 40px;
			margin-left: 0;
		}
			#sidebar .family-profile-list li {
				float:left;
				margin: 0;
				list-style: none;
			}
			
				#sidebar .family-profile-list .profile-image {
					border: 4px solid #333;
					margin: 13px 13px 0  0;
				}
				
				#sidebar .family-profile-list-link {
					margin: 0 0 0 10px;
					padding: 3px 0;
					font-size: 10px;
				}
				#sidebar .family-profile-list-link a:link, #sidebar .family-profile-list-link a:visited {
					text-decoration: none;
				}
				#sidebar .family-profile-list-link a:hover, #sidebar .family-profile-list-link a:active {
					text-decoration: underline;
				}
				
	#sidebar .tags { }

		#sidebar .tags .box-header { padding: 0 10px; }

		#sidebar .tags ul {
			list-style: none;
			overflow: hidden;
			margin: 0;
			padding: 10px;
		}

			#sidebar .tags li {
				float: left;
				margin: 0 0 7px;
			}

				#sidebar .tags li a {
					color: #8f8f8f;
					padding: 3px 8px;
					text-decoration: none;
				}
	
					#sidebar .tags li a:hover {
						background: #ebebeb;
						border: 1px solid #d8d8d8;
						color: #b3244b;
						font-weight: bold;
					}
	
/* ---------------------------------------------------- */
/*		Footer
/* ---------------------------------------------------- */

#footer {
	background: #e1dfdb url(../images/footer-bg.png) repeat-x;
	color: #72706a;
	overflow:hidden;
	padding: 35px 0 60px;
}

	#footer .footer-logo {
		position: absolute;
		right: 0;
		top: 0;
	}

	#footer a { color: #72706a; }

		#footer a:hover { color: #539BC7; }
	
	#footer p a {
		color: #9c163e;
		text-decoration: underline;
	}
		#footer p a:hover { color: #539BC7; }

	#footer h4 {
		color: #565551;
		margin-bottom: 10px;
	}
	
		#footer h4 span { color: #539bc7; }

	#footer .one-half, #footer .one-third, #footer .two-third, #footer .one-fourth,
	#footer .three-fourth, #footer .one-fifth, #footer .two-fifth, #footer .three-fifth {
		float: left;
		margin-right: 80px;
	}
	
	#footer .one-half { width: 475px; }
	#footer .one-third { width: 290px; }
		#footer .two-third { width: 650px; }
	#footer .one-fourth { width: 197px; }
		#footer .three-fourth { width: 753px; }
	#footer .one-fifth { width: 142px; }
		#footer .two-fifth { width: 364px; }
			#footer .three-fifth { width: 586px; }

	#footer .one-half.last, #footer .one-third.last, #footer .one-fourth.last, #footer .one-fifth.last,
	#footer .two-third.last, #footer .three-fourth.last, #footer .two-fifth.last, #footer .three-fifth.last { margin-right: 0; }

	#categories {
		list-style: none;
		margin: 0 0 0 4px;
	}

		#categories li { margin: 0 0 10px; }

			#categories li a {
				background: url(../images/categories-arrow.png) no-repeat 0 5px;
				display: block;
				padding: 0 0 0 12px;
				text-decoration: none;
			}
			
				#categories li a:hover {
					font-weight: bold;
					text-decoration: underline;
				}

	#latest-tweets { list-style: none; }

		#latest-tweets li { margin: 0; }
		
			#latest-tweets li .user {
				font-weight: bold;
				text-decoration: none;
			}
	
				#latest-tweets li .user:hover { text-decoration: underline; }
	
				#latest-tweets li .tweet { margin: 0 0 10px; }
			
#footer-bottom {
	background: #787878 url(../images/footer-bottom-bg.png) repeat-x;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

	#footer-bottom ul {
		list-style: none;
		margin: 0;
	}

		#footer-bottom li {
			float: left;
			margin: 0;
		}

			#footer-bottom li a {
				color: #fff;
				text-decoration: none;
			}
	
				#footer-bottom li a:hover { text-decoration: underline; }

			#footer-bottom li .separator { margin: 0 4px; }
                        


/****** FILE: themes/VagabondFamily/css/navigation.css *****/
/* ---------------------------------------------------- */
/*		Navigation & Search
/* ---------------------------------------------------- */

#nav {
	background: #539bc7;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	position: relative;
	z-index: 99;
}

	#nav ul {
		float: left;
		list-style: none;
		margin: 0;
		position: relative;
		z-index: 99;
	}

		#nav li {
			float: left;
			margin: 0 5px 0 0;
			position: relative;
		}
	
			#nav li.active { margin: 0 15px 0 10px; }
			
			#nav li:first-child { margin-left: 0; }
		
			#nav li a {
				color: #fff;
				display: block;
				font-size: 14px;
				height: 20px;
				padding: 6px 15px 4px;
				text-decoration: none;
				line-height: 18px;
				text-shadow: #666666 1px 1px 1px;
			}
			
				#nav li.active a, #nav li a:hover, #nav li.hover a {
					background: #989895;
					color: #fff;
					display: block;
				}
			#nav li.travel-q-and-a a {
                                background: #d72a14;
				color: #fff;
				display: block;
				font-size: 14px;
				height: 20px;
				padding: 6px 15px 4px;
				text-decoration: none;
				line-height: 18px;
				text-shadow: #666666 1px 1px 1px;
			}
			
				#nav li.travel-q-and-a a:hover {
					background: #989895!important;
					color: #fff;
					display: block;
				}				
			/** Dropdowns **/

			#nav ul li:hover > ul { display: block; }

				#nav ul ul li {
					display: block;
					float: none;
					height: auto;
					margin: 0;
					padding: 0;
				}

					#nav ul ul li a, #nav li.active ul ul li a {
						background: url(../images/nav-arrow.png) no-repeat 12px 12px !important;
						color: #fff;
						display: block;
						font-size: 11px;
						font-weight: normal;
						height: auto;
						line-height: 20px;
						min-height: 20px;
						padding: 5px 5px 5px 26px;
					}

						#nav ul ul li a:hover, #nav li.active ul ul li a:hover {
							background: rgb(226, 226, 226) url(../images/nav-arrow-active.png) no-repeat 12px 12px !important; /* For IE */
							background: rgba(226, 226, 226, 0.88) url(../images/nav-arrow-active.png) no-repeat 12px 12px !important;
							color: #9c163e !important;
							font-weight: bold !important;
						}

				/* Submenu */

				#nav ul ul ul {
					left: 155px;
					top: 5px;
				}

	#search {
		float: right;
		margin: 0;
	}
	
		#search .input {
			background: #fff;
			border: 2px solid #989795;
			border-bottom-left-radius: 6px 6px;
			border-bottom-right-radius: 6px 6px;
			border-top-left-radius: 6px 6px;
			border-top-right-radius: 6px 6px;
			color: #b2a8a8;
			padding: 3px 8px 3px;
			width: 230px;
			font-family: 'Century Gothic', Arial, Verdana;
			font-size: 12px;
		}
			#search .input:hover {
				background: #989795;
				border: 2px solid #fff;
				border-bottom-left-radius: 6px 6px;
				border-bottom-right-radius: 6px 6px;
				border-top-left-radius: 6px 6px;
				border-top-right-radius: 6px 6px;
				color: #fff;
				font-family: 'Century Gothic', Arial, Verdana;
				font-size: 12px;
			}
		
		#search .submit {
			background: #fff;
			border: 2px solid #989795;
			border-bottom-left-radius: 6px 6px;
			border-bottom-right-radius: 6px 6px;
			border-top-left-radius: 6px 6px;
			border-top-right-radius: 6px 6px;
			color: #539bc7;
			font-family: 'Century Gothic', Arial, Verdana;
			font-size: 12px;
			font-weight: bold;
			padding: 3px 6px;
		}
		#search .submit:hover {
			background: #989795;
			border: 2px solid #fff;
			border-bottom-left-radius: 6px 6px;
			border-bottom-right-radius: 6px 6px;
			border-top-left-radius: 6px 6px;
			border-top-right-radius: 6px 6px;
			color: #fff;
			font-family: 'Century Gothic', Arial, Verdana;
			font-size: 12px;
			font-weight: bold;
			padding: 3px 6px;
		}
		
#nav-shadow {
	background: url(../images/nav-shadow.png) repeat-x;
	height: 135px;
	margin-bottom: -105px;
}
#BlogMenuContainer {
	clear:left;
	background: url(../images/blog-menu-bg.png) repeat-x;
	height: 74px;
}
#BlogMenuContainer ul {
	margin-bottom: 10px;
}
#BlogMenuContainer ul li {
	background: url(../images/blog-menu-divider.png) no-repeat bottom left;
	margin: 0;
}
#BlogMenuContainer ul li a:link, #BlogMenuContainer ul li a:visited {
	display: block;
	height: 63px;
	width: 176px;
}
#BlogMenuContainer ul li a:hover, #BlogMenuContainer ul li a:active {
	background: #539bc7;
	color: #fff;
}
#BlogMenuContainer ul li a:hover span.title, #BlogMenuContainer ul li a:hover span.metaDescription {
	color: #fff;
} 
#BlogMenuContainer ul li a span.title {
	display:block;
	font-family: Georgia;
	font-size: 18px;
	font-style: italic;
	color: #666666;
	text-shadow: none;
}
#BlogMenuContainer ul li a span.metaDescription {
	display:block;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #989795;
	text-shadow: none;	
	margin-top: 7px;
}
/******************/
#nav ul ul {
	background: url('../php/rgba.php/rgba(156, 22, 62, 0.8)') repeat; /* For IE */
	background: rgba(156, 22, 62, 0.8);
	display: none;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	width: 175px;
	z-index: 99;
}

/****** FILE: themes/VagabondFamily/css/typography.css *****/
.typography h1 {
	margin: 10px 0;
	font-size: 28px;
	color: #539BC7;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, sans-serif!important;
	font-weight: normal;
}
.typography h2 {
	margin: 10px 0;
	font-size: 26px;
	color: #539BC7;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, sans-serif!important;
	font-weight: normal;
	text-shadow: 1px 1px 1px #C9C9C9;
}
.typography h3 {
	margin: 10px 0;
	font-size: 20px;
	color: #6F6F6F;
	font-family: "Century Gothic", "Helvetica Neue", Helvetica, sans-serif!important;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #C9C9C9;
}
.typography h4, .typography h5, .typography h6  {
	margin: 10px 0;
	font-size: 16px;
	color: #6F6F6F;
}
.typography p {
	margin: 8px 0;
	color: #6F6F6F;
	line-height: 1.5;
}
.typography a:link, .typography a:visited {
	color: #539BC7;
	text-decoration: none;
}
.typography a:hover, .typography a:active {
	color: #6F6F6F;
	text-decoration: underline;
}
.typography ul {
	margin: 10px 0 10px 20px;
}
.typography ul li {
	margin: 5px 0;
	color: #6F6F6F;
	list-style-type: disc;
}
.typography ol {
	margin: 10px 0 10px 20px;
}
.typography ol li {
	margin: 5px 0;
	color: #6F6F6F;
	list-style-type: decimal;
}
.typography blockquote {
	border: 1px solid #539BC7;
	margin: 30px;
	padding: 20px 20px 20px 40px;
	font-size: 20px!important;
	font-family: Century, Helvetica, Arial, Verdana;
	font-style: italic;
	color: #6F6F6F;
	background: #D8EBF6;
}
.typography blockquote h1, 
.typography blockquote h2, 
.typography blockquote h3, 
.typography blockquote h4, 
.typography blockquote h5, 
.typography blockquote h6 {
	color: #6F6F6F;
	margin-top: 0;
}
.typography blockquote p {
	font-size: 16px!important;
}
.typography .leftAlone {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #333; 
}
.typography .rightAlone {
	float: right;
	margin: 0 10px 10px 0;
	border: 1px solid #333; 
}
.typography table {
	border: 1px solid #64BD48;
	border-collapse: collapse;
	background-color: #e8f5e4;
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
}
.typography table .tr {

}
.typography table tr th {
	background-color: #64BD48;
	color: #fff!important;
	padding: 5px;
}
.typography table tr td {
	border: 1px solid #64BD48;
	padding: 5px;
	color: #6F6F6F;
	vertical-align: top;
}

.typography table.notGreen {
	border: 1px solid #fff;
	border-collapse: collapse;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	border-collapse: collapse;
	color: #6F6F6F;
}
.typography table.notGreen .tr {
	color: #6F6F6F;
}
.typography table.notGreen tr th {
	background-color: #fff;
	padding: 5px;
	color: #6F6F6F;
}
.typography table.notGreen tr td {
	border: 1px solid #fff;
	padding: 5px;
	color: #6F6F6F;
	vertical-align: top;
}
.typography .purpleFont {
	color: #643a82!important;
}
.address th {
	color: #fff!important;
}

/* LINK ICONS - shows type of file
------------------------------------ */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}
/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 18px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border:1px solid #999;
			padding:5px;
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
	float: left;
	margin-right: 20px;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
	float: right;
	margin-left: 20px;
}

/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
	margin-bottom: 10px;
}
	.typography img.right {
		float: right;
		margin-left: 20px;
                border: 1px solid #333;
	}
	.typography img.left {
		float: left;
                border: 1px solid #333;
	}
	.typography img.leftAlone {
		float: left;
		margin-right: 100%;
                border: 1px solid #333;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
                border: 1px solid #333;
	}
.captionImage {
	border: 1px solid #D8D8D8;
	padding: 5px;
}
.caption {
	text-align: center;
}
.button-controllers {
    list-style: none!important;
    margin: 19px -5px!important;
    overflow: hidden!important;
}

.button-controllers li {
    float: left!important;
    margin: 0 20px 0 0!important;
    list-style: none!important;
}

.button-controllers li a {
    display: block;
    color: #77746e!important;
    font-size: 12px!important;
    font-weight: bold!important;
    height: 16px!important;
    padding: 6px 12px 6px 27px!important;
    text-decoration: none!important;
    background-color: #EBE9E5!important;
    border: 1px solid #D8D8D8!important;
}

.button-controllers li.active a, .button-controllers li a:hover {
    background-color: #539BC7!important;
    color: #fff!important;
    font-size: 12px!important;
    border: 1px solid #386A96!important;
}
a.editFamilyProfile {
    background-image: url(/cms/images/famfam-silk/group_edit-file.gif)!important;
    background-repeat: no-repeat!important;
    background-position: 6px 7px!important;
}
a.editMemberProfile {
    background-image: url(/cms/images/famfam-silk/group_add-file.gif)!important;
    background-repeat: no-repeat!important;
    background-position: 6px 7px!important;
}
a.addCurrentLocation {
    background-image: url("/cms/images/famfam-silk/map_add-file.gif") !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
}
a.displayProfile {
    background-image: url(/cms/images/famfam-silk/group_go-file.gif)!important;
    background-repeat: no-repeat!important;
    background-position: 6px 7px!important;
}
.typography #LargeShowMoreButton {
    display: block;
    width: 90%;
    margin: auto;
    color: #fff!important;
    font-size: 12px!important;
    font-weight: bold!important;
    height: 16px!important;
    padding: 6px 12px 6px 27px!important;
    text-decoration: none!important;
    background-color: #539BC7!important;
    border: 1px solid #386A96!important;
    text-align: center;
    margin-top: 20px;
}
.typography #LargeShowMoreButton:hover {
    background-color: #EBE9E5!important;
    color: #77746e!important;
    font-size: 12px!important;
    border: 1px solid #D8D8D8!important;
}
#ForgotPassword a:visited, #ForgotPassword a:link {
    color: #fff!important;
}
#ForgotPassword a:hover, #ForgotPassword a:active {
    color: #fff!important;
    text-decoration: underline!important;
}
.typography .alternateLinks {
    text-decoration: none!important;
    color: #6F6F6F!important;
}
.profileWarning {
    background: pink;
    border: 2px solid red;
    color: red!important;
    padding: 10px;
    display:block;
    margin: 0 10px 10px 0!important;
    font-weight: bold;
}

/****** FILE: themes/VagabondFamily/css/form.css *****/
.nolabel {
	display: none;
}
/** 
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

fieldset legend {
	margin: 10px 0;
	font-size: 20px;
	color: #6F6F6F;
	font-family: ChalkdusterRegular, "Century Gothic", "Helvetica Neue", Helvetica, sans-serif!important;
	font-weight: normal;	
	text-shadow: 1px 1px 1px #C9C9C9;
}
/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font: 12px "Century Gothic", "Helvetica Neue", Helvetica, sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

input[type="submit"] {
	border: 2px solid #539BC7;
	color: #539BC7;
	border-radius: 6px;
	padding: 5px;
	background: white;
	font-weight: bold;
	font-size: 12px;
}
input[type="submit"]:hover {
	border: 2px solid #539BC7;
	color: white;
	border-radius: 6px;
	padding: 5px;
	background: #539BC7;
	font-weight: bold;
	font-size: 12px;
}
/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 15px 10px 10px 0;
	padding: 4px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXES
---------------------------------------- */

input.text, textarea, select {
	padding: 4px;
	border: 1px solid #A7A7A7;
	color: #5e5c5c;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	border-radius: 6px;
        line-height: 16px;
}
.simpleimage input {
	padding: 4px;
	border: 1px solid #A7A7A7;
	color: #5e5c5c;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	border-radius: 6px;
        line-height: 16px;
}
textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	width: 665px;
	height: 180px;
	border-radius: 6px;
        line-height: 16px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

form .date input.month,
form .date input.day,
form .date input.year {
	width: auto;
}

form .datetime .clear {
	clear: both;
}

form .datetime .date,
form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	form .datetime .date input,
	form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label, .typography .formLabel {
	margin: 0;
	color: #5e5c5c;
	font-size: 14px;
	font-weight:bold;
	width: 200px;
	display: block;
	float: left;
}
.typography .formLabel {
	width: auto;
}

label.right {
	display:inline;
}

.formFieldContainer {
	margin: 10px 0;
	clear: both;
}
.showOnClick a {
	display:none;
}
.showOnClickContainer, #Form_RegisterForm .password {
	margin-left: 200px;
}
#Form_RegisterForm .password .middleColumn {
	padding-left: 0;
}
.showOnClickContainer .middleColumn, {
	margin-top: 40px;
	padding-left: 0;
	padding-top: 15px;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		margin: 6px 0;
		clear: both;
	}
		ul.optionset li input {
			float: left;
			margin: 0 6px;
		}
		ul.optionset li label {
			margin: 0;
		}
		
/* REGION CONTAINER
---------------------------------------- */
#RegionContainer {
    clear: both;
    margin-top: 20px;
    margin-left: 0;
}
#RegionContainer label, #RegionContainer .formLabel {
    display: inline;
    float: none;
    width: auto;
}
#RegionContainer li {
	clear:both;
	list-style: none;
	margin:0;
	padding: 0;
}
#RegionContainer .col1 {margin-left: 0;}
#RegionContainer .col2 {margin-left: 200px;}
#RegionContainer .col3 {margin-left: 400px;}
#RegionContainer .coltopper1 {margin-top: 0;}
#RegionContainer .coltopper2 {margin-top: -69px;}
#RegionContainer .coltopper3 {margin-top: -72px;}

/* IMAGE CONTAINER
---------------------------------------- */
.profileImage {
	clear: both;
	float: left;
	padding-top: 10px;
}
.simpleimage {
	padding-left: 210px;
	padding-top: 35px;
}

/* LOGIN FORM
---------------------------------------- */
.fader {
	display: none;
}
#LoginFormContainer {
	width: 1000px;
	margin:auto;
}
#LoginFormContainer h4 {
	font-family: 'ChalkdusterRegular', "Century Gothic", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#LoginForm {
	background: #539BC7;
	color:#fff;
	height: 300px;
        overflow: hidden;
}
#LoginForm form {
	width: 400px;
	margin: 0 0 0 auto;
}
#LoginFormInfo {
	width: 300px;
	float: left;
}
#LoginForm .middleColumn {
	margin: 0;
}
#LoginForm label {
	font-weight: bold;
}

#LoginForm input[type="submit"] {
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	padding: 5px;
	background: #539BC7;
	font-size: 12px;
}
#LoginForm input[type="submit"]:hover {
	border: 2px solid #fff;
	color: #539BC7;
	border-radius: 6px;
	padding: 5px;
	background: #fff;
	font-size: 12px;
}
#LoginForm input[type="text"], #LoginForm input[type="password"] {
	background: #fff;
	border: 2px solid #989795;
	border-radius: 6px;
	color: #b2a8a8;
	padding: 3px 8px 3px;
	width: 230px;
	font-family: 'Century Gothic', Arial, Verdana;
	font-size: 12px;
	padding: 5px;
}
#LoginForm input[type="text"]:hover, #LoginForm input[type="password"]:hover {
	background: #989795;
	border: 2px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-family: 'Century Gothic', Arial, Verdana;
	font-size: 12px;
	padding: 5px;
}
#container #MemberLoginForm_LoginForm #Remember input[type="checkbox"] {
    width: 20px;
    float: left;
}
#container #MemberLoginForm_LoginForm #Remember label.right {
    text-align: left;
    float: none;
    margin-left: 0!important;
}
.labelRequired label {
	background: transparent url(../images/form-required.png) no-repeat left center!important;
	padding-left: 12px;
}
span.required {
	background: transparent url(../images/form-required.png) no-repeat left center!important;
	padding-left: 12px;    
}
.holder-required {
	background: transparent url(../images/form-required.png) no-repeat left center!important;
	padding-left: 12px;    
}
/* RSS INFORMATION SIGNUP
---------------------------------------- */
#RSSInformation {
	background: #539BC7;
	color:#fff;
	padding-bottom: 20px;
	border-top: 2px solid #fff;
}
#RSSInformationContainer {
	width: 1000px;
	margin:auto;
}
#RSSInformationContainer h4 {
	font-family: 'ChalkdusterRegular', "Century Gothic", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
}
#RSSLeftContainer {
	width: 490px;
	float: left;
}
#RSSRightContainer {
	width: 490px;
	float: left;
}
#RSSStayConnected a {
	margin: 5px 15px 5px 0;
}
#RSSInformationContainer input[type="submit"] {
	border: 2px solid #fff;
	color: #fff;
	border-radius: 6px;
	padding: 5px;
	background: #539BC7;
	font-size: 12px;
}
#RSSInformationContainer input[type="submit"]:hover {
	border: 2px solid #fff;
	color: #539BC7;
	border-radius: 6px;
	padding: 5px;
	background: #fff;
	font-size: 12px;
}
#RSSInformationContainer input[type="text"], #RSSInformationContainer input[type="password"] {
	background: #fff;
	border: 2px solid #989795;
	border-radius: 6px;
	color: #b2a8a8;
	width: 230px;
	font-family: 'Century Gothic', Arial, Verdana;
	font-size: 12px;
	padding: 5px;
}
#RSSInformationContainer input[type="text"]:hover, #RSSInformationContainer input[type="password"]:hover {
	background: #989795;
	border: 2px solid #fff;
	border-radius: 6px;
	color: #fff;
	font-family: 'Century Gothic', Arial, Verdana;
	font-size: 12px;
	padding: 5px;
}
/****************************************
 *	ERRORS ON THE PROFILES PAGE
 ****************************************/
label[generated="true"].error {
        border: 1px solid red;
        color: red;
        border-radius: 7px 7px 7px 7px;
        float: left;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 5px;
        text-align: left;
        background: pink;
        font-weight: normal;
        width: 667px;
}
span.required, span.validation {
        background: none;
	background-color: pink;
	width: 660px;
	color: red;
	padding: 10px;
	border: 1px solid red;
        margin-left: -10px;
        display: block;
        font-weight: bold;
}
div.holder-required span.required {
        background-image: none;
	background-color: pink;
	width: 660px;
	color: red;
	padding: 10px;
	border: 1px solid red;
        margin-left: -10px;
        display: block;
        font-weight: bold;
}
label span.required,
.holder-required label span.required {
        background: none;
        border: none;
        display: inline;
}
div.holder-required {
        background: none;
        border: none;
        display: inline;
        background-image: none!important;
}
input.holder-required {
        background: none!important;   
}
div.checkbox label {
	position: absolute;
	margin: 5px 0 0 30px;
	width:400px;
	
}
div.checkbox div.middleColumn {
	margin:0 10px 0 0
}

#Password {
	display:block;
}


#Form_addlocation fieldset div.field {
    padding: 0 10px;
}

#Form_addlocation label {
    padding: 5px 0;
    display: block;
    font-weight: bold;
    color: #096A90;
}
#Form_addlocation input[type=text] {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 4px 5px;
    width: 300px;
}
#Form_addlocation select {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 4px 5px;
    width: 300px;
}
#Form_addlocation input[type=password] {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 4px 5px;
    width: 150px;    
}

