/*
Theme Name: Better Design WP Theme
Theme URI: http://www.betterdesigngroup.com
Description: Better Design Theme for Bikes To Rwanda
Version: 1.0
Author: Better Design Group
Author URI: http://www.betterdesigngroup.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

CHANGE LOG:
1.2: Bugfix - sidebar would overrun whitespace, ugly! Thanks to Drew at http://damaged-ink.net.
*/

/* LINKS */
a {color: #fcdcae; text-decoration: none; border: none;}
a:visited {color: #fcdcae;}
a:hover {color: #db9128;text-decoration: none; border: none;}
a img {border: none; }
a.name {text-decoration: none; color: #fcdcae; font-size: 12px;}
a.postlink { text-decoration: none; color: #ffffff; font-size: 22px;}

blockquote {
border-left: 1px dashed #ccc;
margin-left: 1.5em;
padding-left: 5px;
}

body {
background: #ffffff;
color: #ffffff;
font-family: Georgia;
font-size: 13px;
text-align: left;
}

#cats {
font-size: 10px;
padding-left: 5px;
}

.commentbox {
	border-bottom: 1px dashed #111;
}

.commentinfo {
	font-size: 11px; padding-left: 10;
}

#content {
margin-right: 30px;
padding-top: 250px;
width: 599px;
background-color: #000;
margin-left: -5px;
}

#desc {
font-size: 13px;
color: #ffffff;
}

#divider {
padding-top: 15px;
}

#foot {           /* F00TER */
font-size: 10px;
margin-bottom: 10px;
text-align: center;
color: #ffffff;
clear: both;
}

#head {                 /* HEADER */
text-align: right;
padding-right: 20px;
padding-top: 20px;
padding-bottom: 20px;
}

li { list-style-type: circle; margin-left: 12px; }
ul {list-style: none;}

#menutitle {
font-size: 15px;
color: #ffffff;
}

#menu {           /* SIDEBAR */
float: right;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 53px;
padding-left: 33px;
margin-left: 20px;
text-align: left;
border-left: 1px dashed #fcdcae;;
}

#postdata {
color: #000000;
font-size: 10px;
}

#postmetadata {
	font-size: 9px;
}
.post {
	 padding: 10px;
	text-align: justify;
}

#search {
background-color: #000000;
color: #ffffff;
font-family: Georgia, "Times New Roman", Serif;
}

#searchbutton {
color: #ffffff;
border: 0px solid #ffffff;
background-color: #555555;
}

#textbox {background-color: #555555; border: 1px solid #555555; color: #ffffff;}
#textbox:focus {background-color: #000000; color: #ffffff;}
textarea {font-family: Arial, "Times New Roman", Times, Serif; font-size: 11px;}