
@import "/layout.css";


body, html, table {
	margin:0;
	padding:0;
	font-size:11px;/*90%;*/
	font-family:verdana,arial,sans-serif;
	line-height:13px;
}

body {
	padding:0;
	margin:0 0 20px 0;
	background:#D6D3CE;/*#7F7F7F*/
	color:#000000;
}

/*::-moz-selection {
	background-color:#FF3C00;
	color:white;
}*/

/*-----------GENERAL STYLING--------------*/

a {
	color:#000000;
	text-decoration:none;
}

#content a {
	/*border-bottom:1px dotted silver;*/
}

#content a:hover {
	/*border-bottom:1px dotted #FF3C00;*/
}

/*------HEADER------*/

#title {
	height:76px;
	padding:0px 10px 0 10px;
	background:#FFFFFF;
	overflow:hidden;
}
	
html>body #title {
	height:76px;
}

.description {
	color:#c9e45a;
}

strong {
	color:#515151;
	padding:0;
	margin:0;
	border:none;
	clear:both;
	font-size: 1.3em;
}

hr {
	display:none;
	clear:both;
}

input,
textarea,
select {
	padding:4px;
	border:1px solid #515151;
	font-size:.9em;
	line-height:1em;
	font-family:verdana,arial,sans-serif;
}

input,
label {
	height:auto !important;
	height:2em;
	width:auto;
	padding:4px;
}

label {
	font-size:.9em;
}

#searchsubmit {
	background:#111111;
	color:#FFFFFF;
	padding:4px;
	width:80px;
	border:1px outset #000000;
	font-family:verdana,arial,sans-serif;
	text-transform:uppercase;
}

textarea {
	overflow:auto;
	display:block;
	width:100%;
}

ul,
ol {
	list-style-type:none;
	list-style-position:outside;
	padding:0;
	margin:.2em 0 .2em 0;
}

ul li,
ol li {
	background:transparent url(/images/puce.png) 2px .4em no-repeat;
	padding-left:15px;
}

ul ul li,
ol ol li {
	background:transparent url(/images/bullet.gif) 0px .5em no-repeat;
	padding-left:8px;
}

#content ol li {
	list-style-type:decimal;
	list-style-position:inside;
	background:transparent;
	padding-left:0;
}
#content ol li li {
	padding-left:2em;
}

img {
	border: 0 none;
}

form {
	padding:0;
	margin:0;
}

pre,
code {
   display:block;
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
   background : #fff no-repeat left top;
   overflow : auto;
   text-align:left;
   border : 1px solid #99cc66; /*highlight color */
   padding : 0px 20px 0 30px;
   margin:1em 0 1em 0;
   line-height:17px;
}

.alt {
	background-color:#F5F5F5 !important;
}

.icon {
	vertical-align:middle;
	border:0;
}
.with_icon {
	padding:2px 0 2px 0
}

.navigation {
	clear:both;
	padding:0;
	display:block;
}

.alignleft {
	display:block;
}

.alignright {
	display:block;
}


/*-------SIDEBAR---------*/

#sidebar {
	font-size:.9em;
}
 
#sidebar ul,
#sidebar ol {
	padding:0;
}

#sidebar form,
#sidebar p {
	padding:0;
	margin:0 0 1em 0;
}

.subtitle {
	background:#6a6765 url(/images/stripe_gray-large.gif);
	padding: 8px;
	margin:10px 0 10px 0;
	text-transform:uppercase;
	/*color:#000000;*/
	background-color:#FFFFFF;
	border-bottom-color:#f78b0c;
	
	vertical-align:middle;
/*	border-bottom:3px solid darkgray;*/
}

.subview {
	border-bottom:1px dotted silver;
}

#menubar {
	background:#6a6765 url(/images/stripe_gray-large.gif);
	padding:0 0 3px 0;
	background-color:#FFFFFF;
	border-bottom-color:#f78b0c;
	/*vertical-align:middle;*/
	text-align:center;
	line-height:14px;
}

#resource {
	line-height:16px;
}
html>body .ellipsis li {
	clear:both;
}

html>body .ellipsis li:after { 
	content: "...";
	display:inline;
}

html>body .ellipsis li span {
	white-space:nowrap;
	overflow:hidden;
	max-width:180px;
	width:auto !important;
	display:inline;
	float:left;
}

ol.ellipsis li span {
	white-space:nowrap;
	/*text-overflow:ellipsis;*/
	overflow:hidden;
	width:190px;
	display:block;
}

#sidebar li img {
	vertical-align:middle;
	border:0;
}

#sidebar input.btn {
	margin-left:4px;
}

/*--------POST--------*/

.post {
	font-size:.9em;
	/*border-top:20px solid #F5F5F5;*/
	margin-bottom:10px;
	padding:0.5em 0 0.5em 0;
}

.post hr {
	display:block;
}

#content .commentlist dd {
	margin:0;
	padding:10px 3em 10px 10px; /* for ie not overlapping the comment with the date */
	font-size:1em;
	line-height:1.5em;
	color:silver;
	margin:0 0 1em 0;
}

html > body #content .commentlist dd {
	padding:10px;
}

.entry {
	margin:0;
	text-align:justify;
}

.entry p {
	margin:1em 0 1em 0;
	font-size:11px;
}

a.item:link {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}
a.item:visited {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}
a.item:hover {
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}
a.menu:link {
	color:#000000;
	text-decoration: underline;
}
a.menu:visited {
	color:#000000;
	text-decoration: underline;
}
a.menu:hover {
	color:#000000;
	text-decoration: underline;
}
a.subitem:link {
	color:#515151;
	text-decoration: underline;
}
a.subitem:visited {
	color:#515151;
	text-decoration: underline;
}
a.subitem:hover {
	color:#515151;
	text-decoration: underline;
}

