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

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


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

*/

html {
  	-webkit-font-smoothing: antialiased;
  	text-rendering: optimizeLegibility;
}

body, #wrapper { background-color:#f5f5f5; font-size: 13px; }
#wrapper {
	margin-top:0px;
}
#header, #top-menu { margin: 0em 1.5em 0 1.5em; background-color:transparent; }
#header { height: 6.5em; }
#main { background-color:transparent; 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;
	border-color:rgba(0,0,0,0.2);
	-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;
	box-shadow:0px 0px 1px rgba(0,0,0,0.36);
	-moz-box-shadow:0px 0px 1px rgba(0,0,0,0.36);
	-webkit-box-shadow:0px 0px 1px rgba(0,0,0,0.36);
}
html>body #content { min-height: 0; } 
* html body #content { height: auto; } /* IE */

#sidebar { width: 22%; }
#main.nosidebar #content { border-right: 1px #ccc solid; }
#sidebar { padding-top: 1em; }
#footer { background-color:transparent;border: 0px; text-align:left; margin-left:3em; }

body { 
	font-family: "Helvetica Neue", sans-serif;
	line-height:20px;
    color: #333;
}

h1, h2, h3, h4, ul.projects div.root a.project {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "droid-sans-1", "droid-sans-2", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #555;
	font-weight: normal;
	visibility:hidden;
}

#header h1 {
	margin-left: .3em; 
}

#header a, h2, .wiki h1 {
	border-bottom: none;
	color:#D01F3C;
}

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

input[type='text'], input[type='password'], textarea { font-size: 13px; font-family: Menlo,Andale Mono,Lucida Console,Monaco,fixed,monospace; }
input[type="text"], input[type='password'], textarea { padding: 2px;  }
input[type="text"], input[type='password'], textarea {
	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 {
	border-bottom:1px dashed rgba(0,0,0,0.1);
	margin-top:5px;
	margin-bottom:5px;
	font-size: 13px;
}

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

div#activity dt .time {
	font-size:13px;
	font-weight:bold;
	border-width: 0px;
	text-decoration:none;
}

div#activity dd, #search-results dd {
	font-size:13px;
}

#top-menu #loggedas { margin:0px; margin-right: .5em; padding:0px 6px; color: #888; }

#top-menu ul {
	display:inline-block;
}

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

#top-menu ul li a:hover{
	color: #fff;
	background: #555;
	-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;
}

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

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

#main-menu li a:hover {	
	background: transparent;
	color: #0088cc;
}

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


/* 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;border-color:rgba(0,0,0,0.05); padding:5px 10px 5px 3px; vertical-align:middle;}
table.list thead th {
	border: none;
	border-bottom:1px solid #999999;
	border-color:rgba(0,0,0,0.1);
	font-weight:500;
	color:#666;
	color:rgba(0,0,0,0.6);
	padding:0pt 3px 3px;
	text-transform:uppercase;
}

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


/* Forum thread table styles */

table.list tbody tr td.subject {
	background-position:left center !important;
}

tr.message td.last_message {
	font-size:13px;
}

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

tr.odd.priority-5, table.list tbody tr.odd.priority-5:hover { color: #900; font-weight: bold; }
tr.odd.priority-5 { background: #ffc4c4; }
tr.even.priority-5, table.list tbody tr.even.priority-5:hover { color: #900; font-weight: bold; }
tr.even.priority-5 { background: #ffd4d4; }
tr.priority-5 a, tr.priority-5:hover a { color: #900; }
tr.odd.priority-5 td, tr.even.priority-5 td { border-color: #ffb4b4; }

tr.odd.priority-4, table.list tbody tr.odd.priority-4:hover { color: #900; }
tr.odd.priority-4 { background: #ffc4c4; }
tr.even.priority-4, table.list tbody tr.even.priority-4:hover { color: #900; }
tr.even.priority-4 { background: #ffd4d4; }
tr.priority-4 a { color: #900; }
tr.odd.priority-4 td, tr.even.priority-4 td { border-color: #ffb4b4; }

tr.odd.priority-3, table.list tbody tr.odd.priority-3:hover { color: #900; }
tr.odd.priority-3 { background: #fee; }
tr.even.priority-3, table.list tbody tr.even.priority-3:hover { color: #900; }
tr.even.priority-3 { background: #fff2f2; }
tr.priority-3 a { color: #900; }
tr.odd.priority-3 td, tr.even.priority-3 td { border-color: #fcc; }

tr.odd.priority-1, table.list tbody tr.odd.priority-1:hover { color: #559; }
tr.odd.priority-1 { background: #eaf7ff; }
tr.even.priority-1, table.list tbody tr.even.priority-1:hover { color: #559; }
tr.even.priority-1 { background: #f2faff; }
tr.priority-1 a { color: #559; }
tr.odd.priority-1 td, tr.even.priority-1 td { border-color: #add7f3; }


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

#content .tabs ul li a {
	font-size:13px;
	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 {
	color:#5f6552;
	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;
	background-color:#f2fdd8;
	border-color:#b3da71;
	border-color:rgba(127,190,30,0.55);
}

.box {
	padding: .5em 1.5em;
	background: #fffafa;
	border-top: 1px #eee solid;
	border-right: 1px #eee solid;
	border-bottom: 1px #eee solid;
	border-left: 1px #eee solid;
	border-color:rgba(0,0,0,0.1);
	-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;
	border-color:rgba(0,0,0,0.1);
	-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;
}

.pagination,
.contextual {
	font-size:13px;
}

small {
	font-size:11px;
}

div.wiki ul.toc {
	display:block;
	margin-left:2.5em;
	background-color:inherit;
	border-width:0px;
	line-height:1.4em;
}

div.wiki ul.toc li {
	list-style-type:disc;
}

div.wiki ul.toc a {
	font-size:13px;
}

.wf-active h1, 
.wf-active h2,
.wf-active h3,
.wf-active h4, 
.wf-active ul.projects div.root a.project {
	visibility:visible;
}

#content .subtitle {
	-webkit-font-smoothing: subpixel-antialiased;
	font-family:"droid-sans-1", "droid-sans-2", "Droid Sans", "Helvetica Neue", sans-serif;
	font-style:normal;
	color:rgba(0,0,0,0.6);
	font-size:16px;
}

.my-project { padding-left:0; padding-right: 20px; background-position: right center;}

.issue.details {
	padding:15px;
	padding-left:20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.issue.details .subject h3,
.details p strong:first-child {
	margin-left:-5px;
}

.issue.details .subject h3 {
	font-size:24px;
}

.details p strong:first-child {
	display:block;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family:"droid-sans-1", "droid-sans-2", "Droid Sans", "Helvetica Neue", sans-serif;
	font-style:normal;
	font-weight:normal;
	color:rgba(0,0,0,0.8);
	font-size:16px;
	border-bottom:1px dotted #999;
	border-color:rgba(0,0,0,0.1);
}

.details hr {
	display:none;
}

table.attributes {
	line-height:24px;
}

table.attributes tr th {
	color:rgba(0,0,0,0.7);
	white-space:nowrap;
	width:1%;
	text-align:right;
	padding-left:25px;
	padding-right:10px;
	vertical-align:middle;
}

table.attributes tr td {
	font-weight:bold;
}

img.gravatar {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}