/**
 * common.css
 *
 * Copyright (c) 2009 Eli Bugler
 *
 * Anthropology Matters Journal stylesheet.
 *
 */

/**
 * Common HTML elements
 */
 
body {
	
}
 
a {
	text-decoration: none!important;
	font-weight:700
}

a:link {
	color: #405584;
}

a:active {
	color: #405584;
}

a:visited {
	color: #13254F;
}

a:hover {
	color: #566996;
}

a.plain {
	text-decoration: none;
} 

p, ul li, ol li  {
	
line-height: 1.5em;	
}


table.sup td {
	vertical-align:middle;
	margin: 20px 0 20px 0;
	
}

.picture { 
background-color: #fff;
padding: 3px; }

.picture img { 
vertical-align:middle; 
margin-bottom: 3px;
border: 1px;
border-style: solid;
border-color: #B5B5B5; }

.IssueCoverImage img { 
margin: 10px auto; 
border: 1px;
border-style: solid;
border-color: #B5B5B5; }

.issueCoverImage img { 
float: left!important; 
margin: 0 20px 10px 0;
height: 250px;
border: 1px;
border-style: solid;
border-color: #B5B5B5; }

.right {
margin: 0.5em 0pt 0.5em 0.8em;
float:right; }
 
.left { 
margin: 0.5em 0.8em 0.5em 0; 
float:left; } 

h1 {
font-size: 1.6em;
font-
font-family: "open-sans", Arial, Helvetica, sans-serif;
line-height: 1.6em;
margin: 10px;

}

h2 {
font-size: 1.4em;
font-family: "open-sans", Arial, Helvetica, sans-serif;
line-height: 1.4em;
margin: 10px;



}

h3 {
font-size: 1.2em;
font-family: "open-sans", Arial, Helvetica, sans-serif;
line-height: 1.2em;

}

h4 {
font-size: 1em;
font-family: "open-sans", Arial, Helvetica, sans-serif;
line-height: 1em;

}


h5 {
font-size: 1em;
font-family: "open-sans", Arial, Helvetica, sans-serif;
line-height: 1.4em;

}

h6 {
font-size: 1em;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height: 1.4em;


}



#header {
	background-color: #fff;
	text-align:left;
}

#body {
width: 100%;
}

#content {
/*border-top: 2px dotted #D4AA7A;*/
margin: 0 5%;


}

#content h1 {
margin: 0;
line-height: 1.4em

}

#content h2 {
margin: 0;
line-height: 1.4em


}



#breadcrumb {
margin: 50px 0 20px 0;

}

#url {
font-size: 0.8em;

}



#homepage img {
padding: 0 10px 10px 0;


}

#navbar {
border: none;
margin: 50px auto 0 auto;
font-size: 1.1em;
/*background-image:url(navbar.gif);
background-repeat:no-repeat;*/

} 



#navbar ul li{
padding: 0 7px 0 7px;
margin: 0 5px;

}

#navbar a:link, #navbar a:visited {
color: #000;
font-family: "Open Sans", Arial, Helvetica, sans-serif;
font-weight: 800;
letter-spacing: 1px;

}

#navbar a:hover, #navbar a:active {
color: #383838;
background: none;
}

ul.menu li {

	padding-right: 1em;
	
}

#bottom {
/*text-align:right;
border-top: 2px dotted #D4AA7A;*/
padding: 10px 0 0 0;
margin-top: 50px;
}

p.caption {

padding: 0 20px 0 20px;

}

ul.ref {
list-style-type: none;
margin: 0;
padding: 5px 0 5px 0;

}

ul.ref li {
margin: 5px 0 5px 0;

}

p.abstract {
border: 1px solid #ccc;
padding: 5px;
background: #fff;

}

p.author {
font-weight: bold;
font-style:italic;

}


p.quote {
margin: 0 20px 0;
font-family:"Courier New", Courier, monospace;

}

#ftn1 a:link, #ftn1 a:visited, #ftn2 a:link, #ftn2 a:visited{

color: #0235FE;
}

#ftn1 a:hover, #ftn1 a:active, #ftn2 a:hover, #ftn2 a:active{

}

#sidebarFontSize {
	display: none;
}


#headerTitle h1 img { width: 100%; height: 100%!important; }

#sectionPolicies, li #linkEditorialPolicies {
	display:none;
}


@media print{

#header, #navbar {
display: none;

}

}


@media (max-width: 1250px) {
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
}
