/* Custom CSS adaptions of Redmine stylesheet 
 *
 * Martin Kraetke, 3.11.2014 
 *
 */


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/* import the default Redmine stylesheet */
@import url(/stylesheets/application.css);

/* overwrite default Redmine CSS with le-tex adaptions */

body, h1, h2, h3, h4, h5, h6{font-family: 'Source Sans Pro', Calibri, sans-serif; font-weight:normal; font-size:15px }

a, a:link, a:visited{ color: #d20d20; text-decoration: none; }
a:hover, a:active{ color: #d20d20; text-decoration: underline;}

#content h1{font-size:2em; margin:1em 0 0.5em 0 }
#content h2{font-size:1.6em; margin:1em 0 0.5em 0 }
#content h3{font-size:1.2em; margin:1em 0 0.5em 0 }

#main, #sidebar, #top-menu, #header {background:#ddd; }
#top-menu {font-size:0.9em; padding-bottom:1em}
#header{min-height:100px;padding-left: 200px; background-image: url('images/letex.png'); background-repeat:no-repeat ; color: #d2032c;  border-bottom: 5px solid #bebebe;}
#header h1 {font-size:2.2em; font-weight:bold }
#header .root{color:#000; font-weight:normal; }

#top-menu #loggedas a, #top-menu #loggedas{color:#d20d20}
#top-menu li a, #top-menu, #quick-search, #quick-search a{color: #333;font-weight:normal }

#main-menu li a{font-size:0.9em; color: #333; font-weight:normal}
#main-menu li a:hover{background-color:#d20d20}
#main-menu a.selected{}

#content {width:70%; padding: 10px 3% 3%;}
#sidebar {padding-top:2em}
#sidebar h4{margin-top:1em}

div.wiki th { background-color: #ddd; padding:6px 4px; text-align:left;}

div.issue { background:none repeat scroll 0 0 #fff; }
div.issue table.attributes {border-collapse:collapse;}
div.issue table.attributes  td, div.issue table.attributes  th  {border-collapse:collapse; padding:4px; vertical-align:middle; border:1px solid #ddd; }
div.issue table.attributes  tr:nth-child(odd) { background-color: #eee; }
div.issue table.attributes  tr:nth-child(even) { background-color: #fff; }
div.issue div.subject h3 {color:#d20d20; }

.message { border-bottom:1px solid #ddd; }
.reply { margin:1.5em 0em 0em 3em; padding:0.5em; background-color:#efefef;}

div.wiki ul.toc {background-color:#e4e4e4; border: 2px solid #bebebe;}
div.wiki ul.toc a {font-size:1.3em}

#sidebar ul {;margin-left:0.75em !important}
