/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:760px; 
position:relative;
top: -5px;
z-index:100;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
/*width:152px;*/
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
/*width:152px;*/
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
text-decoration:none; 
color:#000;
/*/width:138px; */
height:23px; 
border:2px solid #000; 
border-width:2px 0px 0px 2px;
background:#fff;
text-align:center;
/*padding-left:15px; */
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited {
width:152px;
w\idth:138px;
}
*/
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#fbcbda;
}
.menu ul ul :hover > a.drop {
background:#fbcbda;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 

}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:26px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position: absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fff; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 0px; 
width:129px
}

/* yet another hack for IE5.5
* html .menu ul ul a{
width:150px;
w\idth:129px;
}
 */

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#66009A; 
background:#fbcbdf;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#66009A;
background:#fbcbdf;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}


/*
######################
######  non menu styles*/
/*position of menu */
#header {
position: relative;
}

#menu {
position: absolute;
top: 120px;
left: 0;
}

body {
width: 760px;
margin-left: auto;
margin-right:auto;
}

#wrapper {
/*background-color:#fef8f3;*/
background-color:#fbcbdf;
}

#content {
margin-left: 25px;
margin-right: 25px;
font-family:Arial, Helvetica, sans-serif;
color: #66009A;
/*color:#Fef8f3;*/
margin-top: 20px;
}

#content a {
text-decoration: underline;
color: #66009A;
}

/*
#content {
border-top: 2px solid #333;
}
*/
#currentpage {
color: #66009A;
}

#content ul {
list-style-type: none;
}

#content ul li{ 
/*background: url(icon4.gif) no-repeat 0 50%; 
padding-left: 20px; 
line-height: 1.5em;*/
background: url(icon4.gif) no-repeat left top;
line-height: 1em;
padding-bottom: 0.5em;
padding-left: 22px; 
}
/*
#content ul li {
line-height: 1.5em;
list-style-image:url(icon4.gif);
list-style-position: outside;
padding-left: 5px;
}
*/
/*Profiles styles */
#profile {
border: 2px dotted #66009A;
background-color:#fef8f3;
}

#profile p {
margin: 20px;
}

#selectProfile {
	list-style-type: none;
	height: 80px;
	margin: 0;
	padding: 0;
}

#content #selectProfile li {
	background: #fbcbdf url(icon_disappear.gif) no-repeat left top;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
#selectProfile img {
	display: block;
	}

/* End of profiles styles */

/* Gallery styles */
#gallerycontent h3{
font-family: Arial, Helvetica, sans-serif;
color: #66009A;
margin-left: 25px;
}

#gallerycontent {
color: #66009A;
}

#thumbs {
float: left;
padding-top: 80px;
padding-left: 60px;
}

#thumbs ul {
list-style-type: none;
}

#thumbs ul li {
padding-bottom: 12px;
}

.portrait {
float: right;
padding:90px 140px 120px 0px;
}

.landscape {
float: right;
padding:120px 85px 120px 0px;
}

/* End of Gallery styles */


#footer {
font-size: small;
color: #fff;
text-align: center;
}

#footer a {
color: #fff;
}

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

.name {font-size:0.8em;
}

/* forms style */
.fontcolour {
color:#66009A;
background-color: #fef8f3;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.quote {
font-style: italic;
font-weight: bold;
padding-bottom: 0.5em;
}

.left {
margin-left: 25px;
}

#content h3 a {
text-decoration: none;
}

#jocando{
font-size:0.7em; 
text-align: right; 
margin-top: -0.5em;
font-family:Arial, Helvetica, sans-serif;
}

#jocando a {
text-decoration:none;
color:#66009A;
}
