/*--- Common ---*/

body {
	color:#4a4000;
	background: #c7eb49 url(/wp-content/themes/daveyshafik/images/nav-bg-dark.png) top left repeat-x
}

#content .box h3 a {
	color: #f4f7d2;
}

strong {
	color:#739000;
}

a {
	color:#739000;
}

a:hover {
	color:#4a4000;
}

.o {
	color:#739000
}

.number {
	color:#fff;
}

#nav li a {
	color: #f4f7d2;
}

#nav li a:hover {
	color: #a0c800;
}	

/*--- Header ---*/

#logo {
	background-image: url(/wp-content/themes/daveyshafik/images/logo-dark.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/*--- Content ---*/

.box {
	/*background:url(/wp-content/themes/daveyshafik/images/box-bg-dark.png) top left repeat-x;*/
	color: #f4f7d2;
}

.box h3.post-header, .box h3.sub-content {
	background-color: #4a3f0e;
	border: #c2d772 2px solid;
	color: #f4f7d2;
}

.box p, .lifestream_text {
	color: #4a4000;
}

/*--- Footer ---*/

#footer {
	background:url(/wp-content/themes/daveyshafik/images/footer-bg-dark.png) bottom left repeat-x;
}

#footer h3 {
	color: #f4f7d2;
}

#footer img {
	background-color: #f4f7d2;
	border-right: black 2px solid;
	border-bottom: black 2px solid;
}

.credits {
	color: #f4f7d2;	
}

/*--- Switcher ---*/
#switcher span#primary-color {
	background-color: #a0c800;
	border-color: #f4f7d2;
}

#switcher span#secondary-color {
	background-color: #4a4000;
	border-color: #f4f7d2;
}

/*--- Bubbles ---*/
div.bubble blockquote a {
	/*color: #a0c800 !important;*/
	font-weight: bold;
}

/*div.bubble blockquote.them a {
	color: #A0C800;
	font-weight: bold;
}

div.bubble blockquote.me p {
	color: #f4f7d2;
}*/

div.bubble blockquote.me {
	background-color: #a0c800;
}

div.bubble blockquote.them {
	background-color: #FFFFFF;
}

div.bubble cite.me {
	position: absolute;
	margin-top: -0.7em;
	padding: 12px 0px 0px 17px;
	background: transparent url(/wp-content/themes/daveyshafik/images/tip-green.gif) no-repeat 20px 8px;
	font-style: normal;
	font-size: 12px;
	color: #4a0000;
	text-align: right;
}

div.bubble cite.them {
	position: absolute;
	margin: 0px;
	padding: 5px 0px 0px 20px;
	background: transparent url(/wp-content/themes/daveyshafik/images/tip.gif) no-repeat 200px 0;
	font-style: normal;
	font-size: 12px;
	color: #4a0000;
	text-align: right;
}

/*--- Tags ---*/

pre {
	background-color: #f4f7d2;
	color: #4a4000;
}

code {
	border: 1px dashed #4a4000;
	background-color: #f4f7d2;
}

h3 {
	color: #4a4000;
}

h4 {
	color: #4a4000;
}

li {
	color: #4a4000;
}