/* 
Theme Name: default
Theme URI: http://www.weddingresource.ca
Version: 1.0
Description: 
Author: Killian Cummings
Author URI: 
*/

/* basic elements */
html {
background-color:#383838;
	margin: 0px;
	padding: 0px;
	}

/* Hometown Elements */
@charset "utf-8";
/* CSS Document */

body {
background-color:#383838;
/* background-image:url(img/background.jpg);
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 90% 20%; */
}

.wrap {
background-color:#383838;
width:990px;
height: auto;
margin: 0 auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
}

.header {
width:990px;
height:156px;
text-align:center;
}

.nav_wrap {
margin-left:255px;
height:27px;
float: left;
}

.nav_item{
height:25px;
line-height: 25px;
padding: 0px 10px 0px 10px;
border-right:  thin solid #FFFFFF;
float:left;
text-align:center;
font-family:"Arial Black";
font-size:14px;
}

.nav_item_last{
height:25px;
line-height: 25px;
padding: 0px 10px 0px 0px;
float:left;
text-align:center;
font-family:"Arial Black";
font-size:14px;
}

.nav_wrap ul {
list-style-type:none;
padding: 0px;
margin: 0px;
}

.nav_wrap li{
display:inline;
}

.content_left{
width:512px;
height:600px;
padding-top:15px;
float:left;
}

.content_right{
width:512px;
height:600px;
padding-top:15px;
background-image:url(img/background.jpg);
background-repeat:no-repeat;
float:left;
}

.footer{
width:990px;
height: 10px;
border-top:thin solid #ed1c24;
text-align:right;
font-family :Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
float:left;
padding-bottom:20px;
margin-top: 10px;
}

.section_titles{
width:100%;
height:18px;
border-bottom:thin solid #ed1c24;
float:left;
}

.boxes {
width:490px;
height:auto;
padding:10px 0px 20px 22px;
float:left;
}

#session_programs {
  display: block;
  width: 141px;
  height: 25px;
  background:url(../images/session_programs.png) no-repeat 0 0;

}

#session_programs:hover
{ 
  background-position: 0 -25px;
}

#sponsor_page {
  display: block;
  width: 107px;
  height: 25px;
  background:url(../images/sponsor_page.png) no-repeat 0 0;

}

#sponsor_page:hover
{ 
  background-position: 0 -25px;
}

#about_us{
  display: block;
  width: 71px;
  height: 25px;
  background:url(../images/about_us.png) no-repeat 0 0;

}

#about_us:hover
{ 
  background-position: 0 -25px;
}

#contact_us{
  display: block;
  width: 83px;
  height: 25px;
  background:url(../images/contact_us.png) no-repeat 0 0;

}

#contact_us:hover
{ 
  background-position: 0 -25px;
}
/* Hometown Elements */

/* ITIQ Elements */

a {
	text-decoration: none;
	color: #ffffff;
}
a:link {
	text-decoration: none;
}
a:active {
}
a:visited {
}

a img {
	border: none;
}

.center { 
	text-align: center;
	}

#topnav {
	height: 20px;
	text-align: right;
	background-color: #5497D1;
	color: #FFFFFF;
	}
	
#topnav ul {
	padding: 0;
	margin: 0px 5px 0px 0px;
	}
	
#topnav ul li {
	display: inline;
	}
	
#topnav ul li a {
	color: #FFFFFF;
	}

#mainnav {
	/* Added below for Mozilla */
	margin:0 auto;
	/* Added above for Mozilla */
	
	/* width: 958px; */
	margin: 0px 10px 0px 8px;
	text-align: left;
	height: 30px;
	color: #67304A;
	background-color: #CE96B0;
	}

#mainnav select {
	float: left;
	margin: 5px 0px 0px 10px;
	padding: 0;
	}
	
#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	list-style: none;
	overflow: auto;
	white-space: nowrap;
	}
	
#mainnav ul li {
	display: block;
	margin: 0;
	padding: 0 5px 0 5px;
	text-align: center;
	float: left;
	font-size: 10pt;
}

#mainnav ul li a { 
	padding: 0 5px 0 5px;
	color: #ffffff;
	}

#mainnav ul li:hover a,
#mainnav ul li a:hover,
#mainnav ul li a:active {
	display: block;
	text-alignment: center;
	text-decoration: none;
	background: #ffffff;
	color: #000000;
	height: 30px;
	border-top: 1px solid #CE96B0;
}
	
#breadcrumb {
	margin-top: 2px;
	margin-bottom: 5px;
	height: 20px;
	text-align: left;
	font-size: 8pt;
	background-color: #383838;
	}
	
#breadcrumb ul {
	padding: 0 5px 0 5px;
	margin: 2px 0px 0px 0px;
	/* color: #fff; */
	}
	
#breadcrumb ul li {
	display: inline;
	/* color: #fff; */
	}
	
#breadcrumb ul li a {
	/* color: #fff; */
}
	
#content {
	clear: both;
	}
	
#main {
	}
	
#footer {
	clear: both;
	font-size: 9pt;
	color: #5497D1;
	}
	
#footer a {
	color: #5497D1;
	}

/* =============================================================================
		Toolbar Elements
	============================================================================= */
/* Defines the Toolbar and all associated elements */
#toolbar {
	width:100%;
	float:left;
	height:28px;
	background-color: #fff;
	}
#toolbar ul {
	padding: 0;
	padding:6px 22px 0 0;
	margin: 0px;
	list-style-type: none;
	}
#toolbar ul li {
	display:inline;
	padding:5px;
	}
/* End Toolbar Elements */

/* =============================================================================
		Folder Elements
	============================================================================= */
#tabs {
	margin-top: 5px;
	height: 30px;
	/* color: #000000; */
	}
	
#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	height: 25px;
	list-style: none;
	overflow: auto;
	white-space: nowrap;
	}
	
#tabs ul li {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 175px;
	border-right: 1px solid #ffffff;
	background-color: #83A8CD;
}

#tabs ul li a:link { color: #ffffff; }

#tabs ul li a:visited { 
	display: block;
	text-alignment: center;
	text-decoration: none;
	color: #ffffff;
	width: 175px;
	height: 25px;
}

#tabs ul li:hover a,
#tabs ul li a:hover,
#tabs ul li a:active {
	display: block;
	text-alignment: center;
	text-decoration: none;
	background: #d2def0;
	color: #000000;
	width: 175px;
	height: 25px;
}

#tabs ul li.Active {
	background-color: #d2def0;
	}
	
#tabs ul li:hover a,
#tabs ul li a:hover,
#tabs ul li a:active {
	color: #000000;
}

.TabLinkActive {
	display: block;
	width: 175px;
	height: 25px;
	background-color: #d2def0;
	font-weight: bold;
	}
	
.TabLinkInActive {
	display: block;
	width: 175px;
	height: 25px;
	background-color: #83A8CD;
	}
	
#Cluster h3 {
	}
	
.ClusterItem {
	}
	
#GINA {
	margin: 7px 0px 10px 0px;
	}
	
/* =============================================================================
		Portal Elements
	============================================================================= */

/* Defines the portal and all associated elements */
.Portal {
	width: 100%;
	padding-top: 5px;
	}
	
.PortalTab {
	border-top: 2px solid #F1A9CE;
	padding-top: 3px;
	}

/* 50x50 */
.PortalColumnlt1 {
	width:49%;
	float:left;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt1 {
	width:49%;
	float:right;
	overflow:hidden;
	display:inline;
	}

/* 40x60 */
.PortalColumnlt2 {
	width:39%;
	float:left;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt2 {
	width:59%;
	float:right;
	overflow:hidden;
	display:inline;
	}

/* 60x40 */
.PortalColumnlt3 {
	width:59%;
	float:left;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt3 {
	width:39%;
	float:right;
	overflow:hidden;
	display:inline;
	}

/* 30x70 */
.PortalColumnlt4 {
	width:29%;
	float:left;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt4 {
	width:69%;
	float:right;
	overflow:hidden;
	display:inline;
	}

/* 70x30 */
.PortalColumnlt5 {
	width:69%;
	float:left;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt5 {
	width:29%;
	float:right;
	overflow:hidden;
	display:inline;
	}

/* 100x0 */
.PortalColumnlt6 {
	width:100%;
	float:right;
	overflow:hidden;
	display:inline;
	}

.PortalColumnrt6 {
	display: none;
}

/* Defines the left track and all associated elements */
.tracklt {
	margin:0px 0px 5px 0px;
	}
	
.tracklttitle {
	color: #FFFFFF;
	text-align:left;
	display: block;
	background: #B496CE;
	font-size: 12pt;
	}
	
.tracklttitle span {
	display: block;
	background: #B496CE;
	}
	
.tracklttitle ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
	height: 30px;
	}
	
.tracklttitle ul li {
	display: inline;
	padding: 0px 5px 0px 7px;
	}
	
.trackltdescription {
	display: none;
	}
	
.trackltdescription span {
	}

.tracklt .trkcontent {
	padding: 0px 5px 0px 5px;
	border: 1px solid #B496CE;
	border-top: 0px;
	}
	
.tracklt .trkcontent span {
	}
	
.tracklt .trkcontent em {
	font-size: 9pt;
	}
	
.tracklt .trkcontent h3 {
	border: none;
	color: #B496CE;
	}
	
.tracklt .trkfooter {
	}
	
.trackltnopadding {
	margin:0px 0px 10px 0px;
	/* display: none; */
	}

.trackltnopadding h5 {
	display: none;
	}
	
.trackltnopadding h5 span {
	}
	
.trackltnopadding h5 ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
	}
	
.trackltnopadding h5 ul li {
	display: inline;
	padding-right: 5px;
	}

.trackltnopadding .trkcontent {
	line-height: 1.5em;
	}
	
.trackltnopadding .trkcontent span {
	}
	
.trackltnopadding .trkcontent em {
	padding: 0px 5px 0px 5px;
	font-size: 9pt;
	}
	
.trackltnopadding .trkfooter {
	}

/* Defines the left track and all associated elements */
.trackrt {
	margin:0px 0px 5px 0px;
	}
	
.trackrttitle {
	color: #FFFFFF;
	text-align:left;
	display: block;
	background: #E2509C;
	font-size: 12pt;
	}
	
.trackrttitle span {
	display: block;
	background: #E2509C;
	}
	
.trackrttitle ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
	height: 30px;
	}
	
.trackrttitle ul li {
	display: inline;
	padding: 0px 5px 0px 7px;
	}
	
.trackrtdescription {
	display: none;
	}
	
.trackrtdescription span {
	}

.trackrt .trkcontent {
	padding: 0px 5px 0px 5px;
	border: 1px solid #E2509C;
	border-top: 0px;
	}
	
.trackrt .trkcontent span {
	}
	
.trackrt .trkcontent em {
	font-size: 9pt;
	}
	
.trackrt .trkcontent h3 {
	border: none;
	color: #E2509C;
	}
	
.trackrt .trkfooter {
	}
	
/* Defines the portal tab and all associated elements */
TD.TabInActive {
	background-color: #CDCDCD;
	text-align: center;
	border-right: 2px solid #FFFFFF;
	}
TD.TabInActive h4 {
	padding: 2px 5px 2px 5px;
	}
TD.TabActive {
	background-color: #666666;
	text-align: center;
	border-right: 2px solid #FFFFFF;
	}
TD.TabActive h4 {
	padding: 2px 5px 2px 5px;
	}

A.TabLinkInActive {
	color: #000000;
	}

A.TabLinkActive {
	color: #FFFFFF;
	}

/* End Portal Elements*/

/* =============================================================================
	Contacts Elements
============================================================================= */

#Contacts {
	}
	
#Contact {
	}
	
#ContactDetail {
	}
	
#ContactDetail h4 span {
	display: none;
	}
	
#ContactPhoto {
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
	}
	
/* =============================================================================
	Discussion Forum Elements
============================================================================= */

#DiscussionForum {
	width: 100%;
	}
	
.TopicDetail {
	font-size: 8pt;
	}
	
#DiscussionNavigation {
	margin-bottom: 10px;
	}
	
#DiscussionNavigation ul {
	padding: 0;
	margin: 0px;
	font-size: 8pt;
	}
	
#DiscussionNavigation ul li {
	display: inline;
	}

#DiscussionDetail ul {
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 8pt;
	}
	
#DiscussionDetail ul li {
	display: inline;
	}
	
#DiscussionResponseTree {
	margin: 10px 0px 0px 0px;
	}
	
.DiscussionTopicTitle {
	font-weight: bold;
	}
	
.DiscussionTopicResponses {
	}
	
.DiscussionTopicDetail {
	font-style: italic;
	font-size: 85%;
	}
	
/* =============================================================================
	Calendar Elements
============================================================================= */
.Calendar table {
}

.Calendar table td {
	width: 30px;
	height: 30px;
}

.Calendar table td:hover a,
.Calendar table td a:hover,
.Calendar table td a:active {
	display: block;
	text-decoration: none;
	background: #d2def0;
	color: #000000;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

#CalDayEvent a {
	border: 1px solid black;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: yellow;
	}
	
/* =============================================================================
	DocumentCollection Elements
============================================================================= */

.DocumentCollection {
	}
	
/* =============================================================================
	Inline Elements
============================================================================= */		
.inlineitems ul {
	padding: 0;
	margin: 0px 0px 0px 0px;
	}
	
.inlineitems ul li {
	display: inline;
	padding: 10px;
	}
	
/* =============================================================================
	Outline Elements
============================================================================= */		
.outlineitems ul {
	padding: 0;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	}
	
.outlineitems ul li {
	}

.outlineitems ul li h5 {	
	margin-top: -15px;
	}
	
.outlineitems ul li img {
	padding-right: 5px;
	}
	
/* Clearfix Class */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* =============================================================================
	Table Elements
============================================================================= */		
.HeaderRow {
	}
	
.EvenRow {
	background-color: #FFFFFF;
	}
	
.OddRow {
	background-color: #F7F7F7;
	}
	
/* ITIQ Elements */
