/* orange: #ef590a, gray: #d3d3d3 */
/* todo: separate color and structure into separate css */
* { margin: 0; }
html { height: 100%; }
body 
{
    height: 100%;
    text-align: center;
    color: #111;
    background-color: #fff;
    font-size: 13px;
    font-family: "Droid Sans", "Caliban", "Tahoma", sans-serif;
}
input, div.captcha-shell {
    border: 1px solid #d3d3d3;
    padding: 0.2em;
    font-family: monospace;
    padding: 0.3em;
}
input:focus {
    border: 1px solid #ef590a;
}
input.submit:hover {
    border: 1px solid #000000;
    background-color: #ff6a1b;
    font-weight: bold;
    color: #000;
}
input.openid {
    background-image: url( '../images/openid-icon-small.gif' );
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0pt;
    padding-left: 18px;
}
em {
    font-style: italic;
    font-size: 1.02em;
}
strong {
    font-weight: bold;
    font-size: 1.01em;
}
div#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
    width: 990px;
    position: relative;
}
.clearfix {
	clear: both;
}
div.error {
    border: 1px solid #a00;
    background: #e99 ; /*url("/images/error-small.png") no-repeat 0.5em 0.5em;*/
    
}
div.success {
    border: 1px solid #0a0;
    background: #9e9 ;/*url("/images/success-small.png") no-repeat 0.5em 0.5em;*/
}
div.system {
    border: 1px solid #00a;
    background: #99e;
}
a {
	text-decoration: none;
	color: #ef590a;
	font-weight: bold;
	font-size: .95em;
}
a:hover {
	text-decoration: underline;
}
a:visited, a:active {
    color:#444;
    text-decoration:none;
}
div.note a:visited:after, div#freetext a:visited:after, div#footer a:visited:after {
    content: url(../images/check.jpg);
    margin-left: 3px;
}
.no-check a:visited:after {
    content: normal !important;
    margin-left:0 !important;
}
.no-check a:visited {
    color: #bc2607;
}
div.nav ul {
	list-style-type: none;
	display: inline;
}

div.nav ul li {
	list-style-type: none;
	display: inline;
}
div.nav ul li:after {
	content: " | ";
}
div.nav ul li.last:after {
	content: "";
}

div#header 
{
    text-align: left;
    margin: 0.2em;
}

div#header #title {
	background: #fff url( "../images/profyle.at-logo.png" ) no-repeat top right;
	position: relative;
	width: 299px;
	height: 59px;
	cursor: pointer;
}

div#header #title h1 {
	margin-left: -9999px;
}
	

div#header #topnav {
	border-bottom:1px solid #d3d3d3;
	float:right;
	position:relative;
	text-align:right;
	width:100%;
	padding: 0 0 0.4em 0;
	margin-bottom: 0.5em;
}

div#header #topnav a {
	font-weight: normal;
	color: #ef590a;
}

div#header #messages {
	text-align:center;
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 0.2em;
}

div#footer 
{
    font-size: 85%;
    height: 4em;
    position: absolute;
    bottom: 0;
    width: 100%;
    clear:both;
}


div#main-content {
    margin: 1em auto 5em auto;
    text-align:left;
}

div#search-popup {
    position:absolute;
    top:45%;
    width:100%;
    text-align:center;
}
div#search-popup-text {
    text-align:center;
    background-color: #000;
    opacity: 0.7;
    color: #fff;
    font-weight: bold;
    margin:0 auto;
    width: 20%;
    font-size: 3em;
    display: inline;
    padding: 0.3em 1em;
}

div#pagetitle {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1em;
}
div#pagetitle h2 {
    font-weight: bold;
}
div#search-services {
    float: right;
    margin-top:-4em;
    text-align:right;
}

#services .service .service-logo {
    width: 150px;
    border: 0;
    vertical-align: middle;
}
#services .service {
    float: left;
    margin-right: 1em;
    position: relative;
}

#description {
    font-size: 1.1em;
    background: #d3d3d3;
}

#description dl {

    padding: 1em;
    padding-bottom: 1.5em;
}

#description dl dt {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}
#description dl dd {
    line-height: 1.4em;
    margin-bottom: 0.6em;
}

#create-button {
    text-align:center;
    position:relative;
}

#create-button a {
    margin-top:0.5em;
    position:relative;
    color: white;
    background: #ef590a;
    border: 1px solid #cd3708;
    width: 100%;
    height: 100%;
    font-size: 2em;
    padding: 0.5em;
}

form fieldset legend {
    background-color: #d3d3d3;
    border: 3px solid #b1b1b1;
    font-weight: bold;
    padding: 0.5em;
}

form fieldset {
    border: 1px solid #d3d3d3;
    text-align: left;
    background-color: #d3d3d3;
    border: 3px solid #b1b1b1;
    padding: 0.5em;
}

form fieldset label, div.captcha-shell {
    position: relative;
    width: 10em;
    padding: 0.2em .2em 0.2em 0.2em;
    margin-bottom: 0.5em;
    font-weight: bold;
    display:block;
    float:left;
    clear:both;
    text-align:right;
}

form fieldset input, div.captcha-shell {
    display:block;
    float:left;
    position: relative;
    width: 15em;
    margin-bottom: 0.5em;
}

div.captcha-shell {
    margin: 0 auto .5em;
    left: 2em;
    
}

form fieldset input.submit {
    background-color: #ff6a1b;
    clear:both;
    margin-left:10.5em;
    width:16em;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    position:relative;
}

.gravatar {

}

div#traffic {
    clear:both;
}
div.note {
    position: relative;
    padding-right: 2em;
}

div.note h3 {
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 1em;
}
div.note p {
    line-height: 1.3em;
    margin-bottom: 1em;
}
div.form-shell {
    margin-left: 1em;
    z-index: 10;
    position:relative;
    width:400px;
}
table {
    border: 1px solid #b1b1b1;
}
table thead {
    font-weight: bold;
    background-color: #d3d3d3;
}
table thead th {
    padding: 0.2em;
}

table tbody td {
    border: 1px solid #d3d3d3;
    padding: 0.2em;
}

p.center {
    text-align:center;
}
p.enhance {
    font-size: 3em;
}

div#freetext {
    position: relative;
    width: 90%;
    margin:0 auto;
}

div#freetext p {
    
    line-height: 1.4em;
    margin-bottom: 1.6em;
}
div#freetext ol {
    list-style:decimal-leading-zero inside;
    margin-left: 3em;
}
div#freetext ol li {
    list-style-type:decimal-leading-zero;
    
}

div#freetext dl dt {
    font-weight: bold
}
div#freetext dl dd {
    padding-left: 1em;
}

div#dev {
    position: fixed;
    float: left;
    width: 100%;
    top: 0;
    left: 0;
}
body.debug {
    background-image: url('../images/dev.png');
}
br.clear-footer {
    clear:both;
    margin: 1.5em;
}
div.info h3 {
    font-size: 1.5em;
}

/* service controls */
div.service ul.controls {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent url('../images/1x1-60pct.png') repeat scroll 0 0;
    display:none;
    font-size:8px;
    
    left:0;
    margin:0;
    padding:3px 0 0 3px;
    position:absolute;
    top:0;
    /*width:29px;
    height:29px;*/
}

div.service.hover ul.controls {
    display:block;
}

div.service ul.controls li a {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border:medium none;
    display:block;
    margin:0 2px 2px 0;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
    height:16px;
}

div.service ul.controls li a:hover {
    background:transparent url('../images/1x1-90pct.png') repeat scroll 0 0;
}


div.service ul.controls li {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}
