/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

/*                                                      
                                    _/            _/         
   _/_/_/  _/_/      _/_/      _/_/_/  _/    _/  _/    _/_/_/
  _/    _/    _/  _/    _/  _/    _/  _/    _/  _/  _/    _/ 
 _/    _/    _/  _/    _/  _/    _/  _/    _/  _/  _/    _/  
_/    _/    _/    _/_/      _/_/_/    _/_/_/  _/    _/_/_/


Theme:		Modula Martini
Updated:	03/11/09
Author:		www.modula.fi		

Replaced absolute-pixel font-sizes with pt and %. --ash@commandprompt.com
*/

body, #wrapper { margin-top: .5em; background-color:#f5f5f5; font-size: 10.5pt; } 
#header, #top-menu { margin: 0em 1.5em 0 1.5em; background-color:#f5f5f5; font-size: 1em; } 
#header { height: 6.5em; }
#main { background: #f5f5f5; margin: 0 1.5em 0 1.5em;}

#content {
	width: 72%;
	background: #fff;
	padding: 1.7em;
	border-top: 1px #ddd solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ddd solid;
	-moz-border-radius-topleft: .5em; -webkit-border-top-left-radius: .5em;
	-moz-border-radius-topright: .5em; -webkit-border-top-right-radius: .5em;
	-moz-border-radius-bottomleft: .5em; -webkit-border-bottom-left-radius: .5em;
	-moz-border-radius-bottomright: .5em; -webkit-border-bottom-right-radius: .5em;
}
#sidebar { width: 22%; }
#main.nosidebar #content { border-right: 1px #ccc solid; }
#sidebar { padding-top: 1em; }
#footer { background-color:#f5f5f5; border: 0px; }

body { 
    font: 62.5%/1.5 helvetica, "microsoft sans serif", arial, sans-serif;
    color: #333;
}

h1, h2, h3, h4 {
	font-family: helvetica neue, helvetica, "microsoft sans serif", arial, sans-serif;
	color: #555;
	font-weight: normal;
}

#header h1 { 
	margin-left: .3em; 
	font-weight: bold;
        padding-left: 72px;
        min-height: 64px;
        background: url(../images/mammoth_64.png) no-repeat;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

h2, .wiki h1 {
	border-bottom: none;
	color:#D01F3C;
	font-weight: bold;
}

h3, .wiki h2 {
	border-bottom: none;
	color:#222;
}

.wiki h3 {
 font-size: 1.1em;
 font-weight: bold;
}

input[type='text'], input[type='password'], textarea { font-size: 110%; font-family: Andale Mono,Lucida Console,Monaco,fixed,monospace; }
input[type="text"], textarea, select { padding: 2px;  }
input[type="text"], textarea, select {
	border: 1px #aaa solid;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
	-moz-border-radius-bottomleft: .3em; -webkit-border-bottom-left-radius: .3em;
	-moz-border-radius-bottomright: .3em; -webkit-border-bottom-right-radius: .3em;
}



a, a:link, a:visited { color: #0088cc; }

/* Top menu
---------------------------------------------------------------------------- */

#top-menu a, #main-menu li a, #quick-search a, .tabular label, th {
	color: #333;
	font-weight: normal;
}

#top-menu #loggedas { margin-right: .5em; padding:2px 6px; color: #888; font-size: .9em; }


#top-menu ul li a{
	padding: 2px 8px 1px 8px;
	margin: 0 .4em 0 0;
	text-decoration: none;
	font-size: .9em;
}

#top-menu ul li a:hover{
	color: #fff;
	background: #555;
        border-radius: 6px;
	-moz-border-radius-topleft: .6em; -webkit-border-top-left-radius: .6em;
	-moz-border-radius-topright: .6em; -webkit-border-top-right-radius: .6em;
	-moz-border-radius-bottomleft: .6em; -webkit-border-bottom-left-radius: .6em;
	-moz-border-radius-bottomright: .6em; -webkit-border-bottom-right-radius: .6em;
}

/* Main menu
---------------------------------------------------------------------------- */

#main-menu li {
	margin-left: .4em;
	margin-bottom: -1px;
}

#main-menu li a:hover {	
	/*background: white; */
	color: #fff;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
        text-shadow: 1px 1px 1px #000;
}

#main-menu li a.selected {	
	border-top: 1px #ddd solid;
	border-right: 1px #ccc solid;
	border-left: 1px #ddd solid;
	border-top-left-radius: .3em;
	border-top-right-radius: .3em;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
        text-shadow: 0px 0px 0px #000;
}


/* Tables
---------------------------------------------------------------------------- */

table.list { border: none; }
table.list th { background-color: #fff; }
table.list tbody td, table.list tbody tr td { border-bottom: solid 1px #ddd; font-size: 90%; padding:4px 10px 4px 3px; }
table.list thead th {
	border: none;
	border-bottom:1px solid #999999;
	font-size:75%;
	font-weight:normal;
	padding:0pt 3px 3px;
	text-transform:uppercase;
}

table.list thead th a { color: #000; }
table.list thead th a:hover { color: #000; }

/* Issues grid styles by priorities (provided by Wynn Netherland) */
table.list tr.issue a { color: #333; }

/* Improve issue table layout. --ash@commandprompt.com */
tr.issue { white-space: normal; }
tr.issue td.status { white-space: nowrap; }

/* Use named priority positions --ash@commandprompt.com */
tr.priority-highest { color: #900; font-weight: bold; }
tr.odd.priority-highest  { background: #ffc4c4; }
tr.even.priority-highest { background: #ffd4d4; }
tr.priority-highest a  { color: #900; }
tr.priority-highest td { border-color: #ffb4b4; }

tr.priority-high2 { color: #900; }
tr.odd.priority-high2  { background: #ffc4c4; }
tr.even.priority-high2 { background: #ffd4d4; }
tr.priority-high2 a  { color: #900; }
tr.priority-high2 td { border-color: #ffb4b4; }

tr.priority-high3 { color: #900; }
tr.odd.priority-high3  { background: #fee; }
tr.even.priority-high3 { background: #fff2f2; }
tr.priority-high3 a  { color: #900; }
tr.priority-high3 td { border-color: #fcc; }

/* Set the default colors for non-link text issue rows of "Normal" priority. */
tr.priority-default   { color: #333; }
tr.priority-default a { color: #333; }

tr.odd.priority-lowest { color: #559; }
tr.odd.priority-lowest  { background: #eaf7ff; }
tr.even.priority-lowest { background: #f2faff; }
tr.priority-lowest a  { color: #559; }
tr.priority-lowest td { border-color: #add7f3; }


/* Other
---------------------------------------------------------------------------- */

#content .tabs ul li a {
	color: #333;
	font-weight: normal;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
}

.nodata, #login-form table, .flash.notice {
	border-width: 1px;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
	-moz-border-radius-bottomleft: .3em; -webkit-border-bottom-left-radius: .3em;
	-moz-border-radius-bottomright: .3em; -webkit-border-bottom-right-radius: .3em;
}

.box {
	padding: .5em 1.5em;
	background: #fffafa;
	border-top: 1px #eee solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #eee solid;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
	-moz-border-radius-bottomleft: .3em; -webkit-border-bottom-left-radius: .3em;
	-moz-border-radius-bottomright: .3em; -webkit-border-bottom-right-radius: .3em;
}

fieldset {
	border-top: 1px #eee solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	border-left: 1px #eee solid;
	-moz-border-radius-topleft: .3em; -webkit-border-top-left-radius: .3em;
	-moz-border-radius-topright: .3em; -webkit-border-top-right-radius: .3em;
	-moz-border-radius-bottomleft: .3em; -webkit-border-bottom-left-radius: .3em;
	-moz-border-radius-bottomright: .3em; -webkit-border-bottom-right-radius: .3em;
}

img.gravatar {
	margin-bottom: -.2em;
	margin-right: .5em;
}

div.wiki pre {font-size: 10pt; font-family: monospace; background: #F5F5F5; font-color: black;}

body #header {
  background: #194b89; 
  background: -webkit-radial-gradient(35% 75%, circle cover, #4476b6, #134582, #0a2342);
  background: -moz-radial-gradient(35% 75%, circle cover, #4476b6, #134582, #0a2342);
  /*background: -webkit-radial-gradient(25% 15%, circle cover, #5387c7, #134582, #134582, #134582);
  background: -moz-radial-gradient(25% 15%, circle cover, #5387c7, #134582, #134582, #134582);*/
  font-size: 11pt;
  -webkit-box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5); */
  -moz-box-shadow: 5px 5px 5px grey;
  -webkit-box-shadow: 5px 5px 5px grey;;
  box-shadow: 5px 5px 5px grey;
  border-radius: 5px; padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;

}

body #header a { color: white; }

#quick-search {

padding: 5px;
   margin: 5px;
   background: #4476b6;
   color: #fff;
   text-shadow: 0px 1px 1px #000;
   font-size: 12px;
   font-weight: bold;
   line-height: 1em;
  /* border: 1px dashed #fff; */
   border-radius: 5px;
   box-shadow: 0 0 0 4px #4476b6, 2px 1px 6px 4px rgba(10, 10, 0, 0.5);
}

h1 { color: white; }

div #main-menu a { color: white; }

div #main { /* -webkit-box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px grey;
  -webkit-box-shadow: 5px 5px 5px grey;
  box-shadow: 5px 5px 5px grey; */
  border-right: 1px #c2c2c2 solid;
  border-radius: 5px; padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.issue { -webkit-box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.5); */
  -moz-box-shadow: 5px 5px 5px grey;
  -webkit-box-shadow: 5px 5px 5px grey;
  box-shadow: 5px 5px 5px grey;
  border-radius: 5px; padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

a.user.registered {
    color: #aaa;
}
