/*
Theme Name: Charlip's Web Template
Theme URI: http://jalenack.com/
Description: The custom-made Charlips Web template. This website won't work without it!
Version: 1.0
Author: Andrew Sutherland
Author URI: http://jalenack.com/

*/

* {
padding: 0;
margin: 0;
}

html {
background: #fff url(i/leftwebs.jpg) repeat-y;
}

body {
font: 0.8em "lucida grande", "helvetica";
color: #444;
}

a {
color: #9e1c1c;
text-decoration: none;
border-bottom: 1px solid #aaa;
}

a.imagelink {
border: 0;
padding: 0;
}

.right {
display: block;
float: right;
}

.left {
display: block;
float: left;
}


a:hover {
color: #111;
border-bottom-color: #555;
}

#title h1 {
height: 98px;
text-indent: -999px;
background: url(i/title.jpg) no-repeat;
}

#title {
height: 98px;
background: url(i/titleback.jpg);
}

#menuback {
background: #2f2f2f url(i/menuback.jpg) repeat-x bottom;
border-bottom: 4px solid #444;
display: block;
margin: 0;
}

#menuback li {
display: inline;
margin: 0;
}

#menuback a {
color: #f2dab7;
text-transform: uppercase;
text-decoration: none;
border-left: 1px solid #444;
border-right: 1px solid #111;
font: bold 1.2em helvetica;
border-bottom: 0;
padding: 8px 20px;
line-height: 33px;
text-shadow: -2px 2px 0px #000;
}

#menuback a:hover {
color: #fff;
background: #111;
background: #2f2f2f url(i/menubackroll.jpg) repeat-x bottom;
}

#content {
margin: 10px 260px 0 100px;
max-width: 500px;
}

* html #content {
width: 500px;
}

h2, h3, h4 {
font-family: tahoma, helvetica, arial, sans-serif;
color: #931C1C;
letter-spacing: -0.06em;
margin-bottom: 5px;
}

h2 { font-size: 2.3em; border-bottom: 1px solid }
h3 { font-size: 1.5em; }
h4 { font-size: 1.5em; }

#sidebar {
width: 220px;
float: right;
padding: 8px 15px;
}

#sidebar h3 {
color: #555;
font: 500 1.85em/1.2em helvetica;
letter-spacing: -0.05em;
border-bottom: 1px solid #bbb;
margin-bottom: 8px;
}

p {
margin: 12px 10px;
line-height: 1.5em;
}

#footer {
padding: 10px 0;
clear: both;
border-top: 3px double #ccc;
text-align: center;
color: #666;
font:  0.9em helvetica;
margin-bottom: 0;
margin: 10px 260px 0 100px;
}

#footer a {
color: #333;
}

p img {
vertical-align: middle;
}

ul, ol {
margin: 10px 5px 10px 25px;
}

ul li, ol li {
margin: 5px 2px;
line-height: 1.5em;
}

.hwinfo {
margin-left: 0;
}

.hwinfo li {
list-style: none;
font-size: 0.85em;
}

#secret-admin {
position: fixed;
left: 5px;
bottom: 5px;
height: 40px;
border: 0;
width: 40px;
}

input, textarea {
border: 1px solid #ccc;
border-left: 2px solid #aaa;
border-top: 2px solid #aaa;
background: #f5f5f5;
padding: 3px;
font: 1em "lucida grande", helvetica;
}

input:focus, textarea:focus {
border-top-color: #666;
border-left-color: #666;
background: #fafafa;
}

input.submit {
border: 2px solid #aaa;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 4px;
font-size: 1.05em;
}

input.submit:active {
border: 1px solid #ccc;
border-left: 2px solid #aaa;
border-top: 2px solid #aaa;
}

img {
margin: 0 5px 5px 0;
border: 1px solid #bbb;
padding: 3px;
}

blockquote {
border: 2px solid #f0f0f0;
background: #f5f5f5;
padding: 0 4px;
margin: 10px 0 10px 20px;
}

#links-list h2 {
border: 0;
font-size: 1.5em;
}

#links-list {
margin: 5px 10px;
}

#links-list li { list-style: none; }