@charset "utf-8";
/* @override http://veg.ca/templates/tva/css/veggiestyle.css */

body {
	margin: 0px;
	padding: 0px;
color: #000000;
	font-size: 12px;
    font-family: Arial, Helvetica, Geneva, sans-serif; 
	background: url('http://veg.ca/images/headerbg.jpg') repeat-x;
}
	
	
/* html>body {
	font-size: 12px; 
} */
a:hover
{
color: #663366;
text-decoration: underline;
}


#headermenu a
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
padding-top: 4px;
padding-right: 15px;
padding-bottom: 4px;
padding-left: 6px;
font-weight: bold;
text-shadow: #000000;
}

#headermenu a:hover 
{
color: silver;
background-color: transparent;
text-decoration: none;
padding-top: 4px;
padding-right: 15px;
padding-bottom: 4px;
padding-left: 6px;
text-shadow: #000000;
font-weight: bold;
}	

img { border: none; }

/* PAGE LAYOUT */
#header {
text-align:center;
height:120px;
	margin: 12px 0; 
}

#wrapper{
	margin:0px auto;
        padding: 5px;
	text-align:left;
	width:910px;
}

#header h2 a {
color:#000;
text-decoration:none;
}

#header h2 {
text-decoration:none;
font-size:28px;
}

#top-left  {
clear:both;
display:block;
margin-bottom:30px;
height:72px;
}

#left-mid{
	width:615px;
	float: left;
	margin-left: 20px;
}

#right-mid{
	width:240px;
	float: right;
	margin-right: 20px;
}
.clear{
	clear:both;
}
#footer{
clear:both;
text-align:center;
padding:15px;
margin-top:15px;
border-top:1px solid #ccc;
color: #333;
}
#footer ul{
padding:0px;
margin:0px;
text-align:center;
}
#footer ul li{
display:inline;
margin:0px 5px 0px 0px;
}
#footer ul li a{
color:#92c580;
font-size:12px;
}

h1 {
font-size:20px;
}

h1 sub {
font-size:10px;
}


h2 {
font-size:20px;
}

h3 {
margin:0;
}

.snippet {
border-bottom:1px solid #333;
margin-bottom:10px;
padding-bottom:20px;
}

.snippet h2 {
margin:0;
font-size:14px;
}

.snippet h1 a {
color: #FF0000;
text-decoration:none;
font-size:20px;
}

.snippet h1 a:hover {
text-decoration:underline;

}


h1.title {
color:#0aa70e;
font-size:24px;
border-bottom:1px solid #333;
}

.single-result {
	border-bottom:1px solid #d5d5d5;
	height:100px;
	padding: 15px 0px 0px;
}
.single-result #favoritelink a {
	display:block;
	border:1px solid #59d548;
	font-weight:bold;
	background-color: #c2f7bb;
	width:92px;
	font-size:10px;
	padding:2px 0;
	text-transform:uppercase;
}
.single-result #favoritelink {
	margin-top:4px;
}
.resultLogo {
	float:left;

	margin:0px 0px 10px 10px;
	width:94px;
	height:69px;
	background: url(/images/result-thumb-bg.gif) no-repeat;
	padding: 3px;
}
#jobpostings .resultLogo {
	float:left;
	margin:0px 0px 10px 10px;
	width:94px;
	height:69px;
	background: none;
	padding: 15px;
}
#jobpostings .Date {
	display:none;
}
.resultBio {
	width:290px;
	float:left;
	margin:0px 15px 0px 15px;
}
.resultBio p {
	margin:0px;
	padding:0px;
}
.resultBio a {
	font-size:12px;
	color:#004cbf;
	font-weight:bold;
}
.resultLocation {
	float:left;
	width:125px;
	margin-left: 15px;
}
.resultDate {
	float:right;
	border-left:1px dashed #ccc;
	width:100px;
	padding-left:15px;
}
.resultDate h3 {
	border:none;
	margin:0;
}
.resultExperience {
	float:left;
	width:150px;
}
li#sortName {
	margin-left: 10px;
}
li#sortExperience {
	margin-left: 283px;
}
li#sortLocation {
	margin-left: 100px;
}
li#sortDate {
	margin-left: 85px;
}
.single-result p {
	margin:5px 0px 0px 0px;
	padding:0px;
}
/* ============ Error & success ============= */
.error {
	border: 1px solid #f42025;
	margin: 4px 0pt;
	padding:10px 10px 10px 25px;
	background:#fff1eb url(/images/exclamation.gif) no-repeat 5px 8px;
	color:#000;
	font-weight:bold;
}
.success {
	border:1px solid #59d548;
	padding:10px 10px 10px 25px;
	font-weight:bold;
	background: #c2f7bb url(/images/accept.gif) no-repeat 5px 8px;
	color:#000;
}
