﻿/*  
Theme Name: mvfn.ca
Theme URI: http://mvfn.ca
Description: Mississippi Field Naturalists custom tutorial
Version: 1.0
Author: Simon Broadbent
Author URI: http://mvfn.ca

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
margin: 0;
padding: 0;
}



body{
	margin: 0;
	font-family: Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background: white;
	color: black;
	
}

h1{
	font-family: Arial, Georgia, Sans-serif;
	font-size: large;
	padding: 0 0 0 0;
}


a:link, a:visited{
text-decoration: none;
color: green;
}

a:hover{
text-decoration: none;
}

p {
padding: 10px 0 0 0;
}

#wrapper{
margin: 0 auto 0 auto;
width: 980px;
text-align: left;
}

#header{
	float: left;
	width: 980px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#headerimage img, #headerimage a{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0;
	text-decoration:none;	
}

#headerlinkscontainer
{
	text-align: center;
	background-color: #74AD7B;
	padding: 3px 0 3px 0;
	margin: 0 0 0 0;
}

#headerlinkscontainer a:link, #headerlinkscontainer a:visited{
	text-decoration: none;
	color: black;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}

#headerlinks {	
 	margin: 0 0 0 0;
	padding:0 0 0 0;
}

#headerlinks li
{
	font-family: Arial, Georgia, sans-serif;
	display: inline;
	padding: 0 10px 0 10px;
	font-size:16px;
	border-right: 1px solid black;
}

#headerlinks a {
	padding: 1px 5px 1px 5px;
}

#headerlinkscontainer a:hover
{
	color: #fff;
	background-color: green;
	text-decoration: none;
}

#welcome {
	margin:10px 0 0 0 ;
	padding: 15px 10px 10px 10px;
	font-family: Arial, Georgia, Sans-serif;
	font-style: normal;
	font-size: xx-large;
}

#welcome img {
	padding-bottom: 3px;
	border-bottom: 1px green solid;
}

#welcome a:hover
{
	color: #fff;
	background-color: green;
	text-decoration: none;
}

#importantupdate {
	font-size: small;
	position: relative;
	text-align: right;
}


#subheading{
	text-align: center;
	font-family: Arial, Georgia, Sans-serif;
	font-size: xx-small;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #EFEFEF solid;
}

#upcomingevents {
	margin:10px 0 10px 0 ;
	padding: 15px 10px 10px 10px;
	font-family: Arial, Georgia, Sans-serif;
	font-style: normal;
	font-size: 16px;
	background-color: #F1FAEF;
	border: 1px #AECCAC solid;
	color:#006600;
}

.upcomingeventsentry
{
	background-color:#DEE7DC;
	border-top:1px green dotted;
	border-bottom:1px green dotted;
	font-size:14px;
	font-weight:bold;
}

.eventtitle {

}

.upcomingeventsimage {
	width: 60px;
	height:60px;
	float: left;
	margin:5px 10px 5px 5px;
	border: 1px gray solid;
	clear:left
}

.upcomingeventstext {
	width: 500px;
	float: right;
}

.upcomingeventswhen
{
	margin-top:5px;
	font-size:12px;
	color:black;
}


.upcomingeventswhere
{
	margin-top:5px;
	font-size:12px;
	color:black;
	margin-bottom:12px;
}

.upcomingeventsentry a:hover
{
	color: #fff;
	background-color: green;
	text-decoration: none;
}

#upcomingevents ul
{
	list-style-type: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#upcomingevents ul li
{
	list-style-type: none;
	margin: 10px 10px 0 10px;
}

.eventattention {
	font-size:larger;
	color:red;
}

.eventdays {
	font-size: smaller;
	color: #003300;
}

#container{
	float: left;
	width: 597px;
}

#categoryheader {
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Georgia, sans-serif;
	line-height: 18px;
	background-color: #F1FAEF;
	text-align: center;
	border: 1px green solid;
}

#categoryheadercenter {
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Georgia, sans-serif;
	line-height: 18px;
	background-color: #F1FAEF;
	text-align: justify;
	border: 1px green solid;
}

#categoryimage {
	margin: 10px 0 10px 0;
}

#categoryimage img {
	border: 1px black solid;
	margin-left:10px;	
	margin-right:10px;
}

#categoryimage a img {
	border: 1px black solid;
}

#categorytext {
	margin-bottom:10px;
	text-align:justify;
}
.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 18px;
}

.entry h3{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}

/* For images within normal posts */
.post img {
	border: 1px #C0C0C0 solid;
	margin: 10px 10px 10px 10px;
	padding: 3px 3px 3px 3px;
}

.entry{
	line-height: 18px;
}

.post .posttitle {
	padding:3px 3px 3px 3px;
	margin-bottom:5px;
	background-color:#F1FAEF;
	border-top:1px green solid;
	border-bottom:1px green solid;
}

.post .posttitle a:hover
{
	color: #fff;
	background-color: green;
	text-decoration: none;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.sidebar{
	float: left;
	width: 190px;
	background: #eeeeee;
	margin: 10px 0 0 10px;
	display: inline;
}

.sidebarheader {
	margin-bottom:5px;
	color: #006600;
	font-size: large;
	text-decoration:underline;
}

caption {
	font-weight:bold;
}

.sidebar a:hover
{
	color: #fff;
	background-color: green;
	text-decoration: none;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

.sidebarleft{
	float: left;
	width: 170px;
	background: #eeeeee;
	margin: 10px 10px 0 0;
	display: inline;
}

.sidebarleft ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebarleft ul li{
	padding: 10px 0 10px 0;
	border-bottom: 1px #C0C0C0 solid;
}

.sidebarleft ul li h2{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;
}

.sidebarleft ul ul li{
	padding: 0;
	line-height: 24px;
	border-bottom:0px;
}

.sidebarleft a:hover {
	color: #fff;
	background-color: green;
	text-decoration: none;
}

.quicklinkstitle {
	color:gray;
	text-decoration:underline;
}

.sidebarleft #canoekayak {
	font-weight:bold;
	font-size:12px;
}

.sidebarleft #statisticslabel {
	font-size:9px;
}

#tagcloudcontainer {
	float: left;
	width: 780px;
	margin: 10px 10px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #E9F0E8;
}


#tagcloudcontainer a {
	padding: 0 10px 0 10px;
}

#tagcloudcontainer a:hover {
	color: #fff;
	background-color: green;
	text-decoration: none;
}


table#wp-calendar{
	width: 100%;
}

table#wp-calendar caption{
	font-family: Arial, Georgia, Sans-serif;
	font-size: 14px;	
}

#footer{
	clear: both;
	float: left;
	width: 980px;
	padding-top:10px;
}


#footer p{
	line-height: 18px;
	border-top: 1px gray solid;
	text-align: center;
}

.alignright{
	text-align:right;	
}

.alignleft{
	text-align:left;	
}

/* Needed for gallery remote plugin */
.clear
{
	clear:both;
}

#wp-gallery-remote 
{
	padding: 5px 5px 5px 5px;
	background-color: #DDE7D1;
	border: 1px black solid;
}
#wp-gallery-remote img
{
	border: 1px #C0C0C0 solid;
	margin:8px 8px 0px 0px;
	padding: 3px 3px 3px 3px;
}

.wp-tag-cloud
{
	width:150px;
	overflow:hidden;
}