/*  

    Please note that this stylesheet is available simply 
    as a guide to web designers (I'm one myself) and is 
    not available for copying. I'm sure you know that I
    wouldn't like to come across my website if it's not
    on my domain.

*/

body {
background:#2a2a2a;
width: 740px;
margin: 0 auto; 
font-family:Verdana;
}
.hidden {
display:none;
}
.wrap {
width: 740px;
background: #ffffff;
}

.one {
float:left;
width:210px;
margin-right:0;
margin-left:20px;
}
.two {
float:left;
width:210px;
margin-right:0;
margin-left:32px;
}
.three {
float:left;
width:210px;
margin-right:0;
margin-left:38px;
}


/* Main */

#main {
width:740px;
height:215px;
background: #ffffff url(main.gif);
margin:0 auto;
margin-bottom:15px;
}
.content {
width: 700px;
padding-left:20px;
padding-right:20px;
clear:both;
}
.content p {
font-family: Verdana;
font-size: 90%;
font-weight:none;
}
a.none:link, a.none:visited {
border-bottom: 1px #ffffff solid;
}

/* Navigation bar */

.repeat {
background: #fff url(http://www.chronicled.org/wp-content/themes/web2/repeat.jpg) repeat-x;
height:120px;
width: 700px;
margin:0;
}
.repeat a i {
height:38px;
width: 70px;
font-size:25px;
visibility:hidden;
}
.repeat a {
height:38px;
width: 70px;
text-decoration:none;
border-bottom: 0px;
}
#left {
background: url(http://www.chronicled.org/wp-content/themes/web2/left.jpg) no-repeat;
height: 62px;
width: 23px;
margin-top:2px;
float:left;
padding: 0;
}
#right {
background: url(http://www.chronicled.org/wp-content/themes/web2/right.jpg) no-repeat;
height: 62px;
width: 23px;
margin-top:2px;
float:right;
}

/* Footer */

.footer {
background: #ffffff url(footer2.jpg) no-repeat;

}
.beneathitall {
background:#ffffff;
color: #555555;
text-transform: uppercase;
font-size:12px;
padding-top:15px;
font-family: Georgia;
text-align:center;
padding-bottom:10px;
text-decoration:none;
}
.beneathitall a, .beneathitall a:visited {
color: #555555;
border-bottom: 1px dotted #555555;
text-transform: uppercase;
font-size:12px;
font-family: Georgia;
text-align:center;
text-decoration:none;
}


h2 {
padding-top:20px;
font-family: Georgia;
font-size:20px;
color:#515151;
}
p, li {
font-family: Verdana;
font-size:80%;
line-height:1.8em;
text-align:justify;
color: #333333;
}

small {
font-size:10px;
}
a:link, a:visited {
text-decoration:none;
border-bottom: 1px dotted #62AA1C;
color:#62AA1C;
}




/* Input elements */

input.txt { 
 border: 1px #aaaaaa solid; 
 padding: 1px; 
 font: 13px Georgia; 
 color: #8C8C8C; 
 background: url(http://www.chronicled.org/input.gif);
}
textarea.entrytext { 
 overflow: hidden; 
 border: 1px #aaaaaa solid; 
 padding: 1px; 
 font: 11px Georgia; 
 color: #8C8C8C; 
 background: url(http://www.chronicled.org/input.gif);
}
input.submit { 
 font-family:Georgia; 
 font-size:13px; 
 background-color: #ffffff; 
 color:#8C8C8C; 
 border:1px #aaaaaa solid;

}
input.txt:focus, textarea.entrytext:focus {
 border:1px #506BA3 solid;
 font-family: Georgia; 
 color: #8C8C8C; 
 background: url(http://www.chronicled.org/input.gif);
}