/*
purple               #403b4c
light purple         #8c8994
bright purple        #6d277f
deep blue            #231e56
light brown          #978b75
gold                 #b5812e
cornflower yellow    #ece2a9
rust red             #63270e
*//* 
================================
Skin styles for CapStrat Website - Portal Version 
Classes and Elements Common to all pages
================================
*/

/* RESETS and default styles */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, em, img, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* BASE LAYOUT */
Body
{
	background-color: #ece2a9;
	height: 100%; /*text-align: center;*/
}

/* STRUCTURAL */
#header
{
	margin: 0 0 40px 0;
	padding: 20px 20px 0 20px;
	width: 920px;
	text-align: right;
}
#header img
{
	float: left;
}
#main
{
	margin: 0 0 30px 0;
	padding: 0 20px;
	width: 500px;
	float: left;
}

#logo
{
	width: 262px;
	height: 78px;
	display: block;
	float: left;
}

#primary_nav
{
	height: 22px;
}

#util_nav
{
	height: 22px;
	margin: 0 0 12px 0;
}
#left_nav
{
	float: left;
	width: 162px;
}
#content
{
	float: left;
	width: 602px;
	margin: 0 20px 30px 20px;
}
#right_col
{
	width: 136px;
	float: right;
	margin: 0 20px 20px 0;
}
#footer
{
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 80%;
	line-height: 1.4em;
	width: 100%;
	clear: both;
}
#footer.home
{
	width: 560px;
}

/* STYLES */

/* tables still need 'cellspacing="0"' in the markup */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
hr
{
	border: 0 #403b4c solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
.clearfix, .clearleft, .clearright
{
	height: 0;
	font-size: 0.01em;
	line-height: 0.01em;
}
#clearfix
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}

/* BASIC STYLES */

*
{
	font-size: 100.01%;
}
html
{
	height: 100%;
	font-size: 62.5%;
	border: none;
}
body
{
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #403b4c;
}
/* DNN text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	color: #403b4c;
}

/* DNN text style used for error messages */
.NormalRed
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	font-weight: bold;
	color: #ff0000;
}
/* DNN style of item titles on edit and admin pages */
.SubHead
{
	color: #403b4c;
}
/* DNN styles of skin objects */
A.SkinItem:link
{
	margin: 0;
	padding: 2px 12px;
	color: #8c8994;
	text-decoration: underline;
}
A.SkinItem:hover
{
	color: #000;
}
.SkinItem
{
	color: #8c8994;
	font-size: 80%;
	background: transparent url(img/primary_nav_divider.gif) no-repeat right 6px;
}
.breadcrumbs
{
	text-transform: capitalize;
}
.breadcrumb_text
{
	color: black;
}
.breadcrumbs ul
{
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	height: 20px;
	text-transform: capitalize;
}
.breadcrumbs li
{
	float: left;
	display: inline;
	text-transform: capitalize;
}
.breadcrumbs li a
{
	text-transform: capitalize;
}
.breadcrumbs li a:hover
{
	text-transform: capitalize;
}
/* HEADINGS */
h1
{
	color: #63270e;
	font-size: 2.2em;
	margin: 0 0 10px 0;
	font-weight: normal;
}
h2
{
	color: #403b4c;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	font-weight: bold;
}
h3
{
	color: #b5812e;
}
h4
{
	font-weight: bold;
	color: #63270e;
}
h5
{
	font-weight: bold;
}
h6
{
}
p
{
}

ul
{
}
li
{
}
a:link
{
	color: #b5812e;
	text-decoration: underline;
}

a
{
	color: #b5812e;
	text-decoration: none;
}
a:hover
{
	color: #403b4c;
}


/* FORM STYLES */
#content form div.form_row
{
	width: 100%;
	clear: left;
	float: left;
	margin: 0 0 10px 0;
}
#content form label
{
	float: left;
	width: 120px;
}
#content form input, #content form textarea
{
	float: left;
	border: 1px solid #403b4c;
	padding: 2px;
	font-size: 1.1em;
	color: #403b4c;
}

/* MISC LAYOUT STYLES */
.divider
{
	border-bottom: 1px dotted #8c8994;
	height: 1px;
	width: 100%;
	margin: 15px 0;
}

/* NAV */

#primary_nav ul
{
	height: 22px;
	float: right;
}
#primary_nav ul li
{
	font-weight: bold;
	float: left;
	display: inline;
	text-transform: capitalize;
	background: transparent url(img/primary_nav_divider.gif) no-repeat right 8px;
}
#primary_nav ul li.lastli
{
	background: none;
}
#primary_nav ul li a
{
	margin: 0;
	padding: 2px 10px;
	display: block;
	color: #403b4c;
	text-decoration: none;
}
#primary_nav ul li a:hover
{
	color: #fff;
	background-color: #b5812e;
}
#primary_navCurrentLink
{
	color: #fff;
	background-color: #b5812e;
}
li#primary_navItemHome
{
	display: none !important;
}
li#left_navItemHome
{
	display: none !important;
}
#util_nav ul
{
	height: 24px;
	font-size: 80%;
	float: right;
}
#util_nav ul li
{
	float: left;
	display: inline;
	background: transparent url(img/primary_nav_divider.gif) no-repeat right 6px;
	color: #8c8994;
}
#util_nav ul li.lastli
{
	background: none;
}
#util_nav ul li a
{
	margin: 0;
	padding: 2px 12px;
	color: #8c8994;
	text-decoration: underline;
}
#util_nav ul li a:hover
{
	color: #403b4c;
}
#util_nav ul li form a
{
	padding: 2px 0 2px 0;
}



#footer ul
{
	width: 18em;
	margin: 0 auto;
}
#footer ul li
{
	display: inline;
	float: left;
	background: transparent url(img/primary_nav_divider.gif) no-repeat left 3px;
}
#footer ul li.firstli
{
	background: none;
}
#footer ul li a
{
	color: #8c8994;
	padding: 2px 12px;
	text-decoration: none;
}
#footer ul li a:hover
{
	color: #403b4c;
}

/* SEARCH 
#util_nav input
{
	border: none;
	background: none;
	float: left;
	padding: 4px 8px 2px 20px;
	height: 18px;
	width: 117px;
	background: transparent url(img/search_bg.gif) no-repeat left top;
}
#util_nav a#search_submit
{
	background: transparent url(img/search_go_bg2.gif) no-repeat left top;
	width: 25px;
	height: 20px;
	display: block;
	float: left;
	height: 0 !important;
	overflow: hidden;
	padding: 20px 0 0;
}
#util_nav a#search_submit:hover
{
	background-position: 0 -20px;
}
*/