/**************************************************************
 header
 **************************************************************/

#header_wrapper {
   display: none;
}

#customHeaderContainer {
   display: none;
}

#as_headerWrapper {
   margin:10px;
   padding:5px;
}

a.as_nodec {
   text-decoration: none;
}

/**************** Navigator bars ****************/

.navigator {
   margin-top: 5px;
   margin-bottom: 0px;
   padding: 0px;
}

.navigator ul {
	padding: 1px;
	padding-left: 15px;
	list-style-type: none;
	background-color: #637D96;
}

.navigator ul li {
	display: inline-table;


   #display: inline;
	text-align: center;
	width: 100px;
	padding: 2px;
	border: 1px;
	vertical-align: middle;
}

.navigator ul li a {
   text-decoration: none;
   color: #fff;
}

#as_navBar_regions ul li {
   width: 130px;
   font-size: 16px;
   font-weight: bold;
}

#as_navBar_timeline ul li {
	width: 35px;
	font-size: 10px;
	font-weight: bold;
}

#as_navBar_titletimeline  {
	width: 110px !important;
	font-family: georgia, arial;
	font-size: 12px !important;
	color: #5C0020;
}

#as_navBar_moments {
   width: 220px !important;
}

#as_navBar_moments a {
   font-family: georgia, arial !important;
   font-size: 14px !important;
   color: #5C0020;
}


/**************************************************************
 uncomment this to edit the header styles secretly :-)
 **************************************************************/
/*.asBoxes {display:none;}*/

/**************************************************************
 fonts of titles
 **************************************************************/

h3.title, #breadcrumb .title, #lightBoxNav .title, .homepage .boxTop .title, .cartbuttons .title, #comment_header .title {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000 !important;
}

#breadcrumb .title, #breadcrumb .nav {
   font-family: Arial, Geneva;
   font-weight: bold !important; 
   font-size: 14px !important;
}

#breadcrumb .nav {
   color: #770000 !important;
}

#breadcrumb .title {
   color: #aa0000 !important;
}

/*#galleriesBox .title {
   font-family: Arial, Geneva;
   font-weight: bold !important; 
   font-size: 14px !important;
   color: #770000 !important;
}*/

/**************************************************************
 general
 **************************************************************/

.nophotos {display: none;}
.loggedIn .nophotos {display: block;}
.homepage #breadcrumb {display: none;}

#toolbar a.nav {display: none;}
#toolbar {color: #000 !important;}
#toolbar {display: none;}

#header_wrapper, #footer_wrapper, #cobrand_footer, #header, #smugmug, 
.smugmug #header, .smugmug #footer {
   margin-left: 15px;
   margin-right: 15px;
   min-width: 755px;
   width: auto;
}

#pageNavigation_top, .pageOn, #photoNavTop .title, .miniBox a.nav {
   font-weight: normal !important;
}

#photoBy, .smugmug #caption_bottom {
   text-align: center; 
   border: none;
}

/* Colors and fonts */
#mapTitle, #categoryTitle, #featuredTitle, #galleryTitle {
   //color: red !important; 
}

/* Hiding the "updated on" info */
.updated {
   display: none !important;
}

/* hiding the recent sharegroups visited */
#shareGroups {
   display: none !important;
}

/* font for the albums title */
.miniBox .albumTitle a.nav {
	font-family: Arial, Geneva, sans-serif !important;
	font-size: 14px !important;
	color: #565F96 !important;
	font-weight: bold !important;
}

/* miniBox a bit smaller for the list of galleries */
.miniBox {
    height: 90px !important;
}

/* For some pages I don't want the box with title */
#sharedGalleries .boxTop, #galleriesBox .boxTop {
    display: none;
}

/* padding of the box containing the albums */
.boxBottom {
    padding: 20px 5px 10px 5px;
}

