/*CSS Styles by Dan Evans (c)2010 for
Learning with Lawrence http://learningwithlawrence.com
*/

/******Global*/

/*
{
border: 1px solid gray;
}
*/

*{
margin:0px;
padding:0px;
}

#content li{
margin:0.2em 0px 0px 0.5em;
font-size:10px;
}

p{
margin-top:1em;
}

#content{
font-size:11px;
}

a:hover{
color:red;
}

a{
color:#000000;
}

ul{
margin-left:3em;
}


html{
font-family:verdana, sans-serif;
background:#ffffff;
/*background: url('/assets/templates/lwl/images/lwl_logo_background.jpg') no-repeat;*/
}

.save-lawrence{
width:980px;
margin: 0px auto 0px auto;
text-align:center;
font-weight:bold;
}

.save-l{
font-size:28px;
color:red;
}

.dvd-count{
color:blue;
}

.donation{
text-align:center;
font-size:10px;
width:200px;
float:left;
margin-left:20px;
}

.donation form{
margin:10px;
}

/******Navigation*/
#menu{
width:980px;
height:30px;
}

#menu li{
background: url('/assets/templates/lwl/images/lwl_menu_button.png') no-repeat;
list-style:none;
text-align:center;
float:left;
margin:5px 0px 0px 5px;
width:120px;
height:24px;
}

#menu li a{
color:#ffffff;
text-decoration:none;
font-weight:bold;
font-size:14px;
position:relative;
top:3px;
}

#menu li a:hover{
color:#ffffff;
text-decoration:none;
position:relative;
top:5px;
left:2px;
}

/******Ads*/
#top_ads{
margin:10px 0px 0px 7px;
width:980px;
height:60px;
}

#top_ads img{
margin-left:3px;
}

#side_ads{
float:left;
margin:0px 0px 0px 0px;
width:125px;
}

#side_ads img{
margin:8px 0px 0px 0px;
}

/******Body/Content*/

.subscribe{
width:980px;
margin:10px auto 0px auto;
font-size:12px;
font-weight:bold;
text-align:center;
}

#wrapper{
position:relative;
width:980px;
height:650px;
margin:5px auto 0px auto;
background: url('/assets/templates/lwl/images/lwl_website_background.jpg') no-repeat;
}

.content{
float:left;
margin:10px; 0px 0px 7px;
width:823px;
height:390px;
border:1px solid black;
background:#ffffff;
}

.scrollcontent{
float:left;
margin:10px; 0px 0px 7px;
border:1px solid black;
background:#ffffff;
width:803px;
height:370px;
padding:10px;
overflow-y:scroll;
}

.homelink img{
float:left;
margin:0px 0px 0px 7px;
width:250px;
height:120px;
}

.moreinfo{
display:none;
position:absolute;
bottom:80px;
right:0px;
}

.emailbutton{
display:none;
position:absolute;
border:1px solid gray;
bottom:10px;
right:0px;
}

/******Footer*/

#footer{
position:relative;
margin:0px auto;
width:980px;
height:50px;
}

/******Forms*/

.errors{
margin-left:5px;
font-size:10px;
color:red;
}

.email_lawrence{
float:left;
margin-left:10px;
width:210px;
}

.email_lawrence .button{
cursor:pointer;
border:none;
width:135px;
height:40px;
background: url('/assets/templates/lwl/images/lwl_send_button.png') #ffffff;
}

#EmailForm fieldset{
font-size:10px;
font-weight:bold;
float:left;
border:none;
}



