@charset "utf-8";
/* CSS Document */


#head {
	width:900px;
	height:180px;
}

* {
	margin:0;
	padding:0;
} 
hr {
	height:1px;
	background-color:#c9e3ec;
	color:#c9e3ec;
	border:none;
}
html, body, #wrap {
	height:100%;
}

body > #wrap {
	height:auto;
	min-height:100%;
}

#main {
	padding-bottom:222px;
}  /* must be same height as the footer */

#footer {
	position:relative;
	margin-top:-222px; /* negative value of footer height */
	height: 222px;
	clear:both;
} 

/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*-------------------------------------------------------------
| Common page elements
|------------------------------------------------------------*/
div.navigation {
	display:inline;
	float:left;
	width:100%;
	margin-top:20px;
	padding-top:5px;
	border-top:1px solid #CCC;
}
div#message {
	display:inline;
	float:left;
	margin:10px 0 20px 0;
	font-size:14px;
	width:100%;
}
	span.message {
		display:block;
		padding:10px 10px 0px 10px;
	}
	div.error {
		background-color:#ffc0c7;
		border:1px solid #a61c2c;
		color:#000;
	}
	div.message {
		background-color:#fffbd8;
		border:1px solid #efe15d;
		color:#000;
	}
ul.links {
	float:left;
	margin-top:5px;
	border-bottom:1px dashed #c9e3ec;
}
	ul.links li {
		border-top:1px dashed #c9e3ec;
		padding:10px 0 5px 0 !important;
		line-height:1.5em;
	}
	ul.links li ul {
		float:left;
		margin:0px 0 0 0px;
		width:170px;
	}
	
	li.page_item ul {
		display:none;
	}
	li.page_item.current_page_item ul, li.current_page_ancestor.current_page_parent ul {
		display:block;
	}
	ul.links li ul li {
		border:none !important;
		width:170px;
		background-image:url(../images/bullet-02.png);
		background-repeat:no-repeat;
		background-position:8px 18px !important;
		padding-left:20px !important;
	}
	li.current_page_item a {
		font-weight:bold;
	}
		li.current_page_item ul a {
			font-weight:normal;
		}
#breadcrumbs {
	display:inline;
	float:left;
	width:100%;
	margin:0 0 30px 0;
	font-size:12px;
	padding-bottom:5px;
}
img.left {
	display:block;
	float:left;
}
div#single-wrap, div#content, div#content-index {
	width:635px;
	display:inline;
	float:left;
	margin-right:35px;
}
div#single, div#content {
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	display:inline;
	float:left;
}
#translator-form select { width:100%; }
div#translator-hp { padding:5px; margin:5px; display:block; float:left;  }
	div.single-entry, div.content {
		width:585px;
		margin:25px 0 0 25px;
		padding-top:5px;
		padding-bottom:10px;
	}
		div.single-entry img.alignleft, div.content img.alignleft {
			display:block;
			float:left;
			margin:10px 25px 10px 0;
		}
		
		div.single-entry ul, div#content ul {
			margin:0 0 20px 20px;
		}
			div.single-entry ul li, div#content ul li {
				margin-bottom:10px;
				background-image:url(../images/bullet-03.png);
				background-repeat:no-repeat;
				background-position:0 7px;
				padding-left:27px;
				line-height:1.5em;
			}
div#single-head {
	display:inline;
	float:left;
	width:585px;
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
	margin-bottom:15px;
}
	div#single-thumb {
		width:120px;
		height:120px;
		display:inline;
		float:left;
		margin-right:25px;
	}
	div#single-thumb-headinfo {
		display:inline;
		float:left;
		width:440px;
		margin-top:-8px;
	}
	
/*--------------------------------------------------------------------
| Comments
|-------------------------------------------------------------------*/
#comments {
	display:inline;
	float:left;
	margin:35px 0 35px 0;
	width:100%;
}
#respond {
	display:inline;
	float:left;
	width:100%;
	margin-top:15px;
	padding-top:10px;
	border-top:1px dashed #447795;
}
#commentform label {
		float:left;
		width:220px;
	}
	#commentform input[type=text], #commentform textarea {
		width:400px;
		border:1px solid #447795;
		background-color:#FFF;
	}
		#commentform #submit {
			margin-left:220px;
		}
li.comment {
	width:100%;
	margin-bottom:20px;
	float:left;
}
	ul.commentlist li.thread-even {
		background-color:#cfe8f1;
		border-top:1px solid #a7cedb;
		border-bottom:1px solid #a7cedb;
	}
div.vcard {
	display:inline;
	float:left;
	width:74px;
	height:74px;
}
	div.avatar-wrap {
		display:inline;
		float:left;
		background-color:#fff;
		width:64px;
		height:64px;
		padding:5px;
		margin-bottom:10px;
	}
	span.comment-date {
		display:block;
		float:left;
		width:74px;
		text-align:center;
		font-size:12px;
	}
div.comment-parent-wrap {
	display:inline;
	float:left;
	width:595px;
	margin:20px;
}
div.comment-parent-body {
	display:inline;
	float:left;
	width:501px;
	margin-left:20px;
}
div.child-comment {
	border-left:1px solid #a7cedb;
	display:inline;
	float:left;
	padding:20px;
	margin-bottom:20px;
}
	div.comment-depth-2 {
		width:515px;
		margin-left:80px;
	}
		div.comment-depth-2 .comment-child-body {
			width:421px;
			margin-left:20px;
			display:inline;
			float:left;
		}
	div.comment-depth-3 {
		width:485px;
		margin-left:110px;
	}
		div.comment-depth-3 .comment-child-body {
			width:391px;
			margin-left:20px;
			display:inline;
			float:left;
		}
	div.comment-depth-4 {
		width:455px;
		margin-left:140px;
	}
		div.comment-depth-4 .comment-child-body {
			width:361px;
			margin-left:20px;
			display:inline;
			float:left;
		}
/*---------------------------- END COMMENTS -----------------------*/


#footer {
	width:100%;
	background-image:url(../images/bg-main.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
}
	#footer span {
		display:block;
		width:100%;
		height:222px;
		background-image:url(../images/footer.png);
		background-repeat:no-repeat;
		background-position:right bottom;
	}
div#content_wide {
	width:900px;
	display:inline;
	float:left;
}
div#content {
	display:inline;
	float:left;
	width:635px;
	margin-right:35px;
}
	div.nobg {
		background-image:none !important;
	}
div.title {
	width:100%;
	display:inline;
	float:left;
	margin:20px 0 20px 0;
	padding-bottom:10px;
	border-bottom:1px dashed #8fb2c5;
}
	div.title img {
		float:left;
	}
div#sidebar {
	width:230px;
	display:inline;
	float:left;
}
	div.sidebar-item { display:inline; float:left; width:100%; margin:10px 0 10px 0; }
	div.sb-item {
		display:inline;
		float:left;
		width:100%;
		background-image:url(../images/sb-background.png);
		background-repeat:repeat-y;
		margin-bottom:20px;
	}
		div.sb-item img {
			display:block;
			float:left;
		}
		ul.sb-items li {
			width:192px;
			clear:both;
			float:none;
			padding-bottom:3px;
			margin-bottom:5px;
		}
		img.sb-title {
			display:block;
			float:left;
			margin-bottom:10px;
			clear:both;
		}
		input#s {
			padding:4px;
			width:178px;
			border:1px solid #c9e3ec;
			background-color:#c9e3ec;
		}
		table#wp-calendar {
			width:192px;
			float:left;
			
		}
			#wp-calendar td, #wp-calendar th {
				height:22px;
				vertical-align:middle;
				text-align:center;
			}
		#wp-calendar caption {
			text-align:center;
			width:190px;
			padding:5px 0 5px 0;
		}
	div.sb-ul-container {
		display:inline;
		float:left;
		width:192px;
		margin:3px 0 5px 20px;
	}
div#tag-cloud {
	display:inline;
	float:left;
	width:190px;
	margin-top:10px;
}
div.entry {
	display:inline;
	float:left;
	width:100%;
	margin-bottom:40px;
}
	div.entry-thumbnail {
		width:100px;
		display:inline;
		float:left;
		background-image:url(../images/entry-thumb-bg.png);
		background-repeat:no-repeat;
		padding:15px;
		margin-right:20px;
	}
	div.entry-details {
		display:inline;
		float:left;
		width:100%;
	}
	div.with-thumb {
		display:inline;
		float:left;
		width:485px;
	}
/*--------------------------------------------------------------------
| Contact Page
|-------------------------------------------------------------------*/
ul#contact-form label {
	float:left;
	width:160px;
}
	li #the_name, li #email, li #telephone, li #message {
		width:320px;
	}
#contact-button {
	margin-left:160px;
}
/*-------------------------------------------------------------------------------
| Elements
|------------------------------------------------------------------------------*/
ul.form {
}
	ul.form li {
		width:100%;
		float:left;
		padding:0 0 10px 0 !important;
		background-image:none !important;
	}
	
	ul.form input, ul.form textarea, ul.form select {
		padding:4px;
	}

.funky-input {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border:1px solid #bbd9e3;
	background-color:#effbff;
}
div.wp-caption {
	font-style:italic;
	color:#666;
	font-size:14px;
}

/*-----------------------------------------------------------------
| Sociable links
|----------------------------------------------------------------*/
div.sociable ul {
	list-style:none;
}
div.sociable ul li {
	float:left;
	background-image:none;
	margin:0 10px 0 0;
	padding:0;
}
div.sociable_tagline {
	margin-bottom:15px;
}


/*----------------------------------------------------------------
| Google Elements
|---------------------------------------------------------------*/
#google_translate_element {
	width:200px;
	padding:15px;
	float:left;
}
	#google_translate_element select {
		padding:4px;
		width:192px;
	}