/*
 * Ac6 theme (ac6.css) for Tiki Wiki CMS Groupware, based on the coelesce
 * theme, original design by Patrick Allard. Distributed under the LGPL license.
 *
 * AC6 blue color scheme:
 *		faint blue background/text:		#f1f8fb		(coelesce: #ecf5ff)
 *		light blue background/text:		#cce0f0 	(coelesce: #ccdceb)
 *		medium blue background/text:	#88c0dc 	(coelesce: #9eb8d5/82a7c8)
 *		intense blue background/text:	#3e99c6 	(coelesce: #449cd0)
 *		bright blue background/text:	#3480b3 	(coelesce: #467aa7)
 *		dark blue background/text:		#28648c		(coelesce: #295c83/295c8e)
 */

html {
	font-size: 14px;
}

/***** XHTML Elements ****** /
body {
	text-align: left;
	font: .7em Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin: 0;
}

a,
a:link,
a:visited {
	color: #28648c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #88c0dc;
}

h1 {
	font-weight: bold;
	font-size: 1.8em;
	margin: 0;
	line-height: 1;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.1em;
}

hr {
	background: #aaa;
	color: #2d2d2d;
}

/* Site Header & Identity */
#page-header {
	background: url(../images/short-header-filler.png) repeat-x;
	margin-left: -15px;
	margin-right: -15px;
}

#top_modules {
	background: url(../images/mountain-banner.jpg);
	width: 1004px;
	height: 150px;
	margin: 0 auto; /* Center div in container */
}

.sitelogo img {
	width: 100px;
	margin-left: 5px;
	margin-top: 5px;
}

#quickadmin .btn,
#quickadmin .btn-link,
#quickadmin .btn-group {
	margin-left: -10px;
	color: #ffc040;
}

.sitetitles {
	display: inline;
	margin-top: 75px;
	margin-left: 65px;
}

.sitetitle,
.sitesubtitle {
	display: inline;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

.sitetitle {
	font-size: 34px;
	font-weight: bold;
	display: inline;
	margin-bottom: 10px;
}

.sitetitle a,
.sitetitle a:link,
.sitetitle a:visited,
.sitetitle a:hover {
	color: #3e99c6;
	text-decoration: none;
}

.sitesubtitle {
	display: inline;
	margin-left: 14px;
	margin-bottom: 0;
	color: #28648c;
	font-size: 14px;
}

#topbar {
	background-image: none;
	background: transparent;
	margin-bottom: 0;
}

#topbar #topbar_modules .btn,
#topbar #topbar_modules .btn-link {
	color: #ffffff;
	text-size: 14px;
}

ul.list-unstyled > li.pass > a {
	color: #88c0dc;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.list-unstyled > li.register > a {
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #777777;
}

/* Change color of main menu bar to more closely fit Ac6 blue */
.navbar {
    background-image: linear-gradient(#54b4eb, #2fa4e7 30%, #175273);
    background-repeat: repeat-x;
}

/* Select a more dense format for bootstrap menus */
.nav > li > a {
    padding: 1px 10px;
}

/* Allow to have images blink */
@keyframes ac6blink {
    0%  { opacity: 1; } 
    45% { opacity: 1; }
    60% { opacity: 0; }
    85% { opacity: 0; }
}

@-webkit-keyframes ac6blink {
    0%  { opacity: 1; } 
    45% { opacity: 1; }
    60% { opacity: 0; }
    85% { opacity: 0; }
}

@-moz-keyframes ac6blink {
    0%  { opacity: 1; } 
    45% { opacity: 1; }
    60% { opacity: 0; }
    85% { opacity: 0; }
}

@-ms-keyframes ac6blink {
    0%  { opacity: 1; } 
    45% { opacity: 1; }
    60% { opacity: 0; }
    85% { opacity: 0; }
}

.blinking {
    -webkit-animation: ac6blink normal 1s 10; 
    -moz-animation:    ac6blink normal 1s 10;
    -ms-animation:     ac6blink normal 1s 10; 
    animation:         ac6blink normal 1s 10;
}

/* Display the custom news banner in bold and blue */
div.box-NewsBanner span.moduletitle {
    color: #3e99c6;
    font-weight: bold;
    -webkit-animation: ac6blink normal 1s 10;
    -moz-animation:    ac6blink normal 1s 10;
    -ms-animation:     ac6blink normal 1s 10;
    animation:         ac6blink normal 1s 10;
}

/* Enable header and footer content to widen when middle has wide content. * /
body.fixed_width .fixedwidth .fixedwidth {
	width: 100%;
	padding: 0;
}

#top_modules {
	position: relative;
	min-height: 80px;
}

#top_modules .module.secondary_site_menu {
	position: absolute;
	top: 0;
	right: 30px;
}

#top_modules .box-logo {
	float: left;
	padding: 8px 0;
	white-space: nowrap;
	overflow: hidden;
}
*/
/*
#top_modules .box-login_box {
	position: absolute;
	bottom: 50px;
	right: 36px;
	text-align: right;
	color: #fff;
}

#middle .box-login_box div.tabmark {
	background-color: transparent;
}

#role_main div.box-login_box  {
	max-width: 280px;
}

#role_main div.box-login_box .user,
#role_main div.box-login_box .pass {
	text-align: right;
}

#top_modules .box-login_box a,
#top_modules .box-login_box a:visited {
	color: #fff;
}

#top_modules .box-search,
#topbar_modules .box-search {
	position: absolute;
	right: 30px;
	top: 0;
	text-align: right;
	color: #fff;
	padding: 0;
	padding-right: 0;
	text-align: left;
	background: url(../images/search_wide.png) 0 0 no-repeat;
	color: #28648c;
	height: 32px;
}

#top_modules .box-search {
	bottom: 12px;
	top: auto
}

#top_modules .box-search form,
#topbar_modules .box-search form {
/* Display an oversized magnifier; to use without a search button:
	background: url(ac6/search_wide.png) 100% 0 no-repeat;
	padding-right: 40px;
*/
/* Do not display the magnifier in the icon; to use with a search button * /
	background: url(ac6/search_wide_nomagnifier.png) 100% 0 no-repeat;
	padding-right: 8px;
	margin-left: 10px;
	margin-right: -15px;
	height: 33px;
	padding-top: 8px;
}

#top_modules .box-search form img.search_mod_magnifier,
#topbar_modules .box-search form img.search_mod_magnifier {
	float: left;
	margin-top: 4px;
}

#top_modules .box-search form .search_mod_buttons,
#topbar_modules .box-search form .search_mod_buttons {
	position: absolute;
	left: 0;
}

#top_modules .box-search form select,
#topbar_modules .box-search form select {
	margin-top: 1px;
	margin-right: 4px;
}

#top_modules .box-search form label,
#topbar_modules .box-search form label {
	vertical-align: baseline;
}

.box-search form {
	padding-top: 8px;
	margin-right: 8px;
	font-size: 12px;
}

.box-search ul.cssmenu * {
	width: 40px;
}

#top_modules .box-search form .ac_input,
#top_modules .box-search form input[type=text],
#topbar_modules .box-search form .ac_input,
#topbar_modules .box-search form input[type=text],
#top_modules .box-search .findtitle input,
#top_modules .box-search input#search_mod_input_1,
#topbar_modules .box-search .findtitle input,
#topbar_modules .box-search input#search_mod_input_1 {
	border: none;
	background: none;
}

select[name="where"] {
	border: none;
}

select[name="where"],
input[name="search"] {
	display: inline;
}
*/

/*
#siteloginbar {
	position: relative;
	font-size: inherit;
	color: #FFFFFF;
	margin-top: 20px;
}

#siteloginbar .register {
  padding-left: 20px;
}

#siteloginbar .pass {
  padding-left: 20px;
}

#siteloginbar a {
	color: #FFFFFF;
}

.siteloginbar_popup .tabmark:hover a {
	background: none;
}

#sitelocbar {
	float: left;
}
*/

/*
#tiki-top {
	background: url(../images/pagebg.jpg) repeat-x;
	padding-top: 2px;
	clear: both;
}

#topbar_custom_code {
	background: #fff;
}
*/

/* end of file */
