@import url('base.css');
@import url('topbar-forms.css');
@import url('photo-gallery.css');
@import url('sidebar.css');

.list1 {
}

.list1 li {
	float: left;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header {
	width: 900px;
	height: 38px;
	margin: 0 auto;
	background: url(/media/themes/blogging/images/topbar2.png) no-repeat left top;
}

/* Menu */

#menu {
	width: 880px;
	height: 38px;
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 12px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 15px;
	padding: 5px 0px 7px 32px;
	background: url(/media/themes/blogging/images/aigle.png) no-repeat left 50%;
	text-decoration: none;
	font: 13px verdana, arial, sans-serif; 
	color: #fff;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0px 0px 0px;
}

/** LOGO */

.logo img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  width: 900px;
  height: 170px;
  display: block;
  border: none;
}

/* Content */

#content {
	float: right;
	width: 630px;
  background: #ffd;
  -moz-border-radius: 1em; 
  -khtml-border-radius: 1em; 
  border-radius: 1em; 
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	margin-bottom: 3px;
	padding: 8px 0px 2px 55px;
	background: url(/media/themes/blogging/images/postbar2.png) no-repeat left top;
	color: #fff;
}

.post h1.title, .post h2.title, .post h3.title, .post h4.title {
  margin: 0px; 
}

.post .date {
	float: right;
	margin-top: -40px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
	color: #d19536;
}

.post .meta {
	margin: -30px  0 3px 25px;
	padding: 2px 30px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #B6ACA2;
}

.post .meta a { color: #B6ACA2; }

.post .entry {
	padding: 25px 20px 0px 20px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Calendar */

#calendar {
}

#calendar caption {
	padding-bottom: 5px;
	font-weight: bold;
}

#calendar table {
	width: 100%;
	border-collapse: collapse;
	border-right: 1px solid #F5F2EF;
}

#calendar thead th {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
	background: #F5F2EF;
}

#calendar tbody td {
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #F5F2EF;
	border-left: 1px solid #F5F2EF;
}

#calendar tfoot td {
	padding: 5px;
}

#calendar tfoot #next {
	text-align: right;
}

#calendar #today {
	background: #E7F1E1;
}

/* Footer */

.footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	background: url(/media/themes/blogging/images/topbar2.png) no-repeat left top;
	height: 61px;
}

.footer p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
}

