/*--------------------------------------------------------------
+ Mods to the CSS											   *
+ Bertland GH Hope											   *
+ WRK.css													   *
+ 08.2009													   *
---------------------------------------------------------------*/

#fullcontainer #container #content #content-inner #main {

}

#stripe {
	background: black;
	width: 100%;
	height: 220px;
	position: absolute;
	top: 80px;
	left: 0;
}


/* -----admin.css mod----------- */
#fullcontainer {
	background-color: black;
}

#container {
	background:	black url(../images/irc/bg23.png) no-repeat center bottom;
	margin: 0 auto;
	padding: 0 0px;
	position: relative;
	width: 750px;
	min-height: 100%;
	height: auto !important;
	z-index: 1;
}

/* -----typography.css mod----------- */

html,
body {
	font: 17px/24px  "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	
	text-align: center;
}

.menu a:hover {
	text-align: left;
	text-decoration: underline;
	color:#0ec426
}

#genlinks a:hover {
	text-decoration: underline;
	
}

/* -----department.css mod----------- */



/* Background image/colour for content area */
#content-inner {
	background: no-repeat;	
}

#sidebar {
	background: url(../../../2009/IRC/images/sidebar_bg.jpg) no-repeat top left;
}

#main {
	background: no-repeat left top;
}

/* =Headings
----------------------------------------------------------------*/
h2, #section-header {
	font-weight: normal;
	text-transform: uppercase;
	color:	#CCC;
	margin-top: 0;
	padding-right: 5px;
	text-align: left;
}

h3, .section-subheader {
	padding-right: 5px;
	font-weight: normal;
	color:	#000;
	text-align: center;
}



/* =Links
----------------------------------------------------------------*/
#main a,
#main a:active,
#main a:visited,
#main a:hover {
	color:	#666;
	font-size: 90%;
}

#main a:hover {
	color:	green;
	
}

.menu a
{
	color:	#999;
	
}

.menu a:visited{
	color:	#999;
	padding: 5px 5px 5px 0px;
}

.menu a:hover{
	color:#0ec426;
	padding: 5px 5px 5px 0px;	
	text-decoration:underline;
}

.menu a.active {
	color:	#d71410;
}

/* -- content mod -- */
/* =Content
----------------------------------------------------------------*/
#content {
	/*width: 730px;*/
	width: 740px;
	float: left;
	/*margin: 10px 10px 70px 10px;*/
	margin: 10px 5px;
	background: url(../../../2009/images/admin/content_bg.jpg) repeat-y top left;
	min-height: 600px;
}

#content-inner {
	width: 740px;
	min-height: 600px;
	float: left;
}

#sidebar {
	padding-top:15px;
	width: 175px; 
	/*width: 170px;*/
	float: left;
	margin: 15px 25px 25px 0;
	padding-left: 5px;
}

.menu {
	margin-bottom: 20px;
	text-align:left;
}

.menu div.menu-first {
	border-top: 1px dashed #000;
}

.menu div {
	border: 1px dashed #000;
	border-width: 0 0 1px 0;
	padding: 5px 0 0 0;
}

#main {
	
	width: 505px;
	float: left;
	/*margin: 15px 0 25px 25px;*/
	margin: 15px 0 25px 0;
	padding: 0 0 0 25px;
	padding-top:15px;
}

#main .row {
	float: none;
}

#main .col1,
#main .col2 {
	float: left;
	width: 235px;
	
}

#main p {
	text-align: center;
	}

#main .col1 {
	margin: 1px 2px 1px 1px;
	text-align: center;

}

/* --- JD Gallery Layout ----*/
body {
	/*color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;*/
	margin: 0 auto;
	padding: 0;
	/*font-size: 0.6em;
	background: #111 url('../images/bg/gradient1.gif') top left repeat-x;*/
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}


.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
}


.image_png
{
	text-align: center;
	
}

#mylinks {
	padding: 2px 10px 10px;
}

/* =Breadcrumbs
----------------------------------------------------------------*/
#breadcrumbs
{
	/*padding: 4px 0 0 10px;
	width: 740px;
	height: 21px;
	text-align: left;*/
	color:	#999;
	font-size:13px;
	padding-top:15px;
}

#breadcrumbs a,
#breadcrumbs a:hover {
	color:	#999;
}

#content {
color:	#333;
}
#home {
	text-align: justify;
	padding: 15px;
}

/*---gallery navigation color-------*/

/* SCHEDULE */
#schedule-top {
	text-align:center;}
#schedule-main {
	text-align:center;}
	
#schedule-main a img	{ border: none; }
#schedule-main table	{ text-align:center; }
	
#schedule-bottom {
	font-size: .9em;}

#schedule-navigation {
	font-size: .8em;
	font-weight:bold;}

#schedule-download{
	float:right;}

.schedule-table tr td{
	font-size: .7em;
	text-align: center;
	vertical-align:top;
	}
	
#new {
	text-shadow:#999;
	color:#F00;
	text-align:center;
	font-weight:bolder;
	}
