/* Website: mjcreid.anom.ca */
/* Last edited on July 1, 2007 by Ally Noormohamed */

/* Normalizes margin, padding ---------------------------------------------------------*/
body, ol, ul, h1, h2, h3, h4, p, a { margin : 0; padding : 0; }

/* Removes list-style from lists-------------------------------------------------------*/
ol, ul { list-style : none; }

/* Removes border from fieldset and img -----------------------------------------------*/
img { border : 0; padding : 0;}

/*General Styles-----------------------------------------------------------------------*/

body 
{
		background-color: #657B70;
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
font-weight: normal;
		color: #fff;
		margin: 0 auto;
		padding: 0;
		width: 700px;
}

h1 
{
		/*padding-bottom: 35px;*/
		text-indent: -9999px;
		/*background-image: url(../images/mjcr_title.png);*/
		background-repeat: no-repeat;
}

#content h2
{
		font-size: 1.2em;
		font-weight: bold;
		color: #8fd600;
		padding-bottom: 10px;
		text-transform: uppercase;
}

#content h3
{
		font-size: 1em;
		font-weight: bold;
		padding-bottom: 10px;
}

#content p
{
		padding-bottom: 10px;
}

#branding
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_index.jpg);
		background-repeat: no-repeat;
}

#branding p, #branding_about p, 
#branding_cv p, #branding_pub p, 
#branding_photos p, #branding_contact p
{
		margin: 0;
		padding: 0;
		text-indent: -9999px;
}

#branding_about
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_about.jpg);
		background-repeat: no-repeat;
}

#branding_cv
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_cv.jpg);
		background-repeat: no-repeat;
}

#branding_pub
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_pub.jpg);
		background-repeat: no-repeat;
}

#branding_photos
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_photos.jpg);
		background-repeat: no-repeat;
}

#branding_contact
{
		width: 700px;
		height: 187px;
		border-bottom: 1px solid #fff;
		background-color: #ffffff;
		background-image: url(../images/branding_contact.jpg);
		background-repeat: no-repeat;
}

#site_info
{
		color: #8fd600;
		font-weight: normal;
		font-size: 0.7em;
		padding-top: 5px;
		padding-left: 15px;
		text-align: right;
		text-transform: uppercase;
}

/*Navigation Styles-----------------------------------------------------------------------*/

#nav_wrapper
{
		width: 700px;	
		height: 24px;
		font-size: 1.1em;
}

#nav li
{
		float: left;
		margin-right: 1px;
}

#nav li a
{
		background: url(../images/btn.gif) #657B70 bottom left repeat-x;
		height: 24px;
		line-height: 2.2em;
		float: left;
		width: 100px;
		display: block;
		/*border: 1px solid #fff;*/
		color: #8fd600;
		font-size: 0.75em;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
		float: none;
}
/* End hide */

/*Specific Styles-----------------------------------------------------------------------*/

#home #container
{
		background-color:#666;
		overflow:hidden;
		width:700px;
}
#home #content
{
		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 25px;
		background-color:#666;
		width:452px;
		border-right:233px solid #333; /* The width and color of quick_facts */
		margin-right:-233px; /* Hat tip to Ryan Brill */
		float:left;

}

#home #content img
{
		position: relative;
		float: left;
		width: 115px;
		height: 107px;
		border: 1px solid #fff;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 30px;
}

#quick_facts
{
		color: #8fd600;
		background-color:#333;
		font-size: 1.2em;
		width:233px;
		float:left;
}

#quick_facts ul
{
		padding-left: 20px;
		list-style: none;
}

#quick_facts ul li
{
		font-size: 0.8em;
		padding-bottom: 15px;
		padding-right: 15px;
}

#container
{
		background-color:#333;
		overflow:hidden;
		width:700px;
}

#cv #content ul li
{
		padding-bottom: 12px;
		line-height: 1.2em;
		
}

#cv h3
{
		text-transform: uppercase;
}

#cv #content ul 
{
		list-style-type: disc;
		margin-left: 15px;
		padding-bottom: 10px;
		
}

#quick_facts h3
{
		padding-left: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.0em; 
}

#photos #content, #about #content, 
#publications #content, #cv #content, 
#contact #content
{

		padding-left: 15px;
		padding-top: 15px;
		padding-bottom: 25px;
		padding-right: 15px;
		background-color:#333;
		width:670px;
}

#photos #content #photos_info
{
		position: relative;
		left: -10px;
		float: right;
		width: 250px;

}

#photos #content li 
{
		display: inline;
}

#photos #content img
{
		
		width: 115px;
		height: 107px;
		border: 1px solid #fff;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-right: 10px;
}

#photos #content #thumbs
{
		float: left;
		width: 400px;
}

/*Links-----------------------------------------------------------------------*/

#home #content a:link, #content a:visited
{
		color: #fff;
}

#home #content a:hover
{
		background-color: #333;
		text-decoration: none;
}

#content a:link, #content a:visited
{
		color: #fff;
}

#content a:hover
{
		background-color: #666;
		text-decoration: none;
}

#quick_facts a:link, #quick_facts a:visited
{
		color: #8fd600;
}

#quick_facts a:hover
{
		background-color: #666;
		text-decoration: none;
}

#photos #content #thumbs a:link, #photos #content #thumbs a:visited
{
		outline: none;
}

#photos #content #thumbs a:hover
{
		background-color: #333;
}

#site_info a:link, #site_info a:visited
{
		color: #8fd600;
		text-decoration: none;
}

#site_info a:hover
{

		background-color: #003333;
		text-decoration: none;
}