/*
Theme Name: ohad.me
Theme URI: http://ohad.me/
Description: Version 6.0 of Ohad's Website.
Author: Ohad Ben-Yoseph
Author URI: ohad.me
Version: 6.0 
Tags: 

License:
License URI:

General comments (optional).
*/



/* General Framework
----------------------------------------------------------------------------------------------------*/

html {
	margin: 0px;
	padding: 0px;
	}
	
body {
	margin: 0px;
	padding: 0px;
	background: #f2f2f2 url('images/body_wrapper.png') repeat-x;
	font-family: 'lato', 'myriad pro', arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0em;
	word-spacing: 0em;
	color: #333333;
	}
	
	#all_wrapper {
		width: 100%;
		margin: 0px;
		padding: 0px;
		display: block; text-align:center;
		} 
		

	#footer_wrapper {
		margin: 0px;
		padding: 0px;
		display: block;
		height: 146px;
		background: #333333 url('images/footer_wrapper.png');
		}	
		
	.wrapper_1020 {
		width: 1020px;
		margin: 0px auto 0px auto;
		padding: 0px;
		display: block; 
		text-align: left;
		}

	.wrapper_1020_padding {
		margin: 0px 30px 0px 30px; 
		}
		
	.wrapper_960 {	
		width: 960px;
		margin: 0px auto 0px auto;
		padding: 0px;
		display: block;
		}



/* General Terms
----------------------------------------------------------------------------------------------------*/

	
	a.link_no_border {
		margin: 0px;
		padding: 0px;
		border: 0px;
		}

	a {
		color: #22aaee;
		text-decoration: none;
		border: 0px;
		}
		
	a:hover {
		color: #f26535;
		}

	h1 {
		font-family:  'Ubuntu', 'Myriad Pro', verdana, sans-serif;
		font-size: 36px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: left;
		color: #333333;
		line-height: normal;
		}
	
	h2 {
		font-family:  'Ubuntu', 'Myriad Pro', verdana, sans-serif;
		font-size: 28px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: left;
		color: #333333;
		line-height: normal;
		}
		
	h3 {
		font-family:  'Ubuntu', 'Myriad Pro', verdana, sans-serif;
		font-size: 20px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: left;
		color: #333333;
		line-height: normal;
		}


		h3.grey_titles {
			color: white;
			padding: 15px 40px 15px 40px;	
			}	

	h4 {
		font-family:  'Ubuntu', 'Myriad Pro', verdana, sans-serif;
		font-size: 16px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-align: left;
		color: #333333;
		line-height: normal;
		}

	h5 {
		font-family:  'Ubuntu', 'Myriad Pro', verdana, sans-serif;
		font-size: 14px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		line-height: normal;
		}
		
	.small {
		font-size: 12px;
		}
	
	ul.no_list {
		list-style: none;
		text-indent: 0px;
		margin: 0px;
		padding: 0px; 
		}
		
	li.inline {
		display: inline;
		text-indent: 0px;
		}

	.text_center {
		text-align: center;
		}
	
	.lightblue {
		color: #22aaee;
		}
	
	img {
		border-style: none;
		}
		
	.float_right {
		float: right;
		}
		
	.shadow {
		display: inline-block;
		box-shadow: 2px 2px 5px #dddddd;
		-moz-box-shadow: 2px 2px 5px #dddddd;
		-webkit-box-shadow: 2px 2px 5px #dddddd;
		}

	.grey_background {
		background: #333333;
		}

/* The Grids
----------------------------------------------------------------------------------------------------*/


.spacer_960x680, 
.spacer_960x60, 
.spacer_960x40, 
.spacer_960x10, 
.spacer_600x8,
.spacer_480x40, 
.grid_960x400,
.grid_960x300a,
.grid_960x195,
.grid_960x66,
.grid_960x52, 
.grid_960x50, 
.grid_960x0w, 
.grid_960x0c, 
.grid_960x0s, 
.grid_960x0, 
.grid_720x120, 
.grid_640x120, 
.grid_640x145, 
.grid_640x50, 
.grid_640x680, 
.grid_600x400, 
.grid_600x200, 
.grid_600x50, 
.grid_480x300, 
.grid_480x160, 
.grid_480x50w, 
.grid_480x50, 
.grid_480x300l,
.grid_480x300r,
.grid_440x300,
.grid_360x400, 
.grid_330x310, 
.grid_320x680, 
.grid_320x460,
.grid_320x170,
.grid_320x145,
.grid_320x50,
.grid_300x280, 
.grid_300x200,
.grid_300x200l,
.grid_300x200r,
.grid_300x80, 
.grid_120x50, 
.grid_80x120 {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	vertical-align: top;	
	}
			
	/* Header - Icon */
	.grid_720x120 {
		width: 720px;
		height: 120px;
		display: inline-block;
		}

	/* Header - Icon */
	.grid_640x120 {
		width: 640px;
		height: 120px;
		display: inline-block;
		}

	/* Header - Buttons */
	.grid_80x120 {
		width: 80px;
		height: 120px;
		background: none;
		display: inline-block;
		}
		
	/* Spacer - 60 */
	.spacer_960x60 {
		width: 960px;
		height: 60px;
		background: none;
		}	

	/* SPACER 960 */	
	.spacer_960x40 {
		width: 960px;
		height: 40px;
		background: none;
		}


	/* SPACER 960 x 10 */	
	.spacer_960x10 {
		width: 960px;
		height: 10px;
		background: none;
		}

	/* Home - Lead Photo */
		.grid_960x400 {
			width: 960px;
			height: 400px;
			display: block;
			}
	
		/* Home - Lead Photo */
		.grid_600x400 {
			width: 600px;
			height: 400px;
			background: #333333;
			}
	
		/* Home - Lead Photo Description */		
		.grid_360x400 {
			width: 360px;
			height: 400px;
			background: white;
			}

	/* Grey H3 Titles 640 */
	.grid_640x50 {
		width: 640px;
		height: 50px;
		background: #cccccc;
		margin: 0px;
		padding: 0px;
		color: white;
		}

	/* Grey H3 Titles 320 */
	.grid_320x50 {
		width: 320px;
		height: 50px;
		background: #cccccc;
		margin: 0px;
		padding: 0px;
		color: white; 
		}

	/* home social */
	.grid_960x195 {
		width: 960px;
		height: 195px;
		background: white;
		}	

	/* Shorter Home Twitter */
	.grid_640x145 {
		width: 640px;
		height: 145px;
		background: #ffffff;
		}	

	/* Shorter Home Social Icons */
	.grid_320x145 {
		width: 320px;
		height: 145px;
		background: #ffffff;
		}	


	/* Home Thumbs Bar */
	.grid_640x680 {
		width: 640px;
		height: 680px;
		background: none;
		}	

	/* Home Botton */
	.grid_960x680 {
		width: 970px;
		height: 680px;
		background: none;
		}	


	/* Sidebar */
	.grid_320x680 {
		width: 320px;
		height: 680px;
		background: none;
		}	
		
	/* Sidebar - Search */
	.grid_320x170 {
		width: 320px;
		height: 170px;
		background: white;
		}
		
	/* Sidebar - big box */
	.grid_320x460 {
		width: 320px;
		height: 460px;
		background: white;
		}


	/* Grey H3 Titles 600 */
	.grid_600x50 {
		width: 600px;
		height: 50px;
		background: #cccccc;
		margin: 0px;
		padding: 0px;
		color: white;
		}

	/* Thumbnail Spacer */
	.spacer_600x8 {
		width: 600px;
		height: 8px;
		display: block;
		margin: 0px;
		padding: 0px;
		}

	/* Thumbnails - container */
	.grid_600x200 {
		width: 600px;
		height: 200px;
		background: white;
		display: block;
		}

		/* Thumbnails */
		.grid_300x200 {
			width: 300px;
			height: 200px;
			background: white; display: block;
			}

		/* Thumbnails - Left */
		.grid_300x200l {
			width: 300px;
			height: 200px;
			background: #333333;
			margin: 0px;
			padding: 0px;
			border: 0px;
			}
			
		/* Thumbnails - Right */
		.grid_300x200r {
			width: 300px;
			height: 200px;
			background: white;
			margin: 0px;
			padding: 0px;
			border: 0px;
			}
	
	/* Page 960 title */
	.grid_960x66 {
		width: 960px;
		height: 66px;
		background: #cccccc;
		margin: 0px;
		padding: 0px;
		color: white;
		}
		
	/* Single 960 Photo */
	.grid_960x0 {
		width: 960px;
		background: none;
		margin: 0px;
		padding: 0px;
		}

	/* 960 white */
	.grid_960x0w {
		width: 960px;
		background: white;
		margin: 0px;
		padding: 0px;
		}
		
	/* Single 960 with shadow compensation */
	.grid_960x0s {
		width: 960px;
		background: white;
		margin: -3px 0px 0px 0px;
		padding: 0px;
		}
	
	/* Single bar under text */
	.grid_960x52 {
		width: 960px;
		height: 52px;
		background: #cccccc;
		}






	/* Single - Exif, Share + Map Area */
	
	.grid_960x300a {
		width: 970px;
		height: 300px;
		background: none;
		}
	
	
	.grid_480x300l {
		width: 490px;
		height: 300px;
		display: inline-block; background: none;
		}
	
	.grid_480x300r {
		width: 470px;
		height: 300px; text-align: right;
		display: inline-block; background: none;
		}

	/* EXIF SHARE CONTAINER */
	.grid_96x300 {
		width: 480px;
		height: 300px;
		background: none;
		display: block;
		}

	/* Single - Map */
	.grid_440x300 {
		width: 440px;
		height: 300px;
		box-shadow: 2px 2px 5px #dddddd;
		-moz-box-shadow: 2px 2px 5px #dddddd;
		-webkit-box-shadow: 2px 2px 5px #dddddd; 
		}

	/* EXIF SHARE CONTAINER */
	.grid_480x300 {
		width: 480px;
		height: 300px;
		background: none;
		}
			
	/* Single - EXIF */
	.grid_480x160 {
		width: 480px;
		height: 160px;
		background: white;
		}

	/* Single - EXIF - Header */
	.grid_480x50w {
		width: 480px;
		height: 50px;
		background: #cccccc;
		color: white;
		}
	
	/* Single - Share */
	.grid_480x50 {
		width: 480px;
		height: 50px;
		background: #cccccc url(images/share_3button.png) no-repeat right;
		margin: 0px;
		padding: 0px; 
		position: absolute; 
		bottom: 0px; 
		left: 0px;
		}

	.grid_120x50 {
		width: 120px;
		height: 50px;
		background: none;
		}
	
	/* Single 480 vertical spacer */
	.spacer_480x40 {
		width: 480px;
		height: 40px;
		background: none;
		}

	.grid_comments {
		width: 960px;
		display: inline-block;
		margin: 0px auto 0px auto;
		background: white;
		box-shadow: 2px 2px 5px #dddddd;
		-moz-box-shadow: 2px 2px 5px #dddddd;
		-webkit-box-shadow: 2px 2px 5px #dddddd; 
		}

	.grid_map {
		width: 440px;
		height: 300px;
		display: inline-block; float:right;
		margin: 0px 0px 0px 0px;
		background: white;
		box-shadow: 2px 2px 5px #dddddd;
		-moz-box-shadow: 2px 2px 5px #dddddd;
		-webkit-box-shadow: 2px 2px 5px #dddddd; 
		}
		
	.grid_exif {
		width: 480px;
		height: 210px;
		display: inline-block;
		margin: 0px;
		background: white;
		box-shadow: 2px 2px 5px #dddddd;
		-moz-box-shadow: 2px 2px 5px #dddddd;
		-webkit-box-shadow: 2px 2px 5px #dddddd; 
		}

	/* Comments Title */
	.grid_960x50 {
		width: 960px;
		height: 5	0px;	
		background: #cccccc;
		margin: 0px;
		padding: 0px;
		color: white;
		}

	/* Category Page Thumbnails */
	.grid_330x310 {
		width: 330px;
		height: 310px;
		background: none;
		}
	
	.grid_300x80 {
		width: 300px;
		height: 80px; 
		background: white;
		}
	
	.grid_300x280 {
		width: 300px;
		height: 280px;
		}
	
	/* Paginate Background */
	.grid_960x0c {
		width: 960px;
		background: #cccccc;
		}	
		
		
/* HEADER
----------------------------------------------------------------------------------------------------*/


	a.grid_720x120 {
		background: url('images/ohad_header_round.png') no-repeat 0 0; 
		}
		
		a.grid_720x120:hover {
			background: url('images/ohad_header_round.png') no-repeat 0 -120px; 
			}	

	a.grid_640x120 {
		background: url('images/ohad_header_round.png') no-repeat 0 0; 
		}
		
		a.grid_640x120:hover {
			background: url('images/ohad_header_round.png') no-repeat 0 -120px; 
			}	
			
	a.top_menu {
		position: absolute;
		bottom: 19px;
		right: 0px;
		color: white;
		text-align: right;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		background: #22aaee;
		}

		a.top_menu:hover {
			color: #bfbfbf;
			}



/* HOME - Photo + Text
----------------------------------------------------------------------------------------------------*/


a.flap {
	width: 66px;
	height: 66px;
	display: block;
	position: absolute;
	bottom: -6px;
	right: -6px;
	background: url('images/photo_more_flap.png') 0 0px;
	}

	a.flap:hover {
		background-position: 0 -66px;
		}

#photo_box {
	position:  relative;
	width: 360px;
	height: 400px;
	color: #333333;
	}
	
.text_wrapper {
	padding: 40px;
	line-height: 150%;
	}
	
.text_wrapper_2 {
	padding: 40px 40px 0px 40px;
	line-height: 150%;
	}

		a.photo_text_home {
			text-decoration: none;
			text-align: left;
			color: #333333; 
			}
	
		.photo_text_home {
			margin-top: 30px;
			margin-bottom: 30px;
			}

		.date_text_home {
			position: absolute;
			bottom: 36px;
			left: 40px;
			color: #bfbfbf; background: white;
			}
			
		a.comments {
			text-decoration: none;
			color: #bfbfbf;
			}


/* Twitter on Home Page
----------------------------------------------------------------------------------------------------*/


#ohad_twitter_box {
	display: block;
	margin: 40px 0px 40px 40px;
	line-height: 150%;
	}

span.ohad_twitter_left {
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	} 
		
span.ohad_twitter_right {
	width: 490px;
	display: inline-block;
	vertical-align: middle;
	}

img.ohad_twitter_avatar {
	display: inline-block; 
	padding: 7px 30px 7px 0px;
	vertical-align: middle;
	}
	
.ohad_twitter_name {
	font-size: 12px;
	color: #bfbfbf;
	}

a.ohad_twitter_link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	}

a.ohad_twitter_link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
	}

ul.home_social {
	padding: 40px;
	display: block;
	}


.sidebar_box_follow {
	width: 320px;
	background: white;
	}
		
	ul.forty_padding {
		margin: 0px;
		padding: 0px 40px 40px 40px; 
		}
	
	li.sidebar_follow {
		list-style: none;	
		margin: 0px;
		width: 119px;
		display: inline-block; 
		float: left;
		font-size: 18px;  
		}

		li.sidebar_follow:last-child {
			padding-bottom: 0px;		
			}
	
			li.sidebar_follow a {
				text-decoration: none;
				border: 0px;
				}
						

/* Thumb
----------------------------------------------------------------------------------------------------*/


a.thumbs_more_arrow {
	width: 46px;
	height: 46px;
	display: block;
	position: absolute;
	bottom: -6px;
	right: -6px;
	background: url('images/previous_more_flap.png') 0 -46px;
	}

	a.thumbs_more_arrow:hover {
		background-position: 0 0;
		}
		
	p.date_text_thumb {
		font-size: 12px;
		color: #bfbfbf;
		position: absolute;
		bottom: 16px;
		}
		
.grey_wrapper {
	padding: 15px 40px 15px 40px;
	displat: block;
	}
	
.grey_left {
	color: white; 
	width: 260px; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
	}	

.grey_right {
	width: 260px; 
	padding: 0px; 
	margin: 0px;
	display: inline-block;
	text-align: right;
	}
	
					
/* Sidebar
----------------------------------------------------------------------------------------------------*/


.sidebar_box {
	padding: 40px 40px 40px 40px;
	border-bottom: 0px solid #f2f2f2;
	}

.sidebar_box_search {
	width: 320px;
	height: 120px;
	position: relative;
	top: 0px;
	display: inline-block;
	background: white;
	}
	
	form.search_form {
		background: white;
		margin: 40px;
		padding: 5px 0px 5px 20px;
		display: block;
		background: white url(images/search_background.png);
		}
	
	input.search_box {
		display: inline;
		width: 175px;
		height: 30px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background: none;
		color: white;
		font-size: 14px;
		font-weight: bold;
		}
	
	input.search_button {
		display: inline;
		width: 40px;
		height: 30px;
		margin: 0px;
		padding: 0px;
		border: 0px;
		background: none;
		color: white;
		font-weight: bold;
		font-size: 13px;
		}
		
		.list_small {
			color: #bfbfbf;
			font-size: 16px;
			}

.sidebar_box_follow {
	width: 320px;
	background: white;
	}
		
	ul.forty_padding {
		margin: 0px;
		padding: 0px 40px 40px 40px; 
		}
	
	li.sidebar_follow {
		list-style: none;	
		margin: 0px;
		width: 119px;
		display: inline-block; float: left;
		font-size: 17px;  
		}

		li.sidebar_follow:last-child {
			padding-bottom: 0px;		
			}
	
			li.sidebar_follow a {
				text-decoration: none;
				border: 0px;
				}
						

			
/* Search autocomplete
----------------------------------------------------------------------------------------------------*/

						
			.ac_results {
				padding: 0px;
				border: 1px solid #22aaee;
				background-color: #22aaee;
				overflow: hidden;
				padding: 10px;
				color: white;
				font-size: 14px;
				font-weight: bold;
				}
			
			.ac_results ul {
				width: 100%;
				list-style-position: outside;
				list-style: none;
				padding: 0px;
				margin: 0;
				}
			
			.ac_results iframe {
				display:none;/*sorry for IE5*/
				display/**/:block;/*sorry for IE5*/
				position:absolute;
				top:0;
				left:0;
				z-index:-1;
				filter:mask();
				width:3000px;
				height:3000px;
				}
			
			.ac_results li {
				margin: 20px;
				padding: 0px;
				cursor: pointer;
				display: block;
				font-size: 14px;
				overflow: hidden;
				}
			
			/* changes for matches */
			.ac_results li span {
				float: right;
				padding-right: 10px;
				}
			
			.ac_over {
				background-color: Highlight;
				color: HighlightText;
				}			
	
			
/* Sidebar Tabs
----------------------------------------------------------------------------------------------------*/


.sidebar_box_tabs {
	width: 320px;
	margin: 0px;
	padding: 0px;
	background: #f2f2f2;
	}
	
.sidebar_spacer {
	width: 320px;
	height: 40px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	background: none;
	}
		
	ul.tabs {  
	   	margin: 0px;
	   	padding: 0px;  
	   	margin-top: 0px; 
	   	background: white;
		}  
		
	ul.tabs li {  
		list-style: none;  
		display: inline;  
		margin: 0px;
		padding: 0px;
	    border-right: 1px solid white;  
		} 
	
		ul.tabs li:last-child { 
	    	border-right: 0px solid white;  
			}		 
		
	ul.tabs li a {  
		width: 106px;
		display: inline-block;
	    background-color: #22aaee;  
	    color: white;  
	    margin: 0px;
	    padding: 15px 0px 15px 0px;  
	    text-decoration: none;  
	    font-size: 13px;  
	    font-weight: bold;  
	    text-transform: none;  
	    text-align: center;
		}  
				
	ul.tabs li a:hover {  
	    background-color: #cccccc;  
	    border-color: #cccccc;  
		}  
		
	ul.tabs li a.active {  
	    background-color: white;  
	    color: #22aaee;  
	    border: 0px solid white;  
	    border-bottom: 0px solid white;  
		}   
		
		.content {  
		    background-color: #ffffff;  
		    padding: 15px;  
		    border: 0px solid white;  
			}  
		
		#content_2, #content_3 {
			display: none;
			} 
			
	.content ul {  
	    margin:0px;  
	    padding:0px 30px 0px 30px;  
		}  
		
	.content ul li {  
	    color: #bfbfbf;  
	    list-style: none;  
	    border-bottom: 1px solid #f2f2f2;  
	    padding-top: 15px;  
	    padding-bottom: 15px; 
	    line-height: normal; 
		}  
		
	.content ul li a {  
	    text-decoration: none;  
	    color: #22aaee;  
	    font-size: 13px;  
	    line-height: normal; 
		}  
	
	.content ul li a small {  
	    color: #bfbfbf;  
	    font-size: 11px;  
	    position: relative;  
	    left: 4px;  
	    top: 0px;  
		text-transform: none;  
		}  

	.content ul li:last-child {  
	    border-bottom: none;  
		} 
		



/* SINGLE - Photo + Text
----------------------------------------------------------------------------------------------------*/


h1.photo_title {
	margin-bottom: 40px;
	}
	
.photo_text {
	margin: 0px;
	line-height: 175%;
	color: #333333;
	}

		a.photo_text {
			text-decoration: none;
			}

	.single_category_list {
		color: #cccccc;
		}
	
	p.date_text_single_new {
		padding: 20px 40px 20px 40px;
		margin: 0px;
		font-size: 12px;
		color: white;
		}

		p.date_text_single_new a {
			color: white;
			font-weight: bold;
			}
	
		p.date_text_single_new a:hover {
			color: #22aaee;
			font-weight: bold;
			}
			
		span.righty {
			position: absolute; 
			right: 40px;
			}

		img.post_images {
			margin: 40px -40px 0px -40px;
		}
		

	.photo_text blockquote {
		margin-right: 20px;
		margin-left: 20px;
		color: #777777;
		font-style: italic;
		font-size: 15px;
		}

/* Single Page Map
----------------------------------------------------------------------------------------------------*/

.gm-map {
	text-align: right;
	width: 440px;
	height: 300px;
	position: relative;
	right: 0px;
	}

.gm-map iframe {
	margin-left: 30px;
	box-shadow: 2px 2px 5px #dddddd;
	-moz-box-shadow: 2px 2px 5px #dddddd;
	-webkit-box-shadow: 2px 2px 5px #dddddd;
	}


/* Single Page EXIF
----------------------------------------------------------------------------------------------------*/

.exif_header {
	color: white;
	padding: 15px 40px 15px 40px;	
	}

ul.exif {
	}
	
	ul.exif li {	
		padding-bottom: 10px;
		color: #333333;
		font-size: 14px; 
		display: inline-block;	
		line-height: 150%;	
		}
		
	ul.exif li:last-child {
		padding-bottom: 0px;
		}	
		
	ul.exif li.slash {
		color: #22aaee;
		}

	ul.exif b.slash {
		color: #22aaee;
		font-weight: normal;
		}
		
	ul.exif li.exif_title {
		color: #333333;
		font-weight: bold;
		}

		
/* Single Page Share
----------------------------------------------------------------------------------------------------*/
.share_box_360 {
	border: 1px solid red;
	}

.share_box {
	width: 120px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

a.share_box {
	width: 120px;
	height: 50px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	}

h3.share_title {
	margin: 13px 0px 13px 40px;
	color: white;
	}

span.like_text {
	font-size: 12px;
	}
		

/* Comments
----------------------------------------------------------------------------------------------------*/


.comments_bubble {
	width: 30px;
	height: 30px;
	background: transparent url('images/comments_bubble.png');
	position: absolute;
	bottom: 50px;
	left: 585px;
	z-index: 2011;
	display: block;
	}

	.comments_bubble a {
		font-size: 14px;
		font-weight: bold;
		color: #22aaee;
		text-decoration: none;
		border: 0px;
		padding: 16px;
		text-align: center;
		}


.comments_wrapper {
	padding: 0px 40px 40px 40px;	
	}

h3.comments_title {
	color: white;
	padding: 15px 40px 15px 40px;	
	}

ul.comments_list {
	list-style: none;
	text-indent: 0px;
	margin:  0px;
	padding: 0px;
	}

li.comments_frame {
	clear: both;
	border-top: 1px solid #f2f2f2;
	}
	
	li.comments_frame:first-child {
		clear: both;
		border-top: 0px solid #f2f2f2;
		}
	
	
.comments_full {
	width: 880px;
	float: left; 
	display: inline-block;
	margin: 0px;
	padding: 40px 0px 40px 0px;
	}

.comments_left {
	width: 300px;
	float: left; 
	display: inline-block;
	margin: 0px;
	padding: 40px 0px 40px 0px;
	}

	img.avatar {
		float: left;
		padding: 0px;
		margin: 0px 40px 0px 0px;
		}

	p.comments_left_name {
		display: block;
		margin: 0px;
		padding: 0px 40px 10px 0px;
		line-height: 150%;
		font-size: 14px;
		font-weight: bold;
		color: #333333;
		}
	
	p.comments_left_date {
		display: block;
		margin: 0px;
		padding: 0px 40px 0px 0px;
		font-size: 12px;
		font-weight: normal;
		color: #bfbfbf;
		}

.comments_right {
	width: 580px;
	float: right;
	display: inline-block;
	margin: 0px;
	padding: 40px 0px 40px 0px;
	}

	p.comments_right_comment, .comments_right_comment p {
		margin: 0px;
		padding: 0px 40px 0px 0px;
		line-height: 150%;
		font-size: 13px;
		font-weight: normal;
		color: #333333;
		}




.comments_name_background {
	width: 140px;
	height: 40px;
	background: url('images/comments_name_background.png');
	display: inline-block;
	}

.comments_form_box {
	display: block;
	width: 280px;
	height: 40px;
	}	

	.comments_form_box_left {
		display: inline-block;
		width: 80px;
		text-align: right;
		}
		
		label.comments_form_field_name {
			font-size: 12px;
			font-weight: normal;
			color: #bfbfbf;		
			}

	.comments_form_box_right {
		display: inline-block;
		width: 180px;
		height: 40px;
		background: url('images/comments_name_background.png');
		}

		input.comments_form_field {
			margin: 10px 20px 10px 20px;
			width: 140px;
			padding: 0px;
			font-size: 14px;
			font-weight: bold;
			color: white;	
			border: 0px;
			background: #22aaee;
			}


	.comments_text_box {
		width: 580px;
		height: 154px;
		background: url('images/comments_text_background.png');
		}

		textarea.comments_textarea {
			width: 536px;
			height: 110px;
			margin: 20px;
			font-size: 14px;
			font-weight: bold;
			color: white;	
			border: 0px;
			background: #22aaee;
			}

	button.submit_button {
		width: 88px;
		height: 40px;
		background: url('images/comments_submit_background.png');
		border: 0px;
		}


	.comment-subscription-form {
		display: none;
		}


/* Category Page
----------------------------------------------------------------------------------------------------*/

ul.category_thumbs_container {
	margin-right: -30px;
	}

.small_thumb_wrapper {
	padding: 20px;
	}

li.categories {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid white;
	padding-bottom: 4px;
	}


	

/* Paginate
----------------------------------------------------------------------------------------------------*/

.paginate {
	margin: 0px;
	padding: 0px;
	}

.wp-paginate {
	padding: 0; 
	margin: 0;
	}

ol.wp-paginate {
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	}	

.wp-paginate li {
	display: inline; 
	list-style: none;
	text-indent: 0px;
	}

.wp-paginate a {
	background: white; 
	border: 1px solid #22aaee; 
	color: #333333; 
	margin-right: 4px; 
	padding: 3px 6px; 
	text-align: center; 
	text-decoration: none;
	}

.wp-paginate a:hover, .wp-paginate a:active {
	background:#22aaee; 
	color: white;
	}

.wp-paginate .title {
	color: white; 
	margin-right:4px;
	}

.wp-paginate .gap {
	color:#fbfbfb; 
	margin-right:4px;
	}

.wp-paginate .current {
	color:#fff; 
	background:#22aaee; 
	border:1px solid #22aaee; 
	margin-right:4px; 
	padding:3px 6px;
	}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}		
		
		
		
	

/*  Page
----------------------------------------------------------------------------------------------------*/

h1.title_wrapper {
	padding: 15px 40px 15px 40px;
	line-height: normal;
	color: white;
	}

h2.title_wrapper {
	padding: 19px 40px 19px 40px;
	line-height: normal;
	color: white;
	}

	
/* Contact Page
----------------------------------------------------------------------------------------------------*/



input.contact_form_field {
	width: 300px;
	padding: 10px;
	margin: 0px;
	border: 1px solid #22aaee;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	display: inline-block;
	}
	
label.contact_form_field_name {
	font-size: 16px;
	font-weight: normal;
	color: #bfbfbf;		
	padding-right: 10px;
	width: 80px;
	display: inline-block;
	vertical-align: top;
	}

textarea.contact_textarea {
	width: 700px;
	display: inline-block;
	padding: 10px;
	margin: 0px;
	border: 1px solid #22aaee;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: url('images/thanksforcontacting.png') no-repeat bottom right;
	}

input.contact_submit_button {
	display: block;
	margin: 10px 0px 0px 92px;
	padding: 10px;
	background: #22aaee;
	color: white;
	border: 0px;
	font-size: 16px;
	}

.wpcf7-not-valid-tip-no-ajax {
	display: inline;
	}




		
/* FOOTER 
----------------------------------------------------------------------------------------------------*/


	ul.footer_block {
		margin: 0px;
		padding: 70px 0px 30px 0px;
		line-height: 150%;
		display: block;
		}	

	ul.footer_block h5 {
		color: #f2f2f2;
		}

	ul.footer_block a {
		font-size: 14px;
		color: #cccccc;
		border: 0px;
		text-decoration: none;
		}	
		
	li.footer_block_left {
		width: 250px;
		display: inline-block;
		float: left;
		background: #333333;
		vertical-align: top;
		font-size: 13px;
		color: #cccccc;
		}
	
		img.footer_image {
			float: left;
			margin-right: 20px;
			display: inline-block;
			}
		
	li.footer_block_middle {
		width: 338px;
		margin: 0px 30px 0px 30px;
		padding: 0px 30px 0px 30px;
		display: inline-block;
		float: left;
		background: #333333;
		vertical-align: top;
		font-size: 13px;
		color: #cccccc;
		border-style: solid;
		border-color: #cccccc;
		border-width: 0px 1px 0px 1px;
		text-align: center;
		}

	li.footer_block_right {
		width: 250px;
		display: inline-block;
		float: right;
		background: #333333;
		vertical-align: top;
		font-size: 13px;
		color: #cccccc;
		text-align: right;
		}


	/* hide wp-stats smiley */
	img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden;}
	

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}