@charset "UTF-8";
/*  
Theme Name: Hot New Media
Theme URI: http://www.hotnewmedia.com/
Description: This theme was created for the Multimedia Production Program at Confederation College.
Version: 1.0
Author: Kevin Element
Author URI: http://hotnewmedia.com/

	Hot New Media v1.0
	 http://www.hotnewmedia.com

	This theme was designed and built by Kevin Element,
	whose blog you will find at http://kelement.hotnewmedia.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
<!-- 
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0 0 20px 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.twoColFixLt #container { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLt #header { 
	margin: 0; 
	padding: 0;
	height:332px;
}
.twoColFixLt #collegeLogo{
	position:relative;
	width:164px;
	height:44px;
	display:block;
	float:left;
	border:0px;
}
.twoColFixLt #collegeLogo img{
	border:0px;
}
.twoColFixLt #blogTitle{
	text-align:right;
	position:relative;
	width:636px;
	height:44px;
	display:block;
	float:right;
}
.twoColFixLt #blogTitle p{
	padding:0px 15px 0px 0px;
	color:#343434;
}
.twoColFixLt #blogTitle a{
font: bold 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
text-decoration:none;
color:#666666;
}

.twoColFixLt #flashContent{
	position:relative;
	width:615px;
	display:block;
	float:left;
	background:#CCCCCC;
}
.twoColFixLt #headPanel{
	position:relative;
	width:185px;
	display:block;
	float:right;
	background:#343434;
}
.twoColFixLt #headPanelTop{
	height:56px;
}
.twoColFixLt #headPanelTop img{
	border:0;
}
.twoColFixLt #headPanelMid{
	height:176px;
	width:125px;
	padding:0 0 0 30px;
	text-align:center;
	font-size:8pt;
}
.twoColFixLt #headPanelMid a{
	color:#999999;	
}
.twoColFixLt #headPanelBot h3{
	font-size:10pt;
	color:#CCCCCC;
	text-align:right;
	line-height:13pt;
	margin:0px 13px 0px 0px;
}
.twoColFixLt #headPanelBot{
	height:56px;
	text-align:right;
	margin:0px 33px 0px 0px;	
	font-size:9pt;
	line-height:4ex;
	color:#CCCCCC;	
}
.twoColFixLt #headPanelBot a{
	color:grey;
	text-decoration:none;
}

/* Begin Calendar */
#wp-calendar {
	padding:8px 0px 0px 0px;
	empty-cells: show;
	margin: 0px auto 0;
	width: 125px;
	color:#999999;
	font-size:8px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color:#999999;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color:#999999;	
	}

#wp-calendar a {
	display: block;
	color:#999999;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	padding: 10px 0px 0px 0px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */
.twoColFixLt #footer{
	height:81px;
	background-image:url(images/footerBack.jpg);
	float:left;
	width:800px;
}
.twoColFixLt #footerMultimedia{
	width:200px;
	position:relative;
	float:left;
}
.twoColFixLt #footerCamp{
	width:155px;
	position:relative;
	float:right;
}
.twoColFixLt #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 45px 10px 15px 00px;
	font-size:12px;
	text-align:right;
}
.twoColFixLt #sidebar a{
	text-decoration:none;
	color:#333333;
}

.twoColFixLt #sidebar h2{
	font-size:13px;
	color:#343434;
	text-align:left;
	border-bottom:1px solid #999999;
	margin-bottom:0px;
}

.twoColFixLt #sidebar li{
	line-height:18px;
}

.twoColFixLt #sidebar1 {

}
.twoColFixLt #sidebar form {
	margin: 0;
}
.twoColFixLt #sidebar ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:130px;
}
.twoColFixLt #sidebar ul li {
	position:relative;
}
.twoColFixLt #sidebar ul li a {
	background:#FFFFFF;
	border-color:#e3e3e3;
	border-style:solid solid none;
	border-width:0px 0px 0px;
	color:#777777;
	display:block;
	padding:5px;
	text-decoration:none;
	border-bottom:1px solid #e3e3e3;
}
.twoColFixLt #sidebar ul li ul li ul{
	display:none;
	position:relative;
	text-align:right;
}
.twoColFixLt #sidebar ul li ul li ul li{
	background:#cccccc;
	padding:0 10px 0 0;
	}

* html ul li {
	float:left;
	height:1%;
}
* html ul li a {
	height:1%;
}
.twoColFixLt #sidebar ul li a:hover {
	background:#C7C7C7;
	color:#8D1D05;
}
.twoColFixLt #sidebar ul li ul li a {
	padding:2px 2px;
}
.twoColFixLt #sidebar li ul li:hover ul, li.over ul {
	display:block;
}
.twoColFixLt #mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 50px 20px 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:12px;
}
.twoColFixLt #mainContent h1{ 
	font-size:10px;
}

.twoColFixLt #commentform input{ 
	border:1px;
}
