/*
Theme Name: Smiling Camel Creations
Description: Smiling Camel Creations custom template
Version: 1.0
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.9em;
	text-align: center;
	vertical-align: top;
	background: #ffffff;
	color: #000000;
	min-height: 100%;
	
}

h1{
	font-family: Century Gothic, Georgia, Ssans-serif;
	font-size: 2em;
	padding: 0 0 10px 0; /* adds space between title and description */
	color: #e93096;
}

a:link{
	text-decoration: none;
	color: #345157;
}

a:visited{
	text-decoration: none;
	color: #47727c;
}

a:hover{
	text-decoration: underline;
	color: #71b7c5;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 800px;
	text-align: left;
}

#header{
	float: left;
	width: 800px;
	height: 150px;
	padding-bottom: 20px;
	background-image:url(images/camel_header.jpg)
}

#container{
	float: left;
	width: 500px;
}

#footer{
	clear: both;
	float: left;
	width: 800px;
	height: 93px;
	padding-top: 10px;
	margin-top: 20px;
	background-image: url(images/smiling-camel-footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	
}

#footer p{
	font-size: 11px; 
	color: #434343; 
	line-height: 13px;
	padding-top: 20px;
	padding-left: 10px;
	vertical-align: bottom;
}

.post h2{
	font-family: Century gothic, Georgia, Sans-serif;
	font-size: 1.5em;
}

.post {
		border-bottom: 0px solid #ccc;
		padding: 10px 10px 20px 0;
}

.post_home_page {
		border-bottom: 0px solid #ccc;
		padding: 10px 10px 20px 10px;
}

.entry{
	line-height: 1.2em;
}

p.postmetadata{
	margin: 10px 0 0 0;
	background-color:#fdf4f9;
	padding: 5px;
	font-size: 0.9em;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
}

.sidebar{
	float: left;
	width: 217px;
	background: none;
	margin: 0 0 0 83px;
	display: inline;
	background-image:url(images/camel1sidebar.jpg);
	background-repeat: no-repeat;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 7px;
}

.sidebar ul li{
	padding: 10px 0 7px 0;
}

.sidebar ul li h2{
	font-family: georgia, Sans-serif;
	font-size: 0.9empx;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 1.5em;
}

table#wp-calendar{
	width: auto;
	display:none;
}

#previous {
	text-align: left;
	float: left;
}

#next {
	text-align: right;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	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: 1.2em;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 0.9em;
}

.commentmetadata{
	font-size: 0.7em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 0.7em;
}

#cat_subcat {
	list-style: none;
	margin-left: -20px;
}

#subcategories {
	display:none;
}

#anchor_text {font-weight: bold;}