/****************************************
RedPost, Inc.
Version 3

All images, layout, photographs and design are Copyright 2008 RedPost, Inc. All rights reserved.
****************************************/

/************************************************
Dashboard - Sidebar
************************************************/

#dashboard_container {
	width: 328px;
}

#dashboard_container_top {
	width: 100%;
	height: 23px;
	background: transparent url(/images/layout/redpost_v3_dashboard_sidebar_top.gif) top left no-repeat;
}

#dashboard_container_body {
	width: 100%;
	min-height: 100px;
	background: transparent url(/images/layout/redpost_v3_dashboard_sidebar_body.gif) top left repeat-y;
	color: white !important;
}

#dashboard_container_body_content {
	margin-right: 15px;
	margin-left: 15px;
}

#dashboard_container_bottom {
	width: 100%;
	height: 259px;
	background: transparent url(/images/layout/redpost_v3_dashboard_sidebar_bottom.gif) top left no-repeat;
}

#dashboard_container_bottom_content {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 70px;
}

/************************************************
Dashboard - Sidebar - Typography
************************************************/

#dashboard_container_body {
	font-size: 12px;
}

#dashboard_container_body a {
	color: white !important;
}

#dashboard_container_body_content h1, #dashboard_container_body_content h2, #dashboard_container_body_content h3, #dashboard_container_body_content h4, #dashboard_container_body_content h5, #dashboard_container_body_content h6 {
	color: white !important;
	font-weight: 100;
}

#dashboard_container_body_content h3 {

}

#dashboard_container_body #dashboard_container_body_content > h2:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

#dashboard_container_body_content > h2 {
	font-size: 14pt;
	font-weight: 100;
}

#dashboard_container_bottom_content {
	color: white;
}

#dashboard_container_bottom #dashboard_container_bottom_content > h2:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

#dashboard_container_bottom_content > h2, #dashboard_container_bottom_content > h1 {
	color: white;
	font-size: 14pt;
	font-weight: 100;
}

ul.dashboard_get_help li a {
	color: white;
}

/************************************************
Dashboard - Sidebar - Lists
************************************************/

#dashboard_container_body_content ul:last-child {
	margin-bottom: 0px;
}

/* Get Help List */

ul.dashboard_alert{
	list-style-image: url(/images/layout/redpost_v3_icon_exclaim.png);
	margin-top: 5px;
}

ul.dashboard_alert li {
	padding-bottom: 5px;
}

/* Messages */

ul.dashboard_message li {
	padding-bottom: 5px;
	list-style: none;
}

ul.dashboard_message li.dashboard_message_support {
	list-style-image: url(/images/layout/redpost_v3_icon_supportinfo.png);
}


ul.dashboard_message li.dashboard_message_general {
	list-style-image: url(/images/layout/redpost_v3_icon_speech.png);
	list-style-position: outside;
}

/* Get Help List */

ul.dashboard_get_help{
	padding-bottom: 5px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.dashboard_get_help li {
	margin-left: 30px;
	margin-bottom: 5px;
	padding-left: 0px;
}
