/*   
Theme Name: Black Henna Productions
Theme URI: 
Description: Buddymatic Child Theme by Rich Gilberto.
Author: Ron Rennick, Rich Gilberto
Author URI: http://www.simusician.com/
Template: buddymatic
Version: 1.0
Tags: Thematic, Buddymatic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/
/*
Buddymatic is © Ron Rennick http://ronandandrea.com/
Thematic is © Ian Stewart http://themeshaper.com/

To use this child theme with Thematic change the Template above and import folders below from buddymatic to thematic.
*/

/* Reset browser defaults */
@import url('../buddymatic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../buddymatic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../buddymatic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../buddymatic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../buddymatic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../buddymatic/library/styles/plugins.css');

body {
	background: #222 url('images/bg.png');
	font-family: tahoma, "Trebuchet", sans-serif;
}

#wp-admin-bar {
	background-color: #999;
	border-bottom: 1px solid #ccc;
}

#wp-admin-bar a, a:visited {
	color: #cc3300;
}

#wp-admin-bar a:hover {
	color: #ff6633;
}

#wrapper {
	margin-top: 10px;
}

#header {
	display:none;
	border-top: 1px solid white;
	background-color: #ccc;
}

#main {
	padding: 0;
	margin-bottom: 50px;
	background: #ccc url('images/background.gif') repeat-y;
/*	border-left: 5px solid #cc3300;
	border-top: 5px solid #cc3300;
	border-right: 5px solid #cc3300;
	border-bottom: 5px solid #cc3300;
*/
}

#content {
	margin: 0 0 0 200px;
	background-color: #ccc;

}

.main-aside h3 {
	color: #fff;
	background-color: #cc3300;
}

.main-aside h3:hover {
	background-color: #ff6633;
}

.main-aside a {
	color: #fff;
}

.main-aside a:hover {
	color: #fff;
}

#primary {
	padding-top: 197px;
	background: url('images/logo.jpg');
	background-repeat: no-repeat;
	border: none;
	background-color: #333;
	color: #fff;
}

#secondary {
	background-color:#222;
	margin-top: -22px;
	border-top: 20px solid #222;
	margin-bottom: -10px;
}

.main-aside {
	width: 200px;
}

.main-aside ul {
	padding: 0px;
}

.aside ul ul {
	list-style-type: none;
	margin: 0;
}

#footer {
	background-color: #999;
	border-bottom: 50px solid #222;
}

.sub-aside {
	color: #000;
}

.sub-aside a {
	color: #cc3300;
}

#phplist {
	margin: 0 auto;
	width: 940px;
	text-align: right;
	color: #fff;
	font-size: 10px;;
}

#phplist p {
	margin: 0;
}

.phplist {
	float: right;
	font-size: 10px;
}

.phplist br {
	display:none;
}

.phplist label {
	font-size: 1em;
}

.phplist input {
	font-size: 1em;
}