﻿/*  
Theme Name: CRTheme
Theme URI: http://www.chameleonred.com
Description: Custom WordPress theme for Chameleon Red.
Version: 1.0
Author: BH
Author URI: http://www.chameleonred.com

*/

body{
	margin: 0;
	font-family: "Bookman Old Style", Times New Roman, Times, serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #CC3333;
	background-image: url('images/marbre.gif');
	background-repeat: repeat;
}

#container {
	border-right: 2px solid #8c8c8c;
	border-bottom: 2px solid #8c8c8c;
	border-left: 2px solid #8c8c8c;
	background-color: #fff;
	text-align: left;
	width: 660px;
}

#masthead {
	text-align: right;
	background-color: #fff;
	background-image: url("images/CRSmLogoWeb.gif");
	background-repeat: no-repeat;
	width: 660px;
}

#navigation {
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color:#CC3333
}

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #cdc;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #CC3333;
	background-color: #33CC33;
}

#header{
	background-color: #fff;
	color: #CC3333;
	float: left;
	width: 377px;
	font-size: small;
}

#header a{
	color: #CC3333;
}

#header h2{
	font-size:large;
}

#post_container{
	float: left;
	width: 377px;
	padding: 15px;
	background-color: #fff;
}

.sidebar{
	float: left;
	width: 210px;
	padding: 15px 10px;
	background-color: #CCCCCC;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

#footer{
	width: 660px;
	clear: both;
	float: left;
	text-align: center;
	padding-bottom: 10px;
}

h1 {
	font-size: xx-large;
	color: #CC3333;
}

h2 {
	font-size: x-large;
	color: #000;
}

.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-size: x-large;
	color: #CC3333;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #cccccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

a {
	color: #CC3333;
	text-decoration: underline;
}

a:hover {
	color: #33CC33;
	text-decoration: underline;
}

a:visited {
	color: #33CC33;
	text-decoration: none;
}

p{
	padding: 10px 0 0 0;
	font-size: small;
	color: #000;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #cccccc;
}

.comments-template h2, .comments-template h3{
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-size: 12px;
}

