/* CSS Document */

body {
border:4px solid black;
font-family:Georgia, serif;
margin:0px;
padding: 0 0 30px 0;
behavior: url("http://www.girlswork.org/csshover3.htc");
}


input {
border:1px solid black;
}

textarea {
border:1px solid black;
}

li {
padding-bottom:10px;
}


.header {
margin:0px;
padding:0px;
background-image:url('/images/wood7.jpg');
}

.bottom {
margin:0px;
}

.copyright {
color: #FFFFFF;

}

.created_by {
color: #FFFFFF;
float:right;
font-size:12px;
padding-right:3px;
}

.button {
background-color: #F3550D;
border:2px solid black;
width: 170px;
font-weight: bold;
color: black;
margin:5px;
margin-bottom:0px;

}

.button_sub {
background-color: #FF9933;
width: 166px;
margin:0px;
margin-top:0px;
margin-bottom:0px;


}


.button_sub_container {
border:2px solid black;
width: 166px;
padding:0px;
margin:0px;
display:none;
}

.button_sub_container a,
.button_sub_container a:visited
{
color: #000000;
text-decoration:none;
}

.button_sub_container a:hover
{
color: #F3550D;
text-decoration:none;
}

.button:hover {
background-color: black;
border:2px signle #F3550D;
width: 170px;
font-weight: bold;
color: #F3550D;
}

.button_sub:hover {
background-color: black;
border:2px single #F3550D;
width: 166px;
color: #F3550D;
text-decoration:none;
}

.page_header_title {
font-style:italic;
}


.site_title_text {
margin:0px;
color: #F3550D;
font-weight:bold;
}

.site_title_subtext {
margin:0px;
color: #FFFFFF;
font-weight:bold;
font-style:italic;
}

.photo {
border:2px solid #000000;
margin:10px;
}

.OLDwood_bg {
background-image:url('/images/wood.jpg');
}

.content_frame {
background:url('/images/bg3.jpg');
border: 2px solid black;
border-right:0px;
}

.quote {
font-style:italic;
}

.quote_name {
text-align:right;
font-weight:bold;
}

.a2a_dd {
margin:0;
}


.nav {
width:200px;

}

.tagline {
text-align:center;
font-style:italic;
}

.video_player {
background:url('/images/bg3.jpg');
}


#msg {display:none; position:absolute; z-index:200; background:url('/images/msg_arrow.gif') left center no-repeat; padding-left:7px}

#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 0px;
	width:28px;
	height:28px;
	float:left;
}

.LV_valid {
    color:#00CC00;
    background: url('/images/check.gif') no-repeat;
}
	
.LV_invalid {
    color:#CC0000;
    background: url('/images/x.gif') no-repeat;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}




.top-gradient{
background: #999; /* for non-css3 browsers */
padding:5px;
margin:0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3550D', endColorstr='#000000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#F3550D), to(#000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #F3550D,  #000); /* for firefox 3.6+ */
}

.bottom-gradient{
background: #999; /* for non-css3 browsers */
padding:5px;
margin:0px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#F3550D'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#F3550D)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #000,  #F3550D); /* for firefox 3.6+ */
}

.wood_bg {
background-image:url('http://www.girlswork.org/images/wood7.jpg');
}


#footer {
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 35px;
	background-image:url('/images/wood4.jpg'); 
	border-top: 2px solid black;
	background-color:#CCCCCC;
	padding: 0px;
	z-index:100;
}
#footer .content {

	padding: 0px;
}
@media screen{
	#footer{
		position: fixed;
	}
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: black;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
