/*  
Theme Name: Quest Project Default
Theme URI: http://www.questprojects.ca
Description: The default Quest Projects theme.
Version: 1.0
Author: Medora Solutions Inc.
Author URI: http://www.medora.ca/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/


html, body {
	padding:0;
	margin:0;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:12px;
	background-color: #b5b59e;
	color: #818161;
	text-align: left;
}

#indexheader {
	background-image:url(images/backgroundIndex.gif);
	background-repeat:repeat-x;
	height:307px;
}

#insideheader {
	background-image:url(images/backgroundInside.gif);
	background-repeat:repeat-x;
	height:194px;
}


#mainContent {
	background-color:#e8e8d8;
	text-align:center;

}

.footer {
	background-image:url(images/backgroundFooter.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:61px;
	color:#4c4c3b;
	font-size:10px;
}

.footer a:link{
	color: #4c4c3b;
	text-decoration: none;
}

.footer a:visited {
	color: #4c4c3b;
	text-decoration: none;
	
}

.footer a:hover, .footer a:active {
	color:#ffffff;
	text-decoration: underline;
}


.regularList {
	text-align:left;
	line-height: 16px;
	font-size: 12px;
	color:#5a95dc;
	padding-left: 10px;
}

.regularList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.regularList li {
	margin: 0;
	list-style-type: none;
}

.dotsHorizontal {
	background-image:url(images/dotsHorizontal.gif);
	background-repeat:repeat-x;
	height:1px;
}

.introduction {
	color:#2e6cb5;
	font: italic 14px Georgia,Times New Roman,serif;
}

#sidebar {
	width:209px;
	background-color:#FFFFFF;
	padding:7px;
}

img {
	border: 0;
}

form {
	padding:0;
	margin:0;
}


.projects {
	padding-top:20px;
	padding-bottom:20px;
	text-align:justify;
}

.projects img { opacity:1;filter:alpha(opacity=100) }
.projects a:hover img { opacity:.50;filter:alpha(opacity=50) }
