@charset "UTF-8";
/* CSS Document */


/***********************************/
/*       header                    */
/***********************************/
#header {
	background-color:#bf82b4;
	border-bottom:solid 1px #ffffff;
	height:95px;
	background-image:url(../images/header-BG.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#header-wrap {
	width:990px;
	overflow:hidden;
	margin:0 auto;
}

#header-logo {
	float:left;
	width:229px;
}

#header-logo img {
	position:relative;	
}

#header-enter-email {
	float: right;
	background-image:url(../images/header-enter-email.png);
	background-repeat:no-repeat;
	width:333px;
	height:60px;
	position:relative;
	top:20px;
	right:20px;
}

#header-enter-email .header-enter-email {
	position:relative;
	left:1px;
	top:5px;
}

.header-twitter {
	position:relative;
	left:40px;
	top:6px;
}

.header-facebook {
	position:relative;
	left:43px;
	top:5px;
}


.header-enter-email-input-field {
    background-color: transparent;
/*    -x-system-font:none;*/
    color:#ccc;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:137px;
	height:17px;
	padding-left:5px;
	margin:28px 0px 0px 27px;
	border-style:none;
}

/***********************************/
/*       milk splashes             */
/***********************************/
#milk-splash-about-bg {
	height:115px;
	background-image:url(../images/about-hdr-noise-bg.jpg);
	background-repeat:repeat-x;
}
#milk-splash-about {
	width: 984px;
	height:115px;
	margin:0 auto;
	background-image: url(../images/about-hdr-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

#milk-splash-booking-bg {
	height:115px;
	background-color:#000;
}
#milk-splash-booking {
	height:115px;
	margin:0 auto;
	background-image: url(../images/milk-splash.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
 
/***********************************/
/*       nav                       */
/***********************************/
#nav {
	height:40px;
	background-image:url(../images/nav-bg.gif);
}

#menu {
	width:960px;
	height:40px;
	margin:0 auto;
	list-style:none;
	overflow:hidden;
	border-left:1px solid #424242;  
}
#menu li {
	display:inline;
	float:left;
	padding-top:10px;
}
#menu li a {
	text-decoration:none;
	padding:1px 17.6px;
	margin:0px 3px;
	color:#b0b0b0;
	font-size:13px;
/*	text-shadow: 0px 1px 2px #fff;*/
	float:left; 
}
#menu li a:hover {
	color:#fff;
/*	text-shadow: 0px 0px 5px #000;*/
	height:40px;
}
.nav-bookMgmt {
	background:url(../images/nav-bookMgmt-bg.png) no-repeat 27px 6px;
	width:336px;
	height:28px;
	position:relative;
	padding:10px 0 0; 
	overflow:hidden; 
}
.nav-bookMgmt .menu-spacer{
	float:right; 
}
.nav-bookMgmt a {
	position:relative;
	left:62px;
	float:none; 
}
.menu-spacer {
	background-color: #424242;
	width:1px;
	height:40px;
	float:left;
	margin:-10px 0 0;
	position:relative; 
}

/***********************************/
/*       main content area         */
/***********************************/
#template-content-bg {
	background-color: #fff;
	background-image:url(../images/about-content-bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-top:solid 1px #e5ba93;
	min-height:400px;
	padding-top:38px;
	border-bottom:solid 1px #d2ccbf;
}
#template-content-main {
	background-image:url(../images/about-content-main-bg.png);
	background-repeat:no-repeat;
	width:984px;
	min-height:567px;
	margin:0 auto;
	color:#606060;
	font-size:13px;
	padding:35px 0px 35px;
	overflow:hidden;
}

#template-content {
	width:915px;
	margin:0 auto;
	overflow:hidden;
}

#vr-bg {
	background:url(../images/dotted-VR.gif);
	background-repeat:repeat-y;
	background-position:665px;
	width:670px;
	float:left;
	min-height:500px;
}



#content-area {
	width:670px;
	margin-top:25px;
}

/***********************************/
/*       posts                     */
/***********************************/
.post {
	width:650px;
	margin-bottom:50px;
}

.post-title {
	font-size:29px;
	font-weight:bold;
}

.post-title a {
	color:#656884;
	text-decoration:none;
}
.post-title a:hover {
	text-decoration:underline;
}
.post-details{
	overflow:hidden;
	margin-top:25px;
	margin-bottom:25px;
}
.post-details a {
	color:#656884;
	text-decoration:none;
}
.post-details a:hover {
	text-decoration:underline;
}
.post-details-tweets{float:left;}
.tweet-amount {
	background-image:url(../images/post-details-tweets-bg.gif);
	background-repeat:no-repeat;
	width:50px;
	height:42px;
	font-size:18px;
	text-align:center;
	padding-top:3px;
}

.retweet {
	margin-top:0px;
}

.post-details-fb{
	float:left;
	margin-left:10px;
}

.fb-amount {
	background-image:url(../images/post-details-share-bg.gif);
	background-repeat:no-repeat;
	width:50px;
	height:42px;
	font-size:24px;
	text-align:center;
	padding-top:2px;
	}

.author-tags{
	width:505px;
	height:34px;
	border-top:solid 1px #656884;
	border-bottom:solid 1px #656884;
	margin-left:16px;
}

.author-tags p{
	margin:10px 0px 0px 0px;
}
.date-comments {
	margin-left:16px;
	margin-top:10px;
}

.date-comments-date {
	float:left
}
.comments-amount {
	background-image:url(../images/post-comments-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:26px;
	height:22px;
	float:left;
	margin:0 5px;
}

.comments-amount a {
	color:#fff;
	text-decoration:none;
}

.comments-amount a:hover {
	color:#fff;
	text-decoration:underline;
}

.post-details-info{
	float:left;
}
.post-image-leadin {
	overflow:hidden;
}

.post-image {
	float:left;
	margin-top:3px;
}

.post-image img {
	border: solid 1px #d0d0d0;
	margin:0px 20px 10px 0px;
}

.post-leadin {
	float:left;
	width:450px;
	font-size:13px;
	line-height:20px;
	color:#606060;
	margin-bottom:20px;
}

.post-leadin a {
	color:#D7861F;
	text-decoration:none;
}
.post-leadin a:hover {
	text-decoration:underline;
}

.fb-like-read-more {
	/*overflow:hidden;*/
	margin-bottom:60px;
}

.fb-like {
	float:left;
}

.read-more {
	float:right;
}

#post-bottom {
	margin-top:20px;
	background-image: url(../images/post-bottom.gif);
	width: 650px;
	height:17px;
}




#post-copy {
	font-size:13px;
	line-height:20px;
	color:#606060;
	margin-bottom:20px;
}

#post-copy img {
	margin:10px 0px ;
}

#post-copy a {
	color:#D7861F;
	text-decoration:none;
}
#post-copy a:hover {
	text-decoration:underline;
}

#post-copy p {
	width:630px;
	margin:10px 0;
}

/***********************************/
/*       post pages                */
/***********************************/
#comments {
	width:640px;
	overflow:hidden;
}

.input-comment {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	color:#333;
}

.comment-name {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	color:#333;
	margin:10px 12px 0px 0px;
	width:305px;
	height:20px;
}
.comment-website {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	color:#333;
	margin:10px 0px 0px 0px;
	width:305px;
	height:20px;
}
.comment-email {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:14px;
	color:#333;
	margin:10px 12px 10px 0px;
	width:305px;
	height:20px;
}

.comment-submit-btn {
}

/***********************************/
/*       post pages                */
/***********************************/
#post-pages {
	width:630px;
	height:37px;
	background-color:#656884;
	margin-bottom:20px;
}

#post-pages-list {
	margin:0px 0px 0px 60px;
}

#post-pages-list li {
	display: inline-block;
	margin:11px 0px 0px;
}

#post-pages-list li a {
	color:#fff;
	text-decoration:none;
	padding:10px;
}

#post-pages-list li a:hover {
	text-decoration:underline;
	padding:10px;
	background-color:#4b4d61;
}

#post-pages-list-hover {
	text-decoration:underline;
	padding:10px;
	background-color:#5a5d75;
	color:#fff;
}

/***********************************/
/*       sidebar                   */
/***********************************/
#sidebar {
	margin-top:25px;
	width:230px;
	float:right;
	color:#656884;
}

#recent-posts {
	height:34px;
	border-top:solid 1px #656884;
	border-bottom:solid 1px #656884;
	font-weight:bold;
	font-size:16px;
}

#recent-posts p {
	margin:8px 0px 0px 0px;
}

#recent-posts-list {
	list-style:disc;
	color:#656884;
	margin:20px 0px 0px 13px;
}

#recent-posts-list li {
	margin-bottom:20px;
}

#recent-posts-list li a {
	text-decoration:none;
	color:#333;
}

#recent-posts-list li a:hover {
	text-decoration:underline;
}

#blog-search {
	background-image:url(../images/sidebar-search.gif);
	width:230px;
	height:115px;
	margin:10px 0px 20px;
}

#blog-search img {
	position:relative;
	top:6px;
	left:7px;
}

.search-input {
    background-color: transparent;
/*    -x-system-font:none;*/
    color:#ccc;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	width:145px;
	height:17px;
	padding-left:5px;
	margin:70px 0px 0px 27px;
	border-style:none;
}

#facebook {
	width:230px;
	margin-bottom:30px;
}

#twitter {
	background-image:url(../images/sidebar-twitter-bg.gif);
	width:230px;
	height:300px;
	font-size:10px;
}

/***********************************/
/*       twitter box               */
/***********************************
#twitter_update_list ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size:13px;
	color:#fff;
	padding:30px 20px;
}
#twitter_update_list li {
	padding:10px 20px;
	color:#fff;
}
#twitter_update_list a {
	color: #eba54c;
}
#twitter_update_list a:hover {
	color:#eba54c;
	text-decoration:underline;
}
#twitter img {
	margin:10px 0px 0px 10px;
}

/***********************************/
/*       footer                    */
/***********************************/
#featured-posts {
	height:450px;
	background:url("../images/purple-noise.gif") repeat;
	border-top:solid 1px #fff;
	border-bottom:solid 1px #fff;
}

#featured {
	margin:0 auto;
	width:960px;
}

#featured p {
	margin:30px 0px;
	color:#CCCCFF;
	font-size:28px;
	font-weight:bold;
}

#dotted-HR {
	margin:0 auto;
	width:960px;
	background-image:url(../images/dotted-HR.gif);
	background-repeat:repeat-x;
	height:1px;
}

#featured-list {
	width:1000px;
	margin:35px auto;
	overflow:hidden;
}

#featured-list li {
	display:inline;
	width:155px;
	float:left;
	margin:0px 21px;
}

#featured-list li p {
	margin-left:4px;
}
#featured-list li img {
	border:solid 3px #fff;
	margin-bottom:15px;
}

#featured-list li a {
	color:#fff;
	text-decoration:none;
	font-size:13px;
}

#featured-list li a:hover {
	color:#CCCCFF;
}

/***********************************/
/*       social media icons        */
/***********************************/
#social-media-icons-section {
	height:190px;
	border-top:solid 1px #d2ccbf;
}

#social-media-icons {
	margin:0 auto;
	width:960px;
}
#blog-social-menu {
	width:960px;
	margin:75px 0px;
}

#blog-social-menu li {
	display:inline;
	float:left;
	margin-right:23.7px;
}

.blog-social-menu-first {
	margin-left:25px;
}




/***********************************/
/*       footer                    */
/***********************************/
#footer {
	background-color: #28202C;
	height:140px;
	background-image:url(../images/footer-nav-bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
	border-top:solid 1px #695e45;
	
}


#footer-menu {
	margin: 0 auto;
	width:730px;
	height:59px;
	overflow: hidden;
	list-style:none;
	font-size:13px;
	padding:20px 0px 0px;
}

#footer-menu li {
	display:inline;
	margin:0px 0px;
}

#footer-menu li a {
	padding:5px;
	text-decoration:none;
	color:#a28e6f;
}

#footer-menu li a:hover {
	text-decoration:underline;
}

#footer-bottom {
	margin: 0 auto;
	width:947px;
	color:#867156;
	font-size:11px;
}

#copyright {
	float:left;
	margin-top:15px;
}

#giographix {
	float:right;
	margin-top:-20px;
}

#giographix img {
	position:relative;
	top: 18px;
}

