/*
Theme Name: Scribblers Blog
Theme URI: http://www.rikkicarroll.com/clients/scribblersblog
Description: A custom theme built for a calligraphy business blog.
Version: 1.0
Author: Rikki Carroll
Author URI: http://www.rikkicarroll.com/
*/

body {
	background:#d1ae6b url(images/site-bg.jpg) repeat-x;
	margin:0;
	padding:0;
	font-family:Verdana, "Lucida Grande", "Lucida Sans Unicode", Helvetica, Sans-Serif;
	font-size:92%;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Serif;
}

#page-head h1 {
	/*text-indent:-9999px;*/
	margin:0;
	padding:0;
}

/*826px total width of page including shadows*/
#page {
	width:810px;
	margin:0 auto; /* center */
	background:url(images/content-bg.png) repeat-y;
	padding:0 9px;
}

#page img {
	border:none;
}

#page-head {
	width:808px;
	height:164px;
	background:#5b3706 url(images/header-bg.jpg) no-repeat;
	color:#fff;
}

#page #blogoptions {
	margin-right:50px;
	float:right;
	color:#fff;
}
#page #blogoptions a {
	color:#fff;
	font-size:0.8em;
	padding-left:20px;
	text-decoration:none;
}

#page #blogoptions a:hover {
	text-decoration:underline;
	color:#aaa;
}

#page-head #company-logo {
	float:left;
	margin-top:31px;
	margin-left:50px;
	margin-bottom:40px;
}

#page-search {
	width:808px;
	height:46px;
	background:#7fb182 url(images/search-bg.jpg) no-repeat;
	text-align:center;
	line-height:47px;
	color:#fff;
}
#page-search p {
	padding:0;
	margin:0;
}

#page-search input {
	font-size:1em;
	margin-top:10px;
	margin-bottom:10px;
}

#page-nav {
	float:left;
	width:230px;
}

#page-nav h2 {
	margin:0;
	padding:0;
	color:#fff;
	font-weight:normal;
	font-size:1em;
	text-indent:15px;
	background:url(images/sidebar-head-bg.gif) no-repeat;
	height:30px;
	width:218px;
	line-height:30px;
}
#page-nav h2.first {
	margin-top:10px;
}
#page-nav ul {
	margin:0;
	padding:0 10px 10px 10px;
	list-style-type:none;
}
#page-nav ul li {
	text-indent:20px;
	background:url(images/bullet.gif) no-repeat 8px 10px;
	/*border-bottom:1px solid #ae9662;*/
	margin-right:10px;
	font-size:1em;
	color:#703902;
	line-height:1.6em;
}
#page-nav ul li a {
	font-size:0.8em;
	color:#703902;
	line-height:1.6em;
	text-decoration:none;
}
#page-nav ul li a:hover {
	text-decoration:underline;
}

#page-content {
	float:right;
	padding:0 10px;
	width:560px;
}

#page-content a, #page-content a:visited {
	color:#703902;
}
#page-content a:hover {
	color:#D26B04;
}

#page-content .post .post-title {
	width:521px;
	height:52px;
	background:url(images/article-title.gif) no-repeat;
	text-indent:50px;
	margin-top:10px;
}

#page-content .page-title {
	width:521px;
	height:52px;
	background:url(images/article-title.gif) no-repeat;
	text-indent:50px;
	margin-top:10px;
}
#page-content .page-title h2 {
	line-height:52px;
	font-size:1.4em;
	margin-top:0.4em;
	color:#fff;
	font-weight:normal;
	letter-spacing: 0.05em;
}

#page-content .post .post-title h2, 
#page-content .post .post-title h2 a {
	color:#fff;
	font-weight:normal;
	font-size:1.15em;
	line-height:1.2em;
	margin:0;
	padding:0;
	padding-top:5px;
	text-decoration:none;
}
#page-content .post .post-title h3 {
	color:#fff;
	font-weight:normal;
	font-size:0.65em;
	margin:0;
	padding:0;
}

#page-content .post .post-info {
	font-size:0.8em;
	padding-left:20px;
	padding-bottom:10px;
	background:url(images/content-seperator.gif) no-repeat left bottom;
}
#page-content .post .post-info h4 {
	margin:0.5em 0;
	padding:0;
}
#page-content .post .post-info h4 span {
	color:#703902;
	font-weight:normal;
}

#page-content .post .post-content {
	padding:0 15px 2em 10px;
	font-size:0.85em;
	line-height:1.4em;
	margin-bottom:2em;
	background:url(images/post-seperator.gif) no-repeat left bottom;
}

.clearfloats { 
	clear:both; 
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
}

#page-foot {
	width:810px;
	height:100px;
	margin:0 auto; /* center */
	padding:0 9px;
	background:url(images/foot-bg.png) no-repeat;
	color:#fff;
	font-size:0.85em;
}

#page-foot #company-info {
	float:left;
	text-align:left;
	margin-top:10px;
	margin-left:20px;
}
#page-foot #company-info span {
	display:block;
}

#page-foot #developer-info {
	float:right;
	text-align:right;
	margin-top:10px;
	margin-right:20px;
}

#page-foot a {
	color:#fff;
}
#page-foot a:hover {
	color:#ccc;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

p.postmetadata {
	padding:1em;
}

div.navigation {
	margin:1em 2em;
	height:2em;
}

div.navigation a {
	color:#703902;
}
div.navigation a:hover {
	color:#D26B04;
}

h3#comments, h3#respond {
	margin-top:1em;
	clear:both;
	color:#703902;
}

.post-content img {
	border:4px solid #FFF;
	margin:4px;
}

.post-content ul li {
	list-style-type: square;
}

.post-info h4 ul.post-categories {
	list-style-type: none;
	margin:0;
	border:0;
	text-indent:0;
	display:inline;
}
.post-info h4 ul.post-categories li {
	display:inline;
	margin:0;
	padding:0;
	list-style-type:none;
	text-indent:0;
}


h2.message {
	text-align:center;
	color:#703902;
	padding-bottom:50px;
	background:url(images/post-seperator.gif) no-repeat left bottom;
}

.commentlist li {
	margin-bottom:1em;
	padding-bottom:10px;
	background:url(images/content-seperator.gif) no-repeat left bottom;
}
.commentlist p {
	font-size:0.8em;
}

#logged_in_user {
	color:#eee;
	text-decoration:underline;
	padding-left:20px;
	font-size:0.8em;
}

/* Custom Header Box styles */ 
.scrib_head { 
 margin-top: 15px; 
 margin-left: 5px;
 width: 200px;
 float: left; 
 font-style: italic;
}
.scrib_head>a { 
 color: #fff;
}
.scrib_head>a:hover { 
 color:#D26B04;
}
/* Custom Wordpress calander styles */ 
#wp-calendar a {
 color: #703902;
}
#wp-calandar a:hover { 
 color: #D26B04;
}

.better-tag-cloud-shortcode ul li { 
  list-style: none;
}