
/*========================================================*/
/*   Cascading Style Sheet for Seasons DotNetNuke Skin    */
/*                      for DNN3                          */
/*              created by Tyler Fawcett                  */
/*                                                        */
/*              http://tf.johndcooper.com                 */
/*                 tf@tylerfawcett.com                    */
/*========================================================*/

/*========================================================*/
/*                  Table of Contents                     */
/*========================================================*/
/*  1. Universal                                          */
/*  2. Containers                                         */
/*  3. Links                                              */
/*  4. Text                                               */
/*  5. Forms                                              */
/*  6. Main Menu                                          */ 
/*  7. Module Menus                                       */
/*========================================================*/


/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Forces browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	background: #fff;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}



/*========================================================*/
/*  2. Containers                                         */
/*========================================================*/

/* Establishes bg for viewable area */
.SiteColor {
	background: #e7e7e7;
}


/* Maintains consistent width */
.SiteWidth {
	width: 952px;
	margin: 10px 0 10px 0;
}


/* Autumn photo */
.TopRowA {
	height: 318px;
	padding: 0;
	background: url(CastHeader.jpg) no-repeat;
}


/* Autumn photo - Admin */
.TopRowAAdmin {
	height: 318px;
	padding: 0;
	background: url(CastHeaderAdmin.jpg) no-repeat;
}


/* Contains date/login info */
.HeaderCell {
	text-align: right;
	padding: 10px 45px 0 0;
	height: 37px;
}


/* Contains menu */
.MenuCell {
	padding: 0px 10px 0 253px;
	height: 36px;
}


/* Contains menu - Admin */
.TopRowSAdmin .MenuCell, .TopRowAAdmin .MenuCell, .TopRowMAdmin .MenuCell, .TopRowWAdmin .MenuCell {
	padding: 0px 10px 0 60px;
	height: 36px;
}


/* BG for everything between header and footer */
.MiddleRow {
	background: url(bg_middle.jpg) repeat-y;
	padding: 0 65px 0 40px;
}


/* BG for everything between header and footer - Admin */
.MiddleRowAdmin {
	background: url(bg_middle_admin.jpg) repeat-y;
	padding: 0 65px 0 75px;
}


/* Holds breadcrumbs */
.Breadcrumbs {
	padding: 0 0 30px 10px;
}


/* For left-hand column content */
.SideContent {
	width: 177px;
	padding: 10px 33px 0 15px;
}


/* For main column content */
.MainContent {
	padding: 0 10px 0 0;
}


/* For left column within the main content area */
.ContentLeft {
	width: 33%;
}


/* For center column within the main content area */
.ContentCenter {
	width: 33%;
}


/* For right column within the main content area */
.ContentRight {
	width: 33%;
}


/* Footer graphic */
.BottomRow {
	background: url(bg_bottom.jpg) no-repeat;
	height: 110px;
	vertical-align: bottom;
	text-align: right;
}


/* Footer graphic - Admin */
.BottomRowAdmin {
	background: url(bg_bottom_admin.jpg) no-repeat;
	height: 110px;
	vertical-align: bottom;
	text-align: right;
}


/* Contains terms/copyright info */
.FooterCell {
	text-align: right;
	padding: 0 45px 8px 0;
}


/* Separator image between header and footer links */
.Bullet {
	background: url(bullet_grey.gif) no-repeat;
	height: 10px;
}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: #555;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}



/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
	font-weight: bold;
}

a.LoginLink:hover {
	font-weight: bold;
}



/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
	font-weight: bold;
	font-size: 15px;
}

a.BreadcrumbLink:hover {
	font-weight: bold;
	font-size: 15px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	font-weight: bold;
	color: #555;
}

a.CommandButton:hover {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}



/* Seasons link colors */
#Autumn a {color: #CF8D01;}



/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #555;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #555;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}



.Normal {
	font-size: 11px;
	color: #555;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #900;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

h1{
	line-height: 35px;
}

/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #555;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #555;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*========================================================*/
/*  6. Main Menu                                          */
/*========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	height: 35px;
	padding: 0;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold;
	border: 1px solid #222;
	padding: 1px 4px 2px 2px;
}


/* Container for submenu */
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 1px 0px 0px 0px;
	border: 1px solid #000;
	padding: 1px;
	background: #222;
	filter: alpha(opacity=75, FinishOpacity=75, Style=1);
	-moz-opacity: 0.75
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	cursor: pointer; 
	cursor: hand; 
	color: #fff;
	background: #000;
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	padding: 1px 4px 2px 2px;
}

/* Idle state for main menu items */
.MainMenu_Idle { 
	height: 35px;
	background: url(menu_sep.gif) top right no-repeat transparent;
	color: #aaa;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	height: 35px;
	background: url(menu_sep.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	height: 35px;
	background: url(menu_sep.gif) top right no-repeat transparent;
	color: #fff;
	padding-top: 2px;
	font-weight: bold;
	border-left: 1px solid #fff;
}


/* Elements we don't really need */
.MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenu_MenuBreak {
	display: none;
}



/*========================================================*/
/*  7. Module Menus                                       */
/*========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #aaa;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	border: #f4f4f4 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: -1px 0px 0px 2px;
	background-color: #f8f8f8; 
	border: #bbb 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	cursor: pointer; 
	cursor: hand; 
	color: #f4f4f4;
	background: #222;
	border-left: #222 1px solid;
	border-right: #222 1px solid;
	padding: 1px 4px 2px 2px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/