/*Custom styling*/
.post img {
    float:left;
    margin-right:1em;
    margin-top:..5em;
    margin-bottom:4px
}

/*

Theme Name: Foundation

Theme URI: http://www.tonystreet.com/archives/2006/04/19/foundation-wordpress-theme/

Description: Three-column theme by <a href="http://www.tonystreet.com">Tony</a>. Read the "readme.txt" file that came with this theme for
instructions on some different features.

Version: 2.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: #6188DD; 
	text-decoration: 
	none; 
	border: 
	none;
}

a:hover {
	color:#FF0000;
	border: none;
	text-decoration:underline;
}

a img {
	border: none; 
}

a.name {
	text-decoration: none; 
	color: #ffffff; 
	font-size: 30px;
}

a.postlink { 
	text-decoration: none; 
	color: #ffffff; 
	font-size: 16px;
}

a.postlink:hover {
color:#FF0000;
}

blockquote {
	border-left: 1px dashed #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #000000;
	color: #cccccc;
	font-family: Tahoma, Verdana, Sans;
	font-size: 14px;
}

.cats {
	font-size: 10px;
	padding-left: 5px;
}

.commentbox {
	padding-left: 10px;
	margin-left: 3px;
	padding: 5px;
	border: 1px solid #f0f0f0;
	width: 400px;
}

.commentover {
	border: 3px solid #000000;
}

.commentout {
	border: 3px solid #ffffff;
}

#content {
	text-align: left;
	padding: 5px;
	margin-left: 200px;
	margin-right: 200px;
}

#desc {
	font-size: 13px;
	color: #dddddd;
}

.divider {
	padding-top: 15px;
}

#foot { /* F00TER */
	font-size: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#head { /* HEADER */
	text-align: left;
	background-image: url('images/header.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	width: 766px;
	height: 247px;
	margin-right: auto;
	margin-left: auto;
}

li {
	list-style-type:none;
}

#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

#menutitle {
	font-size: 24px;
	color: #669966;
}

#menu { /* SIDEBAR */
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	text-align: left;
	width: 200px;
	color:#000;
}

#menu2 { /* SIDEBAR */
	float: right;
	padding-top: 5px;
	padding-left: 3px;
	margin-left: 3px;
	width: 200px;
	text-align: left; 
}

/* /// Sidebar Titles \\\ */

#linksbar {
	background-image: url('images/links.jpg');
	background-repeat: no-repeat;
	width: 81px;
	height: 25px;
}

#catsbar {
	background-image: url('images/cats.jpg');
	background-repeat: no-repeat;
	width: 157px;
	height: 25px;
}

#catsbar ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}



#metabar {
	background-image: url('images/meta.jpg');
	background-repeat: no-repeat;
	width: 135px;
	height: 25px;
}

#archivesbar {
	background-image: url('images/archives.jpg');
	background-repeat: no-repeat;
	width: 135px;
	height: 26px;
}

#themesbar {
	background-repeat: no-repeat;
	background-position: center center;
	width: 135px;
	height: 26px;
}

#aboutbar {
	background-image: url('images/about.jpg');
	background-repeat: no-repeat;
	width: 200px;
	height: 25px;
}

#briefsbar {
	background-repeat: no-repeat;
	background-position: center right;
	padding-top: 10px;
	width: 200px;
	height: 25px;
}

#flickrbar {
	background-image: url('images/flickr.jpg');
	background-repeat: no-repeat;
	padding-top: 10px;
	width: 200px;
	height: 25px;
}

.postdata {
	color: #aaaaaa;
	font-size: 10px;
}

#postcomment {
	background-repeat: no-repeat;
	background-position: center center;
	width: 270px;
	height: 25px;
}

#search {
	background-color: #000000;
	color: #ffffff;
	border: 1px solid #ffffff;
	width: 55px;
}

#searchbox {
	position: fixed;
	bottom: 0px;
	width: 100%;
}

#searchbutton {
	border: 1px solid #669966;
	background-color: #ffffff;
	width: 55px;
}

#sidebarpostdata {
	background-color: #111111;
	text-align: left;
	padding: 2px;
	margin-top: 45px;
}

#textbox {
	background-color: #669966; 
	border: 1px solid #000000; 
	color: #ffffff;
}

#textbox:focus {
	background-color: #ffffff; 
	color: #669966;
}

textarea {
	font-family: Arial; 
	font-size: 11px; 
	border: 3px solid #ffffff; 
	padding: 3px; width: 400px;
}

/*MEEBO CSS*/
.mcrmeebo { 
        display: block; 
        background:url("http://widget.meebo.com/r.gif ") no-repeat top right; 
} 

#meebo_chat {
        width:210px;
        margin-top:1em;
}

.mcrmeebo:hover { 
        background:url("http://widget.meebo.com/ro.gif") no-repeat top right; 
}
/*END MEEBO CSS*/