/*
Theme Name: Certificate Exchange
Description: The theme for Certificate Exchange
Version: 1.0
Author: Vicky Hammerstein

*/

body {
	background-color: #f0eee1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 15px;
	width: 780px;
	}

#header{
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: 100px;
	background-image: url(images/logo-green.jpg);
}
#topnav{
	font-size: 70%;
	color: #666666;
	padding: 5px 10px;
	float: right;
	width: 300px;
	margin-top: 70px;
	text-align: right;
	}
#topnav a {
	color: #666;
	}
#topnav a:hover {
	text-decoration: none;
	}
#mainNav {
	width: 780px;
	margin: 0 auto;
	}
#mainNav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background-color: #ECECEC;
	width: 100%;
	background-image: url(images/browngradbg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #8c8c8c;
}
#mainNav ul li {
	float:left;
}
#mainNav ul a {
	display: block;
	padding: 0.2em 1.5em;
	line-height: 2.1em;
	text-decoration: none;
	font-size: 80%;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#mainNav ul a:hover {
	background-color: #E8EBEC;
	color: #66757A;
}

#maincontent {
	background-color: #f3f3e9;
	margin-top: 15px;
	line-height: 150%;
	font-size: 80%;
	border: 1px solid transparent;
	}
#content {
	width: 500px;
	float: left;
	padding: 10px 0 10px 10px;
	}
#widecontent {
	padding: 10px 0 10px 10px;
	}
#content h1, #widecontent h1 {
	font-size: 150%;
	color: #5e5d5c;
	font-weight: normal;
	}
#content h1 a, #widecontent h1 a {	
	text-decoration: none;
	}
#content h1 a:hover, #widecontent h1 a:hover {	
	text-decoration: none;
	font-weight: normal;
	color: #afbc22;
	}	
#content h2, #widecontent h2  {
	font-size: 100%;
	color: #666666;
	border-bottom: 1px dotted #666;
	}
#content p, #widecontent p  {
	margin-bottom: 25px;
	}
a {color: #333;}
#content a:hover {
	text-decoration: none;
	}

.picture {
	float: right;
}
#sidebar {
	width: 220px;
	float: right;
	padding: 10px;
	}
#sidebar h2 {
	text-transform: uppercase;
	font-size: 100%;
	border-bottom: 1px dotted #666;
	color: #afbc22;
	}
#sidebar h3 {
	font-size: 110%;
	color: #666666;
	}
#sidebar p {
	font-size: 85%;
	}
#sidebar a:hover {
	text-decoration: none;
	}

#footer {
	clear: both;
	color: #999999;
	font-size: 0.70em;
	margin: 0 auto;
	padding: 12px 24px 0 24px;
	width: 700px; /*748*/

}
#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #990000;
	text-decoration: underline;
}
.centre {
	text-align: center;
	font-weight: bold;
	font-size: 80%;
	}
/********** WP stuff ************/
.post {
	background-color: #FFFFFF;
	border: 1px solid #ddd;
	padding: 5px 10px;
	margin-bottom: 20px;
	}
.postmetadata {
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #ddd;
	padding-top: 5px;
	font-size: 85%;
	}
.pagetitle {
	font-weight: normal;
	}
.time {
	background-image: url(images/icon-calendar.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
.tags {
	background-image: url(images/tag.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 30px;
}
