/****************************************************
* All HTML elments that starts with "rw_" is standard
* RefinedWiki Original Theme elments. 
*
* All elements that starts with "edge_design_" is elements
* used by this design. 
*
****************************************************/

.wiki-content ul {list-style: square; }


<link href="//fonts.googleapis.com/css?family=Open+Sans:300italic,300,400italic,400,600italic,600,700italic,700,800italic,800" rel="stylesheet" type="text/css">


body {
    font-family: "Open Sans";, sans-serif;
    font-size: 14px;
    line-height: 22px;
}
.wiki-content,
.wiki-content p,
.wiki-content table,
.wiki-content tr,
.wiki-content td,
.wiki-content th,
.wiki-content ol,
.wiki-content ul,
.wiki-content li {
    font-size: 14px;
}


pre { 
    background: none repeat scroll 0% 0% #e6e6e6; 
    padding: 15px;
    margin: 20px 0px;
} 

/****************************************************
*
* Set a new background color
*
****************************************************/
body
{
	background:#ededed;		
}

#rw_wrapper
{
	background: #f4f4f4; 
}



#rw_category_menu li span.rw_item_left {
    color: white;
    padding: 0 15px;
}



#rw_category_menu li.rw_active a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-weight: bold;
}





/****************************************************
*
* The new top section of the edge design
*
****************************************************/
#edge_design_top 
{
	display: block;
        height: 50px;
	left:0px;
	position:absolute;
	width:100%;
    background: #00833b;
    box-shadow: 0 3px 3px #ccc;
  	-moz-box-shadow: 0 3px 3px #ccc;
	-webkit-box-shadow: 0 3px 3px #ccc;
}

#edge_design_top_left
{
        float:left;
  	width:130px;
}
#edge_design_top_middle
{
    	display:block;
	margin-right:250px;
  	margin-left:130px;
}

#edge_design_top_right
{
	float:right;
  	width:250px;
  	
}


/* Adjust the logo container */
#edge_design_top #rw_logo_container
{
  height: auto;
  margin:5px 15px;
  width:100px;
  text-align:center;
}
#edge_design_top #rw_logo_container a
{
    height:40px;
}

#edge_design_top #rw_logo_container img 
{
    max-height: 40px;
  	max-width: 100px;
}



/* Search function (Available in Confluence 5 and above) */
#rw_search
{
    margin:12px 10px 0px 0px;
}

.rw_has_side_menu #rw_search
{
    margin:12px 15px 0px 0px;
}

#rw_search_query 
{
	border:0px;
}

/* Search query in menu layout v2 (Available in Confluence 5 and above) */
.rw_menu_layout_v2 #rw_search_query
{
    width:130px;
}


#rw_global_menu
{
    margin-right:10px;
}


/* Space menu (Available in Confluence 5 and above) */
#rw_space_menu
{
    margin-right:15px;
}
#rw_space_menu > li:first-child
{
    margin:0px;
}

/* Top Menu */
#rw_top_menu 
{
    margin-top:0px 10px 0px 0px;
}

#rw_top_menu_items_container
{
    margin:0px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}


/****************************************************
*
* Menu bar: Space name, Edit, Add, Browse ..
*
****************************************************/

/* Style the menu bar */
#rw_menu_bar 
{ 
  	background: none;
  	border:0px;
  	padding:0;
}

#rw_menu_bar_button
{
	margin-right:-40px;
}

/* Make the elements in the menu bar gray */
.rw_toolbar_menu li a,
#com-atlassian-confluence #rw_menu_bar h1
{ 
	color:#aaa; 
}


/* Style all the buttons of the menu bar */
#rw_menu_bar #header-menu-bar a
{
    background:#f6f6f6;
}

.rw_toolbar_menu > li > a
{
    margin-top: 5px;
    padding: 6px 12px;
    border-right:1px solid #ddd;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    background:linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rw_toolbar_menu > li > a:hover
{
    background:linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:1px solid #bbb !important;
    margin-left:-1px;
}

.rw_toolbar_menu > li:first-child > a
{
    border-top-left-radius:6px;
    border-bottom-left-radius:6px;
    border-left:1px solid #ddd;
    margin-left:0px !important;
}
.rw_toolbar_menu > li:last-child > a
{
    border-top-right-radius:6px;
    border-bottom-right-radius:6px;
    border-right:1px solid #ddd;
}

/* Tool bar menu active */
/* When a dropdown menu is open, only the top corners should be rounded */
.rw_toolbar_menu > li a.active,
.rw_toolbar_menu > li a.active:hover,
.rw_toolbar_menu li.dropdown_open a.rw_toolbar_dropdown_button,
.rw_toolbar_menu li.dropdown_open a.rw_toolbar_dropdown_button:hover
{
    border-bottom-left-radius:0px !important;
    border-bottom-right-radius:0px !important;
}

/* No round corners in the dropdown menu */
#rw_menu_bar .rw_toolbar_dropdown a 
{
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}

/* Work box icon in Confluence 4 */
#rw_menu_bar #notifications-anchor
{
    margin-top: 5px;
    padding: 10px 12px;
    border:1px solid #ddd;
    margin-left:10px;
    border-radius:6px;
    background:linear-gradient(to bottom, #FFFFFF 0%, #F7F7F7 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#rw_menu_bar #notifications-anchor:hover
{
    background:linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border:1px solid #bbb !important;
}

/* Atlassians notification container */
#rw_menu_bar #header-menu-bar 
{
    margin:0px 0px 0px 5px;
}

#rw_menu_bar .rw_toolbar_menu
{
    margin-left:15px;
}
#rw_menu_bar #rw_space_menu 
{
    margin-left:0px;
}

/****************************************************
*
* The Content section of the edge design
*
****************************************************/

/* Add some space for the fixed top banner */
#edge_design_content
{
	padding-top:70px;
}

/* White content background with round corders.  */
.dashboard .pagecontent,
#create_space_form, 
#rw_wrapper #content.view-attachments,
#rw_wrapper #content.view-attachment,
#rw_wrapper #content.view-information,
#rw_wrapper #content.importworditem,
#rw_wrapper .rw_has_icon_menu .pagebody,
.people.confluence_4 .pagecontent
{
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:15px;
    background:#ffffff;
}
.rw_content, 
.space_admin #content, 
#search-results-container 
{
    padding:20px;
    background:#fff;
    border:1px solid #ddd;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

/* Space tools menu positioning */
.space .aui-navgroup-horizontal
{
    margin: -21px -21px 15px -21px;    
}

/* User profile menu positioning */
.user-profile .aui-navgroup-horizontal
{
    margin: -16px -16px 15px -16px;    
}

/* User profile content navigation */
.user-profile .content-navigation 
{
    top:-75px;
}

/* Special design for the blog in space admin */
.space_admin #content.space-blogposts,
.space_admin #content.edit-space-layout
{
    padding:0px;
    background:none;
    border:0px;     
}

/* Add some margin to the footer */
.space_admin #rw_main #main
{
    margin-bottom:15px;
}

/* New background color of the left sections */
.rw_page_left_section 
{
	background:#f6f6f6;	
}

/* Padding of the right page column */
td#rw_page_right_column 
{
	padding-top:0px;
}

/* Remove the border and padding from fullscreen mode */ 
.rw_in_fullscreen #rw_page_right
{
	padding:0;
  	border:0;
}


/* Personal space info */
#personal-info-sidebar
{
	background:#f9f9f9;
}


/* Board items */
.rw_board_column .rw_board_item
{
    border:1px solid #ddd;    
}

/****************************************************
*
*	Category Menu
*
****************************************************/

#rw_category_menu 
{
  height:50px;
  padding:0px;
  margin:0px;
  width:100%;
  float:none;
  display:block;
}
#rw_category_menu li a
{	
  padding: 12px 0px;
  line-height: 26px;
  height:26px;
  color: #c3f5f8;
}
#rw_category_menu li a:hover
{	
  background: url("/s/en_GB/6210/96b66f73363ad6a4132228b496713b1df46ada86.196/_/download/resources/com.refinedwiki.confluence.plugins.theme.original/images/black_transparent_lighter.png");
  color:#fff;	
}

/* When an item is selected */
#rw_category_menu li.rw_active a
{
  background: url("/s/en_GB/6210/96b66f73363ad6a4132228b496713b1df46ada86.196/_/download/resources/com.refinedwiki.confluence.plugins.theme.original/images/white_transparent_lighter.png");
  color: #fff;
  font-weight:bold;
}

/* The span containing logo, text and icons */
#rw_category_menu li span.rw_item_left
{
  padding:0px 15px;
}

/* White dashboard logo */
#rw_category_menu li a span.rw_dashboard_icon 
{
   background: url("/s/en_GB/6210/96b66f73363ad6a4132228b496713b1df46ada86.196/_/download/resources/com.refinedwiki.confluence.plugins.theme.original/images/icons.png") no-repeat -96px -205px;
}

/* Target blank icon */
#rw_category_menu li a span.rw_target_blank
{
  margin:5px 0px 0px 5px;	
}

/* The Drop down button */
#rw_category_menu li a span.rw_dropdown_btn
{
	height:20px;
	width:20px;
  	margin: 3px -4px 0px 6px;
  	background-position: -580px 0px;
}
#rw_category_menu li a:hover span.rw_dropdown_btn
{
	background-position:-620px 0px;
}
#rw_category_menu li a:hover span.rw_dropdown_btn:hover
{
	background-position:-640px 0px;
}


/* Make sure that the category wrapper always has the correct top position */
#rw_category_dropdown_wrapper
{
  top: 50px !important;
}

/* Edit button for admins */
#rw_category_menu .rw_edit_button .rw_item_logo
{
    margin-top:4px;
}

/****************************************************
*
*	Category drop down menu
*
****************************************************/

#rw_category_menu li a.rw_category_dropdown_visible
{
  border:0px !important;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  border-radius:0px;
}

#rw_category_menu li a.rw_category_dropdown_visible span.rw_item_left,
#rw_category_menu li.rw_active a.rw_category_dropdown_visible span.rw_item_left
{
  height:auto;
  padding: 0 15px;
}

#rw_category_menu li a.rw_category_dropdown_visible span.rw_item_left span.rw_dropdown_btn
{
  background-position: -600px 0px !important;
}

#rw_category_menu li.rw_active a span.rw_item_left span.rw_dropdown_btn:hover 
{
  background-position: -640px 0px;
}

.rw_popup_design_confluence #rw_category_dropdown_container
{
    border-radius:0px;
}



/****************************************************
*
*	Other fixes
*
****************************************************/

/* Style the blog list and the search filter panel */
#bloglist, .search-filters-panel 
{
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    width: auto;
}

#search-sidebar 
{
	margin:0px;
}

/* Removed round corners from popup windows */
.rw_popup
{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

/* Hide the drop down menu in Spaces macro */

#rw_spaces_macro .rw_spaces_menu_button {
	display: none;
}

/* Change the Expand macro default text color */

.expand-control-text {
    vertical-align: top;
    color: #00833b;
}

/**************************************************************************
*
* Header menu (Mainly used in Confluence 5 and above)
* A menu styled applied to the header menu items: 
* #originaltheme_app_switcher, #originaltheme_global_menu & #originaltheme_top_menu 
*
**************************************************************************/

.rw_header_menu > li > a 
{
    color: #fff !important;
    padding: 13px 10px;
}
.rw_header_menu > li > a:hover,
.rw_header_menu > li > a.active
{
    background: url("/s/en_GB/6210/96b66f73363ad6a4132228b496713b1df46ada86.196/_/download/resources/com.refinedwiki.confluence.plugins.theme.original/images/black_transparent_lighter.png") !important;
}
.rw_header_menu span.aui-icon-dropdown,
.rw_header_menu span.rw_icon_dropdown
{
    border-color:#fff transparent transparent;
}

/**************************************************************************
*
* App Switcher (Available in Confluence 5 and above) 
*
**************************************************************************/

/* When the appa swithger is active */
#edge_design_top #rw_logo_container.rw_has_app_switcher
{
    width:64px;
}
#edge_design_top #rw_logo_container.rw_has_app_switcher img 
{
    max-width: 64px;
}

/**************************************************************************
*
* RefinedWiki UI Toolkit Styling 
*
**************************************************************************/

#rw_left_column .rwui_expandable_item
{
    border-radius:6px;
}


.rw_pagetree_search {background-color: white;}





