/*  
Theme Name: Cannabis
Theme URI: http://www.freemygreen.com/
Description: Default theme for Cannabis Compassion
Version: 1
Author: BK2K Web Design
Author URI: http://bk2k.com/

	
*/



/* Begin Typography & Colors */
* {
	margin: 0px;
	padding: 0px;
	background: transparent;
	color: #000;
}

body {
	text-align: center;
	background: #d0e7f5;
}

#btmstripe, #container, #topspace, #btmspace {
	margin-left: auto;
	margin-right: auto;
	border-right: 2px solid #8eb83f;
	border-left: 2px solid #8eb83f;
}
#header {
	height: 224px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	padding: 0;
	text-align: center;
        background: #b4ddf6 url(/images/header.gif) no-repeat right;
}
#submenu { 
	width: 100%;
	height: 26px;
	text-align: right;
    background: #8eb83f url(/images/submenu.gif) no-repeat right;
    vertical-align: middle;
}


#footer  { 
	width: 100%;
	height: 26px;
	text-align: right;
    background: #8eb83f;
    vertical-align: middle;
}


#btmstripe {
	width: 750px;
}

#container {
	width: 750px;
	height: auto;
	background: #FFF;
}





#topspace, #btmspace {
	width: 750px;
	height: 30px;
	background: #FFF;
	color: #000;
}


#botfood {
	width: 500px;
	float: right;
	text-align: left;
	padding-right: 5px;
}

#sidebar {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 25px;
}


.clear {
	width: 100%;
	clear: both;
}
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;

	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
#rightcol ul, #rightcol ul ol {
	margin: 0;
	padding: 0;
	}

#rightcol ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#rightcol ul p, #rightcol ul select {
	margin: 5px 0 8px;
	}

#rightcol ul ul, #rightcol ul ol {
	margin: 5px 0 0 10px;
	}

#rightcol ul ul ul, #rightcol ul ol {
	margin: 0 0 0 10px;
	}

ol li, #rightcol ul ol li {
	list-style: decimal outside;
	}

#rightcol ul ul li, #rightcol ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #8eb83f;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	border: 1px solid #8eb83f;
	
}

#commentform #submit {
	margin: 0;
	float: left;
	background: #8eb83f;
	font: 700 12px Arial,Sans-serif;
	color: #FFF;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;

	}
/* End Various Tags & Classes*/


#botfood h2, #botfood .post h2 {
	font: 700 18px Verdana,Arial,sans-serif;
	color: #1f1b18;
	
	padding-bottom: 10px;
}


#botfood h2.home {
	font: 700 18px Verdana,Arial,sans-serif;
	color: #1f1b18;
	
	padding-bottom: 0px;
}

#botfood h3.home {
	font: 700 13px Verdana,Arial,sans-serif;
	color: #4d813b;
	
	padding-bottom: 10px;
}

#botfood h3 {
	font: 700 13px Verdana,Arial,sans-serif;
	color: #4d813b;
	
}

#botfood p {
	font: 12px 'Lucida Sans Unicode',Arial,sans-serif;
	padding-bottom: 10px;
        padding-right: 10px;
	line-height: 150%;
}

#botfood p textarea {
	width: 300px;
	height: 150px;
	border: 1px solid #8eb83f;
}

#botfood ul {
	list-style: disc inside;
	padding-bottom: 10px;
	
}
#botfood ul li {
	margin-left: 15px;
	font: 12px 'Lucida Sans Unicode',Arial,sans-serif;
	line-height: 150%;
}
#sidebar ul li, #rightcol ul li {
	font: 12px 'Lucida Sans Unicode',Arial,sans-serif;
}

#sidebar ul li h2, #rightcol ul li h2 {
	font: 700 12px Verdana,Arial,sans-serif;
	color: #000;
	
}
#rightcol h2, #sidebar h2 {
	font: 700 12px Verdana,Arial,sans-serif;
	color: #000;
	
	margin-bottom: 0px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #000;
}
a:active, a:hover {
	text-decoration: underline;
	color: #8eb83f;
}

#botfood p a:link, #botfood p a:visited, #botfood ul li a:link, #botfood ul li a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}
#botfood p a:active, #botfood p a:hover, #botfood ul li a:active, #botfood ul li a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #f00;
}
input#s {
	width: 125px;
	border: 1px solid #8eb83f;
	margin-top: 0px;
}
input#searchsubmit {
	background: #8eb83f;
	font: 700 11px arial,sans-serif;
	color: #FFF;
    padding-top: 2px;
	
}

#searchform {
	padding-bottom: 10px;
	margin-top: 5px;
	
}
#header a img {
	border: 0;
}
.adsense {
	padding-bottom: 15px;
}
#logobox {
        width: 750px;
        text-align: left;
        vertical-align: bottom;
        height: 224px;
        margin-right: auto;
        margin-left: auto;

}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

