/*======================================================*/
/*	General settings									*/
/*======================================================*/

body {
	background: #241516 none;
	color: #fff;
	font-family: Tahoma, sans-serif;
}

#main {
	padding: 40px 0;
}

/*======================================================*/
/*	Header												*/
/*======================================================*/

#header {
	position: relative;
	height: 108px;
}

#header h1,
#header h1 a {
	display: block;
	width: 251px;
	height: 108px;
	background: transparent url(../imgs/wedding360.png) no-repeat left top;
	float: left;
}

#header h1 a {
	text-indent: -9999px;
}

#header hr {
	display: block;
	width: 100%;
	height: 2px;
	background: transparent url(../imgs/hr.gif) repeat-x left top;
	border: 0;
	position: absolute;
	top: 93px;
}

/*======================================================*/
/*	Menu												*/
/*======================================================*/

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	margin: 70px 0 0 96px;
	width: 103px;
	height: 19px;
	background: #241516 url(../imgs/menu.png) no-repeat left top;
	text-indent: -9999px;
}

#menu li#galeria a {
	background-position: 3px -31px;
}

/*#menu li#galeria a:hover,*/
#menu li#galeria.active a {
	background-position: 3px 0px;
}

#menu li#sobre a {
	background-position: -156px -31px;
}

/*#menu li#sobre a:hover,*/
#menu li#sobre.active a {
	background-position: -156px 0px;
}

#menu li#arquivo a {
	background-position: -337px -31px;
}

/*#menu li#arquivo a:hover,*/
#menu li#arquivo.active a {
	background-position: -337px -0px;
}

/*======================================================*/
/*	Content 											*/
/*======================================================*/

#wrap {
	clear: both;
	padding: 30px 0;
}

#wrap .event {
	margin: 0 0 45px 70px;
	background-color: #1a0f10;
	padding: 20px 0 10px 0;
}

#wrap .event div.title,
#wrap .event div.picture,
#wrap .event p.description,
#wrap .event p.archive,
#wrap .event div.about {
	width: 740px;
	margin: 0 auto;
}

/* title */

#wrap .event div.title {
	background: transparent url(../imgs/event.png) no-repeat left 7px;
	min-height: 56px;
}

#wrap .event div.title h2,
#wrap .event div.title p {
	margin: 0 0 0 60px;
}

#wrap .event div.title h2 a,
#wrap .event div.title p a {
	color: #fff;
	text-decoration: none;
}

#wrap .event div.title h2 {
	font-size: 20px;
	font-weight: normal;
}

#wrap .event div.title p {
	font-size: 90%;
	font-weight: normal;
	text-transform: lowercase;
}

/* picture */

#wrap .event div.picture {
	margin: 2em auto;
	position: relative;
	width: 740px;
	height: 290px;
}

#wrap .event div.picture img {
	position: absolute;
	top: 192px;
	left: 550px;
}

#wrap .event div.picture img:first-child {
	top: 0;
	left: 0;
}

/* description */

#wrap .event p.description {
	line-height: 2em;
}

/* p.archive */

#wrap .event p.archive {
	text-transform: lowercase;
	margin: 2em auto 0 auto;
	border-top: 2px dotted #817269;
	text-align: right;
	font-size: 90%;
	color: #817269;
	padding: 0.5em 0 0 0;
}

#wrap .event p.archive span {
	background: transparent url(../imgs/archive.png) no-repeat left 5px;
	padding: 5px 0 5px 17px;
}

#wrap .event p.archive a {
	color: #817269;
	text-decoration: none;
}

#wrap .event p.archive a:hover {
	text-decoration: underline;
}

/* about */

#wrap .event .about p a,
#wrap .event .about ul li a {
	color: #817269;
	text-decoration: none;
}

#wrap .event .about p a:hover,
#wrap .event .about ul li a:hover {
	text-decoration: underline;
}

/* div.archive */

#wrap .event div.archive div {
	margin: 0 0 2em 36px;
	clear: left;
}

#wrap .event div.archive div ul,
#wrap .event div.archive div ul li {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}

#wrap .event div.archive ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: lowercase;
}

#wrap .event div.archive ul li a:hover {
	text-decoration: underline;
}

/*======================================================*/
/*	Footer												*/
/*======================================================*/

#footer {
	font-size: 90%;
	clear: both;
	padding: 40px 0;
}

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

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

#footer div {
	text-align: right;
	margin-left: 130px;
}

#footer div:first-child {
	text-align: left;
	margin-left: 80px;
}
