/*

	1312 vs. Midia
	v.2
	
	ie psuedo classes from:
	http://www.vladdy.net/Demos/IEPseudoClassesFix.html	
		
	the release of IE7 has made the simple world of ff/ie6 on a pc a bit more nightmareish
	ie 7 in css hack detailed in the "in-css hacks" section of
	http://www.webdevout.net/articles/css_hacks.php
	
	css equal height columns js fix from:
	http://www.projectseven.com/tutorials/css/pvii_columns/index.htm
	
*/


body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 61%;
	color: #000;
	margin: 0px;
	padding: 0px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ layouts */

#midia {
	padding: 0px;
	margin: 0px;
	width: 890px;
	width: 1010px;
}

	#top {
		display: inline;
		float: left;
		margin: 0px 0px 0px 20px;
		width: 660px;
	}
	
	#left {
		clear: left;
		display: inline;
		float: left;
		margin: 0px 0px 0px 20px;
		width: 200px;
	}
	#left2 {
		clear: left;
		display: inline;
		float: right;
		margin: 0px 0px 0px 20px;
		width: 200px;
	}
	
	#right {
		display: inline;
		float: left;
		margin: 0px 0px 20px 20px;
		width: 616px;
	}
	
	#imgThumbs {
		display: inline;
		float: left;
		margin: 0px 0px 20px 20px;
		width: 100px;
	}
/*-------------------------------------
	POSITION HACK FOR IE 6
--------------------------------------*/
	#imgThumbs {
		_position:absolute;
		_top:106px;
		_left:874px;
		_margin:0;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ general styles */

a {
	color: #000;
}
	a:hover {
		background-color: #e7e7e7;
	}
	
/* stop ff drawing in random big box thing */
:focus {
  -moz-outline-style: none;
}

h1 {
	width: 139px;
	height: 35px;
	text-indent: -100em;
	margin: 20px 0px 50px 220px;
}
	h1 a {
		background: url("../images/logo-midia.gif") no-repeat left top;
		display: block;
		width: 139px;
		height: 35px;
	}

h2 {
	margin: 0em 0em 0.0em 0em;
	padding: 0px;
	font-weight: normal;
	font-size: 2em;
	color: #000;
}

h3 {
	margin: 0em 0em 0.8em 0em;
	padding: 0em 0em 0.2em 0em;
	font-size: 1.9em;
	font-weight: normal;
	color: #88898a;
	border-bottom: 1px solid #000;
	width: 735px;
}

h4 {
	margin: 0em 0em 0em 0em;
	padding: 0px;
	font-size: 1.2em;
}

h5, h6 {
	margin: 0em 0em 1em 0em;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0px;
	font-size: 1.2em;
	color: #000;
}

ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

	ul li {
		margin: 0em 0em 0.6em 0em;
		padding: 0px;	
	}
		* ul li {
			margin-bottom: -0.3em;
		}
		ul > li {
			margin-bottom: 0.6em;
		}

ol {
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}

	ol li {
		margin: 0px;
		padding: 0px;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

small {
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}

fieldset {
	margin: 0px;
	padding: 0px;
	border: 0 none;
	font-size: 1em;
}
	fieldset legend {
		display: none;
	}
	fieldset label {
	
	}
	fieldset ol {
		list-style-type: none;
	}
		fieldset ol li {
		
		}
	fieldset input {
	
	}
	fieldset button {
	
	}
	
blockquote {
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
}
	blockquote p {
		padding: 0px;
		margin: 0 0 0.25em 0;
		font-style: italic;
		font-size: 1.2em;
	}
	blockquote small {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		font-size: 1.0em;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ common classes */

.floatLeft {
	float: left;
	text-align: left;
}
	img.floatLeft {
		margin: 0px 8px 8px 0px;
	}
	
.floatRight {
	float: right;
	text-align: right;
}

.floatClear {
	margin: -1px -1px 0px 0px;
	width: 1px;
	height: 1px;
	clear: both;
}

div.hr { clear: both; }
	div.hr hr { display: none; }
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ custom classes */

div.inlineHr {
	height: 1px;
	background-color: #000;
	margin: 0em 0em 1em 0em;
	padding: 0px;
	width: 200px;
}
	div.inlineHr hr { display: none; }
		
img.floatRight {
	margin: 0px 0px 8px 0;
	float: right;
}
	
div.left {
	width: 200px;
	display: inline;
	float: left;
}
div.middle {
	width: 200px;
	display: inline;
	float: left;
	margin-left: 8px;
}
	div.middle img.floatRight {
		float: none;
		margin: 0em 0em 1em 0em;
	}
div.right {
	width: 200px;
	display: inline;
	float: right;
}
	div.right img {
		margin: 0em 0em 1em 0em;
		float: right;
		clear: both;
		width: 300px;
	}
div.doubleWidthL {
	clear: left;
	display: inline;
	float: left;
	width: 408px;
	margin: 0em 0em 1em 0em;
}


	div.doubleWidthL div.hr {
		height: 1px !important;
		background-color: #000;
		margin: 0em 0em 1em 0em;
		padding: 0px;
		width: 408px;
	}
	
div.doubleWidthR {
	clear: right;
	display: inline;
	float: right;
	width: 408px;
	margin: 0em 0em 1em 0em;
}


h4.alt {
	color: #88898a;
}

h4.inline {
	clear: left;
	display: inline;
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0em;
}

p.inline {
	margin-bottom: 0em;
	width: auto !important;
}

p.clickToEnglarge {
	width: 408px !important;
	text-align: center;
}

.projectImage {
	clear: right;
	display: inline;
	float: right;
	padding: 0px;
	position: relative;
	margin: 0em 0em 1em 0em;
}
	.projectImage span#imageMedium {
		margin: 0px;
		width: 408px;
	}
	.projectImage img {
		margin: 0px;
		width: 408px;
	}
	.projectImage a {
		display: block;
		width: 11px;
		height: 11px;
		position: absolute;
		bottom: 8px;
		right: 8px;
		background: url("../images/enlarge.gif") no-repeat left top;
	}
		.projectImage a:hover {
			opacity: .5;
			filter: alpha(opacity=50);
		}
	.projectImage a span {
		display: none;
	}
	
.pointer {
	cursor: pointer;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ div specific styles */

#left ul, #right div.left ul {
	list-style-type: none;

}
	#left ul {
		margin-top: 4px;
	}
	#left ul li {

	}
		#left ul li a, #right div.left ul li a {
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0.2em;
		}
			#left ul li a:hover, #right div.left ul li a:hover {
				background-color: #e7e7e7; 
			}
		
		#left ul li ul {
			font-size: 1.0em;
			margin-top: 0.6em;
		}
			#left ul li ul li {

			}
			#left ul li ul li a, #right div.left ul li a {
				color: #88898a;
				padding: 0;
				padding-left: 20px;
				
				border-bottom: 1px solid #fff;
			}
				#left ul li ul li a:hover {
				
				}
				#left ul li ul li.current a, #right div.left ul li.current a {
					color: #000;
				}

		#left ul li div {
			border-top: 1px solid #88898a;
			
		}
		
		#left ul li ul.completed {
	
		}
			#left ul li p.onGoing {
				display: none;
			}
			#left ul li p.completed {
				display: none;
			}

			#left ul li ul li ul li
			{
				_padding: 0 0 0.3em 0; /* IE 6 only */
			}


				#left ul li ul li ul li ul li
				{
					padding-left: 20px;
				}

		#right div.left ul li a {
			
		}
		
		#right a
		{
			text-decoration: none;
		}
		
		#right a:hover
		{
			text-decoration: underline;
		}
		
#rightMenu ul, #right div.left ul {
	list-style-type: none;

}
	#rightMenu ul {
		margin-top: 4px;
	}
	#rightMenu ul li {
		padding: 0;
		margin: 0;
	}
		#rightMenu ul li a, #right div.left ul li a {
			color: #000;
			text-decoration: none;
			display: block;
			padding: 0.2em;
		}
			#rightMenu ul li a:hover, #right div.left ul li a:hover {
				background-color: #e7e7e7; 
			}
		
		#rightMenu ul li ul {
			font-size: 1.0em;
			margin-top: 0.6em;
		}
			#rightMenu ul li ul li {

			}
			#rightMenu ul li ul li a, #right div.left ul li a {
				color: #88898a;
				padding-left: 20px;
				border-bottom: 1px solid #fff;
			}
				#rightMenu ul li ul li a:hover {
				
				}
				#rightMenu ul li ul li.current a, #right div.left ul li.current a {
					color: #000;
					border-bottom: 1px solid #88898a;
				}

		#rightMenu ul li div {
			border-top: 1px solid #88898a;
			margin: 0em 0em 0.3em 0em;
		}
		
		#rightMenu ul li ul.completed {
	
		}
			#rightMenu ul li p.onGoing {
				display: none;
			}
			#rightMenu ul li p.completed {
				display: none;
			}		

ul.onGoing {
	border: 0 none !important;
}

#right p {
	width: 200px;
	line-height: 1.4em; 
}
#right div.hr {
	margin: 0px;
	height: 50px;
}

#imgThumbs ul, #imgThumbs ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#imgThumbs ul {
	margin-top: 5.5em;
}

/*----------------form--------------------*/

#form {
	width:300px;
	height:80px;
	float:right;
}

#form div.col1 {
	width:135px;
	float:left;
}

#form div.col2 {
	width:160px;
	float:right;
}

.input {
	border:1px solid #000;
	width:150px;
	height:15px;
	margin-bottom:5px;
	font-family: Arial, Helvetica, sans-serif;	
}

.inputDD {
	border:1px solid #000;
	width:154px;
	height:19px;
	margin-bottom:5px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;	
}

.submit {
	width:80px;
	border:1px solid #000;
	height:19px;
	margin: 0 0 5px 0;
	float:right;
	background:#fff;
	cursor:pointer;
	padding: 0;
	position: relative;
	right: -19px; /* Hacked by Paul, no idea why there's a right-indent without it! */
}

#imgTitle {
	width:250px;
	float:right;
	text-align:right;
}

#imgTitleTeamPage {
	width:408px;
	float:left;
	text-align:right;
	clear:none;
	margin-top:9px;
}
	
	
/* New Contact Styles */

.contactLeft
{
	float: left;
	width: 200px;
}

.contactRight
{
	float: left;
}

#left .underLine
{
	width: 100%;
	border-bottom: 1px solid black;
}

#left .listHeaderBlack
{
	color: #000;
}

.underline {
	background:url(../images/blackLine2.gif) 20px 0 no-repeat;
	padding:8px 0 0 0;
	_display:block;
	_height:10px;
	_width:200px;
}

span#imgTitle {
	position:relative;
	float:left;
	width:408px;
	text-align:right;
	margin:10px -10px 0 0;
}

/*-------------------------------------------------------
	SAFARI HACK ADDED BY VIN
-------------------------------------------------------*/

/*\*/
html*#imgTitle {
	position:relative;
	float:right;
	margin:10px 0 0 0;
}/**/

a.newNav {
	_margin:5px 0;
}




