/* Start of CMSMS style sheet 'screen' */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#FFF;background:#3F3421;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
a { outline: 0; }

body {
	margin: 0; padding: 0;
	font-size: 13px;
	background: #3F3421;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 150%;
}

/* -- Containers -- */

#page-background {
position: absolute;
top: 149px; left: 0;
width: 100%; height: 40px;
background-color: #2F271A;
border: 1px solid #896D45;
border-width: 1px 0;
}

#page-background-2 {
position: absolute;
top: 0; left: 0;
width: 100%; height: 149px;
background-color: #1F1A11;
}

#container {
	position: relative;
	width: 980px;
	margin: 0 auto; padding: 0 0 50px;
}

#header {
	height: 130px;
	margin-top: 20px;
}

#wrapper {

}

#contents.internal {
float: right;
width: 760px;
margin-top: 20px;
padding-bottom: 50px;
}

#contents.large {
width: 980px;
margin-top: 20px;
padding-bottom: 50px;
}

#sidebar {
float: left;
width: 199px;
margin-top: 20px;
padding-bottom: 50px;
margin-bottom: 50px;
border-right: 1px solid #8B7657;
}

#footer {
	position: relative;
	clear: both;
	padding-top: 10px;
	padding-bottom: 40px;
	border-top: 1px solid #8B7657;
}


/* -- Links -- */

a { text-decoration: none; }

#contents a,
#sidebar a {
color: #DDD;
}

#contents a:hover,
#sidebar a:hover {
color: #FFF;
text-decoration: underline;
}

/* Titles */

h1.title {
	margin: 0 0 20px;
	font-size: 24px;
}

#sidebar h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

/* -- Header elements -- */

#logo a {
display: block;
width: 580px; height: 110px;
background: url(/uploads/images/riga-architecture-serif.png);
text-indent: -9999em;
font-size: 0;
}

#main-menu ul {
	float: left;
	list-style-type: none;
	background-color: #2F271A;
}

#main-menu ul li {
	float: left;
	display: inline;
	margin: 0;
}

#main-menu ul a {
	float: left;
	display: block;
	padding: 0 15px;
	line-height: 40px;
	color: #896D45;
	text-align: center;
	font-size: 18px;
}

#main-menu ul li.current a,
#main-menu ul a:hover,
#main-menu ul a:focus {
	background-color: #1F1A11;
	text-decoration: none;
	color: #DDD;
}

/* -- Contents elements -- */

#contents p {
	margin: 10px 0;
	text-align: justify;
}

.floated-picture img {
	float: right;
	margin: 0 0 20px 20px;
padding: 2px;
border: 5px solid #FFF;
}

ul.publications li {
margin-bottom: 10px;
}

/* -- Sidebar elements -- */

#sidebar ul li a {
display: block;
padding: 7px 15px;
color: #896D45;
}

#sidebar ul li a.currentpage,
#sidebar ul li a:hover {
	background-color: #1F1A11;
	text-decoration: none;
	color: #DDD;
}

#sidebar ul li a.currentpage {

}

#sidebar p {
margin-bottom: 20px;
}

/* -- Footer elements -- */

#footer p.copyrights {
	color: #8B7657;
}

#footer a { color: #999; }

#footer a:hover,
#footer a:focus { color: #FFF; border-bottom: 1px solid #FFF; }

ul.infolinks {
	float: right;
	width: 200px;
	font-family: sans-serif;
	font-size: .75em;
	list-style-type: none;
	margin: 0; padding: 0;
}

ul.infolinks li {
	text-align: right;
}

ul.infolinks a {
	color: #CCC;
	border-bottom: 1px dotted;
}

ul.infolinks a:hover {
	color: White;
	border-bottom-style: solid;
}

#pepperkoffee a {
position: absolute;
top: 15px; right: 0;
display: block;
width: 44px; height: 18px;
text-indent: -9999em;
font-size: 0;
background: url(/uploads/images/pk-badge-trans.png);
}
#pepperkoffee a:hover {
background-position: -44px 0;
border: 0;
}

/* -- Forms -- */

form {
	width: 100%;
}
	
fieldset {
	border: 0;
	color: #FFF;
/*	border-top: 1px solid White;*/
}

legend {
	padding-right: 5px;
	color: #FFF;
	display: none;
}

label {
	display: block;
}

.submit input,
input.button {
	margin-bottom: 20px;
	padding: 5px 10px;
}
	
.textbox input,
input.textbox,
textarea {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #222;
	background-color: #F0F0F0;
	font-family: Georgia, sans-serif;
	font-size: 16px;
}

.textbox input:focus,
input.textbox:focus,
textarea:focus {
	background-color: #FFF;
}

.textbox input { width: 400px; }
textarea { width: 90%; }

.boxes { margin-bottom: 10px; }

.boxes input,
.boxes label {
	display: inline;
}

.boxes label { margin-right: 10px; }

form#fClient {
	width: 958px;
	padding: 10px;
	border: 2px solid #CCC;
	background-color: #FFF;
}

form#fClient h3,
form#fClient label,
form#fClient p,
form#fClient legend {
	color: #333;
}

form#fClient legend {   }

#contents.ficheclient h3 {
margin-bottom: 10px;
font-size: 18px;
border-bottom: 1px solid;
}

form#fClient legend {
	display: block;
}

form#fClient input.textbox,
form#fClient textarea {
padding: 3px;
font-size: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

.error_message {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #000;
background-color: #222;
font-size: 16px;
line-height: 22px;
}

/* -- Client information table -- */

table.client-info {
	width: 100%;
	margin-bottom: 20px;
}

table.client-info td {
	padding: 3px 0;
	vertical-align: top;
	border-bottom: 1px solid #5F5035;
}

table.client-info td.label {
	width: 40%;
color: #CCC;
}

table.client-info td.value {
	width: 60%;
	color: #FFF;
}

/* -- Contact -- */

ul.contacts {
	list-style: none;
	margin: 0; padding: 0;
	font-size: 1.2em;
}

ul.contacts li {
	padding: 10px 10px 10px 30px;
	border-bottom: 1px solid #4F4431;
	background-repeat: no-repeat;
	background-position: center left;
}

ul.contacts li.postmail { background-image: url(/images/icons/email.png) }
ul.contacts li.phone { background-image: url(/images/icons/phone.png) }
ul.contacts li.fax { background-image: url(/images/icons/page_white_text.png) }
ul.contacts li.email { background-image: url(/images/icons/mouse.png) }

a.map_download,
a.vcard_download,
a.pdfmap_download {
	display: block;
	width: 180px; height: 140px;
	text-indent: -9999em;
}

a.map_download { background-image: url(../images/layout/download_our_access_map.png); }
a.vcard_download { background-image: url(../images/layout/download_our_vcard.png); }
a.pdfmap_download { background-image: url(../images/layout/download_pdf_access_map.png); }

/* -- Always useful -- */

hr { display: none; }
strong { font-weight: bold; }
em { font-style: italic; }

.clearer { clear: both; }
.hidden { position: absolute; top: -9999em; }
.inline { display: inline; }
.floated { float: left; }
.floated.right { float: right; }

.error,
.noerror {
	padding: 10px;
	border: 1px solid;
	color: #FFF;
}

.error { background-color: #C00; }
.noerror { background-color: Green; }

.accessibility {
	position: absolute;
	top: -9999em;
}
/* End of 'screen' */

