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

body, p {
	color: #474747;
	font-size: 12px;
	line-height: 19px;
}

@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: #ACACAC;
}

a:hover{
	color: #F3AC14;
}

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;
}

p img {
	padding: 0;
	max-width: 100%;
}

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 > div{
	margin:0 auto;
}

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



/************************************************************************
#  STRUCTURE
*************************************************************************/
html{
	background: #FFFFFF;
}

body {
}	
	#header{
		background: #eeeeee;
		top:0px;
		width: 100%;
		position: fixed;
		z-index: 4;
		border-bottom: 1px solid #393939;
	}
	@media only screen and (max-width: 480px),  
	only screen and (max-device-width: 480px), 
	only screen and (max-device-width: 800px), 
	handheld {
		#header {
			position: relative;
		}
	}

	#wrapper-big {
		padding: 10px;
		position: relative;
		overflow:hidden;
		background: #FFFFFF url("http://amygerberphotobotique.com/turmeric-blog-gateway.php?action=create_gradient&hex1=FFFFFF&hex2=FFFFFF&height=1000") repeat-x;
				background-image: url("http://amygerberphotobotique.com/turmeric-blog-data/storage/asset/white-faux-bois-pattern-a42f.jpg");
				background-repeat: repeat;
					}
	
	#wrapper-container{
		background: #FFFFFF url("http://amygerberphotobotique.com/turmeric-blog-gateway.php?action=create_gradient&hex1=FFFFFF&hex2=FFFFFF&height=1000") repeat-x;
		position: relative;
	}
	
		#wrapper{
			padding: 10px;
		}
	
	#content-big{
		position: relative;
		z-index: 3;
		padding-bottom: 40px;
	}
	
	#content{
		width: 1050px;
		float:left;
		padding-left: 10px;
		padding-right: 45px;
		padding-top: 45px;
		position: relative;
		z-index: 3;
	}
	
	#sidebar-container{
		width: 168px;
		border-left: 1px solid #393939;
		float: left;
		position: relative;
		z-index: 3;
	}
	
		#logo {
			float:left;
		}
			#logo h1 {
				display: block;
			}
				#logo h1 a {
					display: block;
					text-indent: -9999px;
				}
					#logo h1 a img{
						display:block;
					}

		#welcome-container{
			padding-bottom: 20px;
		}
			#welcome-container h3#welcome-title{
				color: #000000;
				font-size: 13px;
				padding-bottom: 8px;
				margin: 0px;
				font-family: Arial, sans-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;
	float:right;
	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 15px;
			margin:0;
			position: relative;
		}
		#navigation ul a{
			display:block;
			text-decoration:none;
			white-space:nowrap;
			background:none;
			font-size: 14px;
			line-height: 14px;
			color: #2E2E2E;
			cursor:pointer;
			padding: 33px 0;
			text-transform: uppercase;
			font-weight:bold;
			text-align: right;
			font-family: Arial, sans-serif;
		}
		#navigation ul li a:hover{
			color: #F3AC14;
		}
		#navigation ul li.current_page_ancestor a,
		#navigation ul li.current-menu-ancestor a,
		#navigation ul li.current-menu-item a{
			color: #F3AC14;
		}
			#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: #2E2E2E;
			}
				#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: #F3AC14;
				}

			/* 2nd TIER */
			#navigation ul li ul {
				position:absolute;
				right:0px;
				display: none;
				list-style-type:none;
				list-style-position:outside;
				z-index:99;
				background: #eeeeee;
				border-top: none;
				margin: 0 0 0 -5px;
				padding: 5px 15px;
			}
				#navigation ul li ul li{
					float: right;
					clear: right;
					margin: 0px;
					padding: 0px;
				}
				#navigation ul li ul li a{
					
					font-size: 14px;
					color: #2E2E2E;
					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
*************************************************************************/

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




/************************************************************************
#  BLOG
*************************************************************************/
.Post {
}
.Post.PostIndex{
	position:relative;
	width: 228px;
	padding: 0px 10px 10px 10px;
	float:left;
	margin: 10px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 0px 1px 1px #484848;
	-moz-box-shadow: 0px 0px 1px 1px #484848;
	box-shadow: 0px 0px 1px 1px #484848;
}
	.Post.PostIndex .PostThumb{
	}
		.Post.PostIndex .PostThumb img{
			margin-bottom: 0px;
			padding-top:10px;
		}
	.Post.PostIndex .PostMiniBody{
		padding:8px 0 0 0;
		position:relative;
	}
	
		.Post.PostIndex .Categories{
			font-size: 11px;
			line-height: 1.8em;
			padding-bottom: 4px;
		}
			.Post.PostIndex .Categories a{
				text-decoration: none;
				text-transform: uppercase;
			}
		
		.Post.PostIndex .Title{
		}
			.Post.PostIndex .Title h2{
				line-height: 1.6em;
			}
			.Post.PostIndex .Title h2 a {
				color: #000000;
				font-size: 15px;
				margin: 0px;
				font-family: Arial, sans-serif;
				text-decoration: none;
				text-transform: uppercase;
				font-weight:bold;
			}
			.Post.PostIndex .Title h2 a:hover{
				color: #F3AC14;
			}
			
				.Post.PostIndex .PostMiniBody .Entry{
			height: 20px;
			overflow: hidden;
		}
		
		.Post.PostIndex .PostMiniBody .Categories{
			height: 11px;
			line-height: 11px;
			overflow:hidden;
			padding-bottom: 0px;
			margin-bottom:5px;
			margin-top:3px;
			
		}
				
		.Post a.MetaComments{
			position:relative;
			top:5px;
			display:block;
			float:right;
			text-decoration:none;
			color: #474747;
			width:60px;
			height:18px;
		}
			.Post a.MetaComments .CommentNum{
				float:right;
				padding-left:4px;
				padding-top:3px;
				line-height: 12px;
			}
			.Post a.MetaComments img{
				float:right;
				position:relative;
				top:2px;
				
			}
			
		.Post .PostMiniDate{
			position:relative;
			padding-top: 6px;
			width:145px;
		}
			
		.Post.PostSingle a.MetaComments{
			position:absolute;
			top:2px;
			right:0px;
		}

	.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: #F3AC14;
		}

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

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

		.Post .Entry input,
		.Post .Entry textarea {
			background: #EEEEEE;
			color: #474747;
			font-family: Verdana, Arial, sans-serif;
			padding: 4px;
			margin: 4px 0;
		}

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

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

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

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

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

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

	.MetaSocialMediaAlt{
		position: relative;
		float:left;
		padding-top:3px;
	}
		.MetaSocialMediaAlt .FacebookLike{
			margin:0 !important;
			width:75px;
			float: left;
			position:relative;
			right:5px;
		}
		.MetaSocialMediaAlt .Pinterest{
			position:relative;
			bottom:2px;
			float: left;
			position:relative;
			right:5px;
		}
		.MetaSocialMediaAlt .TweetPost{
			float: left;
			margin-right: 0px !important;
		}
		.MetaSocialMediaAlt .GooglePlus1{
			float: left;
			margin-right: 0px !important;
		}
/************************************************************************
#  BLOG END
*************************************************************************/


/************************************************************************
#  SINGLE POST
*************************************************************************/
#back-to-blog{
	padding-bottom:20px;
}
	#back-to-blog a{
		text-decoration: none;
	}	
.Post.PostSingle{
	position: relative;
}
	.Post.PostSingle .Title{
		padding-bottom: 6px;
		width: 980px;
	}
	.Post.PostSingle .Title h2{
		line-height: 20px;
		text-transform: uppercase;
		font-weight:bold;
	}
	.Post.PostSingle .Title h2 a {
		color: #000000;
		font-size: 20px;
		padding-bottom: 8px;
		margin: 0px;
		font-family: Arial, sans-serif;
		text-decoration: none;
	}
	.Post.PostSingle .Title h2 a:hover{
		color: #F3AC14;
	}
	
	.Post.PostSingle .MetaComments{
	}
	
	.Post .DateCategories{
		font-size: 11px !important;
		line-height: 12px !important;
		padding-bottom: 22px;
		text-decoration: none;
		color: #474747 !important;
	}
		.Post .DateCategories a:link,
		.Post .DateCategories a:visited{
			color: #ACACAC;
			text-decoration: none;
			text-transform:uppercase;
		}
		.Post .DateCategories a:hover{
			color: #F3AC14;
			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{
	}

	.Post.PostSingle #entry-navigation{
		padding-top: 20px;
	}
/************************************************************************
#  SINGLE POST END
*************************************************************************/



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

	#sidebar h2{
		color: #000000;
		font-size: 17px;
		line-height: 1.5em;
		background: #F4B734;
		font-weight: bold;
		margin: 0px;
		font-family: Arial, sans-serif;
		padding-left: 35px;
		margin-bottom:10px;
	}

	#sidebar a{
		color: #474747;
		text-decoration:none;
	}
		#sidebar-container a:hover{
			color: #F3AC14;
		}
	
	#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: 45px;
					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:45px;
	}

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

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

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

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

	#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{
		padding-left: 45px;
	}
	
		#sidebar #searchform #searchsubmit{
			text-transform: uppercase;
		}

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



/************************************************************************
#  SEARCH
*************************************************************************/
#searchform{
	width: 210px;
	position: relative;
	float:left;
}
	#searchform #s{
		border: none;
		color: #474747;
		width:140px;
		height:18px;
		background: #EEEEEE;
		padding:2px 5px;
		font-size: 12px;
	}
	#searchform #searchsubmit{
		cursor:pointer;
		background: none;
		border:none;
		color: #474747;
		font-size: 12px;
	}
/************************************************************************
#  SEARCH END
*************************************************************************/



/************************************************************************
#  PAGES
*************************************************************************/
.PageTitle{
	padding-bottom:18px;
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
	.PageTitle h2 a{
		font-family: Arial, sans-serif;
		text-decoration: none;
		color: #000000;
		font-size: 20px;
		font-weight: bold;
	}
/************************************************************************
#  PAGES END
*************************************************************************/



/************************************************************************
#  ARCHIVES PAGE
*************************************************************************/
.ArchivesSubTitle{
	font-family: Arial, sans-serif;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	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: #000000;
		font-size: 20px;
	}
/************************************************************************
#  ARCHIVE PAGE END
*************************************************************************/



/************************************************************************
#  CONTACT
*************************************************************************/
.ContactContent{
	padding-bottom: 20px;
	}
	.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 #474747;
			margin-bottom:15px;
			padding:5px 10px;
		}
	
.ContactSidebar{
	float: right;
	width: 300px !important;
	padding-top: 36px !important;
}
	#contact-side-labels{
		float:left;
		padding-right:10px;
		font-family: Arial, sans-serif;
		font-style: italic;
		color: #000000;
	}
	#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: #ACACAC !important;
		}
		#contact-side-map a:hover{
			color: #F3AC14 !important;
		}
/************************************************************************
#  CONTACT END
*************************************************************************/



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

#comments{
	position:relative;
	padding-top: 22px;
	padding-bottom: 20px;
}
	#comments .CommentsTitle{
		font-family: Arial, sans-serif;
		text-decoration: none;
		color: #000000;
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 15px;
		font-weight:bold;
	}

	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: #e9e9e9;
		}
		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: #ffffff;
		}
			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: 949px; 
			}
			ul.CommentList ul .Right{
				 /* - margin */
				width: 879px; 
			}
			ul.CommentList ul ul .Right{
				 /* - margin */
				width: 809px; 
			}
			ul.CommentList ul ul ul .Right{
				 /* - margin */
				width: 739px; 
			}
			ul.CommentList ul ul ul ul .Right{
				 /* - margin */
				width: 669px; 
			}
			ul.CommentList ul ul ul ul ul .Right{
				 /* - margin */
				width: 599px; 
			}
			ul.CommentList ul ul ul ul ul ul .Right{
				 /* - margin */
				width: 529px; 
			}
			ul.CommentList ul ul ul ul ul ul ul .Right{
				 /* - margin */
				width: 459px; 
			}
				ul.CommentList .CommentAuthor{
					color: #000000;	
					padding: 0 0 1px 0;
					font-size: 14px;
					font-family: Arial, sans-serif;
				}
					ul.CommentList .CommentAuthor a{
						text-decoration: none;
						color: #000000;	
						font-family: Arial, sans-serif;						
					}
				ul.CommentList .CommentDate{
					padding-bottom:12px;
				}
					ul.CommentList .CommentDate a{
						text-decoration: none;
						color: #474747;
					}
					ul.CommentList .CommentReply{
						display:inline;
						color: #000000;	
					}
						ul.CommentList .CommentReply a{
							text-decoration: none;
							color: #ACACAC;
						}
				ul.CommentList .CommentModeration{
					font-style: italic;
				}
				ul.CommentList .CommentText,
				ul.CommentList .CommentText p{
					color: #474747;
				}

		/* 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: #EEEEEE;
				border: none;
				color: #474747;
				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: url(http://amygerberphotobotique.com/turmeric-blog-gateway.php?action=image_colorize&effect=overlay&image=submit_button.png&color=474747) no-repeat;
				color: #000000;
				position:relative;
				top: 12px;
				width: 80px;
				height:15px;
				line-height:15px;
				padding: 0px !important;
				padding-left: 20px;
				border:none;
				cursor:pointer;
			}

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


/************************************************************************
#  FOOTER
*************************************************************************/
#footer {
	border-top: 1px solid #393939;
	background: #eeeeee;
	bottom: 0px;
	width: 100%;
	position: fixed;
	z-index: 4;
}

@media only screen and (max-width: 480px),  
only screen and (max-device-width: 480px),
only screen and (max-device-width: 800px),
handheld{
	#footer {
		position: relative;
	}
}
	#footer-padding{
		padding: 10px 20px;
		height:26px;
	}
		#footer p {
			display: inline;
		}
		#footer .Left{
			position:absolute;
			top:10px;
			left:20px;
			line-height: 25px;
		}
			#footer .Left #searchform{
				width: 210px;
				position: relative;
				float:left;
			}
				#footer .Left #searchform #s-footer{
					border: none;
					color: #474747;
					width:140px;
					height:18px;
					background: #EEEEEE;
					padding:2px 5px;
					font-size: 12px;
				}

				#footer .Left #searchform #searchsubmit{
					cursor:pointer;
					background: none;
					border:none;
					color: #474747;
					font-size: 12px;
				}
		#footer .Right{
			position:absolute;
			top:10px;
			right:20px;
			text-align: right;
			line-height: 25px;
		}
			#copyright{
				float:right;
			}
			#social-icons{
				position: relative;
				float:right;
				padding-top:4px;
				padding-left:10px;
			}
				#social-icons a{
					float: right;
					margin-left: 10px;
					height: 17px;
				}
				/* skype embeds this flash object */
				object#skypedetectionswf{
					display: none;
				}
			
		#entry-navigation-container{
			width: 100%;
			height:26px;
			line-height:26px;
			position:absolute;
			bottom:7px;
		}
			#entry-navigation{
				margin: 0 auto;
				height: 26px;
				line-height:26px;
				text-align:center;
				width:200px;
				color: #000000;
			}
				#entry-navigation a{
					color: #000000;
					font-size: 13px;
					font-family: Arial, sans-serif;
					text-decoration: none;
				}
					#entry-navigation a:hover{
						color: #F3AC14;
					}
				#entry-navigation .Left,
				#entry-navigation .Right{
					position:relative;
					top:0px;
					left:0px;
					right:0px;
					bottom:0px;
				}
				.AjaxNextButton{
					cursor: pointer;
					margin: 0 auto;
					text-align: center;
					background: none;
					border:none;
					color: #000000;
					font-size: 13px;
					font-family: Arial, sans-serif;
				}
					#ajax-next-button:hover{
						color: #F3AC14;
					}
				.AjaxLoading{
					display: none;
				}
	
/************************************************************************
#  FOOTER END
*************************************************************************/



/************************************************************************
#  SHORTCODES
*************************************************************************/
blockquote,
blockquote p{
	font-size: 18px;
	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: 13px;
}

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

#wrapper .wp-pagenavi a:hover,
#wrapper .wp-pagenavi span.current {
color: #ACACAC;
font-size: 13px;
}

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