/*-----------------------MAIN CSS-------------------------*/

/* ---------------------------------------------------
	StyleSheet: Safe Memories
	main.css
	Media: screen
	Version: 1.0	
	Author: Diradv
	
	Index:
	- General Styles	
	
/*------------------------------------------------*/

/*-------------GENERAL STYLES----------------*/

body {
	background: transparent url(../img/bg.png) repeat-x left top;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

div.wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

a {
	border:none;
    outline:none;
}

/*-------------HEADER STYLES----------------*/

#header {
	margin-top: 60px;
	padding: 20px 25px 23px 25px;
	border: 1px solid #998675;
	position: relative;
}


/*save button*/ 
#header .save {
	display: block;
	background: transparent url(../img/save.png) no-repeat top left;
	width: 61px;
	height: 27px;
	text-align: left;
	text-indent: -9999px;
	border: 0px;
	position: absolute;
	top: 36px;
	left: 735px;
	cursor: pointer;
}

#header a.save:hover {
	background: transparent url(../img/save.png) no-repeat left -27px;	
}

#header a.save:active {
	background: transparent url(../img/save.png) no-repeat left bottom;
}

/*logout button */

#header .logout {
	display: block;
	background: transparent url(../img/logout.png) no-repeat left top;
	width: 61px;
	height: 27px;
	text-align: left;
	text-indent: -9999px;
	border: 0px;
	position: absolute;
	top: 36px;
	left: 810px;
	cursor: pointer;
}

#header a.logout:hover {
	background: transparent url(../img/logout.png) no-repeat left -27px;	
}

#header a.logout:active {
	background: transparent url(../img/logout.png) no-repeat left bottom;
}



#header_s {
	margin: 150px auto 20px auto;
	width: 335px;
}

h1.big {
	width: 335px;
	height: 121px;
    color:#AEA68F;
    font-family:Georgia;
    font-size:46px;
    font-style:italic;
	/* background: transparent url(../img/logo_big.png) no-repeat left top; */
}

h1 {  
	width: 178px;
	height: 64px;
	/* background: transparent url(../img/logo.png) no-repeat left top; 
    *  text-indent: -9999px; 
    */
}


/*-------------CONTENT STYLES----------------*/

/* content */

div#content {
	overflow: hidden;
	background: transparent url(../img/content_bg.png) repeat-y left top;
	border-bottom: 1px solid #998675;
	border-left: 1px solid #998675;
	border-right: 1px solid #998675;
	padding: 30px 25px 35px 25px;
	margin: 0 0 50px 0;
    position:relative;
}

div.lateral {
	float: left;
	width: 220px;
}

.nav li a {
	font-size: 12px;
	font-weight: 600;
	color: #998675;
	text-decoration: none;	
	display: block;
	width: 174px;
	height: 10px;
	padding: 8px 15px 10px 10px;
	margin-bottom: 2px;
}

.nav li a:hover {
	color: #716558;
	background: url(../img/nav_hover.png) no-repeat left top;	
}

.nav li a.selected {
	color: #fff;
	background: url(../img/nav_bg.png) no-repeat left top;	
}

/* main content */

div.main {
	margin: 10px 0 0 250px;
}

h4 {
	color: #C74928;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

h5 {
	color: #C74928;
	font-size: 14px;
	font-weight: 400;
	margin: 10px 0 0 0;	
}

form #step span.line {
	display: block;
	border-bottom: 1px solid #e4d8cc;
	height: 1px;
	width: 570px;
}

form.steps {
	margin: 0 0 25px 0;
}

.bottomnav {
	width: 570px;
	border-top: 1px solid #e4d8cc;
	padding: 20px 0 0 0;
	overflow: hidden;
}

.bottomnav a {
	text-indent: -9999px;
	display: block;
	width: 72px;
	height: 27px;
	background: url(../img/prevnext.png) no-repeat left top;
	float: left;
}

.bottomnav .back {
	margin: 0 10px 0 205px;
}

.bottomnav .back:hover {
	background: url(../img/prevnext.png) no-repeat left -27px;	
}

.bottomnav .back:active {
	background: url(../img/prevnext.png) no-repeat left -54px;	
}

.bottomnav .next {
	background: url(../img/prevnext.png) no-repeat left -81px;	
    border:none;
    width:72px;
    height:27px;	
}

.bottomnav .next:hover {
	background: url(../img/prevnext.png) no-repeat left -108px;		
}

.bottomnav .next:active {
	background: url(../img/prevnext.png) no-repeat left bottom;		
}

/* login form */
div.loginform {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #e4d8cc;
	background-color: #faf9f4;
	width: 425px;
	height: 35px;
	padding: 20px 25px 20px 22px;
	margin-left: auto;
	margin-right: auto;
}


#content p {
	color: #6D6F72;
	font-size: 13px;
	margin: 0 0 15px 0;
}

.loginform form {
	text-align: right;
	margin: auto;
	position: relative;
}

form span, form p.text {
	font-size: 13px;
	font-weight: 500;
	color: #716558;
	display: block;
	padding-top: 12px;
	text-align: left;
	margin: 0;
}

.loginform form span {
	width: 80px;
}

#step span {
	padding-top: 5px;
	line-height: 25px;
	width: 120px;
}

#step span.w70 {
	width: 55px;
}

#step .w20 {
	margin-right: 20px;
	width: auto;
}

.left {
	float: left;
}


form #signup {
	display: block;                                                         
	width: 72px;
	height: 32px;
	text-align: middle;       
	border: 0px;
	position: absolute;
	top: 1px;
	left: 333px;
    color:#716558;
	cursor: pointer;
    border:1px solid #E4D8CC;
}

form #signup:hover {                                                           
}

form a#signup:active {                                                        
}

form .text_input {
	font-size: 16px;
	width: 230px;
	color: #666;
	background: #fff;
	border: 1px solid #e4d8cc;
	padding: 6px 6px;
	margin-bottom: 5px;
    float:left;
}

textarea {
	font-size: 14px;
	width: 300px;
	color: #666;
	background: #fff;
	border: 1px solid #e4d8cc;
	padding: 6px 6px;
	margin-bottom: 5px;
} 

#saved{
    background:#E2F9E3;
    border:1px solid #99CC99;
    color:#006600;
    width:100px;
    padding:5px;
    text-align:center;
    position:absolute;
    left:615px;
    top:37px;
}

#siblingDiv, #childrensDiv, #grandChildrensDiv, #greatGrandChildrensDiv{
    margin-bottom:10px;
    padding:10px;
    background:#fff;
}

.error{
    color:red;
    background:pink;
    padding:10px;
    border:1px solid red;
    text-align:center;
    margin-top:10px;
}

.good{
    background:#E2F9E3;
    border:1px solid #99CC99;
    color:#006600;
    width:250px;
    padding:5px;
    text-align:center;
    margin:10px auto;
    line-height:18px;
}

#saved.widesave{
    width:200px;
    position:absolute;
    left:515px;
    top:37px;
}

#loading{
    display:none;
    position:absolute;
    left:210px;
    top:0px;
}

#progress{
    padding:5px;
    font-size:11px;
    color:#555;
    width:40px;
    line-height:14px;
    vertical-align:middle;  
    display:inline-block;
    float:left;
}

#pend{
    padding:5px;
    font-size:11px;
    color:#555;
    width:10px;
    float:right;
    margin-right:24px;
    border-left:1px solid #555;

}

#bar{
    background:#ABC92A;
    height:10px;
    width:83px;            
    vertical-align:middle;
    margin-left:5px;  
    margin-top:7px;
    float:left;
}

#text{
    text-align:center;
    color:#AEA68F;
    font-size:16px;
    line-height:21px;
    font-family:Georgia;
    margin:0 auto 20px;
}
