/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
  background: #007ec5 url(bg.cache.png) repeat-x scroll 0 0;
	color: #466;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
}
input[type="submit"], button {
  cursor: pointer;
	color: initial;
	padding: 2px 6px;
}
p,cite,code {
	/*font-size: 1.2em;*/
	padding-bottom: 1.2em;
}
code {
  font-size: 1.2em;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #006590;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
  background: url( topleft.cache.png ) no-repeat;
  /*background: url( topleft_white_flower.cache.png ) no-repeat;*/
}

.themeHeader {
	height: 92px;
  min-width:800px;
}

/* title */
.title {
	padding: 28px 20px 0 76px;
  width: 125px;
}

.title a {color:white; text-decoration:none;}

.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}

/* navigation */
.navigation {
	height: 92px;
	padding: 0 16px;
  vertical-align:bottom;
  white-space:nowrap;
}
.navigation > div {
  margin-bottom: 10px;
}
.navigation a {
	color: #FFF;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 56px;
	padding: 8px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	background: #FFF url(bgmain.cache.png) no-repeat;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(nav_li.gif) no-repeat;
}

/* content */
.themeContent {
	/*float: left;*/
	/*margin-right: 4%;*/
	/*width: 700px;*/
	max-width: 664px;
	min-height:400px;
	height:auto !important;
	/*height:400px;*/
  padding-bottom:20px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #007ec5 url( bg.cache.png ) repeat-x 0 -92px;
	color: #819EA0;
	font-size: 90%;
	line-height: 40px;
	text-align: center;
  white-space:nowrap;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

/*
  TODO: write sh script to minify this file prior to `gcloud app deploy`
  - might want to split into 2 scripts to retain the original author's copyright notice
*/

/* styles for main_site_template.html: */

h2 {padding-bottom: 1em;}
p {margin-top:1em;}
li {margin-left:2em;}
.themeHeader a {color:white;}
.title a { font-family:Verdana,sans-serif;}
.title .subTitle {font-weight:bold; color:#fff; text-align:right;}
.subHeading {margin-top:10px;}
.section {margin-top:1em;}
.sectionHeading {font-family: sans-serif; font-weight: bold; font-size:1.4em; margin-bottom: 0.5em;}
.mainUserHeader {color:#fff; background-color: #4A91C3; vertical-align:top; width:5px; white-space: nowrap;}
.mainUserInfo {padding:2px 12px 2px 12px;}
.mainUserName {font-weight:bold;}
.username {font-size: 1.2em; font-family:"courier new",courier,monospace;}
.paginationLinks td {padding:0 2px;}
.paginationLinks td:first-child {font-weight: bold; padding-right:10px;}
.paginationLinks td:last-child {font-weight: bold; padding-left:10px;}
.infoTable td:first-child {font-weight: bold; padding-right:10px;}

.textsTable td, .textsTable th {border-width:1px;border-color:#555;border-style:dotted;padding:1px 5px;}
.textsTable thead {font-weight: bold;}
.textsTable .truncatedText {cursor:help;}
.innerTable td {border:none;}
.innerTable th {border:none; text-align:right; vertical-align: top;}

/* {# .cellTable applies an excel-like styling to a table #}*/
.cellTable {border-spacing: 0; border-right: 1px lightgray solid; border-bottom: 1px lightgray solid;}
.cellTable td, .cellTable th {padding: 2px; border-left: 1px lightgray solid; border-top: 1px lightgray solid;}

td.profilePic {width: 1%;} /*`width: 1%` makes the profile pic td no wider than the pic itself (see https://stackoverflow.com/a/29281422)*/

