/* @override 
	http://localhost:3000/stylesheets/04_design.css?1244647267
	http://localhost:3000/stylesheets/04_design.css?1272442952
	http://localhost:3000/stylesheets/04_design.css?1272462050
	http://localhost:3000/stylesheets/04_design.css?1272462481
	http://localhost:3000/stylesheets/04_design.css?1272472196
	http://localhost:3000/stylesheets/04_design.css?1272567239
	http://localhost:3000/stylesheets/04_design.css?1272567446
*/

/* CSS Document */

/* @group HTML */

body{
	width: 95%;
	font-size: 12pt;
}
h1{
	font-size: 12pt;
	font-weight: normal;
	font-family: serif;
	float: left;
	display: inline;
	color: #a61b2e;
	margin-left: 0.3em;
}
h2{
	font-size: 12pt;
	margin: 0em;
}
a{
	color: black;
}
a:active{
	color: #a61b2e;
	text-decoration: none;
}
a#current{
	color:  #a61b2e;
	text-decoration: none;
}
a.grouped{
	text-decoration: underline;
}
a.article{
	/*text-decoration: underline;*/
}
a:visited{
	text-decoration: line-through;
}
a.head{
	color: black;
	text-decoration: none;
}
a:hover {
	color: #a61b2e;
	text-decoration: none;
	/*border-bottom: 1px dotted #a61b2e;*/
    outline: none;/* get rid of dotted borders */
}

/* @end */

/* @group Texts */

p{
	margin-bottom: 0.5em;
}
p+p{
	text-indent: 0;
	margin-bottom: 0.5em;
}
p+h2{
	margin-top: 0.5em;
}

ul{
	list-style-type: none;
	margin-top: 0;
	padding-left: 1.6em;
}
ul li{
	padding-left: 0;
	margin-left: 0;
}
p.hyphenate{
	text-align: justify;
}

/* @end */

/* @group Basic */

.menu{
	list-style: none;
	padding-left: 0;
	margin-right: 2em;
	float: left;
}
.menu li{
	margin-left: 0;
}

.home{
	font-size: 60px;
	list-style: none;
}
ul.home{
	padding-left: 0;
}
ul.menu li.grouped{
	margin-bottom: 1em;
}
ul.group{
	margin-left: 0;
	padding-left: 0;
}
.traditional{
	font-family: serif;
}

.contextual{
	letter-spacing: -0.5px;
	word-spacing: -0.1em;
}

#form{
	padding: 1em;
	border: 1px dotted grey;
	width: 700px;
}
.left{
	float: left;	
}
.right{
	float: left;
}
#body{
	clear: none;
	float: none;
	display: table;
	width: 700px;
	padding-left: 100px;
}
.popup{
	background-color: #fff;
	display: block;
	position: absolute;
	z-index:999;
	opacity: 0.90;
	border-style: solid;
	padding: 1em;
	top: 4em;
	left: 2em;
}
.title{
	float: left;
}
/* @end */

/* @group Attachments */

#files ul{
	padding-left: 0;
}
#files li{
	margin-left: 0;
}
#gallery{
}
#download{
	text-align: right;
}
#image{

}

/* @end */

/* @group Header */

#head{
	float: left;
}
.admin{
	float: left;
	margin-left: 0.3em;
}
#flags{
	text-align: right;
}

h1{ color:black; }
h1 a:visited{ color: black; }
h1 a:hover{ color: black; }
h1 a:active{ color: black; }

a#h1{
	text-decoration: none;
	color: #A61B2E;
}

/* @end */

/* @group Contextual */
.contextual .head{
	font-size: 40px;
}
.contextual input, #q, input#q{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
input#q{
	width: 100%;
	font-size: 40px;
	border: none;
	padding: 0;
	margin: 0;
	letter-spacing: 11px;
	word-spacing: -0.1em;
	text-transform: uppercase;
}
#letters{
	margin-top: 80px;
	font-size: 40px;	
}
#letters form{
	margin-bottom: 40px;
}
#letters a{
	text-decoration: underline;
}
#letters a:hover{
	text-decoration: none;
}
#letters a:visited{
	text-decoration: underline;
	color:  black;
}
#results{
	margin-top: 40px;
}
#results a{
	text-decoration: underline;
}
#results div{
	padding-bottom: 0.5em;
}
#results a:visited{
	text-decoration: line-through;
}

#controls{
	font-family: "Lucida Grande", Lucida, Verdana;
}
#controls a, #controls a:visited{
	text-decoration: none;
}

/* @end */