/*************************************************************************
	Title:		EdisPhoto.com Gijos Master stylesheet
	Author:		Angie Herrera / 420 Creative
	Updated:	March 5, 2009
*************************************************************************/







/*	General
-------------------------------------------------------------------*/
body {
	text-align: center;
	background: #52021b;
	margin-top: 150px;
	font: 12px/1.5em Arial, Helvetica, Geneva, sans-serif;
	color: #8d2100;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 821px;
}

#head {
	text-align: right;
}

img {
	border: 0;
}

#head img {
	margin-right: 10px;
}

a {
	color: #8d2100;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}









/*	Head / title
-------------------------------------------------------------------*/

#head {
	text-align: right;
	width: 200px;
	float: right;
	margin-right: 40px;
}

img {
	border: 0;
}

#head img {
	margin-right: 10px;
}

#head ul {
	text-align: right;
}

#head li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1em;
}

#head li img {
	margin-bottom: -9px;
	padding: 0;
}

#head li ul {
	display: none;
}

#head li:hover {
	cursor: pointer;
}

#head li:hover > ul {
	display: block;
	position: absolute;
	right: -10px;
/*	background: #fff;*/
	background: transparent url(/images/transparent_white.png) 0 0 repeat;
	padding: .5em .5em;
	border: 1px solid #52021b;
	list-style: none;
/*	text-align: left;*/
	width: 175px;
	margin: 7px 0 0 0;
}

#head li li {
	line-height: 1.2em;
}




/*	Sidebar
-------------------------------------------------------------------*/
#sidebar {
	background: url(/gijos/images/bg-sidebar.jpg) 0 0 no-repeat;
	width: 325px;
	height: 365px;
	float: left;
}

#sidebar img {
	margin: 15px 0 0 20px;
}

#sidebar #thumbContainer img {
	margin: 10px 0 0 10px;
}

#sidebar #thumbContainer img.thumbleft {
	margin-left: 22px;
	float: left;
}

#sidebar img.thumbright {
	margin: 0;
}







/*	Main content area
-------------------------------------------------------------------*/

#main {
	background: url(/gijos/images/bg-main.jpg) 0 0 no-repeat;
	width: 496px;
	height: 365px;
	float: right;
	text-align: center;
}

#main p {
	text-align: left;
	margin: 15px 50px 0 50px;
}

p#desc {
	float: left;
	margin-left: 30px;
	font-weight: bold;
	display: none;
}



#main img {
/*	margin-top: 15px;*/
}

#imageContainer img {
	border: 1px solid #8d2000;
}






/*	Footer / credit area
-------------------------------------------------------------------*/

p.bottomlinks {
	font-size: 85%;
	padding-left: 20px;
}

p.bottomlinks a {
	color: #c1a5ae;
}

p.bottomlinks a.credit {
	color: #8d2100;
}