/*
Theme Name: Converse
Theme URI: http://www.tonystreet.com/archives/2006/02/20/converse-wordpress-theme/
Description: A minimalistic, no-image, two-column theme by <a href="http://www.tonystreet.com">tony</a>. <em>Does not</em> play well with Gravatars.
Version: 1.0
Author: Tony
Author URI: http://www.tonystreet.com/

Feel free to customize to your heart's desire, just please don't change the credits in the style.css or in the footer.

This theme is licensed under the Creative Commons Attribution-ShareAlike 2.5

This basically means that you are allowed to distribute and modify this theme, as long as you leave the credit in the footer of the theme, and you keep this license how it is.

Of course, you can contact me and I'll probably allow you to do anything you want with it :-)

Read the full license here: http://creativecommons.org/licenses/by-nc-sa/2.5/legalcode
*/

/* LINKS */
a {color: #666699; text-decoration: none; border: none;}
a:visited {color: #669966;}
a:hover {text-decoration: underline; border: none;}
a img {border: none; }
a.name {text-decoration: none; color: #669966; font-size: 30px;}
a.postlink { text-decoration: none; color: #669966; font-size: 36px;}

blockquote {
border-left: 1px dashed #ccc;
margin-left: 1.5em;
padding-left: 5px;
}

body {
background: #669966;
color: #666666;
font-family: Georgia;
font-size: 12px;
text-align: left;
}

#cats {
font-size: 10px;
padding-left: 5px;
}

.commentbox {
padding-left: 10px;
margin-left: 3px;
padding: 5px;
border: 1px solid #669966;
width: 400px;
}

#desc {
font-size: 13px;
color: #669966;
}

#divider {
padding-top: 15px;
}

#foot {           /* F00TER */
font-size: 10px;
margin-bottom: 10px;
text-align: center;
background-image: url('images/foot.jpg');
background-position: center center;
background-repeat: no-repeat;
color: #669966;
}

#head {                 /* HEADER */
background-image: url('images/top.jpg');
background-position: top center;
background-repeat: no-repeat;
text-align: right;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

#content {
margin-left: 30px;
margin-right: 30px;
}
li {list-style: none;}
ul {list style: none;}

#main {
width: 700px;
margin-left: auto;
margin-right: auto;
background-image: url('images/middle.jpg');
background-repeat: repeat-y;
background-position: center center;
}

#menutitle {
font-size: 24px;
color: #669966;
}

#menu {           /* SIDEBAR */
float: right;
padding-top: 2px;
padding-right: 2px;
text-align: right;
}

#postdata {
color: #669966;
font-size: 10px;
}

#search {
background-color: #669966;
color: #ffffff;
font-family: Georgia, "Times New Roman", Serif;
}

#searchbutton {
border: 1px solid #669966;
background-color: #ffffff;
}

#textbox {background-color: #669966; border: 1px solid #000000; color: #ffffff;}
#textbox:focus {background-color: #ffffff; color: #669966;}
textarea {font-family: Georgia, "Times New Roman", Times, Serif; font-size: 11px;}
