
/************************************************************************
#  GENERAL
*************************************************************************/
/* ----- Fonts ----- */
*{
	font-family: Verdana, Arial, sans-serif;
}

body, p {
	color: #7c7c7c;
	font-size: 20px;
	line-height: 1.3em;
}

@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 */
	}
}

a:link,
a:visited{
	text-decoration: underline;
	color: #211d2f;
}

a:hover{
	color: #A8B2B8;
}

em{
	font-style: italic;
}

b, strong{
	font-weight: bold;
}

u{
	text-decoration: underline;
}

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: 2px 0 0 0 !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;
}

.Spacer40{
	height:40px;
}

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

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


/************************************************************************
#  UNDER CONSTRUCTION
*************************************************************************/
#under-construction-container{
	width: 990px;
	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 ;
		-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 {
	position: relative;
	background: #ffffff url("http://adamsphotographynola.com/vega-blog-gateway.php?action=create_gradient&hex1=ffffff&hex2=ffffff&height=1000") repeat-x;
	}	

	#container{
		width: 1030px;
		margin:0 auto;
		position:relative;
		z-index:2;
	}
	
		#header{
			padding:40px 0;
			width: 990px;
		}
		
			#logo {
				float:left;
				padding-right:55px;
			}
				#logo h1 {
					display: block;
				}
					#logo h1 a {
						display: block;
						text-indent: -9999px;
					}
						#logo h1 a img{
							display:block;
						}

		#wrapper{
			width: 1005px;
						padding-left:15px;
		}
		
			#content{
			}
			
			#sidebar-container{
				width: -140px;
				float: left;
				position: relative;
				z-index: 3;
				padding-top:10px;
			}
			
			.SinglePost{
									padding-right: 50px;
					float:left;
					width: 1080px;
							}
			
			.Page{
				width: 990px;
			}
			
			.PageWithSidebar{
				padding-right: 50px;
				float:left;
				width: 1080px;
			}
/************************************************************************
#  STRUCTURE END
*************************************************************************/



/************************************************************************
#  NAVIGATION
*************************************************************************/
#navigation{
	position:relative;
	float:left;
	z-index: 98;
	font-family: Arial, sans-serif;
}
	#navigation ul{
		margin:0;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
		position:relative;
		z-index:98;
		padding-right: 5px;
	}
		/* 1st TIER (main) */
		#navigation ul li{
			float:left;
			padding:0 30px 0 0;
			margin:0;
			position: relative;
		}
		#navigation ul a{
			display:block;
			text-decoration:none;
			white-space:nowrap;
			background:none;
			font-size: 12px;
			line-height: 12px;
			color: #211d2f;
			cursor:pointer;
			padding: 213px 0;
			font-family: Arial, sans-serif;
		}
		#navigation ul li a:hover{
			color: #A8B2B8;
		}
		#navigation ul li.current_page_ancestor a,
		#navigation ul li.current-menu-ancestor a,
		#navigation ul li.current-menu-item a{
			color: #A8B2B8;
		}
			#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: #211d2f;
			}
				#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: #A8B2B8;
				}

			/* 2nd TIER */
			#navigation ul li ul {
				position:absolute;
				left:0px;
				display: none;
				list-style-type:none;
				list-style-position:outside;
				white-space:nowrap;
				z-index:99;
				background: #ffffff;
				border-top: none;
				margin: 0 0 0 -15px;
				padding: 5px 15px;
			}
				#navigation ul li ul li{
					float: left;
					clear: left;
					margin: 0px;
					padding: 0px;
				}
				#navigation ul li ul li a{
					font-size: 12px;
					color: #211d2f;
					margin: 0px;
					padding: 0px;
					line-height: 1.4em;
				}
				#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
*************************************************************************/
#welcome-container{
	width: 920px;
	padding: 35px;
	background: #ffffff;
	margin-bottom:45px;
}
	#welcome-container #welcome{
		float:left;
					width: 920px;
			}
		#welcome #welcome-title{
			color: #211d2f;
			font-size: 8px;
			font-family: Arial, sans-serif;
			padding-bottom: 12px;
			margin: 0px;
		}
		#welcome #welcome-description{
			color: #211d2f;
			font-size: 12px;
		}
			#welcome #welcome-description p{
				color: #211d2f;
				font-size: 12px;
				margin-bottom:12px;
			}
			#welcome #welcome-description h2{
				font-weight:bold;
			}
			#welcome #welcome-description ul li{
				margin-left: 25px;
				list-style-type: disc;
			}
			
	#welcome-container #social-box{
		float:left;
		width: 304.5px;
		padding-left: 50px;
		padding-top:15px;
	}
		#social-box #social-box-title{
			color: #211d2f;
			font-size: 22px;
			padding-bottom:18px;
		}
		#social-box #social-box-description{
			color: #211d2f;
			font-size: 20px;
			padding-bottom:20px;
		}
			#social-box #social-box-description p{
				color: #211d2f;
			}
		#social-box #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;
			}
		#social-box #searchform{
			width: 230px;
			position: relative;
			float:left;
		}
			#social-box #searchform #s{
				border: none;
				color: #211d2f;
				width:160px;
				height:18px;
				background: #ffffff;
				border:none;
				padding:3px 5px;
				font-size: 20px;
			}
			#social-box #searchform #searchsubmit{
				display: none;
				cursor:pointer;
				background: none;
				border:none;
				color: #7c7c7c;
				font-size: 20px;
			}
	
#social-bar{
	width: 920px;
	padding: 15px 35px;
	background: #ffffff;
	margin-bottom:45px;
}
	#social-bar #social-icons{
		position: relative;
		float:left;
		padding-top: 6px;
	}
		#social-icons a{
			float: left;
			margin-right: 10px;
			height: 17px;
		}
	#social-bar #searchform{
		width: 230px;
		position: relative;
		float:left;
		padding-left:15px;
	}
		#social-bar #searchform #s{
			border: none;
			color: #211d2f;
			width:160px;
			height:18px;
			background: #ffffff;
			border:none;
			padding:3px 5px;
			font-size: 20px;
		}
		#social-bar #searchform #searchsubmit{
			display: none;
			cursor:pointer;
			background: none;
			border:none;
			color: #7c7c7c;
			font-size: 20px;
		}
		
#filter-container{
	width: 970px;
			background: #ffffff;
		padding: 7px 10px 4px 10px;
	margin-bottom:25px;
}
	ul#filters{
	}
		ul#filters li{
			float: left;
			color: #211d2f;
			font-size: 12px;
			line-height: 12px;
			font-family: Arial, sans-serif;
		}
			ul#filters li a{
				color: #211d2f;
				font-size: 12px;
				line-height: 12px;
				font-family: Arial, sans-serif;
				text-decoration: none;
			}
			ul#filters li a:hover,
			ul#filters li a.FilterCurrent{
				color: #57676B;
			}
		ul#filters li.FilterSeparator{
			padding: 0 7px;
		}
		ul#filters li.FilterSeparator:last-child{
			display:none;
		}
			ul#filters ul{
				display: none;
			}
			
#append-category{
	display: none;
}

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




/************************************************************************
#  BLOG
*************************************************************************/
.Post {
}
.Post.PostIndex{
	position:relative;
	width: 240px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #111111;
}
	.Post.PostIndex .PostThumb{
		position:relative;
	}
		.Post.PostIndex .PostThumb a{
			display:block;
		}
		.Post.PostIndex .PostThumb img{
			margin-bottom: 0px;
			display:block;
		}
		
	.Post.PostIndex .PostOverlayBackground{
		display: none;
		position: absolute;
		top:0px;
		left:0px;
		background: #111111;
		opacity:0.86;
		filter:alpha(opacity=86);
		cursor:pointer;
	}
	
	.Post.PostIndex a.PostOverlay{
		display: block;
		padding:15px;
		position: absolute;
		top:0px;
		left:0px;
		z-index:3;
		display: none;
		color: ;
		text-decoration:none;
		overflow:hidden;
		cursor:pointer;
	}
		.Post.PostIndex a.PostOverlay .Title{
		}
			.Post.PostIndex a.PostOverlay .Title h2{
				font-size: 22px !important;
				color: #A8B2B8 !important;
			}
			
		.Post.PostIndex  a.PostOverlay .Excerpt{
			padding-top: 5px;
			font-size: 20px !important;
			color: #A8B2B8 !important;
		}
	
		.Post.PostIndex  a.PostOverlay .Date{
			padding-top: 5px;
			font-size: 20px !important;
			color: #A8B2B8 !important;
			font-style: italic;
		}
		
	.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: #A8B2B8;
		}

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

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

		.Post .Entry input,
		.Post .Entry textarea {
			border: 1px solid #dadada;
			color: #7c7c7c;
			font-family: Verdana, Arial, sans-serif;
			padding: 4px;
			margin: 4px 0;
		}

		.Post .Entry h1{
			font-size: 10.8px;
			margin-bottom:15px;
			font-weight:bold;
		}

		.Post .Entry h2{
			font-size: 10.2px;
			margin-bottom:15px;
			font-weight:bold;
		}

		.Post .Entry h3{
			font-size: 9.6px;
			margin-bottom:15px;
			font-weight:bold;
		}

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

		.Post .Entry h5{
			font-size: 8.4px;
			margin-bottom:15px;
			font-weight:bold;
		}

		.Post .Entry h6{
			font-size: 7.8px;
			margin-bottom:15px;
			font-weight:bold;
		}
	
	.MetaSocialMedia{
		position: relative;
	}
		.MetaSocialMedia .FacebookLike{
			margin:0 !important;
			margin-left: 5px !important;
			width:46px;
			float: left;
		}
		.MetaSocialMedia .Pinterest{
			position:relative;
			float: left;
		}
		.MetaSocialMedia .TweetPost{
			float: left;
		}
		/* skype embeds this flash object */
		object#skypedetectionswf{
			display: none;
		}

	.MetaSocialMediaAlt{
		position: relative;
		padding-bottom:5px;
	}
		.MetaSocialMediaAlt .FacebookLike{
			margin:0 !important;
			width:100px;
			float: left;
		}
		.MetaSocialMediaAlt .Pinterest{
			position:relative;
			float: left;
		}
		.MetaSocialMediaAlt .TweetPost{
			float: left;
			margin-right: 20px !important;
		}
		.MetaSocialMediaAlt .GooglePlus1{
			float: left;
			margin-right: 5px !important;
		}
		
.PostBlogPage{
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #dadada;
}
/************************************************************************
#  BLOG END
*************************************************************************/


/************************************************************************
#  SINGLE POST
*************************************************************************/	
.Post.PostSingle{
	position: relative;
}
	.Post.PostSingle .Title{
		padding-bottom: 25px;
		width: -70px;
	}
		.Post.PostSingle .Title h2{
			line-height: 12px;
			text-transform: uppercase;
			font-weight:bold;
		}
			.Post.PostSingle .Title h2 a {
				color: #333333;
				font-size: 12px;
				padding-bottom: 8px;
				margin: 0px;
				font-family: Arial, sans-serif;
				text-decoration: none;
			}
			.Post.PostSingle .Title h2 a:hover{
				color: #A8B2B8;
			}
			
	.Post.PostSingle #post-single-meta{
		padding-bottom: 22px;
	}
		.Post.PostSingle #post-single-meta .MetaBox{
			float:left;
			width:20%;
			padding-left:1.5%;
			padding-right:3%;
			border-left: 1px solid #7c7c7c;
		}
			.Post.PostSingle #post-single-meta .MetaBox a{
				text-decoration: none;
			}
			.Post.PostSingle #post-single-meta .MetaBoxHeader{
				padding-bottom:5px;
				font-size: 18px;
				text-transform:uppercase;
			}
			.Post.PostSingle #post-single-meta .MetaBoxContent{
				font-size: 18px;
			}
				.Post.PostSingle #post-single-meta .MetaBoxContent a.MetaComments .CommentNum{
					display:inline;
				}
	
	.Post.PostSingle .MetaComments{
	}
	
	.Post .DateCategories{
		font-size: 19px !important;
		line-height: 20px !important;
		padding-bottom: 22px;
		text-decoration: none;
		color: #7c7c7c !important;
	}
		.Post .DateCategories a:link,
		.Post .DateCategories a:visited{
			color: #211d2f;
			text-decoration: none;
			text-transform:uppercase;
		}
		.Post .DateCategories a:hover{
			color: #A8B2B8;
			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;
				}
		
	.Post.PostSingle #tags{
		padding-bottom:17px;
	}

	.Post.PostSingle #single-entry-navigation{
		padding:6px 0 14px 0;
	}
		.Post.PostSingle #single-entry-navigation a{
			text-decoration: none;
		}
/************************************************************************
#  SINGLE POST END
*************************************************************************/



/************************************************************************
#  SIDEBAR
*************************************************************************/
#sidebar{
	font-size: 19px;
}
	#sidebar .widget{
		padding:0 0 25px 0;
	}
	
	#sidebar h2{
		color: #333333;
		font-size: 22px;
		margin: 0px;
		font-family: Arial, sans-serif;
		margin-bottom:10px;
	}
	
	#sidebar p{
		font-size: 19px;
	}

	#sidebar a{
		color: #211d2f;
		text-decoration:none;
	}
		#sidebar a:hover{
			color: #A8B2B8;
		}
	
	#sidebar ul a{
	}	

	#sidebar ul{
		list-style:none;
		padding:0;
		margin:0;
	}
		#sidebar ul li{
		}
			#sidebar ul li ul{
			}
				#sidebar ul li ul li{
					padding-left: 10px;
					text-transform: uppercase;
				}
					#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 select{
		margin-left:15px;
	}

	#sidebar .textwidget{
		padding-left: 15px;
	}

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

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

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

	#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{
	}
	
		#sidebar #searchform #s{
			font-size: 19px;
		}
		#sidebar #searchform #searchsubmit{
			display:none;
		}

	#sidebar h2 a.rsswidget{
		margin: -3px 0;
		color: #333333 !important;
		font-size: 25px !important;
		font-family: Arial, sans-serif;
		line-height: 1.5em;
	}
		#sidebar a.rsswidget img{
			position:relative;
			top: 1px;
		}
/************************************************************************
#  SIDEBAR END
*************************************************************************/



/************************************************************************
#  SEARCH
*************************************************************************/
#searchform{
	width: 230px;
	position: relative;
	float:left;
}
	#searchform #s{
		border: 1px solid #dadada;
		color: #7c7c7c;
		font-size: 20px;
		width: -156px;
		background: none;
		padding: 6px 7px;
	}
	#searchform #searchsubmit{
		display: none;
		cursor:pointer;
		background: none;
		border:none;
		color: #7c7c7c;
		font-size: 20px;
	}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  PAGES
*************************************************************************/
.PageTitle{
	padding-bottom:18px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 12px;
}
	.PageTitle h2{
		font-family: Arial, sans-serif;
		color: #333333;
		font-size: 12px;
	}
		.PageTitle h2 a{
			font-family: Arial, sans-serif;
			text-decoration: none;
			color: #333333;
			font-size: 12px;
		}
/************************************************************************
#  PAGES END
*************************************************************************/



/************************************************************************
#  ARCHIVES PAGE
*************************************************************************/
.ArchivesSubTitle{
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #333333;
	font-size: 20px;
	font-weight:bold;
}
/************************************************************************
#  ARCHIVES PAGE END
*************************************************************************/



/************************************************************************
#  ARCHIVE PAGE  -  CATEGORIES, TAGS, DATES, ETC
*************************************************************************/
.ArchiveTitle{
	padding-bottom:18px;
}
	.ArchiveTitle h2{
		font-family: Arial, sans-serif;
		text-decoration: none;
		color: #333333;
		font-size: 12px;
	}
/************************************************************************
#  ARCHIVE PAGE END
*************************************************************************/



/************************************************************************
#  CONTACT
*************************************************************************/
.ContactContent{
	padding-bottom: 20px;
			width: 990px !important;  /* width of sidebar - some extra padding */
	}
	.ContactContent .Respond input{
				width:25%;
			}

	.ContactContent .Respond textarea{
		height:120px;
				width:48%;
			}
	
	#contact-area{
	}
		#contact-area #contact-failed,
		#contact-area #contact-success{
			border: 1px solid #7c7c7c;
			margin-bottom:15px;
			padding:5px 10px;
		}
	
.ContactSidebar{
	float: right;
	width: 300px !important;
	padding-top: 42px !important;
}
	#contact-side-labels{
		float:left;
		padding-right:10px;
		font-family: Arial, sans-serif;
		font-style: italic;
		color: #333333;
	}
	#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: #211d2f !important;
		}
		#contact-side-map a:hover{
			color: #A8B2B8 !important;
		}
/************************************************************************
#  CONTACT END
*************************************************************************/



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

#comments{
	position:relative;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top:1px solid #dadada;
}
	.CommentsTitle{
		font-family: Arial, sans-serif;
		text-decoration: none;
		color: #333333;
		font-size: 7.8px;
		line-height: 7.8px;
		padding-bottom: 18px;
		font-weight:bold;
	}

	ul.CommentList{
		list-style:none;
		position:relative;
	}
		ul.CommentList .CommentContainer{
			padding: 17px 18px 19px 18px;
		}
		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{
			border:3px solid #dadada		}
		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{
			border:3px solid #dadada		}
			
			<!-- 
			ul.CommentList .Right{
				float:right;
				 /* - padding - avatar and padding - border */
				width: -101px; 
			}
			ul.CommentList ul .Right{
				 /* - margin */
				width: -171px; 
			}
			ul.CommentList ul ul .Right{
				 /* - margin */
				width: -241px; 
			}
			ul.CommentList ul ul ul .Right{
				 /* - margin */
				width: -311px; 
			}
			ul.CommentList ul ul ul ul .Right{
				 /* - margin */
				width: -381px; 
			}
			ul.CommentList ul ul ul ul ul .Right{
				 /* - margin */
				width: -451px; 
			}
			ul.CommentList ul ul ul ul ul ul .Right{
				 /* - margin */
				width: -521px; 
			}
			ul.CommentList ul ul ul ul ul ul ul .Right{
				 /* - margin */
				width: -591px; 
			} 
			-->
				ul.CommentList .CommentDate{
					padding-bottom:8px;
					font-style:italic;
					font-size: 19px;
				}
				ul.CommentList .CommentAuthor{
					float:left;
					color: #333333;	
					padding: 0 0 4px 0;
					font-size: 28px;
					font-family: Arial, sans-serif;
				}
					ul.CommentList .CommentAuthor a{
						text-decoration: none;
						color: #333333;					
						font-family: Arial, sans-serif;						
					}
					ul.CommentList .CommentReply{
						float:right;
						color: #333333;	
					}
						ul.CommentList .CommentReply a{
							text-decoration: none;
							color: #211d2f;
						}
						ul.CommentList .CommentReply a:hover{
							text-decoration: none;
							color: #A8B2B8;
						}
				ul.CommentList .CommentModeration{
					font-style: italic;
					clear:both;
				}
				ul.CommentList .CommentText{
					clear:both;
					padding-top:7px;
					border-top: 1px solid #dadada;
				}
				ul.CommentList .CommentText,
				ul.CommentList .CommentText p{
					color: #7c7c7c;
				}

		/* 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{
				}
				
	.CommentsTitle #leave-a-comment{
		border-bottom: 1px solid #dadada;
	}

	.Respond {
		position:relative;
		margin:0 0 5px 0;
		padding-top:10px;
	}
		.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: none;
				border: 1px solid #dadada;
				color: #7c7c7c;
				font-size: 11px;
			}

			.Respond input{
									width:25%;
							}

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

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

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

			.Respond input#submit{
				background: #7c7c7c;
				color: #ffffff;
				position:relative;
				top: 12px;
				width: 80px;
				padding: 5px 0 5px 0 !important;
				padding-left: 20px;
				border:none;
				cursor:pointer;
			}

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


/************************************************************************
#  FOOTER
*************************************************************************/
#footer {
	width: 990px;
	border-top:1px solid #dadada;
	padding:10px 0;
	margin-top:5px;
}
	#footer p {
		display: inline;
		color:##7c7c7c;
	}
		
	#entry-navigation-container{
		padding-bottom:10px;
	}
		#entry-navigation{
			position:relative;
			margin: 0 auto;
			height: 26px;
			line-height:26px;
			text-align:center;
			width:200px;
			color: ;
		}
			#entry-navigation a{
				color: ;
				font-size: 21px;
				font-family: Arial, sans-serif;
				text-decoration: none;
			}
				#entry-navigation a:hover{
					color: ;
				}
			.AjaxNextButton{
				cursor: pointer;
				margin: 0 auto;
				text-align: center;
				background: none;
				border:none;
				color: ;
				font-size: 21px;
				font-family: Arial, sans-serif;
			}
			.AjaxLoading{
				margin:0 auto;
				height:26px;
				width:26px;
			}
	
/************************************************************************
#  FOOTER END
*************************************************************************/



/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: 30px;
	font-style:italic;
	line-height:1.3em;
	font-family: Arial, sans-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: 21px;
}

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

#wrapper .wp-pagenavi a:hover,
#wrapper .wp-pagenavi span.current {
color: #211d2f;
font-size: 21px;
}

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



/************************************************************************
#  HEADER - ORBIT
*************************************************************************/
#banner-container{
	position: relative;
	margin-bottom: 20px;
	width: 990px;
	overflow: hidden;
}

#banner {
	width: 990px;
	height: 20px;
	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://adamsphotographynola.com/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://adamsphotographynola.com/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://adamsphotographynola.com/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://adamsphotographynola.com/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://adamsphotographynola.com/saffron-blog-gateway.php?action=image_colorize&effect=overlay&image=arrow_right.png&color=); */
				right: 20px;
			}

			div.slider-nav span.left {
				/* background: url(http://adamsphotographynola.com/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:  0px;
	}
		.orbit-bullets li {
			float: left;
			margin-left: 5px;
			cursor: pointer;
			color: #A8B2B8;
			text-indent: -9999px;
			width: 8px;
			height: 8px;
			overflow: hidden;
			background: ;
		}
			.orbit-bullets li.active {
				background:#A8B2B8;
			}
			.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
*************************************************************************/


/************************************************************************
#  ISOTOPE
*************************************************************************/
/**** Isotope filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS animation ****/
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         bottom, right, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}




/************************************************************************
#  ISOTOPE END
*************************************************************************/

