/*
Theme Name: Auditory Cognition
Theme URI: http://www.auditorycognition.com
Description: Child Theme based on 'Ari'
Author: Steven Kalinke
Author URI: http://www.auditorycognition.com
Tags: white, dark, three-columns, left-sidebar, right-sidebar, flexible-width, custom-colors, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready
Version: 2.2
Template: ari
*/

@import url("../ari/style.css");

/* General Structure and Styles
--------------------------------------------- */
.test_ul li{
	line-height:0.7;
}

#content {
	text-align:justify;
/* 	width: 62.5%;
	margin:0px 0px 60px 0px;
	padding:0px 0px 0px 60px;
	float:left;
	font-size: 14px; */
}

#footer {
	padding: 40px 0px 30px 0px;
	font-size: 11px;
/* 	width:70%;
	float:right;
	clear: both;
	overflow:hidden; */
}


/* Sidebar Primary
--------------------------------------------- */

/* --- Theme Logo --- */
#sidebar-primary .logo h1 {
	padding:5px 0px 0px 0px;
	font-size:25px;
	line-height:35px;
}


/* --- Search Widget --- */
.search-input {
	max-width: 70%;
	width: 65%;
/* 	margin:0px 0px 4px 0px;
	font-size:12px;
	float:left; */
}

/* --- Link Colors with transparancy --- */

p>a{
border-bottom: 1px dotted;
}
.small {
  padding-left:1em;
border-bottom: none;
 }

 a.small:link
 {
  text-decoration:none;
  font-size:0.9em;
  color:rgba(0,90,91,0.4);
 }
 a.small:visited
 {
  text-decoration:none;
  font-size:0.85em;
  color:rgb(0,90,91);

 }
 a.small:hover
 {
  text-decoration:underline;
  color:rgb(0,90,91);
 }
 a.small:active
 {
  text-decoration:none;
  color:rgb(0,90,91);
 }

a:link {
    	color: rgb(0,90,91);
	
}

/* visited link */
a:visited {
    color: rgb(0,90,91);
}

/* mouse over link */
a:hover {
    color: rgb(0,90,91);
}

/* selected link */
a:active {
    color: rgb(0,90,91);
}

ul.sidebar a, p.meta a, .comment-meta a, p.logged-in-as a, a.post-edit-link, #footer a {
	color:#999;
}
#content h2 a:hover, ul.sidebar a:hover, .comment-meta a:hover, p.logged-in-as a:hover, p.meta a:hover, a.post-edit-link:hover, #footer a:hover {
	color:#005a5b;
}
a, ul.sidebar li.widget_text a {
	/*color:#88C34B;*/
	color:#005a5b;
}
#searchsubmit:hover, form#commentform p.form-submit input#submit:hover, input.wpcf7-submit:hover  {
	background:#005a5b;
}






/* Plugin Modifications
--------------------------------------------- */

/* PMID Citation Plus
--------------------------------------------- */
.pmidcitationplus h1 {
	font-style: italic;
	font-weight: normal;
	font-size: 1.2em !important;
	margin-top: 1.5em;
	margin-bottom: -1.8em;
}

.pmidcitationplus li {
	font-size: 0.9em;
	line-height: 1.2em !important;
}

/* ImpactPubs
--------------------------------------------- */

.impactpubs-footnote {
display: none
}