@charset "utf-8";
/* CSS Document */

/* HTML5 Reset
----------------------------*/

a, abbr, address, article, aside, audio, b, ul, ol, li, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, mark, menu, menu, nav, object, p, pre, q, samp, section, small, span, strong, sub, sup, table, tbody, td, tfoot, th, thead, time, tr, var, video {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td, caption {
	vertical-align: top;
	padding: 10px;
}

/* Basic HTML
----------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	height: 0;
	margin: 10px 0px 10px 0px;
}

/* Headings
----------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* Spacing
----------------------------*/

ol {
	list-style: decimal;
}

ul {
	color: #c60;
	list-style: square;
}

/* Basic HTML
----------------------------*/

body {
	background: #fff;
	color: #000;
	width: 100%;
}

abbr {
	border-bottom: 1px dotted;
}

a {
	color: #06c;
}

a:hover {
	color: #09f;
}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px;
}

h3, h4, h5, h6 {
	font-weight: normal;
}

h2 {
	color: #069;
}

h3 {
	color: #c60;
}

h4 {
	color: #666;
	border-bottom: 1px solid #000;
	font-family: 'Times New Roman', Times, serif;
}

h6 {
	background: #eeeee0;
	border-top: 2px dashed #fff;
	color: #333;
	font-size: 12px;
	margin-bottom: 0;
	padding: 5px 10px;
}


/* Layout
----------------------------*/

#wrapper {
	width: 95%;
	margin: 0 auto 0 auto;
}

#main {
	max-width: 960px;
	margin: 30px auto 20px auto;
}

#header {
	background: url("../images/droid.png") 98% 5px no-repeat;
	height: 80px;	
}

#content {
	line-height: 1.8;
	margin: 10px 0px;
	width: 60%;
}

#sidebar {
	border-left: 1px solid #f1f1f1;
	float: right;
	margin: 10px 0px;
	padding-left: 10px;
	width: 35%;	
}

#footer {
	background: url("../images/navigation_back.png") 0 0 repeat-x;
	padding-top: 12px;
}

.container {
	margin: 15px 0px;	
}

.infos {
	color: #666666;
	display: block;
	margin-bottom: 10px;
}

ul {
	margin: 0 30px;
}

/* Floats
----------------------------*/

.left {
	float: left;
}

.right {
	float: right;	
}

.center {
	text-align: center;	
}

.text {
	padding-right: 10px;	
}

.share {
	float: right;
	margin: 6px 5px 0px 5px;	
}

/* Navigation
----------------------------*/

#navigation {
	background: url("../images/navigation_back.png") 0 0 repeat-x;
	border-bottom: 1px solid #f1f1f1;
	padding-top: 9px;
}

#navigation ul {
	list-style: none;
	margin: 0;
	width: 100%;
}

#navigation li {
	display: block;
	float: left;	
	margin: 0;
}

#navigation li.current {
	background: #000000;
}

#navigation li:hover {
	background: #999999;
}

#navigation li a {
	color: #000000;
	display: block;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
}

#navigation li.current a {
	color: #ffffff;
}

#navigation li:hover a {
	color: #ffffff;
}

/* Icons
----------------------------*/

.top {
	background: url("../images/icons/ic_arrow_top.png") 0px 3px no-repeat;
	margin-left: 5px;
	padding-left: 15px;	
}

/* Pager
-------------------*/

.pager {
	background: #feffea;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin: 10px 0px;
	padding: 5px;	
}

.pager a {
	border: 1px solid #000000;
	color: #000;
	padding: 0 5px;
	text-decoration: none;
}

.pager a.current {
	background: #c60;
	color: #fff;
}

/* Contact Form
-------------------*/

fieldset {
	border-top: 1px solid #f1f1f1;
	margin: 10px 0px;
	padding: 20px 0px;
}

legend {
	color: #c60;
	font-size: 17px;
	padding: 5px;
}

#add_request {
	margin: 5px;
	width: 95%;
}

fieldset label {
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	width: 30%;
}

fieldset .small {
	color: #666666;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
}

fieldset .inputFields {
	float: left;
	margin: 2px 0 20px 10px;
	width: 65%;
}

fieldset input[type=text] {
	border: solid 1px #aacfe4;
	font-size: 12px;
	padding: 4px 2px;	
}

.buttonBox {
	margin: 5px auto;
	width: 35%;
}

/* Comments
-------------------*/

.comment {
	min-height: 50px;
}

.comment img {
	float: left;	
}

.comment_content {
	margin-left: 60px;	
}

.comment_infos {
	color: #666666;
	display: block;
}

.comment_infos strong {
	color: #000000;
}

.comment_date {
	float: right;
	color: #666666;
}

.textContainer {
	border-top: 1px solid #cccccc;
	background: #f1f1f1;
	padding: 10px;	
}

.app {
	width: 50px;
	height: 50px;
	float: left;
	margin: 5px;	
}

