/* @override 
	http://localhost:8888/nzentomologist/nzento.css
	http://www.ento.org.nz/nzentomologist/nzento.css
*/

/* Style sheet for NZ Entomologist webpages */

/* Note that I was using em units for text sizing but this was being misinterpreted by some versions of IE. Hence percentages. */

body {
		margin:0; 
		padding:0; 
		font-family:verdana, arial, sans-serif; 
		color:#333333; /* dark grey */
		text-align:center;
		background-color: #ffffff; /* white */
	}
	
div {
margin:0;
display:block;
}

a:link, a:visited {
color:#50930D; text-decoration:underline;}
a:hover {
color:#999966; text-decoration:none;}
a:active {
color:#50930D; text-decoration:underline;}


div.issues
{
font-size: 80%;
font-weight: normal;
text-align: left;
}

div.left_text
{
font-size: 80%;
font-weight: normal;
text-align: left;
}

div.left_textsmall
{
font-size: 60%;
font-weight: normal;
text-align: left;
}


div.center_text
{
font-size: 80%;
font-weight: normal;
text-align: center;
}

div.center_textsmall
{
font-size: 60%;
font-weight: normal;
text-align: center;
}

div.heading
{
font-size: 105%;
font-weight: bold;
text-align: left;
}

div.headingsmall
{
font-size: 100%;
font-weight: bold;
text-align: left;
}


div.heading2
{
font-size: 100%;
font-weight: bold;
text-align: left;
}


div.sidebar
{
/* color: white; */
padding:0.5em;
}

div.footer_links
{
font-size: 80%;
font-weight: normal;
text-align: center;
}

div.footer
{
font-size: 60%;
font-weight: normal;
text-align: center;
}



/* Simone NZ Ento Mag */
.entomag {
text-align: left;	
}

.entomag #container {
	width: 59%;
	float: left;
}

.entomag #content.case {
	padding:0px 20px;
	text-align: left;
}

.entomag #primary {
	width: 20%;
	float: left;
}

.entomag .blog #primary .randomarticle, .entomag .blog #primary .backissues {
padding: 10px 15px 10px 15px;
}

.entomag-header {
	width: 70%;
	float: left;
}

.entomag-header h1 {
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-top: 50px;
	text-shadow: #ffffff 1px 1px 2px;
}

.entomag #branding {
	float: right;
	width: 30%;
}

.entomag .issues blockquote {
	font-size: 1.3em;
	font-weight: normal;
	font-style: normal;
}

.entomag .issues i {
	font-style: italic;
}

.entomag b {
	font-style: normal;
	font-weight: bold;
}
.entomag #site-title {
	float: right;
	width: 270px;
	font-size: 1.5em;
	background: url(http://www.ento.org.nz/wp-content/themes/ENTO%20theme/images/weta-small.png) no-repeat left center;
	padding: 15px 15px 15px 130px;
}

.entomag #footer .col-1, .entomag #footer .col-2 {
	width: 45%;
	float: left;
	margin: 2%;
	background: #f3f0e9;
}

.entomag .case2 {
	padding: 15px;
}

.entomag #footer .full {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.trialnote {
	margin-top: 10px;
	padding:10px ;
	background: #fff;
}
.entomagfooterinc .footer {
	float: left;
	font-size: 0.9em;
	width: 100%;
}

#simple-section-nav-3 input {
	font-size: 1.1em;
}

#simple-section-nav-3 input.button {
	color: #fff;
	padding: 2px 5px;
	float: left;
	margin: 5px 0px;
}

.entomag .backissues {
	text-align: left;
}

