/**
 * Theme Name: Enochian
 * Description: A child of the Hybrid theme framework for Enochian.info.
 * Author: Enochian.info
 * Author URI: http://enochian.info/
 * Version: 0.2
 * Template: hybrid
 *
 * Copyright (c) 2009 Enochian.info.  All rights reserved.
 * http://enochian.info/
 *
 */

/*
	Get base CSS
	@import url('../hybrid/library/css/21px.css');
*/
html,body,div,span,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;background:transparent;border:none;text-decoration:none}b,i,hr,u,center,menu,layer,s,strike,font,xmp{margin:0;padding:0;vertical-align:baseline;outline:none;font-size:100%;font-weight:normal;font-style:normal;background:transparent;border:none;text-decoration:none}font{color:#333}center{text-align:left}body{line-height:24px;font-family:Georgia,Times,"Times New Roman",serif;color:#333;background:#fff}h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;margin:0 0 21px 0}h1{font-size:1.8em}h2{font-size:1.7em}h3{font-size:1.55em;}h4{font-size:1.4em}h5{font-size:1.25em}h6{font-size:1.1em}p{margin:0 0 21px 0}ol,ul{list-style:none}ul{list-style:disc;margin:0 0 21px 2.5em}ol{list-style-type:decimal;margin:0 0 21px 3em}ol ol{list-style:upper-roman}ol ol ol{list-style:lower-roman}ol ol ol ol{list-style:upper-alpha}ol ol ol ol ol{list-style:lower-alpha}ul ul,ol ol,ul ol,ol ul{margin-bottom:0}dl{margin:0 0 18px 3px}dl dt{font-weight:bold;margin:12px 0 0 0}dl dd{margin:6px 0 0 1.5em}strong{font-weight:bold}strong strong{font-weight:normal}em,cite{font-style:italic}em em,cite cite{font-style:normal}abbr{cursor:help}acronym{text-transform:uppercase;border-bottom:1px dashed #666;cursor:help}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:baseline;position:relative;bottom:0.3em}sub{vertical-align:baseline;position:relative;top:0.3em}address{font-style:italic;margin:0 0 21px 0}li address,dd address{margin:0}blockquote{margin:0 2.5em;font-style:normal}blockquote em,blockquote cite{font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{cursor:pointer}a img{border:none}pre{overflow:auto;font:.9em Monaco,monospace,Courier,"Courier New";line-height:21px;margin-bottom:21px;padding:9px}code{font:.9em Monaco,monospace,Courier,"Courier New"}pre code{font-size:1em}ins,dfn{font-style:italic;text-decoration:none;border-bottom:1px solid #666}del{text-decoration:line-through}object{margin-bottom:21px}input,textarea{font-size:1em;font-family:Georgia,Times,"Times New Roman",serif;padding:3px}:focus{outline:none}form label{cursor:pointer}option{padding:1px 3px}table{border-collapse:collapse;border-spacing:0;margin-bottom:21px}th,td{text-align:left}hr{margin-bottom:21px}img.wp-smiley{max-height:12px;margin:0;padding:0;border:none}.gallery{display:block;text-align:center;margin-bottom:21px !important}.alignleft,.left{float:left;margin-right:15px}.alignright,.right{float:right;margin-left:15px}.aligncenter,.center{display:block;margin:0 auto 21px auto}.alignnone,.block{clear:both;margin:0 0 21px 0}.clear{clear:both}img.alignleft,img.alignright{display:inline}blockquote.alignleft,blockquote .alignright{width:33%}

/* Body */
body {
	font: 12px/21px Verdana, Arial, sans-serif;
	color: #666;
	background: #eff1e1;
	}
#body-container {
	overflow: hidden;
	width: 100%;
	}

/* Links */
a:link, a:visited {
	color: #4b6e85;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, sans-serif;
	}

/* Lists */
#content ul {
	list-style: none;
	margin-left: 12px;
	}
#content ul li {
	overflow: hidden;
	height: 100%;
	padding: 2px 0 2px 15px;
	background: url(images/bullet.png) no-repeat 0 8px;
	}
#content ul li li {
	background: url(images/bullet-alt.png) no-repeat 0 8px;
	}

/* Blockquotes */
blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	background: url(images/quotes.gif) no-repeat 0 0;
	border: none;
	}
.post blockquote {
	font-style: italic;
	color: #777;
	}
.post blockquote em {
	font-style: normal;
	}

/* Code */
code {
	font-size: 12px;
	padding: 0 3px;
	background: #EFF1E1;
	}
pre {
	font-size: 12px;
	overflow: auto;
	padding: 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}
pre code {
	padding: 0;
	background: transparent;
	}

/* Tables */
table {
	width: 100%;
	background: #0C2E3B;
	border: 1px solid #e2e2e2;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #e2e2e2;
	}
tr {
	background: #EFF1E1;
	}
th {
	padding: .3em;
	color: #fff;
	background: #113644;
	border: 1px solid #e2e2e2;
	}
td a, th a {
	font-weight: bold;
	}

/* Forms */
textarea {
	width: 98%;
	font: normal normal normal 15px/21px arial, verdana, sans-serif;
	}
input {
	font: normal normal normal 13px/21px arial, verdana, sans-serif;
	}
.text-input {
	display: block;
	width: 300px;
	font-size: 15px;
	}
.button {
	margin: 0 10px 0 0;
	padding: 6px 19px;
	font-weight: bold;
	color: #fff;
	background: #0A2934;
	border: 1px solid #000;
	}
.button:hover {
	cursor: pointer;
	background: #113644;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin-right: 3px;
	font-size: 48px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 15px 0 0;
	}
.right, .alignright {
	float: right;
	margin: 0 0 0 15px;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}

/**
* Images
************************************************/
img, a img {
	padding: 5px;
	}
.post img {
	max-width: 594px;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* WP Smilies */
img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Thumbnails */
.thumbnail {
	float: left;
	width: 200px;
	height: 200px;
	margin: 0 15px 10px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* WP Captions [caption] */
.wp-caption {
	overflow: hidden;
	max-width: 588px;
	padding: 6px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	text-align: center;
	}
.wp-caption img, .wp-caption a img {
	max-width: 588px;
	margin: 0;
	padding: 0;
	border: none;
	}
.wp-caption p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Avatars */
.avatar {
	float: left;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	width: 100%;
	height: 100px;
	background: #113644 url(images/header-top.png) repeat-x 0 0;
	}
#header {
	overflow: hidden;
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	}
#site-title {
	float: left;
	width: 262px;
	margin: 0;
	}
#site-title a {
	display: block;
	width: 262px;
	height: 55px;
	margin: 0 0 0 0;
	background: url(images/enochian-title.png) no-repeat 0 6px;
	}
#site-title a span {
	display: none;
	}
#site-description {
	float: left;
	margin: 5px 10px;
	font-size: 16px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	color: #ff0000;
	}

/* Search form */
#header form {
	float: right;
	width: 180px;
	height: 25px;
	margin: 6px 0 0 0;
	padding: 0;
	}
#header input {
	line-height: 15px;
	float: left;
	overflow: hidden;
	width: 170px;
	padding: 3px 5px 3px 5px;
	color: #999;
	background: #0e2435;
	border: none;
	}
#header .search-submit {
	display: none;	
	}

/**
* Primary Menu - replaces deprecated Navigation
************************************************/
#primary-menu {
	width: 100%;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav.png) repeat-x 0 bottom;
	border-top: 1px solid #081e26;
	border-bottom: 1px solid #081e26;
	}
#primary-menu div.menu {
	width: 960px;
	height: 33px;
	margin: 0 auto;
	background: url(images/nav-border.png) repeat-y left  0;
	}
#primary-menu ul {
	list-style: none;
	margin: 0;
	}
#primary-menu li {
	float: left;
	}
#primary-menu a {
	display: block;
	padding: 10px 35px 11px 35px;
	background: url(images/nav-border.png) repeat-y right 0;
	}
#primary-menu li.current-menu-item a {
	color: #fff;
	}
#primary-menu li.current-menu-item li a {
	color: #4b6e85;
	}

/* Drop-down styles */
#primary-menu ul ul {
	width: 180px;
	background: #0A2934;
	}
#primary-menu li li:hover ul, #primary-menu li li li:hover ul {
	left: 180px;
	}
#primary-menu li li {
	border-top: 1px solid #09232c;
	}
#primary-menu li li a {
	padding: 7px 10px;
	background: transparent;
	}
#primary-menu li:hover ul, #primary-menu li.sfHover ul  {
	top: 33px;
	}
#primary-menu li li:hover ul, #primary-menu li li.sfHover ul, #primary-menu li li li:hover ul, #primary-menu li li li.sfHover ul  {
	top: -1px;
	}

/*
	@import url('../hybrid/library/css/drop-downs.css');
	Drop-down styles.
*/
div.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.0;
	}
div.menu ul ul {
	position: absolute;
	top: -999em;
	width: 10em;
	}
div.menu ul ul li {
	width: 100%;
	}
div.menu li:hover {
	visibility: inherit;
	}
div.menu li {
	float: left;
	position: relative;
	}
div.menu a {
	display: block;
	position: relative;
	}
div.menu li:hover ul, li.sfHover ul {
	left: 0;
	top: 2em;
	z-index: 99;
	}
div.menu li:hover li ul, li.sfHover li ul {
	top: -999em;
	}
div.menu li li:hover ul, li li.sfHover ul {
	left: 10em;
	top: 0;
	}
div.menu li li:hover li ul, li li.sfHover li ul {
	top: -999em;
	}
div.menu li li li:hover ul, li li li.sfHover ul {
	left: 10em;
	top: 0;
	}
	
/**
* Containers
************************************************/
#container {
	overflow: hidden;
	width: 960px;
	margin: 20px auto;
	background: #EFF1E1;
	}
#container a {
	color: #01527a;
	}
#content {
	overflow: hidden;
	float: left;
	width: 640px;
	}

/* Breadcrumb trail */
.breadcrumb {
	overflow: hidden;
	width: 100%;
	background: #0C2E3B;
	}
.breadcrumb-trail {
	width: 960px;
	margin: 0 auto;
	padding: 4px 0;
	font-size: 11px;
	color: #999;
	}

/* Posts (and other general sections) */
.post, .series, .related, .category-info, .tag-info, .author-info, .date-info, .search-info, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Post title (and other titles) */
.entry-title, .series-title, .related-title {
	margin: 0 0 5px 0;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
.single-title, .attachment-title, .page-title, .series-title, .related-title, .home .entry-title, .blog .entry-title, 
.category-title, .tag-title, .author-title, .date-title, .search-title, .page-template-blog .post-title  {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 3px;
	border-bottom: 1px solid #e2e2e2;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}

/* Byline */
.byline {
	font-size: 11px;
	color: #999;
	}
.byline a {
	color: #486472 !important;
	}

/* Post meta data */
.entry-meta {
	clear: both;
	font-size: 11px;
	color: #999;
	padding: 9px 5px 0 5px;
	border-top: 1px solid #e2e2e2;
	}
.entry-meta a {
	color: #486472 !important;
	}

/* Using <!--nextpage--> */
p.pages a {
	margin: 0 0 0 3px;
	padding: 4px 7px;
	color: #486472 !important;
	background: #e7e7e7;
	border: 1px solid #ddd;
	}

/* Page Templates */
.page-template-authors .author-profile, .single .author-profile {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
.page-template-authors .author-name, .single .author-profile .author-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	}
.page-template-no-widgets #content, .no-widgets #content, .primary-inactive.secondary-inactive #content {
	width: 960px;
	}
.post-box, .page-template-widgets #content .widget {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Navigation links */
.navigation-attachment {
	overflow: hidden;
	margin: 0 0 21px 0;
	}
.navigation-links {
	overflow: hidden;
	padding: 19px 19px 19px 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.navigation-links a {
	color: #000;
	}
.navigation-links .previous {
	float: left;
	max-width: 49%;
	}
.navigation-links .next {
	float: right;
	max-width: 49%;
	text-align: right;
	}

/* Paged comments navigation */
#comments-template .paged-navigation {
	overflow: hidden;
	margin: 0 0 20px 0;
	}
#comments-template .paged-navigation .page-numbers, 
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/* WP PageNavi */
.wp-pagenavi {
	overflow: hidden;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a, .wp-pagenavi .extend {
	float: left;
	margin: 0 6px 0 0;
	padding: 4px 12px;
	color: #486472 !important;
	background: #fff;
	border: 1px solid #e2e2e2;
	}

/**
* Primary/Secondary and utility widgets
************************************************/
#primary, #secondary {
	float: right;
	width: 300px;
	}
#secondary {
	clear: right;
	}
.widget {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
.widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #01527a;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
.widget li {
	margin: 0 0 6px 0;
	padding: 0 0 6px 15px;
	background: url(images/bullet.png) no-repeat 0 6px;
	border-bottom: 1px solid #e2e2e2;
	}
.widget ul ul {
	margin: 6px 0 0 0;
	}
.widget li li {
	margin: 0 0 3px 0;
	padding: 0 0 3px 15px;
	background: url(images/bullet-alt.png) no-repeat 0 6px;
	border-bottom: none;
	}

/**
* Comments template
************************************************/
#comments-number {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	}
#comments ol {
	list-style: none;
	margin-left: 0;
	}
#comments li, p.comments-closed {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#comments li.thread-even, #comments li.thread-odd {
	padding-bottom: 9px;
	}
p.comments-closed {
	padding: 19px;
	}
#comments-template p.comments-closed {
	border: none;
	padding: 0;
	}
#comments li li, #comments li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px 15px 0 15px;
	background: #EFF1E1;
	border: 1px solid #e7e7e7;
	}
#comments li li li, #comments li li li li li {
	margin: 0 15px 15px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}

/* Comment avatars */
#comments .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 15px 5px 0;
	padding: 4px;
	background: #EFF1E1;
	border: 1px solid #e2e2e2;
	}

/* Comment meta data */
#comments .comment-meta-data {
	margin: 10px 0;
	}
#comments .comment-meta-data cite {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	}
#comments .comment-meta-data a {
	color: #486472 !important;
	}

/* Comment text */
#comments .comment-text {
	clear: both;
	margin: 0 15px;
	}

/* Comment form */
#respond {
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 19px 19px 0 19px;
	background: #fff;
	border: 1px solid #e7e7e7;
	}
#reply {
	margin: 0 0 10px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	border-bottom: 1px solid #e2e2e2;
	}

/**
* Subsidiary widgets (footer)
************************************************/
#subsidiary {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto 20px auto;
	}
#subsidiary a {
	color: #4b6e85;
	}
#subsidiary .widget {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0 25px;
	background: transparent;
	border: none;
	}
#subsidiary .widget-title {
	margin: 0 0 6px 0;
	padding: 0 6px 9px 6px;
	font: normal normal bold 18px/21px arial, verdana, sans-serif;
	color: #aaa;
	border-bottom: 1px solid #213a4b;
	}
#subsidiary .widget ul, #subsidiary .widget ul ul {
	list-style: none;
	margin: 0 0 21px 0;
	}
#subsidiary .widget li, #subsidiary .widget li li {
	margin: 0 0 9px 0;
	padding: 0 6px 9px 6px;
	background: transparent;
	border-bottom: 1px solid #213a4b;
	}

/**
* Footer
************************************************/
#footer-container {
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 20px 0 0 0;
	color: #aaa;
	background: #0a2a35;
	border-top: 2px solid #000;
	}
#footer {
	overflow: hidden;
	clear: both;
	width: 960px;
	margin: 20px auto 20px auto;
	}
#footer .copyright {
	float: left;
	width: 49%;
	}
#footer .credit {
	float: right;
	width: 49%;
	text-align: right;
	}
	
/**
* CSS Used by Plugins
************************************************/

/* google-ajax-translation */

.translate_translate {
border: 0 !important;
font-weight: normal !important;
margin-bottom: 0.5em;
text-decoration: none !important;
}

.translate_loading {
/* background: url(ajax-loader.gif) no-repeat; http://www.ajaxload.info/ */
border: 0;
display: inline;
margin: 0;
padding: 0;
vertical-align: middle;
}

#translate_popup {
background-color: #fff; /* IE6 and IE7 don't support inherit! */
border-style: solid;
border-width: 1px;
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
font-size: 13px;
padding: 0.5em;
position: absolute;
z-index: 50;
}

.translate_links {
border: 0;
margin: 0;
padding: 0;
text-align: left;
}

.translate_links tr {
border: 0;
}

.translate_links td {
border: 0;
padding: 0 1em 0 0;
}

.translate_links a {
display: block;
font-weight: normal !important;
line-height: 1.5;
text-decoration: none !important;
white-space: nowrap;
}

.translate_links .translate_flag {
/* background: url(flags.png) no-repeat; */
border: 0;
margin: 0;
padding: 0;
}

.translate_links .af {background-position: 0 0;}
.translate_links .ar {background-position: 0 -12px;}
.translate_links .be {background-position: 0 -24px;}
.translate_links .bg {background-position: 0 -36px;}
.translate_links .ca {background-position: 0 -48px;}
.translate_links .cs {background-position: 0 -60px;}
.translate_links .cy {background-position: 0 -72px;}
.translate_links .da {background-position: 0 -84px;}
.translate_links .de {background-position: 0 -96px;}
.translate_links .el {background-position: 0 -108px;}
.translate_links .en {background-position: 0 -120px;}
.translate_links .es {background-position: 0 -132px;}
.translate_links .et {background-position: 0 -144px;}
.translate_links .fa {background-position: 0 -156px;}
.translate_links .fi {background-position: 0 -168px;}
.translate_links .fr {background-position: 0 -180px;}
.translate_links .ga {background-position: 0 -192px;}
.translate_links .gl {background-position: 0 -204px;}
.translate_links .he {background-position: 0 -216px;}
.translate_links .hi {background-position: 0 -228px;}
.translate_links .hr {background-position: 0 -240px;}
.translate_links .hu {background-position: 0 -252px;}
.translate_links .id {background-position: 0 -264px;}
.translate_links .is {background-position: 0 -276px;}
.translate_links .it {background-position: 0 -288px;}
.translate_links .ja {background-position: 0 -300px;}
.translate_links .ko {background-position: 0 -312px;}
.translate_links .lt {background-position: 0 -324px;}
.translate_links .lv {background-position: 0 -336px;}
.translate_links .mk {background-position: 0 -348px;}
.translate_links .ms {background-position: 0 -360px;}
.translate_links .mt {background-position: 0 -372px;}
.translate_links .nl {background-position: 0 -384px;}
.translate_links .no {background-position: 0 -396px;}
.translate_links .pl {background-position: 0 -408px;}
.translate_links .pt {background-position: 0 -420px;}
.translate_links .ro {background-position: 0 -432px;}
.translate_links .ru {background-position: 0 -444px;}
.translate_links .sk {background-position: 0 -456px;}
.translate_links .sl {background-position: 0 -468px;}
.translate_links .sq {background-position: 0 -480px;}
.translate_links .sr {background-position: 0 -492px;}
.translate_links .sv {background-position: 0 -504px;}
.translate_links .sw {background-position: 0 -516px;}
.translate_links .th {background-position: 0 -528px;}
.translate_links .tl {background-position: 0 -540px;}
.translate_links .tr {background-position: 0 -552px;}
.translate_links .uk {background-position: 0 -564px;}
.translate_links .vi {background-position: 0 -576px;}
.translate_links .yi {background-position: 0 -588px;}
.translate_links .zh-cn {background-position: 0 -600px;}
.translate_links .zh-tw {background-position: 0 -612px;}

.translate_links .google_branding {
font-size: 11px;
page-break-inside: avoid;
}
.translate_links .google_branding img {
border: 0;
display: block;
margin: 0;
padding: 0;
}

/* Amazon Machine Tag Associate Plugin */
div #amtap ul {
	height: auto !important; /* hack for IE6 */
	height: 1%; /* hack for IE6 */
	margin: 0 0 1.0em;
	overflow: hidden;
}
div #amtap ul li, div.amtap-item {
	clear: both;
	height: auto !important; /* hack for IE6 */
	height: 1%; /* hack for IE6 */
	list-style: none;
	margin: 0;
	overflow: hidden;
	text-indent: 0; /* unset from Kubrick theme */
}
div.amtap-item {
	margin-bottom: 1.0em;
}
div #amtap ul li:before {
	content: ""; /* unset raquos from the Kubrick theme */
}

#amtap h2 {
	margin-bottom: 0;
}
#amtap li h3 {
	line-height: 1.0;
	margin: 0.6em 0 0.2em;
}
div.amtap-item h3 {
	font-size: 1.0em;
	margin: 0 0 0.2em;
}
#amtap li p, div.amtap-item p {
	margin: 0;
}
#amtap a img, div.amtap-item a img {
	border: 1px solid #EFEFEF;
	display: block;
	float: left;
	margin-right: 10px;
}
#amtap p.rating img, div.amtap-item p.rating img {
	margin-left: -6px;
}

/* AddToAny Plugin */
.addtoany_share_save_container{line-height:32px;margin:16px 0}.addtoany_list a{padding:0 9px}.addtoany_list a img{height:16px;opacity:.7;overflow:hidden;vertical-align:middle;width:16px}.addtoany_list a:hover img,.addtoany_list a.addtoany_share_save img{opacity:1}a.addtoany_share_save img{border:0;width:auto;height:auto}

