/*
 -------------------------------------------------------------------------------------------------------
 STANDARD.CSS > this file holds master styles commonly used
 -------------------------------------------------------------------------------------------------------
 ********************************************************************************************************
 *RESOLUTION INTERACTIVE MEDIA INC.																		*
 *560 Wellington Street, London, Ontario, Canada														*
 *Jonathan Kochis (jonathan@resolutionim.com)															*
 *Brendan Farr-Gaynor (brendan@resolutionim.com)														*
 *Owain Johnson (owain@resolutionim.com)
 *Jon Rundle (jon@resolutionim.com)																*
 *																										*

 *Version: 1.00 Brendan Farr-Gaynor - 26/05/2006: broke specific stuff out into this file				*
 *																										*
 ********************************************************************************************************
 *Date Last Modified: 02/12/07																			*
 *Last Modified By: brendan@resolutionim.com												 			*
 *																										*
 ********************************************************************************************************/




/*
 -------------------------------------------------------------------------------------------------------
 IMPORTS
 This is the main and only file called so we must include others needed in the area of the web site
 -------------------------------------------------------------------------------------------------------
*/


@import url(/css/layout.css);
@import url(/css/boxes.css);
@import url(/css/specific.css);
@import url(/css/tinymce.css);


/*
 -------------------------------------------------------------------------------------------------------
 TAG/ELEMENT REDEFINITIONS
 Re-define specific styles against browser defaults
 -------------------------------------------------------------------------------------------------------
*/

body { 

	font: normal 12px Georgia, Verdana, Arial, Georgia, sans-serif;
	color:#333333;  
	padding:0;
	margin:0;
	text-align: center;
	/*background:url(/images/backgroundPattern.png) repeat-x #392E25; */
	background:url(/images/backgroundPatternSmall.jpg) repeat-x #392E25; 
}



h1 {
	font:bold 18px Georgia, Verdana, Arial, Georgia, sans-serif; 
	/*border-bottom:3px solid #1976AE;*/
/*	background:url(/images/h1Bar.png) no-repeat left top transparent;	*/
	color:#333333;
	margin:10px 0px 10px 0px;
	padding:7px 0px 0px 10px;
	height:32px;
}

h2 { 
	font:bold 16px Georgia, Verdana, Arial, Georgia, sans-serif; 

}

h3 { 
	font:bold 14px Georgia, Verdana, Arial, Georgia, sans-serif; 

}

p {
	/*line-height:18px;*/
}

li { /*line-height:18px;*/ }




a { color:#3E3128; }
a:hover { color:#000000; }

a img { border:none; }


input {
	font-size:11px;
	padding:2px;
	margin:0px;
	
	
	
	font-family:Georgia, Verdana, Arial, Georgia, sans-serif;


}

input.text { width:90%; }

form {
	padding:0px;
	margin:0px;
}

textarea {
	font-family:Georgia, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;



padding:2px;

}

select {
	font-family:Georgia, Verdana, Arial, Georgia, sans-serif;
	font-size:11px;


padding:2px;

}

fieldset {
	border:1px solid #B19B7B;

}
* html fieldset { padding:10px; }
*:first-child+html fieldset { border:none; }
* html fieldset a:hover {background:#ffffff; text-decoration:none;}
legend {
	font-weight:bold;
	font-size:14px;
	color:#3B2617;

}

span.formTip { font-size:10px; color:#7E6D50; }
dt.requiredLabel { font-weight:bold;  background:#463122; color:#D8A989; padding:3px; }
dt.notRequiredLabel { font-weight:bold;  background:#875A43; color:#D8A989; padding:3px; }

.inputImage {
	border:none;
	background:none;
	padding:0px;
	margin:0px;
}



td {
vertical-align:top;

}

label { font-size:11px; font-weight:bold; padding:0px 0px 0px 5px;  }

hr {
	color: #CCCCCC;
	height: 1px;
	margin:0px;
	padding:0px;
}

dl dt { padding:10px 0px 0px 0px; margin:0px; }
dl dd { padding:5px 0px 0px 5px; margin:0px; }