*{
	padding: 0;
	margin: 0;
}


/**
 * SECTION START: HTML tags
 */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background: black url(../images/bg_body_baffin_2.jpg) right top no-repeat fixed;
	text-align: justify;
	line-height: 1.4em;
}

#TB_window textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:white;
}

a{
	color:#3DADE2;
	font-weight:bold;
	text-decoration:none;
}
a:link {}
a:visited {}
a:hover {
	color:#87CCED;
}

a.podcast{
	padding-left: 22px;
	background: url(../images/icon_podcast_small.gif) left 50% no-repeat;
}

a.video{
	padding: 3px 3px 3px 22px;
	background: url(../images/icon_video_small.gif) left 50% no-repeat;
	display:block;
}

p{
	margin:0 0 10px 0;
}

legend{
	color:blue;
	font-size:1.2em;
	font-weight:bold;
}

img{
	border:0 none;
}

h1, h2, h3{
	color:black;
	margin:5px 0;
	font-weight: bold;
}

h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.4em;
}

ul, ol{
	margin:10px 0 20px 40px;
}

li{
	list-style-position:outside;
}
/**
 * SECTION END: HTML tags
 */


/**
 * SECTION START: Classes
 */
.clear{
	clear: both;
	height: 0;
	overflow:hidden;
}

div.pageOlder{
	float:left;
	font-size:0.7em;
	color:gray;
}

div.pageNewer{
	float:right;
	text-align:right;
	font-size:0.7em;
	color:gray;
}

div.project strong{
	font-size: 1.1em;
}

div.project ul{
	padding:0;
	margin:0;
}

div.project ul li{
	list-style: none outside none;
	margin: 0 0 0 25px;
}

div.project ul li ul li{
	list-style: disc outside none;
}
/**
 * SECTION END: Classes
 */


/**
 * SECTION START: IDs
 */
#header{
	background: url(../images/header.png);
	width: 100%;
	height: 200px;
}

#container{
	width: 1000px;
	margin: 0px auto;
	background: none;
}

#subMenu{
	position: absolute;
	margin-left: 700px;
}

#mainMenu{
	background: url(../images/bg_opac.png);
	margin: 0px 0 0px 0;
	height: 1%;
}

#content{
	float: left;
	width: 550px;
}

#sidebar{
	float: left;
	width: 450px;
}

#contentWrapper{
	background: url(../images/bg_opac.png);
	height: 1%;
}
/**
 * SECTION END: IDs
 */
 
 
/**
 * SECTION START: specific styling inside IDs
 */
#container div.bgContainerTop{
	margin:5px 0 0 0;
	background: url(../images/bg_container_top.png) top left no-repeat;
	width: 1000px;
	height: 6px;
	overflow: hidden;
}

#container div.bgContainerBottom{
	background: url(../images/bg_container_bottom.png) top left no-repeat;
	width: 1000px;
	height: 6px;
	overflow: hidden;
}
 
#subMenu ul{
	margin: 0;
}

#subMenu ul li{
	position: relative;
	color: white;
	display: block;
	float: left;
	background: url(../images/bg_sub_menu.png) bottom repeat-x;
	padding: 5px 10px 13px 10px;
	font-size: 0.9em;
}

#subMenu ul li.subMenuLeft{
	background: url(../images/bg_sub_menu_left.png) right bottom no-repeat;
	width: 11px;
}
#subMenu ul li.subMenuRight{
	background: url(../images/bg_sub_menu_right.png) left bottom no-repeat;
	width: 11px;
}

#sidebar div.post{
	margin: 10px 10px 10px 0;;
	border:1px solid silver;
	background: url(../images/bg_opac.png);
	color: white;
}

#sidebar table.gear{
	color:white;
	width:438px;
	border:1px solid silver;
	background: url(../images/bg_opac.png);
}

#content div.post,
#TB_window div.post{
	width: 525px;
	margin: 10px auto;
	border:1px solid silver;
	background: url(../images/bg_opac.png);
	color: white;
}

#content div.post h3{
	color: #3DADE2;
	padding: 3px;
}

#content div.post h4{
	color: white;
	padding: 0px;
	font-size: 1.2em;
}

#content div.post div,
#sidebar div.post div,
#TB_window div.post div{
	padding: 8px;
}

#content div.post div.postInfo,
#TB_window div.post div.postInfo{
	color:silver;
	font-size: 0.85em;
	margin: 5px 0 0 0;
	border-top: 1px solid #414141;
	padding: 2px 8px 2px 8px;
	height: 18px;
	overflow: hidden;
}

#content div.post div.postInfo div.info,
#TB_window div.post div.postInfo div.info{
	float: left;
	width: 70%;
	text-align: left;
	padding:0;
}

#content div.post div.postInfo div.share,
#TB_window div.post div.postInfo div.share{
	float: left;
	width: 29%;
	text-align: right;
	padding: 0;
}

#content div.post div.module,
#content div.post div.moduleDisabled{
	padding: 5px;
}

#content div.post div.module a{
	background:url(../images/icon_download_small.gif) right bottom no-repeat;
	padding-right: 25px;
	display:block;
	font-size:1.1em;
}

#content div.post div.moduleDisabled a{
	background:url(../images/icon_download_small_bw.gif) right bottom no-repeat;
	padding-right: 25px;
	color:#4F4F4F;
	display: block;
	cursor:default;
}
/**
 * SECTION END: specific styling inside IDs
 */