/*
Theme Name: Rachel Ward Books

Theme URI: http://www.rachelwardbooks.com/

Description: Rachel Ward Books Template

Author: Miles Armstrong

Tags: white, fixed width, one column, minimal

	Rachel Ward Books

	This theme was designed and built by Miles Armstrong

*/

body{
background-color:#2F3738;
/*background-color:#36393D;*/
background-image: url(bg.png);
background-repeat:repeat;
}

#container {
font-size:62.5%; /*1em = 10px*/
font-family: Arial, Helvetica, Sans-Serif;
width:760px;
min-height:500px;
margin-left:auto;
margin-right:auto;
border:2px solid #0061DE;
background-color:#EFEFFF;
padding:20px;
margin-top:10px;
overflow:auto;
}

#header {
height: 62px;
width:100%;
background-image: url(headerimg.png);
background-repeat: no-repeat;
}

#content{
width:60%;
display:block;
float:right;
padding-top:0px;
margin-top:0px;
}

#image{
width:40%;
display:inline;
float:left;
text-align:center;
padding-top:4px;
}

#text{
font-size: 1.5em;
color:#576061;
}


/*LINKS*/

#linksbox{
width:100%; 
height:25px;
border-bottom:1px dashed #4096EE;
border-top:1px dashed #4096EE;
margin-bottom:20px;
margin-top:20px;
}

.links{
width:14.25%; 
height:25px; 
line-height: 25px; 
text-align:center; 
float: left;
display: inline;
font-size:14px;
}

#currentlink{
width:14.25%; 
height:25px; 
line-height: 25px; 
text-align:center; 
float: left;
display: inline;
font-size:14px;
background-color:#CFCFFF; 
}

.links a{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#FF0084;
}

.links a:hover{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#663399;
}

.links a:active{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:#663399;
outline:none;
}

a{
text-decoration:none;
color:#FF0084;
}

a:hover{
text-decoration:none;
color:#663399;
}

/*END LINKS*/








