/* @override http://nandorafaelofficial.com/stylesheet.css */

body {
	font: 1.0em/1.0em Helvetica, Arial, Geneva, sans-serif;
	background-color: #000;
}

.left {
	float: left;
}

.right {
	float: right;
}

#container_wrapper {
	width: 800px;
	margin: 40px auto auto;
}

#container {
	width: 800px;
	float: left;
	background-color: #fff;
}

#container.coming, #container.preview {
	width: 300px;
	float: left;
	margin-top: 200px;
	background-color: #593198;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #feffff;
	line-height: 12px;
}

#container.preview input {
	border: 1px outset #d6e5b7;
	padding: 5px;
}

#container.preview input.submit {
	background: #b3c986 url(/images/background.png) center bottom;
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	color: #46542a;
}

#container.preview input.submit:hover {
	background: #b3c986 url(/images/background.png) center center;
	cursor: pointer;
}

/* @group Masthead */

#masthead {
	width: 800px;
	float: left;
	background: #fff url(images/header.png) no-repeat center center;
	height: 300px;
}

#logo {
	width: 265px;
	height: 75px;
	background: url(/images/header-nando.png) no-repeat center center;
	margin: 0 0 0 375px;
	float: left;
}

#tag {
	width: 60px;
	height: 95px;
	background-color: #97c986;
	margin: -10px 0 0;
	float: left;
}

#tag:after {
	width: 10px;
	height: 10px;
	content: "";
	display: block;
	background: transparent url(/images/corner_green_r.png) center 165px;
	margin-left: 60px;
}

#masthead_navigation {
	width: 800px;
	float: left;
	text-transform: uppercase;
	font: bold 12px/12px lemonde-courrier-1, lemonde-courrier-2, Helvetica, Arial, Geneva, sans-serif;
	margin-bottom: 20px;
}

#masthead_navigation_inside {
	width: 800px;
	float: left;
}

#masthead_navigation ul {
	width: 800px;
	float: left;
}

#masthead_navigation ul li {
	float: left;
	text-align: center;
}

#masthead_navigation ul li + li {
	
}

#masthead_navigation ul li.active {
	background-color: #fff;
	font-size: 14px;
}

/* @end */

#wrapper {
	width: 800px;
	float: left;
}

/* @group Sidebar */

#sidebar {
	width: 220px;
	float: left;
}

#sidebar p {
	font-size: 12px;
	line-height: 1.5em;
}

#sidebar ul li {
	padding: 10px;
	background-color: #ccc;
	color: #333;
}

#sidebar ul li + li {
	margin-top: 20px;
}

#sidebar ul li.sidebar_li_news {
	background-color: #000;
}

#sidebar ul li.sidebar_li_news ul li {
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	list-style-type: square;
	color: #fff;
	margin-left: 16px;
	background-color: #000;
}

#sidebar ul li.sidebar_li_news ul li + li {
	margin-top: 5px;
}

/* @end */

#content {
	width: 760px;
	margin: auto;
}

/* @group Contents */

#contents {
	width: 760px;
	float: left;
	background-color: #fff;
	padding: 10px 0;
}

#contents.contents_news {
	
}

#contents p {
	font-size: 13px;
	line-height: 1.5em;
}

#contents p + p {
	margin-top: 10px;
}

#contents p.last_update {
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #ccc;
	text-transform: uppercase;
}

#contents p.intro {
	font-size: 16px;
	margin: 0 0 20px;
}

.index_boxes {
	float: left;
	width: 760px;
	font-size: 12px;
}

.index_boxes + .index_boxes {
	margin: 20px 0;
}

.index_box {
	width: 370px;
}

.index_box span {
	color: #555;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
}

.index_box table {
	float: left;
	width: 100%;
}

.index_box table thead {
	background-color: #97c986;
	color: #fff;
	text-transform: uppercase;
	font: 12px/1.25em lemonde-courrier-1, lemonde-courrier-2, Helvetica, Arial, Geneva, sans-serif;
}

.index_box table thead th {
	padding: 5px;
	margin-bottom: 0;
}

.index_box table tbody tr {
	border-bottom: 1px solid #ccc;
}

.index_box table tbody td {
	padding: 5px 0;
}

.index_box table tbody tr.augsburg {
	font-weight: bold;
	border-color: #000;
	border-width: 2px;
}

.index_box table tbody td.profile_what {
	font-weight: bold;
	color: #6b4f98;
	font-size: 10px;
	text-transform: uppercase;
}

.index_box ul {
	color: #6b4f98;
}

.index_box ul li {
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	list-style-type: square;
	margin-left: 20px;
}

#latest_news {
	float: right;
	width: 200px;
	font-size: 12px;
	margin: 0 0 20px 20px;
	background-color: #000;
}

#latest_news ul {
	margin-left: 15px;
	list-style-type: square;
	color: #ccc;
	padding: 10px;
}

#latest_news ul li {
	font-size: 12px;
	font-weight: bold;
}

#latest_news ul li + li {
	margin-top: 0px;
}

#latest_news ul li span {
	display: none;
}

#sidebar_news {
	width: 160px;
	float: right;
	background-color: #000;
	font-size: 12px;
	color: #fff;
}

#sidebar_news ul li + li {
	margin-top: 10px;
}

#sidebar_news ul.archive_list, #sidebar_news p {
	padding: 10px;
}

#sidebar_news ul.archive_list li {
	font-size: 11px;
	font-weight: bold;
}

#sidebar_news ul.archive_list li span {
	font-size: 10px;
	color: #a3cb51;
	font-weight: normal;
	font-style: normal;
}

#sidebar_news ul.archive_list li + li {
	margin-top: 10px;
}

#contents ul.news_articles {
	float: left;
	color: #ccc;
	width: 760px;
	padding: 0 0 20px;
}

#contents ul.news_articles li {
	float: left;
	width: 660px;
	background-color: #000;
	padding: 20px;
	margin: 10px 0 -10px;
}

#contents ul.news_articles li + li {
	margin-top: 40px;
}

#contents ul.news_articles li.odd {
	float: left;
}

#contents ul.news_articles li.even {
	float: right;
}

#contents ul.news_articles li.rest {
	background-color: #333;
}

.rest_block {
	display: block;
}

.rest_none {
	display: none;
}

.metadata {
	color: #fff;
	margin: 20px 0 -30px;
	float: left;
	font: bold 12px/12px lemonde-courrier-1, lemonde-courrier-2, Helvetica, Arial, Geneva, sans-serif;
	background-color: #593198;
}

.rest .metadata {
	background-color: #555;
	color: #999;
}

.metadata span.left {
	float: left;
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 5px;
	background-color: #6b4f98;
}

.metadata span.right {
	float: right;
	padding: 5px 5px 5px 0;
}

.rest .metadata span.left {
	background-color: #777;
	color: #333;
}

.rest .metadata span.right {
	
}

#contact_box {
	width: 530px;
	margin: 5px 0 40px 20px;
}

#contact_box table {
	width: 530px;
}

#contact_box input, #contact_box textarea {
	width: 290px;
	padding: 5px;
	margin: 10px 0 0;
	font: 12px Helvetica, Arial, Geneva, sans-serif;
	border: 1px outset #a892cb;
	color: #6b4f98;
}

#contact_box input#contact_submit {
	background-color: #6b4f98;
	width: 100px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
}

#contact_box input#contact_submit:hover {
	background-color: #593198;
	cursor: pointer;
	color: #fff;
}

table.snail_mail {
	float: left;
	width: 550px;
	margin-top: 40px;
}

img.index_img {
	margin: 10px 0;
}

.no_top_margin {
	margin-top: 0 !important;
}

.no_bottom_margin {
	margin-top: 0 !important;
}

/* @end */

/* @group Command */

p.message {
	font-weight: bold;
	background-color: #ff7f81;
	padding: 5px;
	color: #fff;
	text-align: center;
}

ul.indexes {
	margin-left: 20px;
	list-style-type: square;
	font-size: 14px;
	font-weight: bold;
}

ul.indexes li + li {
	margin-top: 5px;
}

.command form {
	font-size: 12px;
	font-weight: bold;
}

.command input, .command textarea {
	border: 1px outset #a892cb;
	padding: 5px;
}

.command input.submit {
	background-color: #6b4f98;
	width: 150px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
}

.command input.submit:hover {
	background-color: #593198;
	cursor: pointer;
	color: #fff;
}

/* @end */

/* @group Footer */

#footer {
	width: 780px;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 10px 60px;
	margin-top: 80px;
	background-color: #593198;
	color: #fff;
}

#links {
	width: 500px;
	float: left;
}

#twitter {
	width: 180px;
	float: right;
	padding: 10px 10px 10px 48px;
	color: #fff;
	background: #6b4f98 url(/images/twitter_48.png) no-repeat left -6px;
	margin-right: -20px;
}

#twitter:after {
	width: 10px;
	height: 30px;
	content: "";
	background: transparent url(/images/corner_r_d.png) center 110px;
	display: inline-block;
	margin-left: 180px;
	margin-bottom: -40px;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	font: bold 1.0em/1.0em lemonde-courrier-1, lemonde-courrier-2, Helvetica, Arial, Geneva, sans-serif;
}

h1 {
	font-size: 26px;
	color: #fff;
	background-color: #593198;
	padding: 10px;
	margin: -10px -30px 10px;
}

h1:before {
	width: 10px;
	height: 30px;
	content: " ";
	background: transparent url(/images/corner_l.png) center 170px;
	margin-left: -10px;
	display: inline-block;
	float: left;
	margin-top: -40px;
}

h1:after {
	width: 10px;
	height: 30px;
	content: " ";
	background: transparent url(/images/corner_r.png) center 170px;
	margin-right: -10px;
	display: inline-block;
	float: right;
	margin-top: -40px;
}

.contents_news h1 {
	
}

h2 {
	background-color: #ccc;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px;
	margin: 10px 0;
	color: #593198;
}

.index_boxes h2 {
	background-color: #6b4f98;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	line-height: 1.25em;
	margin: 0;
}

#latest_news h2, #sidebar_news h2 {
	margin: 0 0 0 10px;
	color: #000;
	background-color: #fff;
}

#sidebar h3 {
	font-size: 13px;
	color: #555;
	text-transform: uppercase;
	background-color: #fff;
	padding: 5px;
	margin: -10px -10px 10px 0;
}

#sidebar .sidebar_li_news h3 {
	color: #000;
	margin: -10px 0 10px -10px;
}

h4 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}

#contents ul.news_articles li.odd h4, #contents ul.news_articles li.even h4 {
	padding: 10px;
	background-color: #97c986;
	color: #000;
	margin: -10px -30px 20px -10px;
}

#contents ul.news_articles li.odd h4:after {
	width: 10px;
	height: 30px;
	content: "";
	display: block;
	background: transparent url(/images/corner_green_r_d.png) center 110px;
	float: right;
	margin-right: -10px;
	margin-top: 34px;
}

#contents ul.news_articles li.even h4:after {
	width: 10px;
	height: 30px;
	content: "";
	display: block;
	background: transparent url(/images/corner_green_l_d.png) center 110px;
	float: left;
	margin-left: -10px;
	margin-top: 34px;
}

#contents ul.news_articles li.even h4 {
	margin-right: -10px;
	margin-left: -30px;
}

#contents ul.news_articles li.rest h4 {
	color: #333;
}

/* @end */

/* @group Links */

a {
	color: #593198;
	text-decoration: underline;
}

a:hover {
	color: #6b4f98;
}

a:active {
	color: #000;
}

#logo a {
	display: block;
	width: 265px;
	height: 75px;
}

#masthead_navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 10px 20px;
}

#masthead_navigation ul li.active a {
	color: #fff;
	background-color: #000;
}

#masthead_navigation a:hover {
	color: #fff;
	background-color: #593198;
}

#masthead_navigation ul li.active a:hover {
	color: #fff;
	font-size: 14px;
	background-color: #6b4f98;
}

#masthead_navigation a:active {
	color: #000;
	background-color: #6b4f98;
}

#sidebar .sidebar_li_news a {
	color: #fff;
	text-decoration: underline;
}

#sidebar .sidebar_li_news a:hover {
	color: #6b4f98;
}

#sidebar .sidebar_li_news a:active {
	color: #593198;
}

#latest_news a {
	color: #ccc;
	text-decoration: underline;
}

#latest_news a:hover {
	color: #6b4f98;
}

#latest_news a:active {
	color: #593198;
}

.rest_block a {
	color: #999;
}

.rest_block a:hover {
	color: #97c986;
}

.rest_block a:active {
	color: #6b4f98;
}

#footer #links a {
	color: #fff;
	text-decoration: underline;
}

#footer #links a:hover {
	color: #000;
}

#footer #twitter a {
	color: #000;
	text-decoration: underline;
}

#footer #twitter a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end */

