/*
Theme Name: ohad.me
Theme URI: http://www.ohad.me/
Description: ohad.me 2012 Website
Version: 2012.6.5
Author: Ohad Ben-Yoseph
Author URI: http://ohad.me/ 
*/

html {
	margin: 0px;
	padding: 0px;
	height:100%;
	}
	
body {
	background-color: #F2F2F2; 
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', 'Myriad Pro', sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	color: #444444;
	line-height: 175%;
	height: 100%;
	}


/* DECORATIONS */

	h1 {
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-size: 26px;
		font-weight: 500;
		padding: 0px;
		margin: 0px;
		/* color: #2ae; */
		}

		h1.the_title {
			line-height: 1.3;
			}

		h1 a {
			color: black;
			}

			h1 a:hover {
				color: #2ae;
				}

	h2 {
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-size: 20px;
		font-weight: 500;
		padding: 0px;
		margin: 0px;
		color: #333;
		}
		
		h2 a {
			color: #2ae;
			}

			h2 a:hover {
				color: #cccccc;
				}

	h3 {
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-size: 14px;
		font-weight: 500;
		color: #2ae;
		}
		
		h2 a {
			color: black;
			}

			h2 a:hover {
				color: #2ae;
				}

	h4 {
		font-weight: 400;
		}

	h5 {
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #333333;
		}
		
		h5 a {
			color: #333333;
			}

			h5 a:hover {
				color: #cccccc;
				}
										
	a {
		color: #2AE;
		text-decoration: none;
		border: 0px;
		}		

		a:hover {
			color: #cccccc;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			transition: color 0.2s;
			}	
			
	img {
		border: 0px;
		}
		
/* HEADER */

	#all_wrapper {
		min-height:100%;
		position:relative;
		}
	
	#header_wrapper {
		position: relative;
		display: block;
		height: 120px;
		padding: 0px;
		margin: 0px;
		background: #22aaee;
		-webkit-box-shadow: 0px 2px 4px 0px #bbbbbb;
		-moz-box-shadow: 0px 2px 4px 0px #bbbbbb;
		-ms-box-shadow: 0px 2px 4px 0px #bbbbbb;
		-o-box-shadow: 0px 2px 4px 0px #bbbbbb;
		box-shadow: 0px 2px 4px 0px #bbbbbb;
		}

	.box_1020x100 {
		width: 960px;
		height: 100px;
		margin: 0px auto;
		display: block;
		position: relative;
		}
		
		a.box_header_left {
			width: 250px;
			height: 80px;
			background: url('images/ohad.png') no-repeat top left;
			border: 0px;
			display: inline;
			position: absolute;
			top: 20px;
			left: 0px;
			}

			a.box_header_left:hover {
				background: url('images/ohad.png') no-repeat bottom left;
				}
							
		ul.box_header_right {
			width: 700px;
			height: 30px;
			position: absolute;
			bottom: 0px;
			right: 0px;
			text-align: right;
			list-style: none;
			margin: 0px;
			padding: 0px;
			}
			
			ul.box_header_right li {
				float: right;
				margin-left: 40px;
				}

				ul.box_header_right li a {
					font-size: 16px;
					color: white;
					position: relative;
					top: 5px;				
					text-shadow: 1px 1px 1px #999999;
					filter: dropshadow(color=#999999, offx=1, offy=1);
					}

					ul.box_header_right li a:hover {
						color: #cccccc;
						text-shadow: 1px 1px 1px #999999;
						filter: dropshadow(color=#999999, offx=1, offy=1);
						-moz-transition: color 0.2s;
						-ms-transition: color 0.2s;
						-o-transition: color 0.2s;
						-webkit-transition: color 0.2s;
						transition: color 0.2s;
						}

/* SEARCH BOX */

	#search {
		width: 200px;
		height: 30px;
		}
	
	#search input[type="text"] {
	    background: url('images/search-white.png') no-repeat 10px 6px #ffffff;
	    border: 0 none;
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
	    color: #cccccc;
	    width: 150px;
	    height: 20px;
	    padding: 3px 15px 5px 35px;
	    -webkit-border-radius: 20px;
	    -moz-border-radius: 20px;
	    border-radius: 20px;
		-webkit-box-shadow: inset 1px 1px 1px 1px #cccccc;
		-moz-box-shadow: inset 1px 1px 1px 1px #cccccc;
		box-shadow: inset 1px 1px 1px 1px #cccccc;
	    -webkit-transition: all 0.7s ease 0s;
	    -moz-transition: all 0.7s ease 0s;
	    -o-transition: all 0.7s ease 0s;
	    -ms-transition: all 0.7s ease 0s;
	    transition: all 0.7s ease 0s;
	    }
	
	#search input[type="text"]:focus {
	    background: url('images/search-dark.png') no-repeat 10px 6px #fcfcfc;
	    color: #666666;
	    width: 150px;
		-webkit-box-shadow: inset 1px 1px 1px 1px #cccccc;
		-moz-box-shadow: inset 1px 1px 1px 1px #cccccc;
		box-shadow: inset 1px 1px 1px 1px #cccccc;
	    }
	    				
		
/* WRAPPER */

	#main_wrapper {
		position: relative;
		display: block;
		width: 1020px;
		margin: 50px auto 0px auto;
		padding-bottom: 102px;
		}
		
/* HOME BOXES */

	.box {
		background: white;
		-webkit-box-shadow: 1px 1px 4px 0px #cccccc;
		-moz-box-shadow: 1px 1px 4px 0px #cccccc;
		box-shadow: 1px 1px 4px 0px #cccccc;
		}

	.box_solid_line {
		width: 960px;
		padding: 0px;
		margin: 30px;
		display: block;
		border-bottom: 1px solid #cccccc;
		}

	.box_1020x500 {
		width: 1020px;
		position: relative;
		min-height: 500px;
		top: 0px;
		left: 0px;
		}
	
		.box_660x500 {
			width: 660px;
			margin-right: 30px;
			min-height: 500px;
			position: relative;
			top: 0px;
			left: 30px;
			}
		
			.box_660x440 {
				width: 660px;
				height: 440px;
				}

				.box_660x440 img {
					border: 0px;
					}
			
			.box_photo_title {
				width: 620px;
				min-height: 20px;
				padding: 20px;
				}

				a.box_photo_title_title {
					width: 500px;
					display: block;
					line-height: 150%;
					}
			
				span.photo_date {
					position: absolute;
					bottom: 20px;
					right: 20px;
					size: 14px;
					color: #cccccc;
					}
			
		
		.box_270x200 {
			width: 270px;
			margin-bottom: 30px;
			position: absolute;
			top: 0px;
			right: 30px;
			display: block;
			background: white;
			}
		
		.box_270x270 {
			width: 270px;
			height: 270px;
			position: absolute;
			bottom: 0px;
			right: 30px;
			}

		.box_270 {
			width: 270px;
			position: absolute;
			bottom: 0px;
			right: 30px;

			}

	.box_thumbnails_home_container {
		width: 1020px;
		height: 460px;
		display: block;
		margin: 0px;
		padding: 0px;
		}

		.box_thumbnails {
			width: 300px;
			height: 200px;
			display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;
			margin: 0px 0px 30px 30px;
			position: relative;
			}
		
			.box_thumbnails img {
				opacity:1;
				-webkit-transition: opacity 500ms ease-out;
				-moz-transition: opacity 500ms ease-out;
				-o-transition: opacity 500ms ease-out;
				-ms-transition: opacity 500ms ease-out;
				transition: opacity 500ms ease-out;
				cursor: pointer;
				}
				
				.box_thumbnails .thumbnail_title {
					width: 300px;
					height: 200px;
					position: absolute;
					top: 0;
					left: 0;
					opacity: 0;
					text-decoration: none;
					color: #444444;
					-webkit-transition: opacity 500ms ease-out;
					-moz-transition: opacity 500ms ease-out;
					-o-transition: opacity 500ms ease-out;
					-ms-transition: opacity 500ms ease-out;
					transition: opacity 500ms ease-out;
					}
					
					.box_thumbnails .thumbnail_title h3 {
						width: 260px;
						height: 14px;
						background: white;
						bottom: 0px;
						padding: 18px 20px 22px 20px;
						margin-top: 146px;
						}
				
				.box_thumbnails .thumbnail_title:hover {
					opacity: .9;
					-webkit-transition: opacity 500ms ease-out;
					-moz-transition: opacity 500ms ease-out;
					-o-transition: opacity 500ms ease-out;
					-ms-transition: opacity 500ms ease-out;
					transition: opacity 500ms ease-out;
					}


/* TITLE LINE */

	.box_title_line, .box_comments_title, .related-posts-type h4 {
		width: 960px;
		margin: 20px 30px 30px 30px;
		padding-bottom: 15px;
		position: relative;
		top: 0px;
		display: block;
		font-size: 18px;
		color: #666666;
		border-bottom: 1px solid #cccccc;
		text-align: center;
		text-shadow: 1px 1px 1px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1);
		}

		.box_title_line {
			margin-top: 50px;
			}

/* POST GALLERY */

	.gallery {
		margin-bottom: 50px;
		}

	.gallery br {
		display: none;
		}

	.gallery-item {
		width: 100%;
		margin-top: 50px;
		}

	.gallery-icon img {
		border: 0px;
		-webkit-box-shadow: 1px 1px 4px 0px #CCC;
		-moz-box-shadow: 1px 1px 4px 0px #cccccc;
		box-shadow: 1px 1px 4px 0px #CCC;
		}

	.gallery-icon a {
		border: 0px;
		}

/* HOME PAGE TWITTER */		

		a.twitter_logo {
			width: 70px;
			height: 50px;
			background: url('images/twitter_logo.png') top no-repeat;
			position: relative;
			top: 20px;
			left: 20px;
			display: inline-block;
			}
			
			a.twitter_logo:hover {
				background: url('images/twitter_logo.png') bottom no-repeat;	
				}
		
		.twitter_name {
			width: 140px;
			position: relative;
			font-size: 16px;
			text-decoration: none;
			border: 0px;
			color: #2AE;
			padding-top: 17px;
			font-size: 18px;
			display: inline-block;
			left: 40px;
			}
		
		.twitter_tweet {
			color: #666;
			display: inline-block;
			padding: 30px 20px 20px 20px;
			}

/* Home Page Project Card */

		.box_270 ul {
			padding: 20px;
			margin: 0px;
			list-style-type: none;
			}
		
			.box_270 ul h2 {
				font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
				font-size: 16px;
				font-weight: 500;
				padding-bottom: 10px;
				}

/* SINGLE PHOTO PAGE */

	.box_photo_top {
		margin: 0px 30px;
		padding: 0px;
		position: relative;
		top: 0px;
		left: 0px;	
		background: #333333;	
		display:-moz-inline-stack;
		display:inline-block;
		zoom:1;
		*display:inline;
		}
		
	.box_photo_bottom {
		width: 960px;
		position: relative;
		top: 0px;
		left: 0px;
		margin: 50px 30px 50px 30px;
		display: block;
		}

		.box_photo_text {
			width: 900px;
			position: relative;
			top: 0px;
			left: 0px;
			padding: 30px 30px 0px 30px;
			}
			
			.box_photo_text h1 {
				margin: 0px 0px 20px 0px;
				padding: 0px;
				}

		.box_photo_text_text {
			display: block;
			padding: 0px 0px 10px 0px;
			}
				
			.box_photo_text_text p {
				padding-bottom: 20px;
				margin: 0px;
				}
				
			.box_photo_text_text img {
				margin: 30px -30px 0px -30px;
				}
		
			.box_photo_text_text blockquote {
				margin: 0px 20px 0px 20px;
				color: #777777;
				font-style: italic;
				}

			p.posted {
				font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
				font-size: 12px;
				font-weight: 500;
				color: #999999; 
				}
		
		.next_post_link_float {
			text-align: right;
			position: relative;
			float: right;
			display: block;
			margin: 0px 0px 20px 20px;
			font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
			font-size: 26px;
			font-weight: 500;
			padding: 0px;
			margin: 0px;
			color: #eeeeee; 
			}

			.next_post_link_float a {
				font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
				font-size: 26px;
				font-weight: 500;
				padding: 0px;
				margin: 0px;
				color: #cccccc; 
				}
	
			.next_post_link_float a:hover {
				color: #2AE;
				}

		ul.box_photo_info {
			width: 920px;
			height: 60px;
			position: relative;
			top: 0px;
			left: 0px;
			font-size: 12px;
			color: #666666;
			list-style: none;
			}

			ul.box_photo_info li.lefty {
				position: absolute;
				width: 300px;
				left: 20px;
				top: 20px;
				text-align: left;
				}

			ul.box_photo_info li.middy {
				position: absolute;
				width: 300px;
				left: 320px;
				top: 20px;
				text-align: center;
				height: 21px;
				}
				





				
				a.box_photo_twitter {
					width: 20px;
					height: 21px;
					background: url('images/share_twitter.png') no-repeat;
					background-position: top;
								display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;
					margin: 0px 10px 0px 10px;
					padding: 0px;
					}	
					
					a.box_photo_twitter:hover {
						background-position: bottom;
						}

				div.box_photo_facebook {
					width: 20px;
					height: 21px;
					background: url('images/share_facebook.png') no-repeat;
					background-position: top;
					display:-moz-inline-stack;
					display:inline-block;
					zoom:1;
					*display:inline;
					margin: 0px 10px 0px 10px;
					padding: 0px;
					cursor: pointer;
					}	
					
					a.box_photo_facebook:hover {
						background-position: bottom;
						}

				a.box_photo_pinterest {
					width: 20px;
					height: 21px;
					background: url('images/share_pinterest.png') no-repeat;
					background-position: top;
								display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;
					margin: 0px 10px 0px 10px;
					padding: 0px;
					}	
					
					a.box_photo_pinterest:hover {
						background-position: bottom;
						}

			ul.box_photo_info li.righty {
				position: absolute;
				width: 300px;
				right: 20px;
				top: 20px;
				text-align: right;
				}

/* SINGLE PAGE RELATED POSTS */

	.related-posts-type ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		width: 1020px;
		}

	.related-posts-type li {
		float: left;
		display: inline;
		width: 300px;
		height: 200px;
		display: -moz-inline-stack;
		display: inline-block;
		zoom: 1;
		margin: 0px 0px 30px 30px;
		position: relative;
		background: white;
		-webkit-box-shadow: 1px 1px 4px 0px #CCC;
		-moz-box-shadow: 1px 1px 4px 0px #cccccc;
		box-shadow: 1px 1px 4px 0px #CCC;
		}

		.related-posts-type li img {
			opacity:1;
			-webkit-transition: opacity 500ms ease-out;
			-moz-transition: opacity 500ms ease-out;
			-o-transition: opacity 500ms ease-out;
			-ms-transition: opacity 500ms ease-out;
			transition: opacity 500ms ease-out;
			cursor: pointer;
			}

			.related-posts-type li a + a {
				height: 200px;
				position: absolute;
				top: 0;
				left: 0;
				opacity: 0;
				text-decoration: none;
				color: #444444;
				-webkit-transition: opacity 500ms ease-out;
				-moz-transition: opacity 500ms ease-out;
				-o-transition: opacity 500ms ease-out;
				-ms-transition: opacity 500ms ease-out;
				transition: opacity 500ms ease-out;
				width: 260px;
				height: 54px;
				background: url('images/thumbnail_background.jpg') no-repeat bottom right;
				bottom: 0px;
				padding: 146px 20px 0px 20px;
				font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
				font-size: 14px;
				font-weight: 500;
				color: #2AE;
				line-height: 54px;
				z-index: 4;
				}
				
				.related-posts-type li a + a:hover {
					opacity: .9;
					-webkit-transition: opacity 500ms ease-out;
					-moz-transition: opacity 500ms ease-out;
					-o-transition: opacity 500ms ease-out;
					-ms-transition: opacity 500ms ease-out;
					transition: opacity 500ms ease-out;
					}




/* SINGLE PAGE EXIF AREA */
	
	.box_exif {
		width: 960px;
		height: 300px;
		margin: 30px 30px 0px 30px;
		padding-bottom: 30px;
		position: relative;
		top: 0px;
		left: 0px;
		font-size: 13px;
		}

		.box_single_exif {
			width: 260px;
			height: 210px;
			margin: 0px 30px 30px 0px;
			position: absolute;
			top: 0px;
			left: 0px;			
			}
			
			.box_single_exif ul {
				margin: 30px;
				padding: 0px;
				list-style-type: none;
				}
			
			.box_single_exif ul li {
				font-size: 11px;
				}

			.box_single_exif .left_exif {
				color: #333;
				}

			.box_single_exif .right_exif {
				color: #2AE;
				float: right;
				}

		.box_single_share {
			width: 260px;
			height: 60px;
			margin: 0px 30px 0px 0px;
			position: absolute;
			top: 240px;
			left: 0px;	
			}	

			.box_single_share h2 {
				float: left;
				width: 40px;
				padding: 20px 30px 20px 30px;
				height: 20px;
				font-size: 16px;
				font-weight: 500;
				}

				ul.share_list {
					float: right;
					list-style: none;
					height: 60px;
					width: 160px;
					margin: 0px;
					padding: 0px;
					}
					
					ul.share_list li {
						display:-moz-inline-stack;
						display: inline-block;
						zoom:1;
						*display: inline;
						height: 30px;
						width: 80px;
						text-align: center;
						}

						ul.share_list li a {
							background: #cccccc;
							color: white;
							padding: 4px 0px;
							margin: 0px;
							display: -moz-inline-stack;
							display: inline-block;
							zoom: 1;
							width: 80px;
							font-weight: 700;
							font-size: 14px;
							}

								a:hover.post_bottom_facebook {
									background: #3B5B99;
									color: white;
									-moz-transition: background 0.5s;
									-ms-transition: background 0.5s;
									-o-transition: background 0.5s;
									-webkit-transition: background 0.5s;
									transition: background 0.5s;
									}		

								a:hover.post_bottom_twitter {
									background: #00ACED;
									color: white;			
									-moz-transition: background 0.5s;
									-ms-transition: background 0.5s;
									-o-transition: background 0.5s;
									-webkit-transition: background 0.5s;
									transition: background 0.5s;
									}		

								a:hover.post_bottom_googleplus {
									background: #DE4B38;
									color: white;				
									-moz-transition: background 0.5s;
									-ms-transition: background 0.5s;
									-o-transition: background 0.5s;
									-webkit-transition: background 0.5s;
									transition: background 0.5s;
									}

								a:hover.post_bottom_pinterest {
									background: #CB2027;
									color: white;			
									-moz-transition: background 0.5s;
									-ms-transition: background 0.5s;
									-o-transition: background 0.5s;
									-webkit-transition: background 0.5s;
									transition: background 0.5s;
									}


		.box_single_category {
			width: 180px;
			height: 240px;
			margin-right: 30px;
			position: absolute;
			top: 0px;
			left: 290px;
			padding: 30px;
			overflow: hiddden;
			font-size: 13px;
			}

			.box_single_category h2 {
				font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
				font-size: 16px;
				font-weight: 500;
				padding-bottom: 10px;
				}

			.box_single_category a {
				}

		.box_single_map {
			width: 400px;
			height: 300px;
			position: absolute;
			top: 0px;
			right: 0px;
			background: white;
			}


/* COMMENTS */
	
	.box_comments {
		width: 960px;
		padding: 0px 30px 30px 30px;
		position: relative;
		top: 0px;
		left: 0px;
		display: block;
		}

		.box_comments_left {
			width: 290px;
			height: 100px;
			float: left;
			}

		.box_comments_left_comments {
			width: 250px;
			float: left;
			padding: 20px 20px 10px 20px;
			font-size: 13px;
			}
				
			.box_comments_left ul {
				position: absolute;
				top: 20px;
				left: 150px;
				padding: 0px;
				margin: 0px;
				list-style-type: none;
				}
				
			.box_comments_left ul li {
				padding: 5px 0px 5px 0px;
				}		

				.box_comments_left ul li.comment_name {
					color: #333333;
					font-size: 13px;
					}	
					
				.box_comments_left ul li.comment_date {
					color: #aaaaaa;
					font-size: 12px;
					}		
				
		.box_comments_right {
			width: 600px;	
			float: right;
			padding: 20px 20px 10px 20px;
			font-size: 13px;
			min-height: 70px;
			height:auto !important;
			height: 70px; 
			}
			
			.box_comments_right p {
				padding: 0px 0px 10px 0px;
				margin: 0px;
				}
	
	textarea.comments_textarea {
		width: 588px;
		height: 58px;
		font-size: 13px;
		}

	label.comments_form_field_name {
		font-size: 13px;
		margin-left: 10px;
		color: #666666;
		}

	.form_fields {
		padding: 5px;
		border: 1px solid #dddddd;
		background-color: #fdfdfd;
		font-size: 12px;
		color: #666666;
		margin-bottom: 10px;
		-webkit-box-shadow: inset 0px 0px 2px 0px #cccccc;
		-moz-box-shadow: inset 0px 0px 2px 0px #cccccc;
		box-shadow: inset 0px 0px 2px 0px #cccccc;
		}
			
		.user_fields {
			width: 150px;
			}
			
	.submit_button {
		border: 1px solid #dddddd;
		cursor: pointer;
		padding: 5px;
		background: #cccccc;
		margin: 0px 20px 10px 0px;
		color: white;
		}
		
		button.submit_button:hover {
			cursor: pointer;
			background: #22aaee;
			color: white;
			}
			
		p.comment-subscription-form {
			display: none;
			}

/* PAGES */

	.box_page {
		width: 960px;
		margin: 0px auto 50px auto;
		}

		h1.box_page_title {
			width: 920px;
			padding: 20px;
			margin: 0px;
			border-bottom: 1px solid #cccccc;
			}
			
		.box_page_text {
			width: 920px;
			padding: 20px;
			margin: 0px;
			}
			
/* CATEGORY PAGES */

	.box_category_title {
		width: 960px;
		margin: 0px 30px 0px 30px;
		padding-bottom: 15px;
		position: relative;
		top: 0px;
		display: block;
		font-size: 18px;
		color: #666666;
		border-bottom: 1px solid #cccccc;
		text-align: center;
		text-shadow: 1px 1px 1px #ffffff;
		filter: dropshadow(color=#ffffff, offx=1, offy=1);
		}

	.box_thumbnails_all {
		width: 1020px;
		display: block;
		margin-top: 30px;
		position: relative;
		top: 0px;
		}

	.box_blank {
		width: 920px;
		margin: 20px auto 50px auto;
		padding: 20px;
		}
		
		.box_blank h2 a {
			color: #22aaee;
			}

/* CUSTOM CATEGORY PAGE */

	.box_960x200 {
		width: 960px;
		height: 200px;
		position: relative;
		top: 30px;
		left: 30px;
		margin-bottom: 30px;
		}

		.box_300x200 {
			width: 300px;
			height: 200px;
			position: absolute;
			top: 0px;
			left: 0px;
			background: #333333;
			}

		.box_660x200 {
			width: 660px;
			height: 200px;
			position: absolute;
			top: 0px;
			left: 300px;
			background: white;
			}
	
/* PAGINATION */

	.box_pagination {
		width: 960px;
		padding-bottom: 30px;
		background: none;
		position: relative;
		top: 0px;
		display: block;
		text-align: center;
		}

	ol.wp-paginate {
		list-style: none;
		padding: 15px 0px 0px 0px;
		margin: 0px 30px 0px 30px;
		border-top: 1px solid #cccccc;
		}

		.wp-paginate li {
			display: inline;
			list-style: none;
			text-indent: 0px;
			font-size: 16px;
			text-shadow: 1px 1px 1px #ffffff;
			filter: dropshadow(color=#ffffff, offx=1, offy=1);
			color: #BBB;
			}

		.wp-paginate li a {
			color: #bbbbbb;
			width: 30px;
			padding: 0px 10px;
			}

		.wp-paginate li a:hover {
			color: #22aaee;
			-moz-transition: color 0.2s;
			-ms-transition: color 0.2s;
			-o-transition: color 0.2s;
			-webkit-transition: color 0.2s;
			transition: color 0.2s;
			}
			
			.wp-paginate span.current {
				font-weight: 700;
				color: #666666;
				padding: 0px 10px;
				}

			
/* FOOTER */

	#footer_wrapper {
position:absolute;
bottom:0;
left:0;
margin: 0px;
padding: 0px;
/*		position: relative;*/
		display: block;
		width: 100%;
		background: #333;
		height: 82px;
		-webkit-box-shadow: 0px -2px 4px 0px #bbbbbb;
		-moz-box-shadow: 0px -2px 4px 0px #bbbbbb;
		box-shadow: 0px -2px 4px 0px #bbbbbb;
		}
		
		ul.footer_block {
			list-style: none;
			width: 960px;
			height: 82px;
			margin: 0px auto;
			padding: 0px;
			display: block;
			position: relative;
			}
		
			ul.footer_block h5 {
				font-size: 14px;
				font-weight: 500;
				color: #f2f2f2;
				margin: 0px 0px 5px 0px;
				padding: 0px;
				}
			
			ul.footer_block a {
				font-size: 14px;
				color: #cccccc;
				border: 0px;
				text-decoration: none;
				}	
				
			ul.footer_block li {
				width: 318px;
				height: 42px;
				margin: 0px;
				padding: 0px;
				position: absolute; 
				top: 20px;
				color: #cccccc;
				font-size: 13px;
				}

				li.footer_block_left {
					left: 0px;
					border-right: 2px solid #666666;
					}
					
					li.footer_block_left img {
						float: left;
						margin-right: 20px;
									display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;
						}
						
				li.footer_block_middle {
					left: 320px;
					border-right: 2px solid #333333;
					text-align: center;
					}
											
				li.footer_block_right {
					left: 640px; top: 0px;
					border-left: 2px solid #666666;
					text-align: right;
					}


/* LIGHTBOX */

	div.fancybox-title-none {
		display: none;
		}
	
	div#fancybox-title	{
		font-family: 'Maven Pro', 'Myriad Pro', verdana, sans-serif;
		font-weight: 500;
		font-size: 14px;
		color: white;
		padding-top: 10px;
		}
	
/* NEW CLEARFIX */

	.clearfix:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
		}
		
	* html .clearfix             { zoom: 1; } /* IE6 */
	
	*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.ngg-slideshow {
		margin-left: -20px;
		}

.ngg-slideshow img {
		margin-left: 0px;
		}