body 
{
  font-size: 100%;
}

#inner_body { 
}

#powered_by {
  display: none;
}

#page
{
	overflow: hidden;
	position: relative;
}

#page h1 {
  font-size: 180%;
}
#page h2 {
  font-size: 150%;
}
#page h3,
#page h4,
#page h5 {
  font-size: 120%;
}

.widget h1 a,
.widget h2 a,
.widget h3 a,
.widget h4 a {
  text-decoration: none;
}

#content
{
}

/* Login */
.widget_header_login {
  padding: 0px 10px 5px 10px;
}
.widget_header_login a {
	text-decoration: none;
	color: black;
	font-size: 12px;
}
.widget_header_login a:hover{
	font-weight: bold;
  color: black;
}

.widget.header_widget
{
  height: 130px;
	min-height: none;
  padding: 0px;
}

.widget.header_widget h1 {
  position: absolute;
  color: black;
  padding: 0px;
}
.widget.header_widget h2 {
  position: absolute;
  color: black;
}
.widget.header_widget .widget_header_logo_container {
}
.widget.header_widget .widget_header_logo_container a {
}
.widget.header_widget .widget_header_logo_container img {
}

/* Tabs_widget */

.widget.tabs_widget
{
  background: none transparent;
  color: black;
}
.widget.tabs_widget .body {
  display: inline-block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.widget.tabs_widget .sf-menu {
  margin: 0px;
	left: 0px;
	float:none;
  height: 28px;
  padding-top: 7px;
}
.widget.tabs_widget .sf-menu > li {
  left: 0px;
	height: auto;
}
.widget.tabs_widget .sf-menu > li > a {
  height: auto;
  padding: 5px 15px;
  color: black;
}
.widget.tabs_widget .sf-menu > li > a.sf-with-ul {
  padding: 5px 21px 5px 15px;
}
.widget.tabs_widget .sf-menu > li > a.sf-with-ul > .sf-sub-indicator {
  top: 8px;
  right: 7px;
  background: url(/js/jquery/css/../images/arrows-000000.png) no-repeat scroll -10px -100px;
}

.widget.tabs_widget .sf-menu > li > a:focus, 
.widget.tabs_widget .sf-menu > li > a:hover, 
.widget.tabs_widget .sf-menu > li > a:active {
	background-color: transparent;
	background-image: none;
	color: black;
  text-decoration: underline;
}
.widget.tabs_widget .sf-menu > li:hover, 
.widget.tabs_widget .sf-menu > li.sfHover {
	background-color: transparent;
}

.widget.tabs_widget .sf-menu a.current_page,
.widget.tabs_widget .sf-menu > li > a.current_page:focus,
.widget.tabs_widget .sf-menu > li > a.current_page:hover,
.widget.tabs_widget .sf-menu > li > a.current_page:active {
  color: black;
  text-decoration: none;
}
.widget.tabs_widget .sf-menu > li > a.current_page,
.widget.tabs_widget .sf-menu > li > a.current_page:focus,
.widget.tabs_widget .sf-menu > li > a.current_page:hover,
.widget.tabs_widget .sf-menu > li > a.current_page:active {
  border-radius: 4px;
  box-shadow: #695e01; /*dark yellow*/
}

/*submenus*/
.tabs_widget .sf-menu ul .sf-sub-indicator {
	background: url("/js/jquery/images/arrows-000000.png") no-repeat scroll -10px 0px transparent;
}
.tabs_widget .sf-menu > li > ul {
	margin-top: 0px;
	margin-left: 4px;
}
.tabs_widget .sf-menu ul {
	border-top: none;
  border-radius: 8px 20px 8px 20px;
}
.tabs_widget .sf-menu ul li {
  border-bottom: none; 
  border-left: none;
  border-right: none;
  background-color: white;
}
.tabs_widget .sf-menu ul > li:first-child,
.tabs_widget .sf-menu ul > li:first-child a {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.tabs_widget .sf-menu ul > li:last-child,
.tabs_widget .sf-menu ul > li:last-child a {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.tabs_widget .sf-menu ul a:visited {
  color: black;
}

.widget.tabs_widget .sf-menu ul li:hover,
.widget.tabs_widget .sf-menu ul li.sfHover {
  background-color: white;
}
.widget.tabs_widget .sf-menu ul a:focus, 
.widget.tabs_widget .sf-menu ul a:hover, 
.widget.tabs_widget .sf-menu ul a:active {
	background-color: #e8d053; /* yellow */
	color: black;
  text-decoration: underline;
}

/* Metal Tabs_widget */

/* End Tabs_widget */

/* Widget Styles */

.widget {
}
.widget .titlebar h1 {
	color: black;
}
.widget .titlebar {
	background-color: transparent;
}

.widget.std_transparent {
  background-color: transparent;
}
.widget.std_transparent .titlebar h1 {
}

.widget.std_black {
  color: white;
  background-color: black;
  border: 1px solid white;
}
.widget.std_black .titlebar h1 {
  color: white;
}

.widget.std_black_marbled {
  color: white;
  background: url(images/black_cmt_header_tile.jpg) center top repeat black;
  border: 1px solid white;
}
.widget.std_black_marbled .titlebar h1 {
  color: white;
}

.widget.std_white {
  color: black;
  background-color: white;
  border: 1px solid black;
}
.widget.std_white .titlebar h1 {
  background-color: transparent;
  color: black;
}

.widget.std_gray_lt {
  color: black;
  background-color: #CCC;
}
.widget.std_gray_dk {
  color: white;
  background-color: #666;
  border: 1px solid black;
}
.widget.std_gray_dk .titlebar h1 {
  color: white;
}

/* Page Styles */
body.std_black_page {
  background-color: black;
  color: white;
}

body.std_black_page .widget.header_widget h1,
body.std_black_page .widget.header_widget h2,
body.std_black_page .widget.tabs_widget,
body.std_black_page .widget.tabs_widget .sf-menu > li > a,
body.std_black_page .widget.tabs_widget .sf-menu > li > a:focus, 
body.std_black_page .widget.tabs_widget .sf-menu > li > a:hover, 
body.std_black_page .widget.tabs_widget .sf-menu > li > a:active,
body.std_black_page .widget.tabs_widget .sf-menu a.current_page,
body.std_black_page .widget.tabs_widget .sf-menu > li > a.current_page:focus,
body.std_black_page .widget.tabs_widget .sf-menu > li > a.current_page:hover,
body.std_black_page .widget.tabs_widget .sf-menu > li > a.current_page:active,
body.std_black_page .widget .titlebar h1
{
  color: white;
}
body.std_black_page .widget_header_login {
  background-color: rgba(255,255,255,.2);
  border-bottom: 1px solid white;
  border-left: 1px solid white;
}
body.std_black_page .tabs_widget .sf-menu ul .sf-sub-indicator {
	background: url("/js/jquery/images/arrows-ffffff.png") no-repeat scroll -10px 0px transparent;
}
body.std_black_page .widget.tabs_widget .sf-menu > li > a.sf-with-ul > .sf-sub-indicator {
  background: url(/js/jquery/css/../images/arrows-ffffff.png) no-repeat scroll -10px -100px;
}

.widget.next_arrow {
  width: 100px;
  height: 70px;
  background: url(/uploads/ditdat_writers/theme/presentation/images/NextArrow.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 50px;
  left: auto;
  border: none;
  top: -50px;
}
.widget.back_arrow {
	width: 100px;
  height: 70px;
  background: url(/uploads/ditdat_writers/theme/presentation/images/BackArrow.png) no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: -50px;
  left: 50px;
  border:none;
}
.widget.next_arrow .content,
.widget.back_arrow .content {
  padding: 0px;
  height: 70px;
}
.widget.next_arrow .content a,
.widget.back_arrow .content a {
  display: inline-block;
  width: 100%;
  height: 70px;
}
.widget.next_arrow:hover {
  background: url(/uploads/ditdat_writers/theme/presentation/images/NextArrowDrk.png) right top no-repeat;
  right: 25px;
  width: 125px;
  cursor:pointer;
}
.widget.back_arrow:hover {
  background: url(/uploads/ditdat_writers/theme/presentation/images/BackArrowDrk.png) left top no-repeat;
  left: 25px;
  width: 125px;
  cursor:pointer;
}

/* Footer Section */
.outer_section_-1 {
  position:fixed;
  bottom: 0px;
  width: 100%;
  top: auto;
}

/* Header Section */
.outer_section_1 {
}

/* Content Section */
.outer_section_2 {
}
.outer_section_-2 {
}

/* Exactly 3 Sections */
.outer_section_2.outer_section_-2 {
}
.section_2.section_-2 {
	min-height: 500px;
}

/* Only 2 Sections */
.outer_section_1.outer_section_-2 {
}
.outer_section_2.outer_section_-1 {
}

/* Only 1 Section */
.outer_section_1.outer_section_-1 {
}

