
/************************************************************************
#  GENERAL
*************************************************************************/
@media only screen and (max-width: 480px),  
only screen and (max-device-width: 480px), 
only screen and (max-device-width: 800px),
handheld{
	.IsMobile {
		text-transform: capitalize; /* using this for mobile detection */
	}
}

/* ----- Fonts ----- */
*{
	font-family: "Times New Roman", Times, serif;
}

body, p {
	color: #282623;
	font-size: 13px;
	line-height: 20px;
}

a:link,
a:visited{
	text-decoration: underline;
	color: #987c4c;
}

a:hover{
	color: #000000;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: unerline;
}

strike{
	text-decoration: line-through;
}

/* ----- Strip Twitter ----- */
.twtr-hd, .twtr-ft{
	display: none;
}

.twtr-widget .twtr-tweet{
	border:none !important;
}

/* -- Images -- */
.Post img{
	display:block;
	margin: 0 auto 10px auto;
}

.Post p img {
	padding: 0;
	max-width: 100%;
	height: inherit;
	margin: 0 auto 10px auto;
}

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

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

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

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter{
	display:block;
	margin:0 auto;
}

img.wp-smiley{
	display:inline;
	margin: 0px !important;
	padding: 0px !important;
}

/* ----- Elements ----- */
.Clear,
.clear {
	clear: both;
}

.left,
.Left{
	float:left;
}

.right,
.Right{
	float:right;
}

.center,
.Center{
	text-align:center;
}

.Blogshow,
.Blogshow > div{
	margin:0 auto;
}

#fb-root{
	display: none !important;
}

/************************************************************************
#  GENERAL END
*************************************************************************/


/************************************************************************
#  UNDER CONSTRUCTION
*************************************************************************/
#under-construction-container{
	width: 800px;
	margin:0 auto 0 auto;
}
	#under-construction-header{
		padding: 35px 0;
	}
		#under-construction-header #logo{
		}
	#under-construction{
		min-height: 180px;
		padding: 30px;
		background: #fff;
		border:1px solid #c8c8c8;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
		#under-construction-title{
			font-size: 22px;
			padding-bottom: 20px;
		}
		#under-construction-message{
		}
/************************************************************************
#  UNDER CONSTRUCTION END
*************************************************************************/


/************************************************************************
#  STRUCTURE
*************************************************************************/
body {
	background: #ffffff url("http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=create_gradient&hex1=ffffff&hex2=ffffff&height=1000") repeat-x;
		padding: 20px 0;
}

	#body-inner {
	}

	#wrapper {
		position: relative;
		margin: 0 auto 0 auto;
		width: 1020px;
	}
	
	#content{
		width: 800px;
		float:left;
		padding-left: 20px;
	}
	
	#sidebar-container{
		width: 200px;
		float:left;
	}
	
		#logo {
			padding-bottom: 30px;
		}
			#logo h1 {
				display: block;
			}
				#logo h1 a {
					display: block;
					text-indent: -9999px;
				}
					#logo h1 a img{
						display:block;
					}
					
		#social-icons{
			position: relative;
			padding-bottom: 20px;
		}
			#social-icons a{
				float: left;
				margin-right: 10px;
				height: 17px;
			}
			/* skype embeds this flash object */
			object#skypedetectionswf{
				display: none;
			}

		#welcome-container{
			padding-bottom: 20px;
		}
			#welcome-container h3#welcome-title{
				color: #987c4c;
				font-size: 14px;
				padding-bottom: 8px;
				margin: 0px;
				font-family: "Palatino Linotype", "Times New Roman", Times, serif;
			}
			#welcome-container #welcome-content{
				padding-bottom:0px;
				margin-bottom:0px;
			}
				#welcome-container #welcome-content h2{
					font-weight:bold;
				}
				#welcome-container #welcome-content ul li{
					margin-left: 25px;
					list-style-type: disc;
				}
/************************************************************************
#  STRUCTURE END
*************************************************************************/



/************************************************************************
#  NAVIGATION
*************************************************************************/
#navigation{
	position:relative;
	z-index: 98;
	border-top: 1px solid #c8c8c8;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	padding-bottom: 27px;
}
	#navigation ul#menu-row-1{
		position:relative;
		z-index:98;
	}
	#navigation ul#menu-row-2{
		position:relative;
		z-index:97;
	}
	#navigation ul#menu-row-3{
		position:relative;
		z-index:96;
	}
	#navigation ul#menu-row-4{
		position:relative;
		z-index:95;
	}
	#navigation ul#menu-row-5{
		position:relative;
		z-index:94;
	}
	#navigation ul#menu-row-6{
		position:relative;
		z-index:93;
	}
	#navigation ul#menu-row-7{
		position:relative;
		z-index:92;
	}
	#navigation ul#menu-row-8{
		position:relative;
		z-index:91;
	}
	#navigation ul#menu-row-9{
		position:relative;
		z-index:90;
	}
	#navigation ul#menu-row-10{
		position:relative;
		z-index:89;
	}
	#navigation ul{
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
		position:relative;
		z-index:98;
		border-bottom: 1px solid #c8c8c8	}
		/* 1st TIER (main) */
		#navigation ul li{
			float:left;
			padding:0 15px;
			margin:0;
			position: relative;
			background: url('images/1pxbg.png');
		}
		#navigation ul a{
			display:block;
			text-decoration:none;
			background:none;
			font-size: 12px;
			color: #987c4c;
			cursor:pointer;
			padding:13px 0;
			text-transform:none;
			font-family: "Palatino Linotype", "Times New Roman", Times, serif;
			background: url('images/1pxbg.png');
		}
		#navigation ul li a:hover{
			color: #000000;
		}
		#navigation ul li.current_page_ancestor a,
		#navigation ul li.current-menu-ancestor a,
		#navigation ul li.current-menu-item a{
			color: #000000;
		}
			#navigation ul li.current_page_ancestor ul li a,
			#navigation ul li.current-menu-ancestor ul li a,
			#navigation ul li.current-menu-item ul li a{
				color: #987c4c;
			}
				#navigation ul li.current_page_ancestor ul li a:hover,
				#navigation ul li.current-menu-ancestor ul li a:hover,
				#navigation ul li.current-menu-item ul li a:hover{
					color: #000000;
				}

			/* 2nd TIER */
			#navigation ul li ul {
				position:absolute;
				display: none;
				list-style-type:none;
				list-style-position:outside;
				z-index:99;
				background: #ffffff;
				border:1px solid #c8c8c8;
				border-top: none;
				margin: 0 0 0 -5px;
				padding: 5px 10px;
				white-space:nowrap;
			}
				#navigation ul li ul li{
					clear: left;
					margin: 0px;
					margin: 0;
					padding: 2px 0;
				}
				#navigation ul li ul li a{
					float:left;
					font-size: 12px;
					color: #987c4c;
					margin: 0px;
					padding: 0px;
				}
				#navigation ul li ul li a:hover{
				}

			/* 3rd TIER */
			#navigation ul li ul li ul {
				display: none !important;
			}

	#navigation ul li:hover ul ul, #navigation ul li:hover ul ul ul, #navigation ul li:hover ul ul ul ul{
		display: none;
	}
	#navigation ul li:hover ul, #navigation ul li li:hover ul, #navigation ul li li li:hover ul, #navigation ul li li li li:hover ul{
		display: block;
	}
/************************************************************************
#  NAVIGATION END
*************************************************************************/



/************************************************************************
#  HOME
*************************************************************************/

/************************************************************************
#  HOME END
*************************************************************************/




/************************************************************************
#  BLOG
*************************************************************************/
.Post {
	margin-bottom: 20px;
}
.Post.PostIndex{
	width: 228px;
	background: url(images/blog_bottom.png) bottom no-repeat;
	padding: 0 1px 1px 1px;
	float:left;
	margin-right: 20px;
}
.Post.PostIndex.PostNoMargin{
	margin-right:0px;
}
	.Post.PostIndex .PostThumb{
		width:228px;
		overflow:hidden;
	}
		.Post.PostIndex .PostThumb img{
			margin-bottom: 0px;
		}
	.Post.PostIndex .PostMiniBody{
		background: #ececec;
		padding:8px;
		position:relative;
		height:116px;
		overflow: hidden;
	}
		.Post a.MetaComments{
			position:absolute;
			top:7px;
			right:8px;
			display:block;
			text-decoration:none;
			color: #282623;
			width: 37px;
			display:block;
		}
			.Post a.MetaComments .CommentNum{
				float:right;
				padding-left:4px;
				padding-top:3px;
				line-height: 13px;
			}
			.Post a.MetaComments img{
				position:relative;
				top:2px;
				float:right;
			}
			
		.Post.PostSingle a.MetaComments{
			top:2px;
			right:0px;
		}

		.Post.PostIndex .Title{
			padding-bottom: 8px;
			width: 165px;
		}
			.Post.PostIndex .Title h2{
				line-height: 1.6em;
			}
			.Post.PostIndex .Title h2 a {
				color: #987c4c;
				font-size: 13px;
				padding-bottom: 8px;
				margin: 0px;
				font-family: "Palatino Linotype", "Times New Roman", Times, serif;
				text-decoration: none;
			}
			.Post.PostIndex .Title h2 a:hover{
				color: #000000;
			}
		
	.Post .Entry{
	}
		.Post .Entry p{
			padding-bottom:20px;
		}
		.Post.PostIndex .Entry p{
			padding-bottom:0px;
		}

		.Post .Entry ul {
			list-style-type: disc;
			margin-bottom: 20px;
		}

		.Post .Entry ol {
			margin-bottom: 20px;
			margin-left:20px;
		}

		.Post .Entry li {
			margin-left: 35px;
		}

		.Post .Entry ul ul{
			margin-bottom: 0px;
		}

		.Post .Entry a {
			text-decoration: underline;
		}

		.Post .Entry a:hover {
			color: #000000;
		}

		.Post .Entry strong {
			font-weight: bold;
		}

		.Post .Entry em {
			font-style: italic;
		}

		.Post .Entry input,
		.Post .Entry textarea {
			background: #e3e3e3;
			color: #282623;
			font-family: "Times New Roman", Times, serif;
			padding: 4px;
			margin: 4px 0;
		}

		.Post .Entry h1{
			font-size: 18px;
			margin-bottom:15px;
		}

		.Post .Entry h2{
			font-size: 17px;
			margin-bottom:15px;
		}

		.Post .Entry h3{
			font-size: 16px;
			margin-bottom:15px;
		}

		.Post .Entry h4{
			font-size: 15px;
			margin-bottom:15px;
		}

		.Post .Entry h5{
			font-size: 14px;
			margin-bottom:15px;
		}

		.Post .Entry h6{
			font-size: 13px;
			margin-bottom:15px;
		}
	
	.Post .MetaSocialMedia{
		position: relative;
	}
		.MetaSocialMedia .TweetPost{
			float: left;
		}
		.MetaSocialMedia .FacebookLike{
			margin:0 !important;
			margin-left: 5px !important;
			width:46px;
			float: left;
		}
		.MetaSocialMedia .Pinterest{
			position:relative;
			float: left;
			height:25px;
		}
			
	.Post .MetaSocialMediaSingle{
		position: relative;
		padding-top:10px;
	}
		.MetaSocialMediaSingle .GooglePlus1{
			float: left;
			margin-right: 0px !important;
		}
		.MetaSocialMediaSingle .TweetPost{
			float: left;
			margin-right: 12px !important;
		}
		.MetaSocialMediaSingle .FacebookLike{
			margin:0 !important;
			width:100px;
			float: left;
		}
		.MetaSocialMediaSingle .Pinterest{
			position:relative;
			float: left;
			height:25px;
		}
/************************************************************************
#  BLOG END
*************************************************************************/


/************************************************************************
#  SINGLE POST
*************************************************************************/
.Post.PostSingle{
}
	.Post.PostSingle .Title{
		padding-bottom: 6px;
		width: 750px;
	}
	.Post.PostSingle .Title h2{
		line-height: 20px;
	}
	.Post.PostSingle .Title h2 a {
		color: #987c4c;
		font-size: 20px;
		padding-bottom: 8px;
		margin: 0px;
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		text-decoration: none;
	}
	.Post.PostSingle .Title h2 a:hover{
		color: #000000;
	}
	
	.Post .DateCategories{
		font-size: 13px !important;
		line-height: 13px !important;
		padding-bottom: 22px;
		text-decoration: none;
		color: #282623 !important;
	}
		.Post .DateCategories a:link,
		.Post .DateCategories a:visited{
			color: #987c4c;
			text-decoration: none;
		}
		.Post .DateCategories a:hover{
			color: #000000;
			text-decoration: none;
		}
		
			.Post .DateCategories .Date{
				float:left;
			}
			
			.Post .DateCategories #DateSpacer{
				padding:0 0 0 4px;
				float:left;
			}

			.Post .DateCategories .MetaCategories{
				float:left;
			}
				.Post .DateCategories .MetaCategories a{
					padding:0 5px;
				}
/************************************************************************
#  SINGLE POST END
*************************************************************************/



/************************************************************************
#  SIDEBAR
*************************************************************************/
#sidebar{
}
	#sidebar .widget{
		padding:0 0 25px 0;
	}

	#sidebar h2{
		color: #987c4c;
		font-size: 14px;
		padding-bottom: 8px;
		margin: 0px;
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	}

	#sidebar a{
		color: #282623;
		text-decoration:none;
	}
		#sidebar-container a:hover{
			color: #000000;
		}
	
	#sidebar ul a{
	}	

	#sidebar ul{
		list-style:none;
		padding:0;
		margin:0;
	}
		#sidebar ul li{
		}
			#sidebar ul li ul{
			}
				#sidebar ul li ul li{
				}
					#sidebar ul li ul li ul{
						border:none;
					}
						#sidebar ul li ul li ul li{
							border-bottom:none;
						}

	#sidebar .widget_text h2{
		border-bottom:none;
	}

	#sidebar .textwidget{
	}

	#sidebar .widget_tag_cloud div{
		padding-top:3px;
	}

	#sidebar .widget_tag_cloud div a{
		padding:0 10px 0 0;
	}

	#sidebar #calendar_wrap{
		padding-top:3px;
	}

	#sidebar #wp-calendar{
		width:100%;
	}

	#sidebar #wp-calendar tr td a{
		text-decoration: underline;
	}

	#sidebar #wp-calendar tr td#next{
		text-align:right;
	}

	#sidebar #searchform{
	}

	widgets a.rsswidget{
		margin: -3px 0;
	}
		#sidebar-container a.rsswidget img{
			position:relative;
			top: 3px;
		}
/************************************************************************
#  SIDEBAR END
*************************************************************************/



/************************************************************************
#  SEARCH
*************************************************************************/
#searchform{
	width: 210px;
}
	#searchform #s{
		border: none;
		color: #282623;
		width:198px;
		height:20px;
		background: #e3e3e3;
		padding: 3px 6px;
		font-size: 13px;
	}

	#searchform #searchsubmit{
		display:none;
		cursor:pointer;
	}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  PAGES
*************************************************************************/
.PageTitle{
	padding-bottom:18px;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	text-decoration: none;
	color: #987c4c;
	font-size: 20px;
}
	.PageTitle h2 a{
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		text-decoration: none;
		color: #987c4c;
		font-size: 20px;
	}
/************************************************************************
#  PAGES END
*************************************************************************/



/************************************************************************
#  ARCHIVES PAGE
*************************************************************************/
.ArchivesSubTitle{
	font-family: "Palatino Linotype", "Times New Roman", Times, serif;
	text-decoration: none;
	color: #987c4c;
	font-size: 18px;
}
/************************************************************************
#  ARCHIVES PAGE END
*************************************************************************/



/************************************************************************
#  ARCHIVE PAGE  -  CATEGORIES, TAGS, DATES, ETC
*************************************************************************/
.ArchiveTitle{
	padding-bottom:18px;
}
	.ArchiveTitle h2{
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		text-decoration: none;
		color: #987c4c;
		font-size: 20px;
	}
/************************************************************************
#  ARCHIVE PAGE END
*************************************************************************/



/************************************************************************
#  CONTACT
*************************************************************************/
.ContactContent{
	padding-bottom: 20px;
		float: left;
	width: 460px !important;  /* width of sidebar - some extra padding */
	}
	#contact-area{
	}
		#contact-area #contact-failed,
		#contact-area #contact-success{
			border: 1px solid #282623;
			margin-bottom:15px;
			padding:5px 10px;
		}
		#contact-area .Respond .Left{
						width:75%;
					}
		#contact-area .Respond .Right{
						width:99%;
					}
	
.ContactSidebar{
	float: right;
	width: 300px !important;
	padding-top: 36px !important;
}
	#contact-side-labels{
		float:left;
		padding-right:10px;
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		font-style: italic;
		color: #987c4c;
	}
	#contact-side-inputs{
		float:left;
	}

		#contact-side-labels .ContactSideItem,
		#contact-side-inputs .ContactSideItem{
			clear:left;
			padding-bottom: 2px;
		}
	#contact-side-map{
		padding-top: 15px;
	}
		#contact-side-map a{
			color: #987c4c !important;
		}
		#contact-side-map a:hover{
			color: #000000 !important;
		}
/************************************************************************
#  CONTACT END
*************************************************************************/



/************************************************************************
#  COMMENTS
*************************************************************************/
#comments-archived-title{
	padding-bottom:10px;
	padding-top:5px;
	line-height: 13px;
}
	#comments-archived-title a{
		font-style:italic;
	}
#comments-archived{
	display: none;
}

#comments{
	position:relative;
	padding-top: 22px;
	padding-bottom: 20px;
}
	#comments .CommentsTitle{
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		text-decoration: none;
		color: #987c4c;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 15px;
	}

	ul.CommentList{
		list-style:none;
		position:relative;
	}
		ul.CommentList  .CommentContainerBorder{
			background: url('images/border_fade.png') bottom repeat-x;
			padding: 0px 1px 1px 1px;
		}
		ul.CommentList .CommentContainer{
			padding: 10px 15px 25px 15px;
		}
		ul.CommentList .OddComment .CommentContainer,
		ul.CommentList .EvenComment .OddComment .CommentContainer,
		ul.CommentList .EvenComment .OddComment .EvenComment .OddComment .CommentContainer,
		ul.CommentList .EvenComment .OddComment .EvenComment .OddComment .EvenComment .OddComment .CommentContainer{
			background: #ffffff;
		}
		ul.CommentList .EvenComment .CommentContainer,
		ul.CommentList .OddComment .EvenComment .CommentContainer,
		ul.CommentList .OddComment .EvenComment .OddComment .EvenComment .CommentContainer,
		ul.CommentList .OddComment .EvenComment .OddComment .EvenComment .OddComment .EvenComment .CommentContainer{
			background: #e3e3e3;
		}
			ul.CommentList .Left{
				float:left;
				padding-right:25px;
			}
				ul.CommentList .CommentAvatar{
					float:left;
				}
					ul.CommentList .CommentAvatar img{
						padding:0px !important;
						margin:0px !important;
					}
			ul.CommentList .Right{
				float:right;
				 /* - padding - avatar and padding - border */
				width: 699px; 
			}
			ul.CommentList ul .Right{
				 /* - margin */
				width: 629px; 
			}
			ul.CommentList ul ul .Right{
				 /* - margin */
				width: 559px; 
			}
			ul.CommentList ul ul ul .Right{
				 /* - margin */
				width: 489px; 
			}
			ul.CommentList ul ul ul ul .Right{
				 /* - margin */
				width: 419px; 
			}
			ul.CommentList ul ul ul ul ul .Right{
				 /* - margin */
				width: 349px; 
			}
			ul.CommentList ul ul ul ul ul ul .Right{
				 /* - margin */
				width: 279px; 
			}
			ul.CommentList ul ul ul ul ul ul ul .Right{
				 /* - margin */
				width: 209px; 
			}
				ul.CommentList .CommentAuthor{
					color: #987c4c;	
					padding: 0 0 1px 0;
					font-size: 15px;
					font-family: "Palatino Linotype", "Times New Roman", Times, serif;
				}
					ul.CommentList .CommentAuthor a{
						text-decoration: none;
						color: #987c4c;	
						font-family: "Palatino Linotype", "Times New Roman", Times, serif;						
					}
				ul.CommentList .CommentDate{
					padding-bottom:12px;
				}
					ul.CommentList .CommentDate a{
						text-decoration: none;
						color: #282623;
					}
					ul.CommentList .CommentReply{
						display:inline;
						color: #987c4c;	
					}
						ul.CommentList .CommentReply a{
							text-decoration: none;
							color: #987c4c;
						}
				ul.CommentList .CommentModeration{
					font-style: italic;
				}
				ul.CommentList .CommentText,
				ul.CommentList .CommentText p{
					color: #282623;
				}

		/* override the indenting from the .post section */
		.Post ul.CommentList li{
			list-style:none;
			margin:0 0 28px 0;
		}
			.Post ul.CommentList li ul{
				margin-left: 70px;
				padding-top: 15px;
			}
				.Post ul.CommentList li ul li{
				}


	.Respond {
		position:relative;
		margin:0 0 5px 0;
		padding-top:5px;
	}
		.Respond .Left{
			width: 45%;
			float:none;
		}
			.Respond .Left p{
				padding-bottom: 10px;
			}
		.Respond .Right{
			width: 58%;
			float:none;
		}
			.Respond a#cancel-comment-reply-link{
				padding: 3px 0 10px 0;
				display:block;
			}

			.Respond input,
			.Respond textarea{
				padding: 8px 10px !important;
				background:none;
				margin: 0px !important;
				background: #e3e3e3;
				border: none;
				color: #282623;
				font-size: 11px;
			}

			.Respond input{
				width:60%;
			}

			.Respond textarea{
				height:120px;
				width:96.5%;
			}

			.Respond .LabelContainer{
				position:relative;
				padding-bottom:12px;
			}

			.Respond .LabelContainer label{
				position:absolute;
				top:4px;
				padding:0 0 0 12px;
			}

			.Respond input#submit{
				background:  url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=submit_button.png&color=282623) no-repeat;
				color: #987c4c;
				position:relative;
				top: 12px;
				width: 80px;
				height:15px;
				line-height:15px;
				padding: 0px !important;
				padding-left: 20px;
				border:none;
				cursor:pointer;
			}

/************************************************************************
#  COMMENTS END
*************************************************************************/


/************************************************************************
#  FOOTER
*************************************************************************/
#entry-navigation{
	padding-top:10px;
}
	#entry-navigation a{
		color: #987c4c;
		font-size: 14px;
		font-family: "Palatino Linotype", "Times New Roman", Times, serif;
		text-decoration: none;
	}
	#entry-navigation .Left,
	#entry-navigation .Right,
	#entry-navigation .wp-pagenavi{
		padding-bottom:10px;
	}

#footer {
	padding-top: 20px;
	border-top: 1px solid #c8c8c8;
}
	#footer .Left{
		width: 49%;
	}
	#footer .Right{
		width: 49%;
		text-align: right;
	}
	#footer {
		position:relative;
	}
	#footer p {
		display: inline;
	}

	#footer #searchform{
		width: 210px;
		position: relative;
	}
		#footer #searchform #s-footer{
			border: none;
			color: #282623;
			width:198px;
			height:20px;
			background: #e3e3e3;
			padding:3px 6px;
			font-size: 13px;
		}

		#footer #searchform #searchsubmit{
			display:none;
			cursor:pointer;
		}
/************************************************************************
#  FOOTER END
*************************************************************************/


/************************************************************************
#  HEADER - ORBIT
*************************************************************************/
#banner-container{
	position: relative;
}

#banner {
	width: 800px;
	height: 600px;
	background: url('images/orbit/loading.gif') no-repeat center center; overflow: hidden;
}
	#banner img,
	#banner div,
	#banner a{
		display: none;
	}

	/* CONTAINER */
	div.orbit-wrapper {
		width: 1px;
		height: 1px;
		position: relative;
	}
		div.orbit {
			width: 1px;
			height: 1px;
			position: relative;
			overflow: hidden
		}
			div.orbit>img {
				position: absolute;
				top: 0;
				left: 0;
				display: none;
			}
			div.orbit>a {
				border: none;
				position: absolute;
				top: 0;
				left: 0;
				line-height: 0;
				display: none;
			}
			.orbit>div {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

	/* TIMER */
	div.timer {
		display: none;
		width: 40px;
		height: 40px;
		overflow: hidden;
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: .6;
		cursor: pointer;
		z-index: 1001;
	}
		span.rotator {
			display: block;
			width: 40px;
			height: 40px;
			position: absolute;
			top: 0;
			left: -20px;
			background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=rotator-black.png&color=) no-repeat;
			z-index: 3;
		}
		span.mask {
			display: block;
			width: 20px;
			height: 40px;
			position: absolute;
			top: 0;
			right: 0;
			z-index: 2;
			overflow: hidden;
		}
		span.rotator.move {
			left: 0;
		}
		span.mask.move {
			width: 40px;
			left: 0;
			background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=timer-black.png&color=) repeat 0 0;
		}
		span.pause {
			display: block;
			width: 40px;
			height: 40px;
			position: absolute;
			top: 0;
			left: 0;
			background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=pause-black.png&color=) no-repeat;
			z-index: 4;
			opacity: 0;
		}
		span.pause.active {
			background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=pause-black.png&color=) no-repeat 0 -40px
		}
		div.timer:hover span.pause,
			span.pause.active {
			opacity: 1;
		}

	/* CAPTIONS */
	.orbit-caption {
		display: none;
	}
		.orbit-wrapper .orbit-caption {
			background: #000;
			background: rgba(0,0,0,.6);
			z-index: 1000;
			text-align: center;
			padding: 7px 0;
			font-size: 13px;
			position: absolute;
			right: 0;
			bottom: 0;
			width: 100%;
		}


	/* DIRECTIONAL NAV */
	div.slider-nav {
		display: block;
	}
		div.slider-nav span {
			width: 36px;
			height: 36px;
			text-indent: -9999px;
			position: absolute;
			z-index: 1000;
			top: 50%;
			cursor: pointer;
			margin-top:-18px;
		}
			div.slider-nav span.right {
				background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=arrow_right.png&color=);
				right: 20px;
			}

			div.slider-nav span.left {
				background: url(http://www.jetaimebeauty.com/blog/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=arrow_left.png&color=);
				left: 20px;
			}

	/* BULLET NAV */
	.orbit-bullets {
		display: none;
		position: absolute;
		z-index: 1000;
		list-style: none;
		bottom: -15px;
		padding: 0;
				left:  283px;
	}
		.orbit-bullets li {
			float: left;
			margin-left: 5px;
			cursor: pointer;
			color: #000000;
			text-indent: -9999px;
			width: 8px;
			height: 8px;
			overflow: hidden;
			background: #282623;
		}
			.orbit-bullets li.active {
				background:#000000;
			}
			.orbit-bullets li.has-thumb {
				background: none;
				width: 100px;
				height: 75px;
			}
			.orbit-bullets li.active.has-thumb {
				background-position: 0 0;
				border-top: 2px solid #000;
			}
/************************************************************************
#  HEADER - ORBIT END
*************************************************************************/



/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: 19.5px;
	font-style:italic;
	line-height:1.3em;
	font-family: "Palatino Linotype", "Times New Roman", Times, serif !important;
}

blockquote{
	background: url('images/shortcodes/quote-start.png') top left no-repeat;
	margin:0 0 15px 0;
}

blockquote p,
.entry blockquote p{
	background: url('images/shortcodes/quote-end.png') bottom right no-repeat;
	padding:5px 25px 0px 25px;
	text-indent: 2em;
}

blockquote.blockquoteLeft{
	display:inline;
	width:40%;
	float:left;
	margin:10px 10px 10px 0;
}

blockquote.blockquoteRight{
	display:inline;
	width:40%;
	float:right;
	margin:10px 0 10px 10px;
}

.red{
	border-top: 4px solid #8F0A00;
	border-bottom: 4px solid #8F0A00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/red_alert.png') no-repeat top left;
	background-position:7px 15px;
}

.green{
	border-top: 4px solid #055F00;
	border-bottom: 4px solid #055F00;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/green_plus.png') no-repeat top left;
	background-position:7px 15px;
}

.yellow{
	border-top: 4px solid #AFA000;
	border-bottom: 4px solid #AFA000;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/yellow_textbox.png') no-repeat top left;
	background-position:7px 15px;
}

.blue{
	border-top: 4px solid #00456F;
	border-bottom: 4px solid #00456F;
	margin:0 0 15px 0;
	padding: 10px 0 10px 40px;
	background: url('images/shortcodes/blue_check.png') no-repeat top left;
	background-position:7px 15px;
}

pre{
	border:1px dotted #777;
	padding:5px 15px;
	margin:0 0 15px 0;
	display:block;
	overflow:auto;
	background:#fff;
}

.TwoColumns{
}
	.TwoColumns .Column1{
		width: 49%;
		margin-right:2%;
		float:left;
	}
	.TwoColumns .Column2{
		width: 49%;
		float:left;
	}

.ThreeColumns{
}

	.ThreeColumns .Column1{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column2{
		width: 32%;
		margin-right:2%;
		float:left;
	}
	.ThreeColumns .Column3{
		width: 32%;
		float:left;
	}

.FourColumns{
}
	.FourColumns .Column1{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column2{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column3{
		width: 23.5%;
		margin-right:2%;
		float:left;
	}
	.FourColumns .Column4{
		width: 23.5%;
		float:left;
	}
/************************************************************************
#  SHORTCODES
*************************************************************************/



/************************************************************************
#  WP-PAGENAVI PLUGIN
*************************************************************************/
#wrapper .wp-pagenavi {
clear: both;
font-size: 14px;
}

#wrapper .wp-pagenavi a,
#wrapper .wp-pagenavi span {
text-decoration: none;
padding: 0px 2px;
border:none;
font-weight: bold;
color: #282623;
font-size: 14px;
}

#wrapper .wp-pagenavi a:hover,
#wrapper .wp-pagenavi span.current {
color: #987c4c;
font-size: 14px;
}

#wrapper .wp-pagenavi .pages{
display:none;
}
/************************************************************************
#  END WP-PAGENAVI PLUGIN
*************************************************************************/